-
Notifications
You must be signed in to change notification settings - Fork 960
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
feat: support vpc.amazonaws.com/efa
resource
#5068
Conversation
✅ Deploy Preview for karpenter-docs-prod canceled.
|
vpc.amazonaws.com/efa
resourcevpc.amazonaws.com/efa
resource
4022f07
to
60ae90e
Compare
vpc.amazonaws.com/efa
resourcevpc.amazonaws.com/efa
resource
4ec457d
to
3d2152d
Compare
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.
/karpenter snapshot
Snapshot successfully published to |
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.
/karpenter snapshot
Snapshot successfully published to |
5e9a4e9
to
06acb88
Compare
06acb88
to
a18b862
Compare
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.
/karpenter snapshot
Snapshot successfully published to |
a18b862
to
f5d6b77
Compare
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.
/karpenter snapshot
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.
LGTM 🚀 Nice work!
Snapshot successfully published to |
f5d6b77
to
af5a403
Compare
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.
LGTM 🚀
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.
/karpenter snapshot
Snapshot successfully published to |
Fixes #3127
Description
This PR adds support for the
vpc.amazonaws.com/efa
resource. No additional configuration in either theNodePool
orNodeClass
is required, if an unschedulable pod is requesting the resource, Karpenter will launch an EC2 instance with all possible EFAs configured.How was this change tested?
make test
&make e2etest
(TODO)TODO
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.