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: docs/src/multi/pri-ep.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -335,7 +335,26 @@ for cluster in admin phoenix ; do
335
335
done
336
336
```
337
337
338
-
5. Install the Verrazzano Admin cluster:
338
+
5. If you are using Thanos, configure your secret for OCI Object Storage now. For each enabled cluster, a storage file is created. Edit them and enter the following and create a secret:
The Admin cluster has more components to install and takes longer, so we install it separately. This allows us to install the managed clusters in parallel.
346
365
```
347
366
348
-
6. While the Admin cluster is being installed in the background, you can install the managed clusters in parallel:
367
+
7. While the Admin cluster is being installed in the background, you can install the managed clusters in parallel:
349
368
350
369
```bash, editable
351
370
cd /home/opc/vz/clusters
@@ -354,7 +373,7 @@ for cluster in phoenix ; do
354
373
done
355
374
```
356
375
357
-
7. Wait for Verrazzano to be installed in all clusters:
376
+
8. Wait for Verrazzano to be installed in all clusters:
Copy file name to clipboardExpand all lines: docs/src/multi/pub-ep.md
+27-8Lines changed: 27 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ Replace phoenix with a list of your clusters e.g.
295
295
`for cluster in admin sanjose chicago ;...`
296
296
```
297
297
298
-
2. Check if the operator has installed sucessfully in all clusters:
298
+
2. Check if the operator has installed successfully in all clusters:
299
299
300
300
```bash, editable
301
301
for cluster in admin phoenix; do
@@ -319,7 +319,26 @@ for cluster in admin phoenix ; do
319
319
done
320
320
```
321
321
322
-
5. Install the Verrazzano Admin cluster:
322
+
5. If you are using Thanos, configure your secret for OCI Object Storage now. For each enabled cluster, a storage file is created. Edit them and enter the following and create a secret:
The Admin cluster has more components to install and takes longer, so we install it separately. This allows us to install the managed clusters in parallel.
330
349
```
331
350
332
-
6. While the Admin cluster is being installed in the background, you can install the managed clusters in parallel:
351
+
7. While the Admin cluster is being installed in the background, you can install the managed clusters in parallel:
333
352
334
353
```bash, editable
335
354
cd /home/opc/vz/clusters
@@ -338,7 +357,7 @@ for cluster in phoenix ; do
338
357
done
339
358
```
340
359
341
-
7. Wait for Verrazzano to be installed in all clusters:
360
+
8. Wait for Verrazzano to be installed in all clusters:
0 commit comments