From 60ba1255789404e0120c9e477b8cb5bede434c68 Mon Sep 17 00:00:00 2001 From: Christian Heckelmann <89777493+heckelmann@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:34:34 +0200 Subject: [PATCH] Fix kubectl command --- content/en/blog/2024/new-otel-features-envoy-istio/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/2024/new-otel-features-envoy-istio/index.md b/content/en/blog/2024/new-otel-features-envoy-istio/index.md index bc94ca7c3c3e..7c030b4140e9 100644 --- a/content/en/blog/2024/new-otel-features-envoy-istio/index.md +++ b/content/en/blog/2024/new-otel-features-envoy-istio/index.md @@ -182,7 +182,7 @@ And finally, we configure the `OTEL_RESOURCE_ATTRIBUTES` environment variable for the Envoy proxies: ```shell -cat <.*" +kubectl exec "$(kubectl get pod -l app=ratings -o jsonpath='{.items[0].metadata.name}')" -c ratings -- curl -sS productpage:9080/productpage | grep -o ".*" ``` Then you can check it out on the Jaeger UI -- you should see some traces!