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

fix 1337 support cri-dockered runtime #1338

Closed

Conversation

beastpu
Copy link

@beastpu beastpu commented Jul 20, 2023

Ⅰ. Describe what this PR does

fix #1337
This modification adds support for the cri-dockered runtime in addition to the existing dockershim runtimes.
It checks for the existence of each socket and appends the appropriate configuration to cfgs based on the combination of sockets found. If none of the sockets are found, an error message indicating the missing sockets is logged.

@sonatype-lift
Copy link

sonatype-lift bot commented Jul 20, 2023

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console.
We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

@kruise-bot
Copy link

Welcome @beastpu! It looks like this is your first PR to openkruise/kruise 🎉

@kruise-bot kruise-bot added the size/S size/S 10-29 label Jul 20, 2023
}
}


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

35% of developers fix this issue

gofmt: File is not gofmt-ed with -s


ℹ️ Expand to see all @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.

@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4e35a1d) 48.60% compared to head (dcfd580) 50.36%.
Report is 56 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1338      +/-   ##
==========================================
+ Coverage   48.60%   50.36%   +1.76%     
==========================================
  Files         152      154       +2     
  Lines       21333    22740    +1407     
==========================================
+ Hits        10369    11454    +1085     
- Misses       9828    10104     +276     
- Partials     1136     1182      +46     
Flag Coverage Δ
unittests 50.36% <ø> (+1.76%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@beastpu beastpu force-pushed the fix-issue-cri-dockerd-support branch 2 times, most recently from 97e8eef to 29c97dc Compare July 22, 2023 12:17
Signed-off-by: beast <beastpu@lilith.com>
@beastpu beastpu force-pushed the fix-issue-cri-dockerd-support branch from 29c97dc to dcfd580 Compare July 24, 2023 03:53
Copy link
Member

@hantmac hantmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/LGTM

@kruise-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: hantmac
Once this PR has been reviewed and has the lgtm label, please assign veophi for approval by writing /assign @veophi in a comment. For more information see:The Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@beastpu
Copy link
Author

beastpu commented Aug 25, 2023

please review @veophi

Copy link

stale bot commented Nov 23, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Nov 23, 2023
@beastpu beastpu closed this Nov 23, 2023
@furykerry furykerry reopened this Nov 24, 2023
@stale stale bot removed the wontfix This will not be worked on label Nov 24, 2023
Copy link

stale bot commented Feb 22, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Feb 22, 2024
@stale stale bot closed this Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm size/S size/S 10-29 wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] daemon not support docker cri-dockerd
5 participants