-
Notifications
You must be signed in to change notification settings - Fork 239
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
Don't downgrade GCP CCM for v1.27 clusters #3282
Conversation
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
/test pull-kubeone-e2e-gce-default-install-containerd-external-v1.27.11 |
/cherrypick release/v1.8 |
@xmudrii: once the present PR merges, I will cherry-pick it on top of release/v1.8 in a new PR and assign it to you. 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-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: ca2521e4053d7eecd55f53872c6b35b16bb3c968
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kron4eg 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 |
@xmudrii: new pull request created: #3284 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-sigs/prow repository. |
What this PR does / why we need it:
KubeOne 1.8.0 has used GCP CCM v28.2.1 for all (supported) Kubernetes versions including v1.27. We changed this with #3232 so that we deploy GCP CCM version corresponding to the Kubernetes version.
However, this means that KubeOne 1.8.1 will downgrade the GCP CCM to an older version (from v28.2.1 to v27.1.6) for Kubernetes 1.27 clusters. This can cause regressions, especially as GCP CCM v28.2.1 has more features and controllers than v27.1.6.
To avoid any risks associated with this, this PR proposes that we continue using GCP CCP v28.2.1 for Kubernetes v1.27 clusters as we were doing in KubeOne 1.8.0.
What type of PR is this?
/kind regression
Does this PR introduce a user-facing change? Then add your Release Note here:
Documentation:
/assign @kron4eg