Adding information about staged master upgrades (#6370)

Master upgrades are staged after PR #55990 to kubernetes(https://github.com/kubernetes/kubernetes/pull/55990). This is the documentation update showing how to upgrade the master after that change.
This commit is contained in:
Mike Wilson
2017-11-27 21:59:28 -05:00
committed by Steve Perry
parent 6b7c7f3dbc
commit 1ab9bb0116
@@ -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