File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments