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
If your runtime shows as Docker Engine, you still might not be affected by the
44
-
removal of dockershim in Kubernetes 1.24. [Check the runtime
44
+
removal of dockershim in Kubernetes v1.24. [Check the runtime
45
45
endpoint](#which-endpoint) to see if you use dockershim. If you don't use
46
46
dockershim, you aren't affected.
47
47
@@ -64,7 +64,7 @@ The container runtime talks to the kubelet over a Unix socket using the [CRI
64
64
protocol](/docs/concepts/architecture/cri/), which is based on the gRPC
65
65
framework. The kubelet acts as a client, and the runtime acts as the server.
66
66
In some cases, you might find it useful to know which socket your nodes use. For
67
-
example, with the removal of dockershim in Kubernetes 1.24 and later, you might
67
+
example, with the removal of dockershim in Kubernetes v1.24 and later, you might
68
68
want to know whether you use Docker Engine with dockershim.
69
69
70
70
{{<note>}}
@@ -93,6 +93,7 @@ nodes.
93
93
name to find out which runtime you use. For example,
94
94
`unix:///run/containerd/containerd.sock` is the containerd endpoint.
95
95
96
-
If you use Docker Engine with the dockershim, [migrate to a different runtime](/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/),
97
-
or, if you want to continue using Docker Engine in v1.24 and later, migrate to a
96
+
If you want to change the Container Runtime on a Node from Docker Engine to containerd,
97
+
you can find out more information on [migrating from Docker Engine to containerd](/docs/tasks/administer-cluster/migrating-from-dockershim/change-runtime-containerd/),
98
+
or, if you want to continue using Docker Engine in Kubernetes v1.24 and later, migrate to a
98
99
CRI-compatible adapter like [`cri-dockerd`](https://github.com/Mirantis/cri-dockerd).
0 commit comments