-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Upgrde amazon vpc cni to 1.6.2 #9214
Upgrde amazon vpc cni to 1.6.2 #9214
Conversation
@@ -3926,15 +3926,15 @@ spec: | |||
requiredDuringSchedulingIgnoredDuringExecution: | |||
nodeSelectorTerms: | |||
- matchExpressions: | |||
- key: "beta.kubernetes.io/os" | |||
- key: "kubernetes.io/os" |
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.
I don't think we want to do this just yet as we are only just removing support for k8s 1.9 as of the 1.18 release, and these stable labels were only added as of k8s 1.14.
Looks like we'll need to fix it and all the other uses through the codebase of the beta labels before 1.19 though: kubernetes/kubernetes#91046
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.
@gjtempleton This change is applied only to the 1.16+ template, so should be ok.
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.
Yep, I’m not planning to backport it to earlier versions since it doesn’t seem to contain any critical fixes, just slight improvements. So if we merge it today it’ll probably go to 1.18 which should be fine.
/assign @geojaz |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MoShitrit, rifelpet 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 |
Two changes in this PR: