Skip to content
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

Cache InstanceTypes #292

Closed
bwagner5 opened this issue Mar 16, 2021 · 0 comments
Closed

Cache InstanceTypes #292

bwagner5 opened this issue Mar 16, 2021 · 0 comments
Assignees

Comments

@bwagner5
Copy link
Contributor

Currently instance types are retrieved in the packing pkg and are not cached (added in #287). An instanceTypeProvider should be added that supports caching instance types since they rarely change and are on the critical path for launching an instance. The cache should be similar to the existing LaunchTemplates and Subnets caches.

@bwagner5 bwagner5 self-assigned this Mar 16, 2021
gfcroft pushed a commit to gfcroft/karpenter-provider-aws that referenced this issue Nov 25, 2023
gfcroft pushed a commit to gfcroft/karpenter-provider-aws that referenced this issue Nov 25, 2023
* chore: cleanup deprovisioning types

* add inc

* fix: add more visibility for when we can't consolidate (aws#292)

* feat: Machine Migration (aws#273)

* Revert "Revert machine migration changes (aws#176) (aws#241)"

This reverts commit 9973eac.

* Change owner reference to blockOwnerDeletion

* Remove string logging for machine launch

* Removing FailedInit since machine statusCondition captures it

* Updated eventing on machines

* action const

* testfix

* testfix2

* comments

* rename

* last

* enum

* fixcompile

* export

* fixredundancy

* fixlogic

* comment

* renameVar

---------

Co-authored-by: Todd Neal <[email protected]>
Co-authored-by: Jonathan Innis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant