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

Use "ip netns exec" instead of "nsenter" to handle pod restart in network-chaos but for 2.14.X #703

Open
wants to merge 2 commits into
base: v2.14.x
Choose a base branch
from

Commits on May 24, 2024

  1. Updating netem to use ip instead of nsetner

    Added getNetNS function to retrieve netns id
    Updating network helper to include host mount /var/run/netns
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0a7bd4d View commit details
    Browse the repository at this point in the history
  2. Remove duplicate COPY layer in Dockerfile

    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 24, 2024
    Configuration menu
    Copy the full SHA
    58a0a4a View commit details
    Browse the repository at this point in the history