k8s.io/registry.k8s.io@v0.3.1/docs/mirroring/kOps.md (about) 1 # Mirroring with kOps 2 3 ## Identifying Images To Mirror 4 5 `kops get assets` can list images and files needed by kOps. 6 7 Docs: https://kops.sigs.k8s.io/cli/kops_get_assets/ 8 9 ## Mirroring Images 10 11 `kops get asssets --copy` can be used to mirror. 12 13 See: 14 - https://kops.sigs.k8s.io/cli/kops_get_assets/ 15 - https://kops.sigs.k8s.io/operations/asset-repository/ 16 17 See also our general list of [mirroring options](./README.md#Mirroring-Images) 18 19 ## Using Mirrored Images 20 21 kOps has documentation for using local assets to create a cluster at: 22 https://kops.sigs.k8s.io/operations/asset-repository/ 23 24 You can also configure containerd to use registry mirrors for in the kOps cluster spec. 25 You'll need to add an entry for `"registry.k8s.io"` with your mirror. 26 27 Docs: https://kops.sigs.k8s.io/cluster_spec/#registry-mirrors