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

During kubelet prestart, skip pause image pull if image exist #2587

Merged
merged 3 commits into from
Dec 2, 2022

Commits on Nov 30, 2022

  1. host-ctr: add flag for skipping image pull if cached copy exists

    This adds a new flag to both `run` and `pull-image` subcommands to skip
    image pull and the associated registry authentications if a local cached
    copy of the image exists.
    etungsten committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d1f8703 View commit details
    Browse the repository at this point in the history
  2. kubernetes: during kubelet prestart, skip pause image pull if exist

    This makes it so that if the pause container image already exists in
    containerd's image store, host-ctr won't try to authenticate and pull
    the pause image and let kubelet use the cached image copy.
    etungsten committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    daf9b3f View commit details
    Browse the repository at this point in the history
  3. host-ctr: remove redundant variable, reword comment

    This removes a redundant copy of the image source and rewords the
    comment above matching the image against the ECR image source regex.
    etungsten committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4ca408f View commit details
    Browse the repository at this point in the history