gruntwork-io/kubergrunt

Add support for multiple ASGs in rolling deployment command

Open

#72 opened on Oct 7, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (92 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (564 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide