You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are creating eks cluster nodegroup using eksctl. After the creation of cluster, we would like to make some modification as to how the nodegroup is created, hence the creation of cluster and nodegroup are done in separate modules.
Currently we use a null_resource to execute the eksctl command for nodegroup creation (cluster is created using the eksctl_cluster terraform resource) using the nodegroup config as below
I would like to use the terraform resource eksctl_nodegroup to create this nodegroup but I cannot find any option to set overrideBootstrapCommand. As ami and overrideBootstrapCommand work hand in hand for managed nodegroups, I believe I am missing something here
The text was updated successfully, but these errors were encountered:
We are creating eks cluster nodegroup using eksctl. After the creation of cluster, we would like to make some modification as to how the nodegroup is created, hence the creation of cluster and nodegroup are done in separate modules.
Currently we use a
null_resource
to execute the eksctl command for nodegroup creation (cluster is created using theeksctl_cluster
terraform resource) using the nodegroup config as belowI would like to use the terraform resource
eksctl_nodegroup
to create this nodegroup but I cannot find any option to setoverrideBootstrapCommand
. Asami
andoverrideBootstrapCommand
work hand in hand for managed nodegroups, I believe I am missing something hereThe text was updated successfully, but these errors were encountered: