Skip to content

Instantly share code, notes, and snippets.

@allanchua101
Created February 28, 2020 15:02
Show Gist options
  • Save allanchua101/862a72ae984b67f649401c457769410d to your computer and use it in GitHub Desktop.
Save allanchua101/862a72ae984b67f649401c457769410d to your computer and use it in GitHub Desktop.
Deleting an eksctl cluster
#!/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