-
Notifications
You must be signed in to change notification settings - Fork 333
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
chore: remove ebpf from init containers #4819
chore: remove ebpf from init containers #4819
Conversation
As there were some security considerations, we decided to temporarily remove option to install transparent proxy using ebpf in init containers Signed-off-by: Bart Smykla <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #4819 +/- ##
========================================
Coverage 46.44% 46.45%
========================================
Files 690 690
Lines 47164 47057 -107
========================================
- Hits 21903 21858 -45
+ Misses 23330 23274 -56
+ Partials 1931 1925 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
If this was a separate command we could probably do |
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, just 1 question.
This reverts commit 767315c Signed-off-by: Bart Smykla <[email protected]>
* Revert "chore: remove ebpf from init containers (#4819)" This reverts commit 767315c Signed-off-by: Bart Smykla <[email protected]> * chore: upgrade kuma-net to v0.5.0 Signed-off-by: Bart Smykla <[email protected]> Signed-off-by: Bart Smykla <[email protected]>
As there were some security considerations, we decided to
temporarily remove option to install transparent proxy using ebpf
in init containers
Checklist prior to review
syscall.Mkfifo
have equivalent implementation on the other OS -- this PR removes unreleased featureUPGRADE.md
? -- this PR removes unreleased feature