aws-samples / amazon-k8s-node-drainer

Gracefully drain Kubernetes pods from EKS worker nodes during autoscaling scale-in events.
Other
199 stars 56 forks source link

Add cluster name postfix to the default stack name #35

Closed roeera closed 3 years ago

roeera commented 3 years ago

Had a problem when deployed drainer twice into 2 different clusters using build_deploy.sh, using the current code it's override the deployed cloudformation stack and affected an already functional cluster.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

svozza commented 3 years ago

Thank you very much! Merging now.