Browse Source

Minor v3.6 upgrade docs fixes

Russell Teague 8 years ago
parent
commit
27ea09c74c

+ 3 - 2
playbooks/byo/openshift-cluster/upgrades/README.md

@@ -4,5 +4,6 @@ cluster. Additional notes for the associated upgrade playbooks are
 provided in their respective directories.
 
 # Upgrades available
-- [OpenShift Enterprise 3.4 to 3.5](v3_5/README.md) (works also to upgrade OpenShift origin from 1.4.x to 1.5.x)
-- [OpenShift Enterprise 3.3 to 3.4](v3_4/README.md) (works also to upgrade OpenShift origin from 1.3.x to 1.4.x)
+- [OpenShift Container Platform 3.5 to 3.6](v3_6/README.md) (works also to upgrade OpenShift Origin from 1.5.x to 3.6.x)
+- [OpenShift Container Platform 3.4 to 3.5](v3_5/README.md) (works also to upgrade OpenShift Origin from 1.4.x to 1.5.x)
+- [OpenShift Container Platform 3.3 to 3.4](v3_4/README.md) (works also to upgrade OpenShift Origin from 1.3.x to 1.4.x)

+ 6 - 4
playbooks/byo/openshift-cluster/upgrades/v3_6/README.md

@@ -1,11 +1,10 @@
-# v3.5 Major and Minor Upgrade Playbook
+# v3.6 Major and Minor Upgrade Playbook
 
 ## Overview
-This playbook currently performs the
-following steps.
+This playbook currently performs the following steps.
 
  * Upgrade and restart master services
- * Unschedule node.
+ * Unschedule node
  * Upgrade and restart docker
  * Upgrade and restart node services
  * Modifies the subset of the configuration necessary
@@ -15,4 +14,7 @@ following steps.
  * Updates image streams and quickstarts
 
 ## Usage
+
+```
 ansible-playbook -i ~/ansible-inventory openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_6/upgrade.yml
+```