-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Description
TPROXY is broken due to #5745.
To restore tproxy in next release, we have some options (in rough order of complexity):
- Bifurcate dockerfiles into regular/tproxy
- Add prctl() syscall in envoy which will restore ability to core dump (there could be security objections to this).
- Move the chgrp into pilot agent and set it there conditionally (based on tproxy support)
- Figure out some way to make tproxy work without the chgrp.
- ???