diff --git a/content/rancher/v2.x/en/quick-start-guide/_index.md b/content/rancher/v2.x/en/quick-start-guide/_index.md index 3e54e03c54f..c4b0a4fce0c 100644 --- a/content/rancher/v2.x/en/quick-start-guide/_index.md +++ b/content/rancher/v2.x/en/quick-start-guide/_index.md @@ -150,7 +150,7 @@ For this workload, you'll be deploying the application Nginx. 5. Enter a **Name** for your workload. -6. From the **Docker Image** field, enter `Nginx`. +6. From the **Docker Image** field, enter `nginx`. This field is case-sensitive. 7. From **Port Mapping**, click **Add Port**. diff --git a/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md b/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md index dbae21af0c0..a8a11e2cd83 100644 --- a/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md +++ b/content/rancher/v2.x/en/upgrades/ha-server-upgrade/_index.md @@ -24,7 +24,7 @@ To upgrade Rancher 2.x running in a high availablity configuration, download you 7. From the kubectl **Shell**, enter the following command: ``` -kubectl set image deployment/cattle cattle-server=rancher/rancher:latest -n cattle-system +kubectl set image deployment/cattle cattle-server=rancher/rancher:{{< tag_latest >}} -n cattle-system ``` 8. Confirm that the upgrade succeeded by checking the version displayed in the bottom-left corner of the browser window. diff --git a/layouts/shortcodes/tag_latest.html b/layouts/shortcodes/tag_latest.html new file mode 100644 index 00000000000..e87b233790f --- /dev/null +++ b/layouts/shortcodes/tag_latest.html @@ -0,0 +1 @@ +v2.0.1