Changing K8s default registry

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: 1.19
Cloud being used: (put bare-metal if not on a public cloud)
Installation method: kubeadm
Host OS: Ubuntu

How to change our k8s cluster from docker.io to our private registry so we dont have to mention the docker registry host on every image?

It’s a function of the underlying runtime (docker, containerd etc) and not Kubernetes directly.
As an FYI - that “shortcut” will be going away soon.

For more information see this blog post https://k8s.io/dockershim or check out this vid: https://youtu.be/fl7_4hjT52g