Fixed Formatting / Ansbile-Playbook Command

- added -b and fixed typo in ansible-playbook command 
- fixed formatting issue
This commit is contained in:
Vincent Schwarzer 2017-03-16 17:53:48 +01:00 committed by GitHub
parent b0830f0cd7
commit c8c6105ee2

View file

@ -44,7 +44,7 @@ deployed.
``` ```
git fetch origin git fetch origin
git checkout origin/master 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 #### 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 installed in the Ansible playbook. The order of component installation is as
follows: follows:
# Docker * Docker
# etcd * etcd
# kubelet and kube-proxy * kubelet and kube-proxy
# network_plugin (such as Calico or Weave) * network_plugin (such as Calico or Weave)
# kube-apiserver, kube-scheduler, and kube-controller-manager * kube-apiserver, kube-scheduler, and kube-controller-manager
# Add-ons (such as KubeDNS) * Add-ons (such as KubeDNS)