3 Uninstall the Converged Application Server

Follow these steps to uninstall Converged Application Server.

  1. Remove the pvc from the namespace.
    kubectl delete pvc <pvc-name> -n sample-domain1-ns
  2. Delete the domain resource.
    kubectl delete domain sample-domain1 -n sample-domain1-ns
  3. Verify that the Converged Application Server pods and domains are gone.
    kubectl get pods -n sample-domain1-ns
    kubectl get domains -n sample-domain1-ns
  4. Delete the cluster resource.
    kubectl delete cluster sample-domain1-cluster-1 -n sample-domain1-ns
  5. Remove the Kubernetes Secrets associated with the domain.
    kubectl -n sample-domain1-ns delete secret sample-domain1-weblogic-credentials
    kubectl -n sample-domain1-ns delete secret sample-domain1-runtime-encryption-secret
  6. Delete the domain space.
    kubectl delete namespace sample-domain1-ns
  7. Remove the operator.
    helm uninstall sample-weblogic-operator -n sample-weblogic-operator-ns