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

Load local image in local-deploy #192

Merged
merged 5 commits into from
May 3, 2022
Merged

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    27811c7 View commit details
    Browse the repository at this point in the history
  2. Remove a trivial comment

    ronensc committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c9d1345 View commit details
    Browse the repository at this point in the history
  3. Add kind-load-image target

    ronensc committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4b42f53 View commit details
    Browse the repository at this point in the history
  4. Fix 'kind load image-archive' command

    It doesn't support input from STDIN
    ronensc committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b7e474d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Change imagePullPolicy to IfNotPresent

    When deployed on KinD, the image is pre-pushed to KinD from the local registry.
    When deployed on OCP, OCP will pull the image from quay.io.
    ronensc committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1ce6200 View commit details
    Browse the repository at this point in the history