...
Wait a few minutes for External-DNS to clean up the OCI DNS hosted zone records that were added earlier during the installation. All records will be deleted except for SOA and NS records.
Tip |
---|
Tip |
Hint! To monitor the hosted zone records cleanup, refresh the OCI DNS console, Networking | DNS Management | Zones | Public zones section. |
...
Code Block |
---|
kubectl delete service cert-manager-webhook -n cert-manager |
Code Block |
---|
kubectl delete service cert-manager -n cert-manager |
Code Block |
---|
kubectl delete service cert-manager-cainjector -n cert-manager |
OCI Resources
...
Change directory to the terraform script directory and run the following command to remove all OCI resources created (cluster, Virtual Cloud Networks, persistent storage etc):
Code Block |
---|
terraform destroy |
Note!
For supporting ssl through kubernetes secrets, respective certificates and ca bundles are generated in certificate service. Terraform destroy doesn't delete these certificates and ca bundles. Therefore, these certificates and ca bundles need to be cleared by the user manually via the OCI console's Certificate service. Go to Certificates | Certificates and Certificates | CA Bundles to clear it.