momo-jun commented on code in PR #18015: URL: https://github.com/apache/pulsar/pull/18015#discussion_r1000061252
########## site2/docs/helm-deploy.md: ########## @@ -376,3 +375,23 @@ To find the IP addresses of those components, run the following command: kubectl get service -n <k8s-namespace> ``` +## Troubleshoot + +Although we have done our best to make these charts as seamless as possible, troubles do go out of our control occasionally. We have been collecting tips and tricks for troubleshooting common issues. Check it first before raising an [issue](https://github.com/apache/pulsar/issues/new/choose), and feel free to add your solutions by creating a [Pull Request](https://github.com/apache/pulsar/compare). + + +## Uninstall + +To uninstall the Pulsar Helm chart, run the following command: + +```bash +helm delete <pulsar-release-name> Review Comment: @ericsyh Thanks for the catch. -- 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]
