-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update kind images to include the Kubernetes 1.33 node image #7786
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
Update kind images to include the Kubernetes 1.33 node image #7786
Conversation
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
Use the latest-kind-images.sh script to get the latest Kind node images for the version of Kind: $ _bin/tools/kind version kind v0.27.0 go1.23.6 linux/amd64 Signed-off-by: Richard Wall <richard.wall@cyberark.com>
/test pull-cert-manager-master-e2e-v1-33 |
/test pull-cert-manager-master-e2e-v1-33-upgrade |
@wallrj: The specified target(s) for
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 pull-cert-manager-master-e2e-v1-32 |
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
/test pull-cert-manager-master-e2e-v1-33 |
@@ -12,9 +12,10 @@ | |||
# See the License for the specific language governing permissions and | |||
# limitations under the License. | |||
|
|||
# generated by "./hack/latest-kind-images.sh v0.26.0" | |||
# generated by "./hack/latest-kind-images.sh v0.27.0" |
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.
We've been using v0.26.0
kind node images with Kind v0.27.0
since kind was upgraded in #7669:
This won't happen if we use the Kind module from makefile-modules.
/cherry-pick release-1.18 |
@wallrj: once the present PR merges, I will cherry-pick it on top of 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.
/lgtm
/approve
Seems good to me, cheers!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SgtCoDFish 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 |
@wallrj: new pull request created: #7787 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. |
This allows us to run the cert-manager E2E tests with Kubernetes 1.33, which is the latest version:
I'll also cherry pick this into release-1.18, because it is supposed to be supported and tested on K8S 1.33:
The images were updated automatically as follows:
I've added Kubernetes 1.33 as an optional test to the prow config in cert-manager/testing#1096
You can see the results of the test here:
Note: cert-manager doesn't yet use the kind module from makefile modules:
The images were last updated in #7526:
/kind cleanup