On 12.03.21 16:58, Gary Golub wrote:
> Questions (first specific to this issue, the rest general):
>
> 1. Should the operator helm chart CRDs match
> jaegertracing.io_jaegers_crd.yaml or is pre-installing the latter
> necessary? If so, is there a helm chart for those that I haven't found?
They are probably out of sync, the one from the jaeger-operator
repository takes precedence. Could you open an issue against the
helm-chart repository?
> 2. If I install jaegertracing/jaeger-operator, do I also need to
> install jaegertracing/jaeger or is that an alternate deployment w/o
> the operator?
That's an alternate deployment.
> 3. If I configure to use the agent DaemonSet, should I see agent pods
> in each namespace? I did, when installing jaegertracing/jaeger
> (before moving to the operator) and wasn't clear if the operator
> would create those pods.
No, there should be one DaemonSet for every kubelet node, not namespace.
If you have only one node in your cluster, you'll have only one pod with
the agent.
- Juca.