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

fixes #1598

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

fixes #1598

wants to merge 3 commits into from

Commits on Oct 15, 2023

  1. cgroup: save Tetragon Cgroup ID in the tg_conf_map bpf map

    Save Tetragon Cgroup ID in the tg_conf_map in the bpf map, so we can
    check it later and compare at bpf side. Used in next patches.
    
    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    7c94c6a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. tetragon: initialize host namespaces info early

    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    09a10b3 View commit details
    Browse the repository at this point in the history
  2. tetragon: improve container process detection

    A process running in host mount namespace should not be a container,
    as containers by definition must mount/remount their / root
    hierarchy inside their own mount namespace.
    
    Let's log debug this information for now, and next patches we improve
    pod resolution and how it should be done.
    
    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    35e3468 View commit details
    Browse the repository at this point in the history