-
Notifications
You must be signed in to change notification settings - Fork 431
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 proposal for Node OS image caching #3624
Add proposal for Node OS image caching #3624
Conversation
Welcome @bennycortese! |
Hi @bennycortese. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
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.
This is a great start! I think there are a few finer details we should get into a bit more but the overall approach looks good!
(reminder to squash after approval) |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3624 +/- ##
==========================================
+ Coverage 53.25% 54.77% +1.51%
==========================================
Files 185 187 +2
Lines 18432 19098 +666
==========================================
+ Hits 9816 10460 +644
+ Misses 8074 8070 -4
- Partials 542 568 +26 ☔ View full report in Codecov by Sentry. |
Thanks for all your great work on this @bennycortese! I think it could be helpful to retitle this PR as "Add proposal for node OS image caching" as it is not implementing the feature yet. This can also be added to the release notes in the PR description. |
f979896
to
7944306
Compare
@bennycortese: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The link checker doesn't seem to like https://azure.microsoft.com links, so you might need to ignore those explicitly like this:
|
7944306
to
8cd702f
Compare
8cd702f
to
3684845
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.
/lgtm
/assign @CecileRobertMichon
LGTM label has been added. Git tree hash: 4faabdf74fcad5f855c1c77ecfa0119b12b75bf4
|
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
Great work Benny!
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@CecileRobertMichon Do we need to keep the hold on this for consensus? I'd originally put the hold on this as a reminder to squash but that all looks good. |
/hold cancel The only person who is listed as reviewer who hasn't lgtm'ed is @jackfrancis and he is on leave so we're good to merge this |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds a proposal for a Node OS image caching feature which would be integrated into CAPZ. We need it because it will help security regulations, speed up horizontal scaling and allow users to have pods running faster on new nodes.
Which issue(s) this PR fixes
Fixes #3607
Special notes for your reviewer:
TODOs:
Release note: