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

update default kind version to v0.25.0 #270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carlory
Copy link
Member

@carlory carlory commented Jan 6, 2025

v0.14.0 can not create a cluster for 1.32.

root@demo-control-plane:/etc/kubernetes/manifests# cat *.yaml | grep image
    image: registry.k8s.io/etcd:3.5.16-0
    imagePullPolicy: IfNotPresent
    image: registry.k8s.io/kube-apiserver:v1.32.0-5_642efbb595df18
    imagePullPolicy: IfNotPresent
    image: registry.k8s.io/kube-controller-manager:v1.32.0-5_642efbb595df18
    imagePullPolicy: IfNotPresent
    image: registry.k8s.io/kube-scheduler:v1.32.0-5_642efbb595df18
    imagePullPolicy: IfNotPresent
root@demo-control-plane:/etc/kubernetes/manifests# crictl images
IMAGE                                           TAG                        IMAGE ID            SIZE
k8s.gcr.io/pause                                3.6                        7d46a07936af9       254kB
registry.k8s.io/etcd                            3.5.16-0                   7fc9d4aa817aa       67.9MB
registry.k8s.io/kube-apiserver-arm64            v1.32.0-5_642efbb595df18   85d492448e4e7       95MB
registry.k8s.io/kube-controller-manager-arm64   v1.32.0-5_642efbb595df18   cc66a6fec6edc       88.2MB
registry.k8s.io/kube-proxy-arm64                v1.32.0-5_642efbb595df18   223838508ccd7       98.3MB
registry.k8s.io/kube-scheduler-arm64            v1.32.0-5_642efbb595df18   c674b4d59fbdc       69MB
root@demo-control-plane:/etc/kubernetes/manifests# exit

FYI:

kind 0.25.0 support v1.26.15 - v1.32.0. https://github.com/kubernetes-sigs/kind/releases/tag/v0.25.0

update default kind version to v0.25.0

@k8s-ci-robot k8s-ci-robot requested a review from jingxu97 January 6, 2025 03:01
@k8s-ci-robot k8s-ci-robot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Jan 6, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: carlory
Once this PR has been reviewed and has the lgtm label, please assign saad-ali for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 6, 2025
@carlory carlory force-pushed the update-kind-version branch from bb286b4 to efbe339 Compare January 6, 2025 03:04
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 6, 2025
Signed-off-by: carlory <baofa.fan@daocloud.io>
@carlory carlory force-pushed the update-kind-version branch from efbe339 to 6dcb96a Compare January 6, 2025 03:10
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 6, 2025
@carlory
Copy link
Member Author

carlory commented Jan 6, 2025

/cc @gnufied

Want to fix kubernetes-csi/external-resizer#459

@k8s-ci-robot k8s-ci-robot requested a review from gnufied January 6, 2025 03:13
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants