-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use custom launchtemplate with EKS nodegroup #866
Comments
@recht, please share with us the example MR you used, the steps to create the issue, the expected behavior, and the actual behavior. |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
When you specify a LaunchTemplate, you have to remove "diskSize" attribute when you define the NodeGroup. Otherwise, the deployment will fail as stated here: |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
What happened?
When trying to use a custom launchtemplate for an EKS nodegroup the provider fails with
apply failed: creating EKS Node Group (XXXX): InvalidParameterException: Disk size must be specified within the launch template.
This seems to be because even if
diskSize
is not set on the nodegroup, it will set a default value, but when using a launchtemplate, that value should not be set at all.How can we reproduce it?
Set a launchtemplate in a nodegroup resource.
What environment did it happen in?
The text was updated successfully, but these errors were encountered: