Skip to content

Commit

Permalink
feat(eks): support updateConfig properties for managed node groups (#…
Browse files Browse the repository at this point in the history
…27593)

This is a duplicate of [PR 27320](#27320) but on a new branch in my repo.

This change enables nodegroups to configure updateConfig properties which will allow nodegroups to upgrade more than 1 instance at a time.  The default value of 1 results in slow deployment times which prevented my service pipelines from quickly delivering fixes to my customers.  This change allows each nodegroup to specify a maximum count of instances, or percent, which can be upgraded in parallel.
  • Loading branch information
kishiel authored Oct 31, 2023
1 parent c096aa7 commit f9ee5e6
Show file tree
Hide file tree
Showing 40 changed files with 707 additions and 435 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9ee5e6

Please sign in to comment.