• Lubomir I. Ivanov's avatar
    kubeadm: set pod-infra-container-image for the kubelet · 9a37f2d8
    Lubomir I. Ivanov authored
    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().
    9a37f2d8
images_test.go 6.25 KB