istio install ambient mode + ingress in one line
We can install istio ambient profile and ingress together in online. Cool.
istioctl install --set profile=ambient --set "components.ingressGateways[0].enabled=true" --set "components.ingressGateways[0].name=istio-ingressgateway" --skip-confirmation
Comments