Welcome to the Linux Foundation Forum!

Lab 3.1 - EgressGateway not removed

When I apply the new file via istioctl install -f

apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
name: demo-istio-install
spec:
profile: demo
components:
egressGateways:
- name: istio-egressgateway
enabled: false

I can see that the configuration correctly shows the egressgateway as disabled

$ istioctl profile dump
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
components:
base:
enabled: true
egressGateways:
- enabled: false
name: istio-egressgateway
...

but the deployment & pod still exists from the first installation of the default demo profile. Am I doing something wrong or is this expected? The course seems to suggest that the deployment should be deleted

If you list the pods in the istio-system namespace, you will notice that the egress gateway is no longer in the list.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training