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
Fix stale advice on changing the Container Runtime on a Node (#42739)
* Stale advice on changing the Container Runtime on a Node from Docker Engine to containerd
* Update content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md
Co-authored-by: Tim Bannister <[email protected]>
* Update migrate-dockershim-dockerd.md
---------
Co-authored-by: Tim Bannister <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/tasks/administer-cluster/migrating-from-dockershim/migrate-dockershim-dockerd.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ instructions for that tool.
76
76
1. Open `/var/lib/kubelet/kubeadm-flags.env` on each affected node.
77
77
1. Modify the `--container-runtime-endpoint` flag to
78
78
`unix:///var/run/cri-dockerd.sock`.
79
+
1. Modify the `--container-runtime` flag to `remote`
80
+
(unavailable in Kubernetes v1.27 and later).
79
81
80
82
The kubeadm tool stores the node's socket as an annotation on the `Node` object
81
83
in the control plane. To modify this socket for each affected node:
@@ -118,4 +120,4 @@ kubectl uncordon <NODE_NAME>
118
120
## {{% heading "whatsnext" %}}
119
121
120
122
* Read the [dockershim removal FAQ](/dockershim/).
121
-
* [Learn how to migrate from Docker Engine with dockershim to containerd](/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/).
123
+
* [Learn how to migrate from Docker Engine with dockershim to containerd](/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/).
0 commit comments