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

contrib/scripts/kind.sh: specify IPv4 prefix and range on secondary network #27573

Merged
merged 2 commits into from
Aug 21, 2023

Commits on Aug 17, 2023

  1. contrib/scripts/kind.sh: simplify secondary network attachment

    Instead of relying on `docker ps` and filtering for the well-known label,
    use `kind get nodes` to list the nodes to attach to the secondary
    network.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dfd4e9a View commit details
    Browse the repository at this point in the history
  2. contrib/scripts/kind.sh: specify IPv4 prefix and range on secondary n…

    …etwork
    
    Otherwise a default would be used. This allows to clearly distinguish it
    from the default primary network.
    
    Signed-off-by: Tobias Klauser <tobias@cilium.io>
    tklauser committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0db5cb5 View commit details
    Browse the repository at this point in the history