-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add karpenter windows #140
Conversation
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. Approval blocked till next blueprints release.
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.
Nice PR, great work! Please see some design/code comments, nothing major.
@ROunofF Could we move this to finish line? |
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.
@ROunofF please see my comment
73a1aa1
to
b143061
Compare
@ROunofF Please fix the GH Warnings. |
b143061
to
ebab291
Compare
Changed to use cdk-eks-blueprint builder. Remove local builder and some cleanup. Change to use the eks.nodeGroupOptions so we can override any parameters. |
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.
@ROunofF Some minor feedback. You need check comments on Blueprints repo. Also did you get a chance to fully test by packing WindowsBuilder
This PR has been automatically marked as stale because it has been open 60 days |
@ROunofF We had a blueprints release recently. Can you bring this PR to closure. |
ebab291
to
25e709f
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.
@ROunofF Nice work, a minor comment to fix the aws-cdk
and aws-cdk-lib
version in alignment to blueprints supported version. Did you test it to make sure everything works fine? Once you confirm i can kick in e2e. Also a minor GH Warning to add version
to generic-construct
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.
/do-e2e-tests windows deploy |
Yes that pattern was working, had a few problem with unrelated pattern so I used the fix from the PR mentioning it |
/do-e2e-tests windows deploy |
1 similar comment
/do-e2e-tests windows deploy |
Change to ManagedNodeGroup to be more flexible Keep imdvs2 false only for linux
…he value for windows
e1ee65b
to
48cf296
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.
@ROunofF Minor comment. Region hard code should be avoided in generic patterns.
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. Let me run E2E.
/do-e2e-tests windows deploy |
/do-e2e-tests kubeflow deploy |
1 similar comment
/do-e2e-tests kubeflow deploy |
/do-e2e-test windows deploy |
/do-e2e-test windows destroy |
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, Thanks for the contribution @ROunofF
Issue #, if available:
Description of changes: Change to use the builder from cdk-eks-blueprints and add a a karpenter addons with a default provisioner for windows.
Blocked by :
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.