gruntwork-io/kubergrunt
View on GitHubAdd support for multiple ASGs in rolling deployment command
Open
#72 opened on Oct 7, 2019
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.