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

use upgraded instance types in default-for-karpenter #8690

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

demonCoder95
Copy link
Member

@demonCoder95 demonCoder95 commented Dec 27, 2024

We decided to perform instance type upgrades:

Instance Type Replacement
c5 c6i
m5 m6i
r5 r6i
c6g c7g

For the default-for-karpenter type, we can simply drop the older types as we already have the new ones in the list. c6g is not in the list so no replacement is needed.

@demonCoder95 demonCoder95 added the minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call. label Dec 27, 2024
@demonCoder95
Copy link
Member Author

👍

@katyanna
Copy link
Member

katyanna commented Jan 2, 2025

Instance Type Replacement
c5 c6i
m5 m6i
c6g c7g

quick review of the table in the description; similar to my comment on the e2e PR, I think there was a typo on the m5 replacement and there's no c6 changes in this PR. Is that correct?

@demonCoder95
Copy link
Member Author

I fixed the typo, thanks for highlighting it 🙂 Yes, that's correct. I copied the table from the internal issue we have for the replacement strategy, I copied the typo over 🙈 I fixed it now.

@mikkeloscar
Copy link
Contributor

mikkeloscar commented Jan 3, 2025

The PR looks ok, but the description also mentions c6g/c7g which should not (and is not) included.

Those should not be included as there would be the risk of spinning up an ARM node for pods with a container image only working on amd64.

I crossed those out in the description.

@mikkeloscar
Copy link
Contributor

👍

@mikkeloscar mikkeloscar merged commit fae0f90 into dev Jan 3, 2025
10 checks passed
@mikkeloscar mikkeloscar deleted the update-karpenter-instances branch January 3, 2025 05:46
This was referenced Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/eks minor Minor changes, e.g. low risk config updates, changes that do not introduce a new API call.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants