Skip to content
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

fix: create tag script error (InvalidID) when multiple sunbets for eks nodegroup #6073

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

wttat
Copy link
Contributor

@wttat wttat commented Apr 22, 2024

Fixes #N/A

Description

How was this change tested?

The output of the subcommand should not be wrapped in $(). This means that the output of the subcommand will be treated as multiple separate arguments. Therefore, if the subcommand outputs multiple subnet IDs separated by spaces, they will be treated as separate arguments passed to --resources. This resolves the previous "InvalidID" error if we have multiple subnets for eks nodegroup.

Does this change impact docs?

  • Yes, PR includes docs updates

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

@wttat wttat requested a review from a team as a code owner April 22, 2024 04:43
@wttat wttat requested a review from ellistarn April 22, 2024 04:43
Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for karpenter-docs-prod ready!

Name Link
🔨 Latest commit d0284a1
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/6625eaf5252ae300080e96cc
😎 Deploy Preview https://deploy-preview-6073--karpenter-docs-prod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@engedaam
Copy link
Contributor

@wttat Can you update the PR with a description?

@wttat
Copy link
Contributor Author

wttat commented Apr 22, 2024

@wttat Can you update the PR with a description?

updated

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8778621333

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.978%

Totals Coverage Status
Change from base Build 8769944868: 0.0%
Covered Lines: 5395
Relevant Lines: 6581

💛 - Coveralls

Copy link
Contributor

@engedaam engedaam left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@engedaam engedaam merged commit 59b5846 into aws:main Apr 23, 2024
17 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.

3 participants