Skip to content

Commit

Permalink
Merge pull request #52 from Rishit-dagli/Rishit-dagli-contaainerd
Browse files Browse the repository at this point in the history
Update docs for using containerd as default container runtime socket
  • Loading branch information
romoh authored Sep 12, 2022
2 parents 291885f + 103f3e9 commit fa082cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/cluster-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Akri recommends setting this choice as an `AKRI_HELM_CRICTL_CONFIGURATION` envir
The following are the recommended settings based on Kubernetes distribution.
{% tabs %}
{% tab title="Kubernetes" %}
To use the default standard Kubernetes container runtime socket `/var/run/dockershim.sock`, set `k8s` as the distribution.
To use the default standard Kubernetes container runtime socket `/run/containerd/containerd.sock`, set `k8s` as the distribution.
```sh
export AKRI_HELM_CRICTL_CONFIGURATION="--set kubernetesDistro=k8s"
```
Expand Down

0 comments on commit fa082cc

Please sign in to comment.