-
Notifications
You must be signed in to change notification settings - Fork 215
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: only operate on cloudprovider managed resources #1818
feat: only operate on cloudprovider managed resources #1818
Conversation
3b2a62b
to
4071259
Compare
88e8d86
to
37312c6
Compare
f298996
to
9b62022
Compare
fe329fc
to
56fe4e4
Compare
Holding while I do testing with the AWS provider /hold |
56fe4e4
to
8d10726
Compare
8d10726
to
ad7c521
Compare
db1400e
to
540eb38
Compare
540eb38
to
007859a
Compare
2fd15d6
to
576093d
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
/approve
576093d
to
876eae4
Compare
/unhold |
876eae4
to
0c8e235
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmdeal, jonathan-innis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #N/A
Description
Karpenter should only operate on resources which are managed by the cloudprovider consuming this library. The CloudProvider provides a list of supported NodeClasses, Karpenter will assume ownership of any resource with a ref on one of those NodeClasses.
How was this change tested?
make test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.