Hi @everyone, could someone please help me use ins...
# general
h
Hi @everyone, could someone please help me use insecure private registry configuration. I am getting this error:
Copy code
Failed to get image from endpoint: Get \"<https://ip:5000/v2/>\": http: server gave HTTP response to HTTPS client; Get \"<https://ip:5000/v2/>\": http: server gave HTTP response to HTTPS client"
g
Hello what are u using ? rke2 rke or rancher docker iamge
this if for RKE2 for containerd Privete registry ### Setup Carbide Registrycat << EOF >> /etc/rancher/rke2/registries.yamlmirrors: docker.io: endpoint: - "https://$Registry" configs: "$Registry": auth: username: $RegistryUsername password: $RegistryPasswordEOF
image.png