summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_8/README.md
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-13 15:35:51 -0500
committerGitHub <noreply@github.com>2017-11-13 15:35:51 -0500
commitfeb0e25b3ba3deb2c97d707e6000efa9743eb9c0 (patch)
tree8ee7b493cb86c721f1b97ff927742bed0dd75531 /playbooks/byo/openshift-cluster/upgrades/v3_8/README.md
parent7175c6f228f61b883d958c12ba5130f37a0615c4 (diff)
parent284e4158b2f521e6f91eab243bfae01fc09a07a5 (diff)
downloadopenshift-feb0e25b3ba3deb2c97d707e6000efa9743eb9c0.tar.gz
openshift-feb0e25b3ba3deb2c97d707e6000efa9743eb9c0.tar.bz2
openshift-feb0e25b3ba3deb2c97d707e6000efa9743eb9c0.tar.xz
openshift-feb0e25b3ba3deb2c97d707e6000efa9743eb9c0.zip
Merge pull request #6100 from sdodson/v3_8-support
First pass at v3.8 support
Diffstat (limited to 'playbooks/byo/openshift-cluster/upgrades/v3_8/README.md')
-rw-r--r--playbooks/byo/openshift-cluster/upgrades/v3_8/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_8/README.md b/playbooks/byo/openshift-cluster/upgrades/v3_8/README.md
new file mode 100644
index 000000000..d9be6ae3b
--- /dev/null
+++ b/playbooks/byo/openshift-cluster/upgrades/v3_8/README.md
@@ -0,0 +1,20 @@
+# v3.6 Major and Minor Upgrade Playbook
+
+## Overview
+This playbook currently performs the following steps.
+
+ * Upgrade and restart master services
+ * Unschedule node
+ * Upgrade and restart docker
+ * Upgrade and restart node services
+ * Modifies the subset of the configuration necessary
+ * Applies the latest cluster policies
+ * Updates the default router if one exists
+ * Updates the default registry if one exists
+ * Updates image streams and quickstarts
+
+## Usage
+
+```
+ansible-playbook -i ~/ansible-inventory openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_8/upgrade.yml
+```