-
Notifications
You must be signed in to change notification settings - Fork 149
fix upgrade path for static pod manager #148
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
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alaypatel07 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d2b666d to
7343d6c
Compare
|
FTR this will only upgrade from 4.3 to 4.4. Upgrades from 4.4 (old CEO) to 4.4(static pod manager CEO) will break |
|
@alaypatel07: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
/close |
… setup job - Setup job now sets Available condition only when ExternalEtcd isn't enabled yet (includes test) - Fixed jobcontroller & test setup to handle variable operator status conditions - Added test coverage for updated expectations for job controller condition transitions (Progressing, Degraded, Available) Depends on openshift#148
… setup job - Setup job now sets Available condition only when ExternalEtcd isn't enabled yet (includes test) - Fixed jobcontroller & test setup to handle variable operator status conditions - Added test coverage for updated expectations for job controller condition transitions (Progressing, Degraded, Available) Depends on openshift#148
… setup job - Setup job now sets Available condition only when ExternalEtcd isn't enabled yet (includes test) - Fixed jobcontroller & test setup to handle variable operator status conditions - Added test coverage for updated expectations for job controller condition transitions (Progressing, Degraded, Available) Depends on openshift#148
… setup job - Setup job now sets Available condition only when ExternalEtcd hasn't transitioned yet - Fixed jobcontroller & test setup to handle variable operator status conditions - Added test coverage for updated expectations for job controller condition transitions (Progressing, Degraded, Available) - Add HasExternalEtcdCompletedTransition to track when external etcd transition completes - Fixed HasAutomaticQuorumRecovery to check transition completion (not just readiness) - Added tests for external etcd transition lifecycle Depends on openshift#148
This adds a commit make sure the etcd pods rendered by static
pod manager sleeps until the MCO pods is not evicted. Since,
CEO is the first to get upgraded and MCO is the last, we need to
wait in the interim.
This also updates the readiness probe. The static pod controllers
in CEO will only progress if etcd pods are ready. With certs now
available in the pods, we can use the
etcdctlto check the healthof local etcd member.
This will break the installs until openshift/machine-config-operator#1465
does not land