Skip to content

Commit fe2bc2a

Browse files
committed
fix: more formatting
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 30d822e commit fe2bc2a

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -145,21 +145,19 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
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).
147147
3. Import the required azure environmental variables (see coded block):
148-
149-
```shell
148+
```shell
150149
export GUID=
151150
export CLIENT_ID=
152151
export PASSWORD=
153152
export TENANT=
154153
export SUBSCRIPTION=
155154
export RESOURCEGROUP=
156-
157155
```
158-
1. Ensure Let's encrypt
159-
1. Run the wrapper install script
156+
4. Ensure certificates are configured (via let's encrypt or do so manually)
157+
5. Run the wrapper install script
160158
1. `bash ./rhdp/wrapper.sh azure-region-code`
161159
2. Where azure region code is `eastasia`, `useast2` etc.
162-
1. You *should* be done
160+
6. You *should* be done
163161
1. You *may* need to recreate the hello world peer-pods depending on timeouts.
164162

165163
### Single cluster install on plain old azure *not* using Red Hat Demo Platform
@@ -173,18 +171,17 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
173171
1. Select azure
174172
2. For Red Hatter's and partners using RHDP make sure you select the same region for your account that you selected in RHDP
175173
5. Change worker machine type e.g.
176-
```yaml
177-
platform:
178-
azure:
179-
type: Standard_D8s_v5
180-
```
181-
182-
1. `mkdir ./ocp-install && mv openshift-install.yaml ./ocp-install`
183-
2. `openshift-install create cluster --dir=./ocp-install`
184-
3. Once installed:
185-
1. Login to `oc`
186-
2. Configure Let's Encrypt (if required)
187-
3. `./pattern.sh make install`
174+
```yaml
175+
platform:
176+
azure:
177+
type: Standard_D8s_v5
178+
```
179+
6. `mkdir ./ocp-install && mv openshift-install.yaml ./ocp-install`
180+
7. `openshift-install create cluster --dir=./ocp-install`
181+
8. Once installed:
182+
1. Login to `oc`
183+
2. Configure Let's Encrypt (if required)
184+
3. `./pattern.sh make install`
188185

189186
### Multi cluster setup
190187

0 commit comments

Comments
 (0)