I am trying to run the skaffold quick start exampl...
# rke
a
I am trying to run the skaffold quick start example from https://skaffold.dev/docs/quickstart/ on an on-prem RKE1 Rancher cluster. When running `skaffold dev`an error occurs. Deployed is RK1, Rancher version 2.5.11 and Kubernetes version 1.20.15. The error is in the attached skaffold-error.txt There is an on-prem Nexus Container Registry in place. skaffold pushes the image successfully, but the image cannot be pulled. Probably somewhere in the rancher the registry URL needs to be declared similary to the registries.yaml in k3s/k3d. Where should that be configured?