-
-
Notifications
You must be signed in to change notification settings - Fork 428
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: Use privileged mode for ICMP only on Windows #748
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #748 +/- ##
==========================================
- Coverage 80.63% 80.58% -0.05%
==========================================
Files 64 64
Lines 4244 4244
==========================================
- Hits 3422 3420 -2
- Misses 624 625 +1
- Partials 198 199 +1 ☔ View full report in Codecov by Sentry. |
Temporarily published container image as |
I've verified that this works in my environment for the icmp check. Details here: #697 (comment) |
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 making this change!
FYI this is on-hold and is being discussed in #697 |
Hya, just chiming in that this fixes ICMP with rootless |
Is there anything specifically preventing this from being merged? |
@h3mmy #697 (comment) is why I'm not merging it. #697 (comment) is the reason why this needs more investigation. The fix itself resolves an issue for some people, but causes more issues for other people. This still needs some investigation, and I don't have the time to spend on this at the moment. Also worth pointing out that for me, the current release works just fine, but the fix does not unless I add
to the pod security context, which means that this would technically be a regression for my cloud environment, and likely others. |
Summary
Use privileged mode for ICMP only on Windows
Fixes #697
Checklist
README.md
, if applicable.