Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
[Docs] Alternative download bundle for older Kube/OCP 3.11 (#5287)
Browse files Browse the repository at this point in the history
* Alternative bundle for OCP 3.11

Co-authored-by: hmaclean73 <[email protected]>
  • Loading branch information
k-wall and hmaclean73 authored Mar 16, 2021
1 parent 6103095 commit abc69c4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions documentation/common/proc-download-procedure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,22 @@

.Procedure
ifdef::Downloading[]
* Download one of the releases from the link:https://github.com/EnMasseProject/enmasse/releases[GitHub repository] and unpack it.


* Download one of the releases from the link:https://github.com/EnMasseProject/enmasse/releases[GitHub repository]. There are two versions of the bundle provided: `enmasse-<version>.tgz` and `enmasse-prekube1_16-<version>.tgz`.
ifeval::["{cmdcli}" == "oc"]
On {KubePlatform} 3.11 and before, choose `enmasse-prekube1_16-<version>.tgz`.
endif::[]
ifeval::["{cmdcli}" == "kubectl"]
On {KubePlatform} 1.15 and below, choose `enmasse-prekube1_16-<version>.tgz`.
endif::[]
Otherwise, choose `enmasse-<version>.tgz`.
* Unnpack the bundle.
endif::Downloading[]

ifndef::Downloading[]
* Download and extract the `{ZipInstallFile}` file from the {ZipDownload}.
* Download and extract the `{ZipInstallFile}` file (for {KubePlatform} 4 and above) or `{ZipInstallFileOcp311}` file (for {KubePlatform} 3.11) from the {ZipDownload}.

NOTE: Although container images for {ProductName} are available in the {DockerRepository}, we recommend that you use the YAML files provided instead.

endif::Downloading[]

0 comments on commit abc69c4

Please sign in to comment.