summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_8/README.md
blob: d9be6ae3b420cf4e4a9780e52eaab615ab2e74d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
```