diff --git a/content/en/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md b/content/en/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md index 7009eb2d2a..30dd5c4cb0 100644 --- a/content/en/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md +++ b/content/en/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md @@ -179,7 +179,7 @@ curl.exe -LO https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools .\PrepareNode.ps1 -KubernetesVersion {{< param "fullversion" >}} -ContainerRuntime containerD ``` -[Install `crictl` from the cri-tools package](https://github.com/kubernetes-sigs/cri-tools) +Install `crictl` from the [cri-tools project](https://github.com/kubernetes-sigs/cri-tools) which is required so that kubeadm can talk to the CRI endpoint. #### Run `kubeadm` to join the node