Merge pull request #31687 from neolit123/1.24-update-legacy-kubelet-cm-refs

kubeadm: update legacy kubelet config map information and document feature gates
This commit is contained in:
Kubernetes Prow Robot
2022-02-22 02:49:46 -08:00
committed by GitHub
3 changed files with 61 additions and 8 deletions
@@ -96,9 +96,7 @@ nodes before deleting the old nodes.
### Modify the kubelet ConfigMap
- Find the kubelet ConfigMap name using `kubectl get cm -n kube-system | grep kubelet-config`.
- Call `kubectl edit cm kubelet-config-x.yy -n kube-system` (replace `x.yy` with
the Kubernetes version).
- Call `kubectl edit cm kubelet-config -n kube-system`.
- Either modify the existing `cgroupDriver` value or add a new field that looks like this:
```yaml