kubeadm: remove mentions of the the legacy kubelet-config-x.yy
The default kubelet configuration ConfigMap that kubeadm manages is "kubelet-config" instead of "kubelet-config-x.yy" (where x.yy is the Kubernetes version) in 1.24. Cleanup references to the legacy naming in kubeadm documentation. Generated contents in content/en/docs/reference/* are not updated.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user