Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONTINT-3937] Fix origin detection when the cgroup namespace is shared but is not host cgroup ns #304

Merged
merged 2 commits into from Mar 27, 2024

Conversation

AliDatadog
Copy link
Contributor

@AliDatadog AliDatadog commented Mar 18, 2024

We noticed e2e test failures on Amazon Linux ECS Optimized OS. It runs with cgroupv1. The kind nodes are using docker and the pods use containerd. All the pods are running containers in the same cgroup namespace but this ns is the one allocated to the docker nodes, not the host cgroup namespace. Thus, we don't verify that the cid is found in /proc/self/cgroup whereas we should. We also don't send the cgroup inode.

@AliDatadog AliDatadog changed the title [CONTINT-3937] Fix cgroupv1 origin detection [CONTINT-3937] Fix origin detection when the cgroup namespace is shared but is not host cgroup ns Mar 25, 2024
@AliDatadog AliDatadog merged commit fa1f681 into master Mar 27, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants