Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Usage Engine Private Edition

Insert excerpt
UEPE4D:UninstallationUEPE4D:
Uninstallation
nameuninstall PE
nopaneltrue

Wait for a few minutes for the External-DNS to cleanup 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

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 -n cert-manager
Code Block
kubectl delete service cert-manager-cainjector -n cert-manager

OCI Resources

Manually delete unused load balancer Certificates and CA Bundles from the OCI Certificate Service via the OCI console.

...

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.