changing upgrade tag and fixing quickstart typo.

This commit is contained in:
Mark Bishop
2018-05-17 11:30:50 -07:00
committed by Mark Bishop
parent ab45fec416
commit 7c90e20f14
3 changed files with 3 additions and 2 deletions
@@ -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**.
@@ -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.
+1
View File
@@ -0,0 +1 @@
<span>v2.0.1</span>