Skip to content

Commit ed7eb19

Browse files
authored
Merge pull request #28294 from tengqm/fix-27953
Fix Windows sample command
2 parents b54f8b0 + d0689c9 commit ed7eb19

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)