We are trying to add some custom Annotations to the:
istiod
istio-pilot
Kubernetes “service” (namespace: istio-system) using the Istio Operator
Cluster: EKS 1.15
Istio: 1.6.3
Deployed and configured via Operator CRD
We are trying to add some custom Annotations to the:
istiod
istio-pilot
Kubernetes “service” (namespace: istio-system) using the Istio Operator
Cluster: EKS 1.15
Istio: 1.6.3
Deployed and configured via Operator CRD
Hello,
It might be late for you, but might still be useful for other people
You can add k8s.serviceAnnotations
on pilot component, like the following
spec:
components:
pilot:
enabled: true
k8s:
serviceAnnotations:
ad.datadoghq.com/endpoints.check_names: '["istio"]'