Removing an AWS Installation(4.1)
To uninstall in AWS, do the following steps:
Delete all ECDs from Desktop Online by repeating the
kubectl delete
command for all ECDs.$ kubectl get ecd -n <namespace> $ kubectl delete ecd <ecd> -n <namespace>
Uninstalling
# Display a list of the installed releases $ helm list --namespace <namespace> # Unistall the platform and the ec $ helm uninstall platform --namespace <namespace> $ helm uninstall ec --namespace <namespace>
Uninstall AWS Helpers
# Display a list of the installed releases $ helm list --namespace <namespace> # Unistall the releases $ helm uninstall efs-provisioner --namespace <namespace> $ helm uninstall external-dns --namespace <namespace> $ helm uninstall aws-alb-ingress-controller --namespace <namespace>
Uninstalling AWS Additional Resources
From the terraform directory $ cd /<path-to-terraform folder> $ terraform destroy
Uninstall VPC and EKS cluster
#default the mz-eks $ eksctl delete cluster --name=<cluster-name>
, multiple selections available,
Related content
Uninstallation Guide - AWS (4.2)
Uninstallation Guide - AWS (4.2)
More like this
Uninstallation Guide - AWS (5.0)
Uninstallation Guide - AWS (5.0)
More like this
Removing a Private Cloud Installation(4.2)
Removing a Private Cloud Installation(4.2)
More like this
Additional steps required due to removal of EC helm chart for - AWS(4.1)
Additional steps required due to removal of EC helm chart for - AWS(4.1)
More like this
Uninstallation Guide - Private Cloud(5.0)
Uninstallation Guide - Private Cloud(5.0)
More like this
Uninstallation Guide - Azure (4.3)
Uninstallation Guide - Azure (4.3)
More like this