Skip to content

Commit 2b81a33

Browse files
Move wait for operator webhook earlier.
Signed-off-by: Mynhardt Burger <mynhardt@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent 1f8837a commit 2b81a33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/content/install/platform-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,12 @@ Install the platform operator (ODH or RHOAI) and initialize the platform with DS
366366
kubectl wait --for=jsonpath='{.status.state}'=AtLatestKnown subscription/opendatahub-operator -n openshift-operators --timeout=300s
367367
```
368368

369+
Wait for the operator webhook to be ready:
370+
371+
```shell
372+
kubectl wait --for=condition=Available --timeout=120s deployment/opendatahub-operator-controller-manager -n openshift-operators
373+
```
374+
369375
Initialize the ODH platform with DSCInitialization:
370376

371377
```yaml
@@ -385,12 +391,6 @@ Install the platform operator (ODH or RHOAI) and initialize the platform with DS
385391
EOF
386392
```
387393

388-
Wait for the operator webhook to be ready:
389-
390-
```shell
391-
kubectl wait --for=condition=Available --timeout=120s deployment/opendatahub-operator-controller-manager -n openshift-operators
392-
```
393-
394394
=== "Red Hat OpenShift AI"
395395

396396
Install Red Hat OpenShift AI (RHOAI) Operator from OpenShift's built-in OperatorHub.

0 commit comments

Comments
 (0)