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:
@@ -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
|
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.
|
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
|
### Worker Upgrades
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user