Was working with helm charts to deploy kubernetes resources on a particular cluster. I have services deployed on three regions us-west-1, us-east-1, us-west-2. When I do a helm uninstall will it delete resources in all regions?
Asked
Active
Viewed 129 times
0
-
How you have installed these services ? – avinashjha Jun 17 '20 at 10:38
-
Using helm charts – Rohit U B Jun 17 '20 at 21:25
-
`helm uninstall` will undo what `helm install` did, but without knowing more about your particular setup it's a little hard to say more. "Region" isn't a core Kubernetes concept. – David Maze Jun 18 '20 at 00:58
-
How you have used helm to install services in different regions ? – avinashjha Jun 18 '20 at 17:44
-
take a look here https://stackoverflow.com/a/68944293/10025322 – Barel elbaz Aug 27 '21 at 07:10