-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: Add Karpenter new NTH IAM policies #1145
Conversation
Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
@FernandoMiguel please open an issue. And can we please do 1 PR for the NTH feature when its ready? |
Will do. |
Hi @FernandoMiguel Karpenter v0.19.0 has been released! Let's get this PR up-to-date with the required changes. I've documented them in #1175. Please have a look and let me know if I am missing anything. |
@askulkarni2 already have the values.yaml changed locally, so should be easy to test against this branch. |
Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
Karpenter v0.19.0 changes
merged @andrewhibbert branch into mine, since they add already all the code for the settings bit |
Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
It's in the locals |
waiting on a review. |
Hi team, |
1 similar comment
Hi team, |
Co-authored-by: andrewhibbert <a.hibbert@elsevier.com> Co-authored-by: Apoorva Kulkarni <kuapoorv@amazon.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com> Resolves undefined
Co-authored-by: andrewhibbert <a.hibbert@elsevier.com> Co-authored-by: Apoorva Kulkarni <kuapoorv@amazon.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com> Resolves undefined
Co-authored-by: andrewhibbert <a.hibbert@elsevier.com> Co-authored-by: Apoorva Kulkarni <kuapoorv@amazon.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com> Resolves undefined
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
The next version of Karpenter adds support for NTH: https://github.com/aws/karpenter/pull/2546/files
This PR adds the IAM changes to this module.
A future PR will add the ConfigMap and SET changes, once the release is done, so I can test.
Motivation
More
pre-commit run -a
with this PRNote: Not all the PRs require a new example and/or doc page. In general:
docs/add-ons/*
is required for new a new addonFor Moderators
Additional Notes