env:
– name: OTEL_EXPORTER_JAEGER_AGENT_HOST
value: tempo.observability
– name: OTEL_EXPORTER_JAEGER_AGENT_PORT
value: ‘6831’
– name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://tempo.observability:4318
This is what worked for me!
]]>Here is the output :-
% kubectl -n istio-system get pods
NAME READY STATUS RESTARTS AGE
istio-egressgateway-6f9d4548b-lbn95 1/1 Running 0 2m6s
istio-ingressgateway-5dc645f586-htq7z 1/1 Running 0 2m6s
istiod-79b65d448f-482xk 1/1 Running 0 2m19s
%
Do I need to mention “istio-ingressgateway-5dc645f586-htq7z” instead of “istio-gateway” ?
And also what about “–set sources[1]=istio-virtualservice” in helm command, shall I leave it as it is ?
I am available at [email protected] and +61405155584 (whatsapp). Please contact to help me sort this out.
]]>% helm install external-dns bitnami/external-dns -n external-dns \
–set serviceAccount.create=false \
–set serviceAccount.name=sa-external-dns \
–set provider=aws \
–set txtOwnerId=istio-demo \
–set aws.zoneType=public \
–set sources[0]=istio-gateway \
–set sources[1]=istio-virtualservice
zsh: no matches found: sources[0]=istio-gateway
%