Merge pull request #28294 from tengqm/fix-27953

Fix Windows sample command
This commit is contained in:
Kubernetes Prow Robot
2021-06-05 04:50:38 -07:00
committed by GitHub
@@ -188,7 +188,7 @@ To install a specific version of containerD specify the version with -ContainerD
```powershell ```powershell
# Example # Example
.\Install-Containerd.ps1 -ContainerDVersion v1.4.1 .\Install-Containerd.ps1 -ContainerDVersion 1.4.1
``` ```
{{< /note >}} {{< /note >}}