Open
Description
Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
Anything else we need to know?
This issue wants to remove container runtime interface (CRI) socket annotations from Node objects in Kubernetes and no longer added --container-runtime-endpoint
args in kubeadm-flags.env
( --container-runtime-endpoint
args deprecated in kubelet), this annotation and args are used to specify the CRI socket endpoint on each node that the kubelet uses to communicate with the container runtime.
Add kubelet-instance-config.yml
locally to store container runtime interface (CRI) sockets, and in kubeadm init
, join
and upgrade
, override the global kubelet configuration through kubelet-instance-config.yml
.
More detailed design at: https://hackmd.io/@r2Yq-PVoRcK2OaGypnwPMg/rJFChACCp/edit
### Tasks
edit by neolit123:
1.32 alpha
- KEP:
- k/k PRs:
- e2e tests
- k/website changes:
1.33 alpha
- k/k PRs:
- TODO remove the --container-runtime flag from /var/lib/kubelet/kubeadm-flags.env
- TODO remove the annotation if the FG is enabled on upgrade