-
Notifications
You must be signed in to change notification settings - Fork 728
Open
Labels
area/feature-gatesarea/kubeletkind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.
Milestone
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
.
### Tasks
edit by neolit123:
1.32 alpha
- KEP:
- k/k PRs:
- e2e tests
- k/website changes:
1.33 alpha
- k/k PRs:
1.34 beta
pacoxu
Metadata
Metadata
Assignees
Labels
area/feature-gatesarea/kubeletkind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.