-
Remove the acs and acs-ingress
deployments:
helm uninstall -n alfresco acs acs-ingress
-
Delete the Kubernetes namespace:
kubectl delete namespace alfresco
- Go to the EFS Console, select the file system we created earlier, and press the “Delete” button to remove the mount targets and file system.
- Go to the IAM console and remove the AmazonRoute53FullAccess managed policy we added to the NodeInstanceRole in the File System section otherwise the cluster will fail to delete in the next step.
-
Finally, delete the EKS cluster (replace YOUR-CLUSTER-NAME
with the name you gave your cluster):
eksctl delete cluster --name YOUR-CLUSTER-NAME