-
|
I'm working with a custom Talos system extension (FRR) and need to execute commands inside the extension container for debugging and troubleshooting purposes. I've tried the typical approach of spawning a debug container and using I'm basically looking to execute commands like What I've tried:
Questions:
Any guidance on the correct approach would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
We do not support anything specific for it, and it depends on case by case basis.
Extension services are more or less regular containers with their rootfs on the filesystem itself (no image involved). |
Beta Was this translation helpful? Give feedback.
find pid of the extension container process and try
nsenter --mount=/proc/<pid>/ns/mnt -- <command>the container should have pid namespacher shared