-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there anyway to start the helmchart pod without trigger istio sidecar injection? #167
Comments
That seems like an Istio question? The Helm job pod doesn't have any istio-specific configuration, it is up to the Istio webhook whether or not the sidecar gets injected. |
This is usually controlled by using an annotation on the job pod template:
Is there a way to add annotations on the job created by the controller? |
No, there is not. Does Istio not have some way to filter pods on the controller side? |
The annotation is the preferred way for Istio to determine which pods to filter. |
Is that the only way though? We can take job pod annotations on as a feature request but it'll probably be a while before we'd get to it. |
The preferred method is to call
|
I used this helmchart CRD to install Kong API gateway in my cluster. The helmchart pod continues to be up even after the installation finishes. It seems that in my namespace the Istio side car injection is enabled, so the helmchart pod continues to run because the istio-proxy is running.
Is there anyway to start the pod without istio sidecar?
The text was updated successfully, but these errors were encountered: