registry.k8s.io/docs/mirroring/cri-dockerd.md

934 B

Mirroring With cri-dockerd

Identifying Images to Mirror

If you're using cri-dockerd as a Kubernetes CRI implementation, cri-dockerd uses the "pause" image from Kubernetes to implement pods. You may want to mirror this critical image to your own host.

To find the default pause image you can run:

cri-dockerd --help | grep pod-infra-container-image

Mirroring Images

See our general list of mirroring options

Using Mirrored Images

For pause you can set the --pod-infra-sandbox-container-image flag. 47abdab2c3/config/options.go (L107)

cri-dockerd does not appear to support configuring mirrors more generally.