Uninstallation Guide - GCP (4.3)
These uninstallation steps must be performed in sequence to ensure that all resources are being removed systematically.
Usage Engine Private Edition
Wait a few minutes for External-DNS to clean up the Cloud DNS hosted zone records that were added earlier during the installation. All records will be deleted except for SOA and NS records.
Hint!
To monitor the hosted zone records cleanup, user may refresh Cloud DNS console, Zone details | RECORD SETS section.
GCP Managed Certificate
To view the managed certificate from GCP Certificate Manager, run:
kubectl get managedCertificate -n uepe
To remove the managed certificate from GCP Certificate Manager, run:
kubectl delete managedCertificate managed-cert -n uepe
Kubernetes Cluster Add-ons
To uninstall Add-ons from the Kubernetes cluster run:
helm uninstall external-dns -n uepe
Cert Manager
To uninstall cert-manager from the Kubernetes cluster, run:
GCP Resources
Delete the Persistent Volume Claim (PVC) and Persistent Volume (PV) if they had been created earlier. Change directory to the terraform script directory. Change directory to the manifests directory.
Change directory to the terraform script directory and run the following command to remove all GCP resources created (cluster, VPC, persistent storage etc):