https://rancher.com/ logo
Title
a

ambitious-butcher-83703

02/23/2023, 4:53 PM
Good morning. Does anyone have any recommendations for tools to copy images from a private registry to the RKE2 containerd backend? I tried skopeo but it doesn’t look like containerd is supported https://github.com/containers/skopeo/issues/1683 I know ctr can import images, but I was looking for something that can be ran from one VM hosting the private registry to connect to vms/nodes in a separate cluster remotely. Thanks in advance
context: We have a 3 node airgapped rke2 cluster, and 1 k3s cluster hosting a private docker registry with some images brought into the highside.(The private registry cluster will be removed after images are copied) I know I can write a script to ssh into each node and use CTR to import the images into each of the backed, but was looking for something cleaner. Thanks!