-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
I followed the steps for Jaeger UI, however when I open the browser Jaeger only showed "jaeger-all-in-one".
Probable Solution
- Create a file
istio-config.yamlwith the following content:
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
meshConfig:
defaultConfig:
tracing:
zipkin:
address: jaeger-collector.istio-system:9411
components:
base:
enabled: true
egressGateways:
- enabled: false
name: istio-egressgateway
ingressGateways:
- enabled: true
name: istio-ingressgateway
pilot:
enabled: true
hub: docker.io/istio
profile: default
tag: 1.22.2
values:
defaultRevision: ""
gateways:
istio-egressgateway: {}
istio-ingressgateway: {}
global:
configValidation: true
istioNamespace: istio-systemThis content can be generated with ìstioctl profile dump, you must add the meshConfig property.
- Apply the configuration:
istioctl install -f istio-config.yaml -y- Restart deployments:
kubectl rollout restart deploy webapp
kubectl rollout restart deploy catalog- Open Jaeger UI
HyunggyuJang and odilontalk
Metadata
Metadata
Assignees
Labels
No labels