-
Notifications
You must be signed in to change notification settings - Fork 1k
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
docs: Update Karpenter examples to include required amiSelectorTerms #7564
Conversation
This update aligns the Karpenter examples with the recent changes introduced in PR aws#6450, which makes amiSelectorTerms a required field in the AWS Karpenter provider.
✅ Deploy Preview for karpenter-docs-prod ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -77,6 +77,10 @@ For example, you could have: | |||
spec: | |||
# The latest AMI in this family will be used | |||
amiFamily: AL2 | |||
amiSelectorTerms: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -77,6 +77,10 @@ For example, you could have: | |||
spec: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linking the line here since I can't comment on it. Seems like the Paragraph above this example needs to be updated:
Test clusters: On lower environment clusters, you can run the latest AMIs for your workloads in a safe environment. The EC2NodeClass for these clusters could be set with a chosen amiFamily, but no amiSelectorTerms set. For example, the NodePool and EC2NodeClass could begin with the following:
Pull Request Test Coverage Report for Build 12600603492Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@d1egoaz Any updates here? |
Closing this PR in favor: #7582 |
Description
This update aligns the Karpenter examples with the recent changes introduced in PR #6450, which makes
amiSelectorTerms
a required field inNodeClasses
.How was this change tested?
Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.