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

Allow loading of configuration from an S3 bucket #12

Closed JonathanO closed 4 years ago

JonathanO commented 5 years ago

Description of changes: Add support for reading a kubeconfig from an S3 bucket, and disabling IAM bearer tokens. This allows the lambda to be easily used with a non-EKS cluster.

svozza commented 5 years ago

Hi there, thanks for this! I guess after we merge this we'll have to rename the repo to something like amazon-k8s-node-drainer but I can do that after this PR has been merged.

svozza commented 4 years ago

Hi @JonathanO , apologies that this fell through the cracks, I took over the PR and finished it off by adding some tests and it's been merged now in #21 so I'm going to close this.