Skip to content

Commit 2e0df73

Browse files
committed
fix: dont put code in lists
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 2a2d502 commit 2e0df73

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -144,22 +144,23 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
144144
1. Get the [openshift installer](https://console.redhat.com/openshift/downloads)
145145
1. **NOTE: openshift installer must be updated regularly if you want to automatically provision the latest versions of OCP**
146146
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)
156148
4. Ensure certificates are configured (via let's encrypt or do so manually)
157149
5. Run the wrapper install script
158150
1. `bash ./rhdp/wrapper.sh azure-region-code`
159151
2. Where azure region code is `eastasia`, `useast2` etc.
160152
6. You *should* be done
161153
1. You *may* need to recreate the hello world peer-pods depending on timeouts.
162154

155+
```shell
156+
export GUID=
157+
export CLIENT_ID=
158+
export PASSWORD=
159+
export TENANT=
160+
export SUBSCRIPTION=
161+
export RESOURCEGROUP=
162+
```
163+
163164
### Single cluster install on plain old azure *not* using Red Hat Demo Platform
164165

165166
**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
170171
4. `openshift-install create install-config`
171172
1. Select azure
172173
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.
179175
6. `mkdir ./ocp-install && mv openshift-install.yaml ./ocp-install`
180176
7. `openshift-install create cluster --dir=./ocp-install`
181177
8. Once installed:
182178
1. Login to `oc`
183179
2. Configure Let's Encrypt (if required)
184180
3. `./pattern.sh make install`
185181

182+
186183
### Multi cluster setup
187184

188185
TBD

0 commit comments

Comments
 (0)