-
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
chore: Move instance to providers #3509
Conversation
…nchTemplates-to-providers
…nchTemplates-to-providers
…nchTemplates-to-providers
…nchTemplates-to-providers
…m/engedaam/karpenter into Move-instancetypes-to-providers
…tancetypes-to-providers
…tancetypes-to-providers
…engedaam/karpenter into Move-instance-to-providers
…engedaam/karpenter into Move-instance-to-providers
Discussed offline. Are planning to create a |
…tance-to-providers
…aam/karpenter into Move-instance-to-providers
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.
Looks like you have an error generated from make docgen
that you need to fix. Otherwise, really good work! Also, a red PR 🎉
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.
Couple nits
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 🚀
Merge in DEL/karpenter-fork from DELIVERY-8215_update_to_0.27.0 to main * commit 'c5b7235218996a4579180ab4811afe82c884ee9f': chore: Bump `karpenter-core` to latest (aws#3548) BREAKING CHANGE: Convert preferred anti-affinity to required anti-affinity (aws#3543) test: Fix daemonset preemption in testing to be `PreemptLowerPriority` (aws#3544) chore: Move instance to providers (aws#3509) docs: cleanup `aws.tags` and `specs.tags` docs (aws#3540) docs: Add Canva to Adopters (aws#3541) fix: fixed an issue where only using owners in amiSelector resulted in a failure (aws#3533) feat: add featureGates.driftEnabled to helm chart values (aws#3521) chore: Release v0.26.1 (aws#3519) fix: inflight IP tracking when CreateFleet returns an error (aws#3515) chore: add more integration test logs (aws#3511) chore(deps): bump github.com/aws/aws-sdk-go from 1.44.195 to 1.44.212 in /test (aws#3508) test: if the test fails, identify the names of the created nodes (aws#3504) chore: Move instancetypes to providers (aws#3478) feat: Added additional topology spread constraint (aws#3190) chore: Release v0.26.0 (aws#3506) test: fix test panic (aws#3503) chore: fix pco allocation strategy for ec2 fleet (aws#3502) docs: Add Docker to adopters list (aws#3500) Typo (aws#3487)
Fixes #
Description
The goal is to move the instance provider to its own package to prevent import dependency that may be caused when trying to access the providers from controllers. This will also instantiate the instance as a singleton in the context.
How was this change tested?
Does this change impact docs?
Release Note
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.