Uninstalling the Protector in Static Method
Describes steps to uninstall the REST container in static method.
To uninstall the Protector:
- Run the following command to uninstall the Log Forwarder from the Kubernetes cluster.
helm uninstall <Release_Name> --namespace <Namespace where the Log Forwarder is deployed>
For example:
helm uninstall log1 --namespace iap-rest
- Run the following command to uninstall the KMSProxy container from the Kubernetes cluster.
helm uninstall <Release_Name> --namespace <Namespace where KMSProxy container is deployed>
For example:
helm uninstall kmsproxy --namespace iap-rest
- Run the following command to uninstall the REST Container from the Kubernetes cluster.
helm uninstall <Release_Name> --namespace <Namespace where the REST Container is deployed>
For example:
helm uninstall iap-rest-devops --namespace iap-rest
- Run the following command to delete the Kubernetes secrets.
kubectl delete secret <Secret_Name> --namespace <Namespace where the REST Container is deployed>
For example:
kubectl delete secret service-certs --namespace iap-rest
Repeat this step to delete all the secrets that you have created while deploying the KMSProxy container and the REST Container:
- service-certs
- regcred
- Run the following command to delete the Kubernetes namespace.
helm delete namespace <Namespace where the REST Container is deployed>
For example:
helm delete namespace iap-rest
Feedback
Was this page helpful?