-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
KCP does not report the right number of up-to-date machines during rollout #3862
Comments
/milestone v0.3.11 |
/assign |
Could this be related to the issues we're seeing in the CAPZ KCP upgrade job kubernetes-sigs/cluster-api-provider-azure#932 (comment)? cc @nader-ziada |
it could be since this would make the upgrade process take longer, the part of the test where capz test gets stuck is getting a list of machines and checking that there are no machines with the the old version (upgrade from version). |
#3900 is merged |
@fabriziopandini: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What steps did you take and what happened:
I created a 3CP control plane
I started a rolling upgrade and saw Rolling 1 replicas with outdated spec (2 replicas up to date) - tot 3 replicas - but as you can see below there are 4 machines in the cluster...
What did you expect to happen:
To see 3 replicas up to date instead on 2
/kind bug
The text was updated successfully, but these errors were encountered: