Skip to content
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

Add support for kubernetes version 1.30.0 #39210

Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/kubernetes/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ stages:
make check-no-changes;
stage: checks
k8sTest:
k8sTest: "v1.29.0,v1.28.0,v1.27.3,v1.26.6"
k8sTest: "v1.30.0,v1.29.0,v1.28.0,v1.27.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update the list based on the https://kubernetes.io/releases/?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As kind is used to spin up the kubernetes clusters, we can only use the available kindest/node as found in https://hub.docker.com/r/kindest/node/tags?page=&page_size=&ordering=&name=.

The latest for 1.27 available is v1.27.13
For 1.28 the latest available is v1.28.9
For 1.29 the latest available is v1.29.4.

Do you suggest to use those or keep the ones we already have?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latter the better then. So I would say to update them

stage: mandatory
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@
},
"kubernetes": {
"controllermanager": {
"name": "noexec_taint_pod",
"name": "daemonset",
"workqueue": {
"adds": {
"count": 16
"count": 5
},
"depth": {
"count": 0
},
"longestrunning": {
"sec": 0
},
"retries": {
"count": 0
},
"unfinished": {
"sec": 0
}
Expand Down

Large diffs are not rendered by default.

Loading
Loading