We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a12356 commit cf6cbc1Copy full SHA for cf6cbc1
aws/k8s-aws-alb-script-cleanup.sh
@@ -28,6 +28,11 @@ echo "cleanup k8s ingress and service. This may take a while"
28
kubectl delete service wrongsecrets-balancer
29
kubectl delete ingress wrongsecrets-balancer
30
31
+kubectl delete ingress ctfd -n ctfd
32
+
33
+# Give some time for the controller to remove cleaned ingresses
34
+sleep 5
35
36
echo "Cleanup helm chart"
37
helm uninstall aws-load-balancer-controller \
38
-n kube-system
0 commit comments