Private Docker Registry Issue
Hi, I'm following this tutorial: Setting Up a Private Docker Registry with Linode Kubernetes Engine and Object Storage
Everything worked excepted the static site deployment which fails with "ImagePullBackOff".
When I do a kubectl describe pod
I notice the event log has an entry that states: Failed to pull image "registry.laughingbubba.dev/laughingbubba/hugo-site:v1": rpc error: code = Unknown desc = Error response from daemon: Get https://registry.laughingbubba.dev/v2/: dial tcp: lookup registry.laughingbubba.dev on 172.105.166.5:53: no such host
I don't understand why it's resolving to 172.105.166.5:53
when the DNS is pointing to the external IP of the cluster : 172.105.164.102
which is evidenced by surfing to https://registry.laughingbubba.dev/
There's no problem with the registry as I've been able to push and pull from it via my local CLI.
What am I missing????
1 Reply
Seems I was being affected by an outage