-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vmcluster status is failed after minor change to vmstorage #683
Comments
This also happens if the number of replicas is increased. I wanted to from 2 to 3 replicas and the operator got stuck again. It didn't bother changing the number of replicas on the stateful set 3 and was confused as to why there were only 2 replicas.
|
@uhthomas Hello, what version of operator are you using? |
I'm using v0.34.1. I can't describe the statefulset because the operator deletes it. |
Operator shouldn't delete the sts "vmstorage-vm" unless VMStorage is nil or vmcluster is deleted. |
I deleted it and recreated everything to unblock what I needed to do. I can create a new one and get it into a similar state though. |
Hmm. It could be the same issue as spotahome/redis-operator#592? I can see the labels are incorrectly propogated.
Could the operator be changed to not propagate labels? I imagine |
Yeah... https://github.com/uhthomas/automata/actions/runs/5436267134/jobs/9885991448#step:8:643
|
You can add "VM_FILTERCHILDLABELPREFIXES=[applyset.kubernetes.io]" as env in operator like this, it should prevent label from propagation. |
I thought it would be nice to give some more resources to vm in this commit.
It looks like the operator deleted the statefulset and is now stuck?
The text was updated successfully, but these errors were encountered: