From 095c52a590a893fbf4cd2e18eef9d7ff3c1a9cd7 Mon Sep 17 00:00:00 2001 From: jeremy-morren <39967535+jeremy-morren@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:15:40 -0400 Subject: [PATCH] Fix powershell install script Setting powershell variables container only numbers does not work with multiple periods (at least on Powershell 5.1). Using quotes is necessary. --- .../en/docs/setup/production-environment/container-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index b4e3e9fe8c..3d351c4dda 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -172,7 +172,7 @@ installing the `containerd.io` package can be found at {{% /tab %}} {{% tab name="Windows (PowerShell)" %}} -Start a Powershell session, set `$Version` to the desired version (ex: `$Version=1.4.3`), +Start a Powershell session, set `$Version` to the desired version (ex: `$Version="1.4.3"`), and then run the following commands: 1. Download containerd: