You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The heartbeat docker image will not run in docker/k8s if all capabilities are dropped (if you use --cap-drop with docker you'll see this). We stopped doing this for agent in #28504 and should probably do the same for heartbeat here since it's so confusing in terms of behavior.
Alternatively, if we can find a way to fail gracefully that would be fine. Ideally if no capabilities were set the binary would just run without those capabilities instead of failing.
The text was updated successfully, but these errors were encountered:
andrewvc
changed the title
[heartbeat] Document requirement to add cap_net_raw for docker image
[heartbeat] Stop using cap_net_raw for docker image
Oct 27, 2021
The heartbeat docker image will not run in docker/k8s if all capabilities are dropped (if you use
--cap-drop
with docker you'll see this). We stopped doing this for agent in #28504 and should probably do the same for heartbeat here since it's so confusing in terms of behavior.Alternatively, if we can find a way to fail gracefully that would be fine. Ideally if no capabilities were set the binary would just run without those capabilities instead of failing.
The text was updated successfully, but these errors were encountered: