eks-rolling-update icon indicating copy to clipboard operation
eks-rolling-update copied to clipboard

EKS Rolling Update is a utility for updating the launch configuration of worker nodes in an EKS cluster.

Results 27 eks-rolling-update issues
Sort by recently updated
recently updated
newest added

Hi, This is probably asking for too much, but there might be other people interested: *Request:* When draining a node from ASG: detach it from the load balancer and/or target...

The `K8S_CONTEXT` environment variable is used when setting up the python Kubernetes API client, but the actual node draining operation is performed by shelling out to `kubectl` rather than using...

First of all, thanks for this wonderful project. Is it possible to add changelog/release notes for each version release? ATM, it is hard to find what is changed when I...

I had problems using the Dockerfile to use the tool because I haven't installed the virtualenv on my machine, and wanted to do the whole process using only docker. So...

during our node rotation az rebalanced the nodes, at this time desired and running nodes were 6 ASG added an extra node to balance the nodes across AZs regardless of...

First of all, this project has helped me a lot in performing rolling upgrades of nodes on our Kubernetes cluster. I have noticed that on Kubernetes Version 1.19 and above...

when script running, it suddenly throw An error occurred (RequestExpired) when calling the DescribeInstances operation: Request has expired.

Hi! I want to implement eks-rolling-update tool with least privilege permissions in my environment. I have created IAM Role with required permissions listed in README.md file and found out that...

From the time the node goes down until it gets de-registered from the Load Balancer, it will still getting requests. Reducing the thresholds and retries before the LB considers the...

Hi I have been looking into this product and testing it, I am hitting this stumbling block of not being able to configure the kubernetes python client, the python client...