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
I am trying to add nodegroups dynamically to the cluster using the eksctl_nodegroup resource, but this resource currently only provides options which are supported by eksctl CLI. Unfortunately, I have to use the option overrideBootstrapCommand to set kubelet arguments, which is not supported by the CLI. I cannot add this nodegroup in the eksctl_cluster resource since nodegroups are created and deleted dynamically. Is there any way to do this using this provider?
Essentially I am looking to be able to add nodegroups to an existing cluster using code like:
Hi :)
I am trying to add nodegroups dynamically to the cluster using the
eksctl_nodegroup
resource, but this resource currently only provides options which are supported by eksctl CLI. Unfortunately, I have to use the option overrideBootstrapCommand to set kubelet arguments, which is not supported by the CLI. I cannot add this nodegroup in theeksctl_cluster
resource since nodegroups are created and deleted dynamically. Is there any way to do this using this provider?Essentially I am looking to be able to add nodegroups to an existing cluster using code like:
Any pointers are highly appreciated :)
The text was updated successfully, but these errors were encountered: