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

Marks pause image as pod infra container image in kubelet (and only use image from embedded repos #3624

Merged
merged 3 commits into from
Dec 2, 2021

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    9521d0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53270c0 View commit details
    Browse the repository at this point in the history
  3. salt,build: Mark the pause image as pod infra container image

    We marks the `pause` image used by `containerd` as `pod infra container
    image` for kubelet, so that kubelet does not remove this image.
    
    We also put `pause` image in the embedded registry, so that we are sure
    that node does not fetch this image from the internet.
    
    NOTE: Since we fetch the pause image from the embedded registry we no
    longer need to import it manually with salt on every node but only for
    the registry node
    
    Fixes: #3601
    TeddyAndrieux committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    bef4690 View commit details
    Browse the repository at this point in the history