-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(eks): default vpc When defining an EKS cluster, the `vpc` property is now optional. If not specified, a VPC will be defined with the default configuration for this environment. It can then be accessed through `cluster.vpc`. Fixes #3541 * feat(eks): default capacity By default, allocate 2x m5.large instances when defining an EKS cluster. This can be configured through `defaultCapacity` and `defaultCapacityInstance` or by setting `defaultCapacity` to `0` and invoking `cluster.addCapacity`. BREAKING CHANGE: clusters will be created with a default capacity of x2 m5.large instances. You can specify `defaultCapacity: 0` if you wish to disable. * Fix typo * fix a few merge errors
- Loading branch information
1 parent
d915aac
commit 91af473
Showing
10 changed files
with
502 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.