-
Notifications
You must be signed in to change notification settings - Fork 312
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: grant cap_net_raw to blackbox_exporter #1250
fix: grant cap_net_raw to blackbox_exporter #1250
Conversation
Signed-off-by: STRRL <str_ruiling@outlook.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 86b4e8d
|
Codecov Report
@@ Coverage Diff @@
## master #1250 +/- ##
===========================================
- Coverage 53.55% 38.31% -15.25%
===========================================
Files 289 254 -35
Lines 20773 17874 -2899
===========================================
- Hits 11126 6848 -4278
- Misses 7911 9808 +1897
+ Partials 1736 1218 -518
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: STRRL str_ruiling@outlook.com
What problem does this PR solve?
fix #1249
What is changed and how it works?
AmbientCapabilities=CAP_NET_RAW
with conditionGrantCapNetRaw
in the templateGrantCapNetRaw
totrue
whencomponentName == spec.ComponentBlackboxExporter
Check List
Tests
Manually test with
tiup cluster deploy
.Code changes
Side effects
Related changes
Release notes: