Alen
April 22, 2024, 1:55pm
2
Do you have the “webhook” component configured (i.e., the jaeger-injector) so that it can activate span emissions from Linkerd proxies? In the config above I see the collector config, but we still need to tell Linkerd to emit the spans themselves.
pullPolicy: ""
# -- NodeSelector section, See the
# [K8S documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) for more information
nodeSelector: *default_node_selector
# -- Tolerations section, See the
# [K8S documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)
# for more information
tolerations: *default_tolerations
webhook:
# -- Number of replicas of the jaeger-injector component
replicas: 1
# -- Do not create a secret resource for the webhook.
# If this is set to `true`, the value `webhook.caBundle` must be set
# or the ca bundle must injected with cert-manager ca injector using
# `webhook.injectCaFrom` or `webhook.injectCaFromSecret` (see below).
externalSecret: false
# -- Certificate for the webhook. If not provided and not using an external secret
# then Helm will generate one.