Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple ASGs in rolling deployment command #72

Open
mikeandersen opened this issue Oct 7, 2019 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mikeandersen
Copy link

Currently, kubergrunt requires a single --asg-name when running eks deploy but in many clusters you'll have multiple ASGs for your worker nodes.

It would be great if this supported providing a list of ASGs and running rolling deployments on each of them.

@yorinasub17 yorinasub17 added enhancement New feature or request good first issue Good for newcomers help wanted labels Feb 5, 2020
@friedrich-brunzema
Copy link

friedrich-brunzema commented Apr 1, 2020

Yes, I ran into this issue too -- problem is running one asg-name does not work in a multi-load balancer scenario because kubergrunt tries to get all the load balancers. Another issue is if you have a cluster autoscaler, it will kill any extra nodes that kubergrunt creates to bring the system back to nominal.

INFO[2020-04-01T12:37:39-04:00] Detected cluster deployed in region us-east-2  name=kubergrunt
INFO[2020-04-01T12:37:40-04:00] Successfully retrieved EKS cluster details    name=kubergrunt
INFO[2020-04-01T12:37:40-04:00] Found 15 LoadBalancer services of 162 services in kubernetes.  name=kubergrunt
INFO[2020-04-01T12:37:40-04:00] Successfully extracted loadbalancer names     name=kubergrunt
INFO[2020-04-01T12:37:40-04:00] Verifying new nodes are registered to external load balancers.  name=kubergrunt```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants