-
Notifications
You must be signed in to change notification settings - Fork 132
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
Istio support #2936
Comments
Hey @stud0r thanks for opening this ticket. You have an interesting use case. |
Hello @stud0r, |
Hi @ypoplavs |
Apparently, this is a known issue for Istio as per istio/istio#11130
Could you please try this workaround? Job template can be adjusted using this approach: |
Is your feature request related to a problem? Please describe.
Based on the reply from #1761, an istio environment is currently not supported.
The described workaround to disable istio for the testkube namespace requires to disable mTLS on each service within the kubernets cluster to be tested.
Describe the solution you'd like
The current issue we have is with the init-container, which requires accesses the s3 bucket. Within an istio setup in the init-container the istio-proxy is not yet ready and outgoing traffic to minIO is not possible.
Is it possible to have the components that access external services only as a "normal" container and not as an init-container?
The text was updated successfully, but these errors were encountered: