Hopefully simple question on default registries fo...
# general
g
Hopefully simple question on default registries for RKE2. If we do mirroring and rewrites will the image show as being pulled from the original registry? Like if my default registry is
<http://registry.example.com|registry.example.com>
, but my mirror for that is
<http://new.example.com|new.example.com>
and the rewrite for rancher is say
/rancher-images/$1
will I see in Kubernetes the image is from
registry.example/rancher/name:tag
or should I see
<http://new.example.com/rancher-images/name:tag|new.example.com/rancher-images/name:tag>
?
c
g
Wow how did I miss that. Thank you