You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
PodUnavailableBudget will not reconcile if not match pods when it is first starting.
Firstly, I create a Pub with a label selector like this:
spec:
minAvailable: 1selector:
matchLabels:
key: value
Then, I create some Pods with this matchLabels.
And the Pub will not match these Pods even if they are already created.
What you expected to happen:
If the Pub not match the Pods related by the matchLabels, it should retry after some time.
How to reproduce it (as minimally and precisely as possible):
Just like the steps I mentioned above.
Anything else we need to know?:
I read the code in Kruise( pkg/controller/podunavailablebudget/podunavailablebudget_controller.go:251 ), the controller will not reconcile if not match any Pod.
Environment:
Kruise version:
Kubernetes version (use kubectl version):
Install details (e.g. helm install args):
Others:
The text was updated successfully, but these errors were encountered:
What happened:
PodUnavailableBudget will not reconcile if not match pods when it is first starting.
Firstly, I create a Pub with a label selector like this:
Then, I create some Pods with this matchLabels.
And the Pub will not match these Pods even if they are already created.
What you expected to happen:
If the Pub not match the Pods related by the matchLabels, it should retry after some time.
How to reproduce it (as minimally and precisely as possible):
Just like the steps I mentioned above.
Anything else we need to know?:
I read the code in Kruise( pkg/controller/podunavailablebudget/podunavailablebudget_controller.go:251 ), the controller will not reconcile if not match any Pod.
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: