-
Notifications
You must be signed in to change notification settings - Fork 781
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 Windows support to kruise-daemon #1909
Conversation
Signed-off-by: ppbits <[email protected]>
Signed-off-by: ppbits <[email protected]>
Signed-off-by: ppbits <[email protected]>
Signed-off-by: ppbits <[email protected]>
Signed-off-by: ppbits <[email protected]>
3b36b53
to
5e45dd7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1909 +/- ##
==========================================
+ Coverage 42.57% 42.75% +0.17%
==========================================
Files 313 314 +1
Lines 31364 31367 +3
==========================================
+ Hits 13354 13410 +56
+ Misses 16642 16589 -53
Partials 1368 1368
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Peng Peng <[email protected]>
2a00af2
to
f207c42
Compare
Signed-off-by: Peng Peng <[email protected]>
Signed-off-by: Peng Peng <[email protected]>
Signed-off-by: Peng Peng <[email protected]>
Signed-off-by: Peng Peng <[email protected]>
Signed-off-by: Peng Peng <[email protected]>
@furykerry Can I please have your review on this PR? |
@ppbits can you add an entry in Makefile to build the image for windows environment ? |
Signed-off-by: Peng Peng <[email protected]>
@furykerry Added. Please review. |
/lgtm |
@furykerry Can you please help merge this PR? |
@zmberg PTAL |
Ⅰ. Describe what this PR does
Update kruise-daemon to support Windows
Ⅱ. Does this pull request fix one issue?
NONE
Ⅲ. Describe how to verify it
Tested on an AKS cluster with both Linux and Windows nodes:
We also tested with a
ContainerRecreateRequest
CR targeting a Windows container, and the container was successful recreated by the Windows kruise-daemon.Ⅳ. Special notes for reviews