-
Notifications
You must be signed in to change notification settings - Fork 419
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
OCPNODE-2276: Set Upgradeable=False
when cluster is on cgroup v1
#4921
OCPNODE-2276: Set Upgradeable=False
when cluster is on cgroup v1
#4921
Conversation
@sairameshv: This pull request references OCPNODE-2276 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "4.18." or "openshift-4.18.", but it targets "openshift-4.19" instead. 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 openshift-eng/jira-lifecycle-plugin repository. |
937c9fd
to
b172b9e
Compare
Does this PR prevent customers upgrading to a 4.18.Z version? |
@rphillips , When this PR gets merged, We get the 4.18.Z version Similar Reference PR: openshift/cincinnati-graph-data#3889 |
Right, will this PR prevent someone from upgrading to a 4.18.Z? ie, 4.18.4 to 4.18.5? |
Yes, we are setting the upgradeability of the CO to false. Do we have solution for this? i.e. allwoing the 4.18.z upgrades and not the 4.19? |
As far as I'm aware, upgradeable=false only applies to minor updates and not z-stream updates, so this should do as intended |
Correct. Backing API docs:
So 4.18 -> 4.18 updates are not impacted by ClusterOperator |
/lgtm |
CgroupMode `v1` is not supported in OCP-4.19 This change helps in preventing clusters to upgrade to 4.19 before updating the cluster to cgroupMode `v2` Signed-off-by: Sai Ramesh Vanka <[email protected]>
b172b9e
to
402b694
Compare
/lgtm |
@sairameshv: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/retest-required |
/label backport-risk-assessed |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, rphillips, sairameshv, yuqi-zhang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
46eed2b
into
openshift:release-4.18
[ART PR BUILD NOTIFIER] Distgit: ose-machine-config-operator |
CgroupMode
v1
is not supported in OCP-4.19This change helps in preventing clusters to upgrade to 4.19 before updating the cluster to cgroupMode
v2
This is a cherry-pick of #4822