Skip to content

Commit d6323d0

Browse files
ikingyenacx
andauthored
site: fix label selector for kubectl wait command (#1935)
**Description** <!-- Please provide a clear and concise summary of what this PR changes and why these changes are needed here. After the PR is merged, the message here will be included in the commit message after the PR title (which is in the format of "<tag>: add foo for bar"). Example: This commit adds a new feature to the translator that allows it to translate text from English to Spanish. This feature is useful for users who want to translate text from English to Spanish. --> **Related Issues/PRs (if applicable)** <!-- Please add the related issues or PRs here. Example: Fixes #12345 Close #12346 Related PR: #12347 --> **Special notes for reviewers (if applicable)** <!-- Please add any special notes for reviewers here. Example: The changes in this PR are not yet complete. I am still working on the controller part of this feature, but I wanted to get feedback on the filter part first. --> Signed-off-by: King Ye <kingye.me@gmail.com> Co-authored-by: Ignasi Barrera <ignasi@tetrate.io>
1 parent e75594c commit d6323d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/docs/capabilities/observability/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ helm install phoenix oci://registry-1.docker.io/arizephoenix/phoenix-helm \
5050

5151
# Wait for Phoenix to be ready (first run may take a few minutes to pull images)
5252
kubectl wait --timeout=5m -n envoy-ai-gateway-system \
53-
pods -l app.kubernetes.io/name=phoenix --for=condition=Ready
53+
pods -l app=phoenix --for=condition=Ready
5454
```
5555

5656
### Configure AI Gateway with OpenTelemetry

0 commit comments

Comments
 (0)