aFlyBird0 commented on issue #14: URL: https://github.com/apache/shenyu-helm-chart/issues/14#issuecomment-1256952058
There are two ways to handle this problem: ## 1. uninstall helm and reinstall 1. use `helm uninstall ...` to uninstall old release 2. `kubectl delete ns shenyu` 3. edit values.yaml according to #15 4. `helm install ......` # edit configmaps and restart pods 1. `kubectl edit configmaps shenyu-configmap -n shenyu` 2. edit configmaps according to #15 3. execute `kubectl get pods -n shenyu` to get pods name of shenyu-admin and shenyu-bootstrap 4. execute `kubectl delete pod/shenyu-admin....... -n shenyu` and `kubectl delete pod/shenyu-boostrap.... -n shenyu` to delete pods 5. wait K8s to scale Pods automatically @skyleaworlder 🚀 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
