https://rancher.com/ logo
Title
s

swift-zebra-42479

09/07/2022, 10:49 AM
Hi Team, getting below error while install Istio using helm charts. please suggest me. doc link - https://istio.io/latest/docs/setup/install/helm/ os -- ubuntu-20 helm version-v3
1
o

orange-barista-66154

09/08/2022, 4:00 PM
you've installed into namespace
istio-system
. Your second command doesn't specify that namespace
s

swift-zebra-42479

09/12/2022, 11:12 AM
Hi Haswalt, below we are mentioned -n istio-system for namespace. -helm install istio-base istio/base -n istio-system
o

orange-barista-66154

09/12/2022, 11:13 AM
yes when you installed. but when checking
helm status
you don't specify the namespace
have you tried
helm status -n istio-system istio-base
?
s

swift-zebra-42479

09/12/2022, 12:10 PM
same issue