-
Notifications
You must be signed in to change notification settings - Fork 104
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 mTLS causes issue #2851
Comments
reproduced using this istio installation config: apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
profile: demo
components:
cni:
namespace: istio-system
enabled: true
ingressGateways:
- name: istio-ingressgateway
enabled: false
egressGateways:
- name: istio-egressgateway
enabled: false and following https://istio.io/latest/docs/setup/getting-started/ |
So in this case, the agent doesn't see the istio iptables (since not in the same namespace) and it just initializes in a standard way. It steals traffic from PREROUTING (the mesh), but if I remove the rule there it seems to be okay. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mirantis Kubernetes Engine k8s 1.24
istio mesh with istio-cni
The text was updated successfully, but these errors were encountered: