Skip to content
Snippets Groups Projects
Commit b4a1ba82 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #1148 from VincentS/patch-1

Fixed Formatting / Ansbile-Playbook Command Upgrade Cluster
parents b0830f0c c8c6105e
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ deployed.
```
git fetch origin
git checkout origin/master
ansible-playbook upgrade-cluster cluster.yml -i inventory/inventory.cfg
ansible-playbook upgrade-cluster.yml -b -i inventory/inventory.cfg
```
#### Upgrade order
......@@ -53,9 +53,9 @@ As mentioned above, components are upgraded in the order in which they were
installed in the Ansible playbook. The order of component installation is as
follows:
# Docker
# etcd
# kubelet and kube-proxy
# network_plugin (such as Calico or Weave)
# kube-apiserver, kube-scheduler, and kube-controller-manager
# Add-ons (such as KubeDNS)
* Docker
* etcd
* kubelet and kube-proxy
* network_plugin (such as Calico or Weave)
* kube-apiserver, kube-scheduler, and kube-controller-manager
* Add-ons (such as KubeDNS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment