Skip to content

Commit

Permalink
Adding information about staged master upgrades
Browse files Browse the repository at this point in the history
Master upgrades are staged after PR #55990 to kubernetes(kubernetes/kubernetes#55990). This is the documentation update showing how to upgrade the master after that change.
  • Loading branch information
hyperbolic2346 authored Nov 18, 2017
1 parent 3df0f3c commit f995067
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started-guides/ubuntu/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ Once the latest charm is deployed, the channel for Kubernetes can be selected by
juju config kubernetes-master channel=1.x/stable

Where `x` is the minor version of Kubernetes. For example, `1.6/stable`. See above for Channel definitions.
Once you've configured kubernetes-master with the appropriate channel, run the upgrade action on each master:

juju run-action kubernetes-master/0 upgrade
juju run-action kubernetes-master/1 upgrade
...

### Worker Upgrades

Expand Down

0 comments on commit f995067

Please sign in to comment.