-
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
fix: create offerings regardless of subnets #4857
Conversation
✅ Deploy Preview for karpenter-docs-prod canceled.
|
e29d047
to
c2849cf
Compare
5ae1564
to
72c79f4
Compare
ba65210
to
4213d74
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 |
Nice work! Just a few things about naming 🎉 Does anything change in this PR that we need to test? Should we validate that we still have an AZ with an offering attached to an instance type even if the subnet doesn't support the AZ now? It may also be good to contrive a test that replicates the drift behavior failure that we were seeing so that we ensure that we've solved this problem. |
Also, it looks like the drift test is still failing even with this PR. Do you know why the subnet drift still isn't succeeding? |
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 |
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 🚀
Fixes #4848
Description
Removes the describe subnets call from the GetInstanceTypes so that we list all instance types from all availability zones in a region.
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.