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

clustermesh: fix pattern to match IPv4 address #2144

Commits on Dec 4, 2023

  1. clustermesh: fix pattern to match IPv4 address

    Executing `cilium clustermesh vm install install-external-workload.sh`
    fails if the randomly generated IP (v4) contains a zero (`0`) in its
    first byte.
    
    Error: `Malformed CLUSTER_ADDR: 104.198.85.126:2379`
    
    Therefore, this commit changes the pattern that is used to detect
    an IPv4 address (with port).
    
    Signed-off-by: Marco Hofstetter <[email protected]>
    mhofstetter committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    126b918 View commit details
    Browse the repository at this point in the history