Created
February 28, 2020 15:02
-
-
Save allanchua101/862a72ae984b67f649401c457769410d to your computer and use it in GitHub Desktop.
Deleting an eksctl cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Sample assumes that random-cluster-1527688624 | |
# is the name of your EKS cluster | |
eksctl delete cluster --name "random-cluster-1527688624" --wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment