-
Notifications
You must be signed in to change notification settings - Fork 716
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
stop shelling out to crictl from kubeadm #3064
Labels
area/cri
kind/feature
Categorizes issue or PR as related to a new feature.
kind/tracking-issue
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Comments
neolit123
added
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
kind/feature
Categorizes issue or PR as related to a new feature.
area/cri
labels
May 17, 2024
saschagrunert
added a commit
to saschagrunert/release
that referenced
this issue
May 29, 2024
The merge of kubernetes/kubernetes#124685 will make kubeadm work without crictl. We now reflect that in the packaging as well as defined in kubernetes/kubeadm#3064. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
saschagrunert
added a commit
to saschagrunert/kubernetes
that referenced
this issue
Aug 8, 2024
kubeadm does not rely on `crictl` any more, so we can now drop the warning in 1.32 as outlined in: kubernetes/kubeadm#3064 Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This should be addressed with kubernetes/kubernetes#126596 |
@neolit123 can we close this one? |
yes, closing. thanks! |
hungnguyen243
pushed a commit
to hungnguyen243/kubernetes
that referenced
this issue
Aug 16, 2024
kubeadm does not rely on `crictl` any more, so we can now drop the warning in 1.32 as outlined in: kubernetes/kubeadm#3064 Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
SoulPancake
pushed a commit
to SoulPancake/k8s
that referenced
this issue
Sep 11, 2024
kubeadm does not rely on `crictl` any more, so we can now drop the warning in 1.32 as outlined in: kubernetes/kubeadm#3064 Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cri
kind/feature
Categorizes issue or PR as related to a new feature.
kind/tracking-issue
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
instead of shelling out to crictl for CRI actions kubeadm can use the new https://git.k8s.io/cri-client library.
actions
1.31
Make
kubeadm
independent fromcrictl
kubernetes#124685kubeadm: check only for
RuntimeReady
condition kubernetes#125212https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-kubeadm-kubelet-and-kubectl\
1.32
kubeadm: don't warn if
crictl
binary does not exist kubernetes#126596https://github.com/kubernetes/release/blob/38d66edef/cmd/krel/templates/latest/metadata.yaml#L15-L16
Remove kubeadm >=1.32 dependency from crictl release#3626
The text was updated successfully, but these errors were encountered: