Uninstalling the Protector in Static Method
Describes steps to uninstall the AP Java 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-java
- 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-java
- Run the following command to uninstall the Application Protector Java Container from the Kubernetes cluster.
helm uninstall <Release_Name> --namespace <Namespace where the AP Java Container is deployed>
For example:
helm uninstall iap-java-devops --namespace iap-java
- Run the following command to delete the Kubernetes secrets.
kubectl delete secret <Secret_Name> --namespace <Namespace where the AP Java Container is deployed>
For example:
kubectl delete secret service-certs --namespace iap-java
Repeat this step to delete all the secrets that you have created while deploying the KMSProxy container and the Application Protector Java Container:
- service-certs
- regcred
- Run the following command to delete the Kubernetes namespace.
helm delete namespace <Namespace where the AP Java Container is deployed>
For example:
helm delete namespace iap-java
Feedback
Was this page helpful?