https://rancher.com/ logo
Title
c

clever-mechanic-71254

04/19/2023, 5:20 PM
Hi there! I want to create a deployment from an insecure local registry on a RKE2 cluster. I know the process for RKE 1 adding the insecure_registry to the daemon.json but what's about RKE2 /containerd?
I found the option in the YAML part of the cluster config; but the UI way and the YAML way of editing seems to differ: https://docs.rke2.io/install/containerd_registry_configuration there is no insecure_skip_verify option in the ui
ok my fault: just configured it in the right window (registry authentication) and then it works: important thing: the registry hostname :port has to be entered not the URL!!! (this was my selfmade trap)