Skip to content

Commit d0689c9

Browse files
committed
Fix Windows sample command
The script mentioned actually accepts simply the version string without the 'v' character.
1 parent 8dfb6f9 commit d0689c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To install a specific version of containerD specify the version with -ContainerD
188188

189189
```powershell
190190
# Example
191-
.\Install-Containerd.ps1 -ContainerDVersion v1.4.1
191+
.\Install-Containerd.ps1 -ContainerDVersion 1.4.1
192192
```
193193

194194
{{< /note >}}

0 commit comments

Comments
 (0)