Update url for upgrade-controller manifest

This commit is contained in:
Craig Jellick
2020-03-25 08:22:11 -07:00
parent 407e1a00d4
commit 6486a87e3e
@@ -33,7 +33,7 @@ To automate upgrades in this manner you must:
### 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://raw.githubusercontent.com/rancher/system-upgrade-controller/master/manifests/system-upgrade-controller.yaml
kubectl apply -f https://github.com/rancher/system-upgrade-controller/releases/download/v0.4.0/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.