Skip to content
New issue

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

Chapter2 - Jaeger UI doesn't show services #37

Open
chokecoDev opened this issue Jul 10, 2024 · 0 comments
Open

Chapter2 - Jaeger UI doesn't show services #37

chokecoDev opened this issue Jul 10, 2024 · 0 comments

Comments

@chokecoDev
Copy link

I followed the steps for Jaeger UI, however when I open the browser Jaeger only showed "jaeger-all-in-one".

Probable Solution

  1. Create a file istio-config.yaml with 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-system

This content can be generated with ìstioctl profile dump, you must add the meshConfig property.

  1. Apply the configuration:
istioctl install -f istio-config.yaml -y
  1. Restart deployments:
kubectl rollout restart deploy webapp
kubectl rollout restart deploy catalog
  1. Open Jaeger UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant