From c8c6105ee2d910a071183ef625d3ad19c27486e8 Mon Sep 17 00:00:00 2001
From: Vincent Schwarzer <vincent.schwarzer@yahoo.de>
Date: Thu, 16 Mar 2017 17:53:48 +0100
Subject: [PATCH] Fixed Formatting / Ansbile-Playbook Command

- added -b and fixed typo in ansible-playbook command
- fixed formatting issue
---
 docs/upgrades.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/upgrades.md b/docs/upgrades.md
index 9a57f43ac..c37cad54a 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -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)
-- 
GitLab