[aws-eks] EKS --use-max-pods=false not working #4752
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
In bootstrap.sh, option
--use-max-pods
can betrue
orfalse
and default totrue
.However, in CDK
--use-max-pods
option would be appended toextraArgs
only if it'strue
and omitted whenfalse
. As a result, if I want to disable this behavior and passfalse
asbootstrapOptions
, it would generateLaunchConfiguration
with no--use-max-pods
option and thus default totrue
inbootstrap.sh
script. Which is not intended.Reproduction Steps
Set
useMaxPods
tofalse
inbootstrapOptions
when pass options inAutoScalingGroup
.Error Log
No logs. Generated CF templates are not included desired option.
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: