-
Notifications
You must be signed in to change notification settings - Fork 550
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
feat: add v1.25.5 to k8e binary #1740
Conversation
kubernetes v1.25.5 is new stable long term support version. Signed-off-by: Deshi Xiao <xiaods@gmail.com>
9b37716
to
d1b0221
Compare
before kubernetes v1.24, kubelet can handle cni, after v1.24, the cni-conf-dir,cni-bin-dir args is dprecated Signed-off-by: Deshi Xiao <xiaods@gmail.com>
Signed-off-by: Deshi Xiao <xiaods@gmail.com>
Can we really install version 1.25.5 directly? I tried to install 1.25.3 before and it failed. Have you tested it? |
I am k8e project maintainer. I have already testing v1.25.5 on my cluster. you can have a try. |
Got it. |
Thanks @xiaods ! /lgtm |
LGTM label has been added. Git tree hash: 9f4c0c12f9789bff51519abdadd9588e15f09304
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 24sama, xiaods 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 |
kubernetes v1.25.5 is new stable long term support version.
k8e distribution now support it.
What type of PR is this?
/kind feature
What this PR does / why we need it:
let k8e support new kube stable version v1.25.5
Prior to Kubernetes 1.24, CNI plugins could also be managed by kubelet using the command line arguments cni-bin-dir and network-plugin. kubernetes 1.24 removes these command line arguments and CNI management is no longer the job of kubelet.
Which issue(s) this PR fixes:
Special notes for reviewers:
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: