Hi,
Why is it that when I install istio 1.10.1 the config shows egressGateways: enabled: false?
When I install using:
$ istioctl install --set profile=demo
and then retrieve the config:
$ istioctl profile dump
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
components:
base:
enabled: true
cni:
enabled: false
egressGateways:
- enabled: false
name: istio-egressgateway
ingressGateways:
- enabled: true
name: istio-ingressgateway
istiodRemote:
enabled: false
pilot:
enabled: true
...
Although the egress gateway is up:
kubectl get po -l istio=egressgateway -n istio-system
NAME READY STATUS RESTARTS AGE
istio-egressgateway-58b84ff75f-qshfk 1/1 Running 0 6m51s