You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pixiake edited this page May 22, 2024
·
2 revisions
Prepare
Modify configmap kubeadm-config
kubectl -n kube-system edit cm kubeadm-config
## Delete the removed featuregate: TTLAfterFinished=true
## There are three places for feature-gates in this configmap.
Modify configmap kubelet-config-1.23
kubectl -n kube-system edit cm kubelet-config-1.23
## Delete the removed featuregate: TTLAfterFinished=true