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
Hi,
currently we're running Istio on our clusters with istio-proxy sidecar injector. We would like to disable istio-proxy on kube-fledged cache pods.
Istio provides a custom label sidecar.istio.io/inject="false" which needs to be present on pod's metadata.
We'll need a way to pass those custom labels to kube-fledged, annotations can be done the same way.
Another less preferred option is to deploy kube-fledged jobs into other namespace that imageCache resource namespace.
The text was updated successfully, but these errors were encountered:
Hi,
currently we're running Istio on our clusters with istio-proxy sidecar injector. We would like to disable istio-proxy on kube-fledged cache pods.
Istio provides a custom label
sidecar.istio.io/inject="false"
which needs to be present on pod's metadata.We'll need a way to pass those custom labels to kube-fledged, annotations can be done the same way.
Another less preferred option is to deploy kube-fledged jobs into other namespace that imageCache resource namespace.
The text was updated successfully, but these errors were encountered: