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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
In a nested namespaces environment, such as Kind clusters, the discovering the PIDs of the containers tasks fails. In that case, the Kubernetes API returns the PIDs as they are seen be the parent namespace. In order to attach a trace-hook, container-tracer needs the real PIDs, as they are seen in the root namespace.
Reproduction steps
Install container-tracer in a Kind cluster.
Configure and start a new trace session
Check the PIDs, on which the trace-session is configured - these are not valid PIDs in the root PID namespace.
...
Expected behavior
Container-tracer to work in a nested namespace environments, such as Kind clusters
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In a nested namespaces environment, such as Kind clusters, the discovering the PIDs of the containers tasks fails. In that case, the Kubernetes API returns the PIDs as they are seen be the parent namespace. In order to attach a trace-hook, container-tracer needs the real PIDs, as they are seen in the root namespace.
Reproduction steps
...
Expected behavior
Container-tracer to work in a nested namespace environments, such as Kind clusters
Additional context
No response
The text was updated successfully, but these errors were encountered: