kubernetes / kubeadm

Aggregator for issues filed against kubeadm
Apache License 2.0
3.74k stars 712 forks source link

stop shelling out to crictl from kubeadm #3064

Closed neolit123 closed 1 month ago

neolit123 commented 4 months ago

instead of shelling out to crictl for CRI actions kubeadm can use the new https://git.k8s.io/cri-client library.

actions

1.31

1.32

saschagrunert commented 1 month ago

don't show a warning/error if the crictl binary is missing on kubeadm preflight

This should be addressed with https://github.com/kubernetes/kubernetes/pull/126596

saschagrunert commented 1 month ago

@neolit123 can we close this one?

neolit123 commented 1 month ago

yes, closing. thanks!