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

kubeadm: set pod-infra-container-image for the kubelet #70603

Merged
merged 1 commit into from
Nov 13, 2018

Commits on Nov 13, 2018

  1. kubeadm: set pod-infra-container-image for the kubelet

    The kubelet allows you to set `--pod-infra-container-image`
    (also called `PodSandboxImage` in the kubelet config),
    which can be a custom location to the "pause" image in the case
    of Docker. Other CRIs are not supported.
    
    Set the CLI flag for the Docker case in flags.go using
    WriteKubeletDynamicEnvFile().
    neolit123 authored and chuckha committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    9a37f2d View commit details
    Browse the repository at this point in the history