Skip to content

Commit 1f8837a

Browse files
fix: add missing ODH webhook wait command in platform-setup docs
The ODH tab's "Wait for the operator webhook to be ready" step had an empty code block, blocking users from completing the installation. Added the correct kubectl wait command matching the pattern used by the Kuadrant and RHOAI tabs. Resolves: RHOAIENG-55116 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Mynhardt Burger <mynhardt@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent babc125 commit 1f8837a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/install/platform-setup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,7 @@ Install the platform operator (ODH or RHOAI) and initialize the platform with DS
388388
Wait for the operator webhook to be ready:
389389

390390
```shell
391-
392-
391+
kubectl wait --for=condition=Available --timeout=120s deployment/opendatahub-operator-controller-manager -n openshift-operators
393392
```
394393

395394
=== "Red Hat OpenShift AI"

0 commit comments

Comments
 (0)