Hi all :slightly_smiling_face: Why does Flyte use ...
# flyte-support
n
Hi all 🙂 Why does Flyte use the capability SYS_PTRACE? Also, is it possible to disable it?
t
if you don’t use copilot (which is used in ContainerTask), you don’t need it. it’s used for detecting completion of the primary process so the sidecar knows when to look for and upload outputs. see https://github.com/flyteorg/flyte/issues/2162 for a discussion.