Instruction for enabling istio-ingressgateway SDS

Hi folks,

The page:

says to do this to enable SDS in istio-ingressgateway:

istioctl manifest generate
–set values.gateways.istio-egressgateway.enabled=false
–set values.gateways.istio-ingressgateway.sds.enabled=true >
$HOME/istio-ingressgateway.yaml

However, it produces the same yaml even when I set to second property to false. (I also don’t know why the first property is even relevant in that example.)

What is the correct command to enable SDS in the ingress gateway?

Thanks,
jaid

Ingress SDS is now enabled by default, the doc probably needs to be updated to account for this