Lorenzo Fundaró

Results 3 issues of Lorenzo Fundaró

This PR tries to make the install command more gentle with a production cluster. Instead of deleting all unmanaged pods, we try to evict them, which essentially achieves a pod...

kind/bug

This PR checks if the first resource to be installed already exists in the cluster. If so, it hints users to do a `cilium upgrade` instead. Signed-off: Lorenzo Fundaro

needs-rebase

Just noticed that when issuing `cilium install` 2x in a row, the second execution fails because resources (service accounts, config maps, daemonsets, etc) have been created already. Is this intended...