Skip to content

Commit

Permalink
docs(eks): minimum size of managed node group can now also be zero (a…
Browse files Browse the repository at this point in the history
…ws#15103)

Update CDK property doc to reflect new minimum value for EKS managed nodegroup

 * Unit Tests : NA
 * Integration Tests : NA


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
MyannaHarris authored and hollanddd committed Aug 26, 2021
1 parent 161db8d commit 6c2e331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/lib/managed-nodegroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export interface NodegroupOptions {
*/
readonly maxSize?: number;
/**
* The minimum number of worker nodes that the managed node group can scale in to. This number must be greater than zero.
* The minimum number of worker nodes that the managed node group can scale in to. This number must be greater than or equal to zero.
*
* @default 1
*/
Expand Down

0 comments on commit 6c2e331

Please sign in to comment.