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 #702

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 24, 2024

  1. Adding GetNetNs function to retrieve the netns ID.

    Replacing the nsenter command by ip netns exec
    Updating helper pod definition to mount the hostPath /var/run/netns
    Updating Dockerfile to add ip binary to experiments/helper pod.
    
    Signed-off-by: Calvin Audier <[email protected]>
    Calvinaud committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cb08286 View commit details
    Browse the repository at this point in the history
  2. Running gofmt to update netem.go

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

Commits on May 27, 2024

  1. Remove unused source variable in GetNS function.

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