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

connectivity: Detect version from cilium pods #987

Merged
merged 1 commit into from
Jul 22, 2022

Commits on Jul 21, 2022

  1. connectivity: Detect version from cilium pods

    This commit changes the version detection away from the version state
    stored during `cilium install`, and instead relies on the actual version
    reported by `cilium version` in the Cilium pods. This fixes an issue
    where `cilium connectivity test` could not be used if Cilium was not
    installed via CLI (e.g. via Helm).
    
    The version of all Cilium pods is parsed, and only the minimum version
    is used. This ensures that we can use the lowest common denominator in
    terms of features.
    
    Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
    gandro committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f691301 View commit details
    Browse the repository at this point in the history