We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the steps for Jaeger UI, however when I open the browser Jaeger only showed "jaeger-all-in-one".
Probable Solution
istio-config.yaml
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-system
This content can be generated with ìstioctl profile dump, you must add the meshConfig property.
ìstioctl profile dump
istioctl install -f istio-config.yaml -y
kubectl rollout restart deploy webapp kubectl rollout restart deploy catalog
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the steps for Jaeger UI, however when I open the browser Jaeger only showed "jaeger-all-in-one".
Probable Solution
istio-config.yaml
with the following content:This content can be generated with
ìstioctl profile dump
, you must add the meshConfig property.The text was updated successfully, but these errors were encountered: