After uninstalling the gateway:
- Verify that all namespace resources (pods, deployments, secrets, etc.) have been successfully removed.
- Ensure that no orphaned Kubernetes resources remain.
- Check the OpsRamp portal to confirm that the gateway is no longer connected.
- Monitor other active gateways (if you are using multi-tenancy) to ensure they continue to function as expected.
Troubleshooting Tips
- Namespace Not Found: Ensure you are using the correct namespace name. Use
kubectl get nsto list all available namespaces. - Permission Denied: Ensure your user or service account has cluster-admin or appropriate RBAC permissions.
- Helm Not Installed: Install Helm from https://helm.sh if the command is not recognized.
- Uninstall Fails: Check logs or run with
–debugflag (for Helm) to get more details on failure reasons.