Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the pod-infra-container-image flag in kubelet to ocp pause image
By default, kubelet sets the pod-infra-container-image flag to k8s.gcr.io/pause:3.1. The kubelet does an image status call for this image every few minutes and that is why we were seeing the warning logs in cri-o saying this pause image is not found. Overriding the pod-infra-container-image flag here to ensure the image status calls we get from the kubelet is for the ocp pause image. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
- Loading branch information