istio ambient doesn't work on k3s on windows
This is mainly due to istio requires iptables.
When try running it, the installation works fine and you will be able to see the pods update and running. '
When you start to label the namespace with ambient mode for example
kubectl label namespace default istio.io/dataplane-mode=ambient
If you look into the logs using kubectl logs -l k8s-app=istio-cni-node -n istio-system -f
Then you will get an error message saying -
istio failed to restore iptables rules: exit status 2
Comments