I'm not able to pull images from a private registr...
# general
a
I'm not able to pull images from a private registry after creating an RKE2 cluster using rancher 2.6.5 here is my config
Copy code
root@knode03:~# cat /etc/rancher/rke2/registries.yaml
mirrors:
  <http://registry01.sys.nc4.iad0.nsscloud.net|registry01.sys.nc4.iad0.nsscloud.net>:
    endpoint:
      - "<http://registry01.sys.nc4.iad0.nsscloud.net:5000>"
root@knode03:~#