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
Copy file name to clipboardExpand all lines: articles/aks/cluster-configuration.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ By using `containerd` for AKS nodes, pod startup latency improves and node resou
39
39
40
40
### `Containerd` limitations/differences
41
41
42
-
* For `containerd`, we recommend using [`crictl`](https://kubernetes.io/docs/tasks/debug-application-cluster/crictl) as a replacement CLI instead of the Docker CLI for **troubleshooting** pods, containers, and container images on Kubernetes nodes (for example, `crictl ps`).
42
+
* For `containerd`, we recommend using [`crictl`](https://kubernetes.io/docs/tasks/debug-application-cluster/crictl) as a replacement CLI instead of the Docker CLI for **troubleshooting** pods, containers, and container images on Kubernetes nodes. For more information on `crictl`, see [General usage][general-usage] and [Client configuration options][client-config-options].
43
43
44
44
*`Containerd` doesn't provide the complete functionality of the docker CLI. It's available for troubleshooting only.
45
-
*`crictl` offers a more kubernetes-friendly view of containers, with concepts like pods, etc. being present.
45
+
*`crictl` offers a more Kubernetes-friendly view of containers, with concepts like pods, etc. being present.
46
46
47
47
*`Containerd` sets up logging using the standardized `cri` logging format (which is different from what you currently get from docker's json driver). Your logging solution needs to support the `cri` logging format (like [Azure Monitor for Containers](../azure-monitor/containers/container-insights-enable-new-cluster.md))
48
48
* You can no longer access the docker engine, `/var/run/docker.sock`, or use Docker-in-Docker (DinD).
@@ -406,6 +406,8 @@ az aks update -n aks -g myResourceGroup --disable-node-restriction
0 commit comments