Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how update the helm installation of istio to enable 'Kubernetes Ingress with Cert-Manager' or 'enable SDS at ingress gateway'

Install isito in eks cluster using helm as follows: helm install istio --namespace istio-system --set grafana.enabled=true --set kiali.enabled=true --set prometheus.enabled=true --set tracing.enabled=true istio.io/istio

But didn't enable the 'sds' and found that by default it false. It will be possible to update the istio installation with helm to enable sds or I have to redo everything again.

like image 272
Khushboo Kumari Avatar asked Jan 18 '26 19:01

Khushboo Kumari


1 Answers

Use helm upgrade and pass the desired parameters as part of that command.

like image 94
Arghya Sadhu Avatar answered Jan 21 '26 11:01

Arghya Sadhu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!