diff options
| author | Stéphane Klein <contact@stephane-klein.info> | 2017-02-27 17:22:08 +0100 | 
|---|---|---|
| committer | Stéphane Klein <contact@stephane-klein.info> | 2017-02-27 17:22:08 +0100 | 
| commit | 4ee2965fc75c77e8d74287de0bf7f26df231e694 (patch) | |
| tree | d04782094f469b24e8d7e977a10b819f10ba18f1 | |
| parent | 41ee91326a9f533396bc876d399d4e7c50c9ea38 (diff) | |
Fix issue #3505, add notes about origin upgrade versions support in BYO upgrade README file
| -rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/playbooks/byo/openshift-cluster/upgrades/README.md b/playbooks/byo/openshift-cluster/upgrades/README.md index e5b80a9b4..0425ba518 100644 --- a/playbooks/byo/openshift-cluster/upgrades/README.md +++ b/playbooks/byo/openshift-cluster/upgrades/README.md @@ -4,5 +4,5 @@ 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) -- [OpenShift Enterprise 3.3 to 3.4](v3_4/README.md) +- [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) | 
