Skip to content

Commit

Permalink
📝 Use pinned suc release in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Oct 20, 2022
1 parent e92a18d commit 4277bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/upgrade/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To upgrade a node, it is necessary [system-upgrade-controller](https://github.co
To install it, use kubectl:

```bash
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.9.1/system-upgrade-controller.yaml
```

To trigger an upgrade, create a plan for the `system-upgrade-controller` which refers to the image version that we want to upgrade.
Expand Down

0 comments on commit 4277bcf

Please sign in to comment.