1

How can I disable Istio to send spans to zipkin?

If I'm not wrong this is not a mixer adapter right? It is something directly done from the pilot.

How can I disable it?

Gordon
  • 312,688
  • 75
  • 539
  • 559
Jxadro
  • 1,497
  • 2
  • 16
  • 36

1 Answers1

0

According to the section titled Cleanup in the Istio docs:

kubectl delete -f install/kubernetes/addons/zipkin.yaml
Gordon
  • 312,688
  • 75
  • 539
  • 559
  • That is to remove the zipkin containers, but what about the pilot configuration? My understanding is that pilot perform some action about spans reporting and send them to zipkin. Is that configuration automatically stoped if zipkin containers are not installed? – Jxadro May 30 '18 at 09:25
  • @Jxadro I don't know. But my assumption would be yes. Have you tried? – Gordon May 30 '18 at 09:33
  • How can I know if it works? How do I know if pilot is working on it? – Jxadro May 30 '18 at 19:10
  • @Jxadro Sorry, I am not familiar enough with Istio to answer that. I'd just run the command given in the docs and be done with it. – Gordon May 31 '18 at 10:09