Skip to content

Commit d5db367

Browse files
Merge pull request #231873 from schaffererin/crictl-aks-config
Adding additional crictl resources
2 parents ac0defe + c3303a6 commit d5db367

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/aks/cluster-configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ By using `containerd` for AKS nodes, pod startup latency improves and node resou
3939
4040
### `Containerd` limitations/differences
4141

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].
4343

4444
* `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.
4646

4747
* `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))
4848
* 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
406406
<!-- LINKS - external -->
407407
[aks-release-notes]: https://github.com/Azure/AKS/releases
408408
[azurerm-mariner]: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster_node_pool#os_sku
409+
[general-usage]: https://kubernetes.io/docs/tasks/debug/debug-cluster/crictl/#general-usage
410+
[client-config-options]: https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/crictl.md#client-configuration-options
409411

410412
<!-- LINKS - internal -->
411413
[azure-cli-install]: /cli/azure/install-azure-cli

0 commit comments

Comments
 (0)