You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the istio documentation, I learned that we can annotate namespaces (seems obvious in hindsight). The operator could then support looking at the namespace's annotations to determine whether auto-injection should happen or not.
Istio uses labels and not annotations for sidecar injection:
When you deploy your application using kubectl apply, the Istio sidecar injector will automatically inject Envoy containers into your application pods if they are started in namespaces labeled with istio-injection=enabled:
Looking at the istio documentation, I learned that we can annotate namespaces (seems obvious in hindsight). The operator could then support looking at the namespace's annotations to determine whether auto-injection should happen or not.
https://istio.io/docs/setup/kubernetes/install/kubernetes/
The text was updated successfully, but these errors were encountered: