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

Makefile: use CLI options to set local images for kind-install-cilium-clustermesh #25810

Merged
merged 1 commit into from
Jun 8, 2023

Commits on May 31, 2023

  1. Makefile: use CLI to set local images for kind-install-cilium-cluster…

    …mesh
    
    `make-kind-clustermesh-images` uses `KIND_ENV` to set image repositories
    for local images to be pushed to kind clusters, however these are not
    actually used when installing Cilium on the kind clusters in
    `kind-install-cilium-clustermesh`.
    
    The hardcoded image overrides have been removed from the helm values
    for these clusters and replaced with CLI flags to specify using the
    local images for Agent and Operator.
    
    Signed-off-by: Tim Horner <timothy.horner@isovalent.com>
    thorn3r committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c9f538a View commit details
    Browse the repository at this point in the history