Skip to content

Conversation

@bhavi-koduru
Copy link
Contributor

@bhavi-koduru bhavi-koduru commented Sep 26, 2025

Issue #, if available:

There is mismatch between launch template name while creation and usage. Fixing the launch template used while creating MNG

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

launch_template_name="$(params.cluster-name)-launchTemplate"
if [ -n "$(params.launch-template-name)" ]; then
launch_template_name="$(params.launch-template-name)"
fi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which pipeline is running into this?
Based on the pipeline definitions in mainline branch, steps that use the managed-nodegroup creation (awscli-mng) tasks arent passing the launch-template-name param so this would be a no-op for now.

ex. https://github.com/awslabs/kubernetes-iteration-toolkit/blob/main/tests/tekton-resources/pipelines/eks/awscli-cl2-load-with-addons-slos.yaml#L223-L245

@adityavenneti
Copy link
Contributor

/approve

@hakuna-matatah hakuna-matatah merged commit 71639d5 into awslabs:main Sep 26, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants