istio ambient mode in docker not supported
While trying to setup istio ambient mode in docker bump into this error "networkPlugin cni failed to teardown pod". Upon further googling found this github thread that says docker uses a broken cni plugin and still unsupported. If you're trying to setup istio ambient mode, try to use minikube or kind.
https://github.com/istio/istio/issues/47436
Comments