-
Notifications
You must be signed in to change notification settings - Fork 101
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
🌱 Bump k8s to v1.31.0 and drop caBundle from CRDs to support Kubernetes 1.31 #1866
🌱 Bump k8s to v1.31.0 and drop caBundle from CRDs to support Kubernetes 1.31 #1866
Conversation
d82d7bf
to
dde9701
Compare
Signed-off-by: Muhammad Adil Ghaffar <muhammad.adil.ghaffar@est.tech>
dde9701
to
a8629bc
Compare
/hold |
/test ? |
@adilGhaffarDev: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test metal3-ubuntu-e2e-feature-test-main-features |
/test metal3-ubuntu-e2e-integration-test-main |
/test metal3-ubuntu-e2e-feature-test-main-features |
/test metal3-ubuntu-e2e-integration-test-main |
/test metal3-ubuntu-e2e-feature-test-main-features |
/test metal3-ubuntu-e2e-basic-test-main |
2 similar comments
/test metal3-ubuntu-e2e-basic-test-main |
/test metal3-ubuntu-e2e-basic-test-main |
/test metal3-ubuntu-e2e-feature-test-main-features |
/test metal3-centos-e2e-feature-test-main-features |
/test metal3-centos-e2e-feature-test-main-features |
/test metal3-ubuntu-e2e-feature-test-main-pivoting |
702e5ce
to
26629c5
Compare
26629c5
to
a7280a7
Compare
/test metal3-centos-e2e-feature-test-main-features |
a7280a7
to
8d08228
Compare
/test metal3-ubuntu-e2e-feature-test-main-features |
/test metal3-ubuntu-e2e-feature-test-main-features |
tests passed after the fix in Now running remaining tests. /test metal3-ubuntu-e2e-feature-test-main-pivoting these should be enough to say that |
/test metal3-centos-e2e-integration-test-main |
/test metal3-e2e-1-28-1-29-upgrade-test-main |
… 1.31 Signed-off-by: Muhammad Adil Ghaffar <muhammad.adil.ghaffar@est.tech>
8d08228
to
5ee13b2
Compare
/unhold |
/retitle 🌱 Bump k8s to v1.31.0 and drop caBundle from CRDs to support Kubernetes 1.31 |
/test metal3-centos-e2e-feature-test-main-features |
@adilGhaffarDev: The following test 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. |
seems like a flake, bmhs were provisioned evetually |
tests passed, @Sunnatillo @kashifest @smoshiur1237 please check. |
what was the issue |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smoshiur1237 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 |
it was in ip_reuse test, it is explained here: #1866 (comment) |
/lgtm |
What this PR does / why we need it:
Bump k8s to v1.31.0 and Drop caBundle from CRDs to support Kubernetes 1.31.
ref: kubernetes-sigs/cluster-api#10972
In addition this PR is also the fix in
ip_reuse
test, in the test when doingk8s upgrade
from1.30.0 to 1.31.0
we were only changing k8s version inMachineDeployment
, which is not enough we have to updateMetal3MachineTemplate
too with the new image, and sha. It is fixed now in this PR.