From 25728feedfcf06d3d9724de65233b18f6c10adc4 Mon Sep 17 00:00:00 2001 From: song Date: Tue, 10 May 2022 16:00:43 +0800 Subject: [PATCH] update adding-windows-nodes.md Signed-off-by: song --- .../tasks/administer-cluster/kubeadm/adding-windows-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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