mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
changing upgrade tag and fixing quickstart typo.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<span>v2.0.1</span>
|
||||
Reference in New Issue
Block a user