mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Merge pull request #3333 from elmariofredo/patch-1
Use latest instead of tag in Automated Upgrades
This commit is contained in:
@@ -38,7 +38,7 @@ To automate upgrades in this manner, you must do the following:
|
||||
### Install the system-upgrade-controller
|
||||
The system-upgrade-controller can be installed as a deployment into your cluster. The deployment requires a service-account, clusterRoleBinding, and a configmap. To install these components, run the following command:
|
||||
```
|
||||
kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/download/v0.6.2/system-upgrade-controller.yaml
|
||||
kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/latest/download/system-upgrade-controller.yaml
|
||||
```
|
||||
The controller can be configured and customized via the previously mentioned configmap, but the controller must be redeployed for the changes to be applied.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user