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
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,22 +144,23 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
144
144
1. Get the [openshift installer](https://console.redhat.com/openshift/downloads)
145
145
1. **NOTE: openshift installer must be updated regularly if you want to automatically provision the latest versions of OCP**
146
146
2. Get access to an [Azure Subscription Based Blank Open Environment](https://catalog.demo.redhat.com/catalog?category=Open_Environments&search=azure&item=babylon-catalog-prod%2Fazure-gpte.open-environment-azure-subscription.prod).
147
-
3. Import the required azure environmental variables (see coded block):
148
-
```shell
149
-
export GUID=
150
-
export CLIENT_ID=
151
-
export PASSWORD=
152
-
export TENANT=
153
-
export SUBSCRIPTION=
154
-
export RESOURCEGROUP=
155
-
```
147
+
3. Import the required azure environmental variables (see code block below)
156
148
4. Ensure certificates are configured (via let's encrypt or do so manually)
157
149
5. Run the wrapper install script
158
150
1. `bash ./rhdp/wrapper.sh azure-region-code`
159
151
2. Where azure region code is `eastasia`, `useast2` etc.
160
152
6. You *should* be done
161
153
1. You *may* need to recreate the hello world peer-pods depending on timeouts.
162
154
155
+
```shell
156
+
export GUID=
157
+
export CLIENT_ID=
158
+
export PASSWORD=
159
+
export TENANT=
160
+
export SUBSCRIPTION=
161
+
export RESOURCEGROUP=
162
+
```
163
+
163
164
### Single cluster install on plain old azure *not* using Red Hat Demo Platform
164
165
165
166
**NOTE: Don't use the default node sizes.. increase the node sizes such as below**
@@ -170,19 +171,15 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
170
171
4. `openshift-install create install-config`
171
172
1. Select azure
172
173
2. For Red Hatter's and partners using RHDP make sure you select the same region for your account that you selected in RHDP
173
-
5. Change worker machine type e.g.
174
-
```yaml
175
-
platform:
176
-
azure:
177
-
type: Standard_D8s_v5
178
-
```
174
+
5. Change worker machine type e.g. change `type: Standard_D4s_v5` to `type: Standard_D8s_v5` or similar based on your needs.
0 commit comments