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

13747971: Emergency Maintenance

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct