-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Holy hell! Thank goodness this was a test K8S, but still, why in <insert holy figure>'s name would you have a command that deletes all the pods!? And no warnings?!
Steps:
- Change the namespace using kustomize to mine (this is a shared K8S, and we each have our own namespace).
cd config/default
kustomize edit set namespace myuserns
- Run
make deploy IMG=my.private.reg/valkey-operator:tag. Seemed to work. Let's remove it and try again. - Run
make undeploy(per the documentation) and suddenly all 33 of my pods are in terminating state! one-by-one I see all my pods die off.
The documentation literally says "UnDeploy the controller from the cluster:" It does not say "Remove all pods in namespace". This command should only remove the controller, as stated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels