You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Where <args>:
117
117
118
118
Environment Variables:
119
119
IBMCLOUD_API_KEY IBM Cloud API key
120
-
RELEASE_VER OpenShift release version (Default: 4.15)
120
+
RELEASE_VER OpenShift release version (Default: 4.20)
121
121
ARTIFACTS_VERSION Tag or Branch name of ocp4-upi-powervs repository (Default: main)
122
122
RHEL_SUBS_PASSWORD RHEL subscription password if not provided in variables
123
123
NO_OF_RETRY Number of retries/attempts to run repeatable actions such as create (Default: 5)
@@ -158,7 +158,7 @@ You'll need to place the file in the install directory and name it as **pull-sec
158
158
159
159
## Quickstart
160
160
161
-
1. Export the IBM Cloud API Key and RHEL Subscription Password.
161
+
1. Export the IBM Cloud API Key and RHEL Subscription Password. Export RHEL_SUBS_PASSWORD only if your bastion server is based on RHEL.
162
162
```
163
163
$ set +o history
164
164
$ export IBMCLOUD_API_KEY='<your API key>'
@@ -190,12 +190,13 @@ Before running the script, you may choose to override some environment variables
190
190
191
191
### Different OpenShift Versions
192
192
193
+
This [link](https://access.redhat.com/articles/6907891) shows the mapping of versions between OCP, RHCOS and RHEL. Note that the RHCOS versions are now aligned with RHEL version and not with OCP versions. For example, for OCP 4.20, RHCOS version is 9-6 and RHEL version is 9.6
193
194
194
-
By default OpenShift version 4.15 is installed.
195
+
By default OpenShift version 4.20 is installed.
195
196
196
-
If you want to install 4.14, then export the variable `RELEASE_VER`.
197
+
If you want to install 4.19, then export the variable `RELEASE_VER`.
197
198
```
198
-
$ export RELEASE_VER="4.14"
199
+
$ export RELEASE_VER="4.19"
199
200
```
200
201
201
202
### Non-interactive mode
@@ -214,8 +215,8 @@ You can avoid the interactive mode by having the required input files available
0 commit comments