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
This will allow to use daemon in following environment:
in k8s scope daemon can be used as a container in separate pod with proper privileges related to Ebpf code:
privileges
mountPath /sys/kernel/debug
This is sufficient to handle snapshot file but to retrieve the files generated by the library from other containers/pods we need to have access to /proc view from host.
There is the comment in the code which describes this issue:
Related to #1361.
This will allow to use daemon in following environment:
scope daemon
can be used as a container in separate pod with proper privileges related to Ebpf code:/sys/kernel/debug
This is sufficient to handle
snapshot
file but to retrieve the files generated by the library from other containers/pods we need to have access to/proc
view from host.There is the comment in the code which describes this issue:
appscope/cli/snapshot/snapshot.go
Lines 195 to 203 in 9c9bb65
The text was updated successfully, but these errors were encountered: