Cannot Pull Container Image For kubelet Hosted On Private Container Registry #10992
Answered
by
smira
zombiemaker
asked this question in
Q&A
-
Background:
registries:
mirrors:
distribution-registry.local-domain
endpoints:
- https://distribution-registry.local-domain/
skipFallback: true
overridePath: false
config:
distribution-registry.local-domain:
# tested with and tls.insecureSkipVerify: true
Anyone has any suggestions on where the problem is? What else should I be checking? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
smira
May 13, 2025
Replies: 1 comment 1 reply
-
You have the error message which tells exactly the reason - you don't have network connectivity to your registry, whether it's firewall, MTU, misconfigured routing, or anything else is impossible to guess. But it's not TLS yet, and it's not any configuration related to the registry itself. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zombiemaker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have the error message which tells exactly the reason - you don't have network connectivity to your registry, whether it's firewall, MTU, misconfigured routing, or anything else is impossible to guess.
But it's not TLS yet, and it's not any configuration related to the registry itself.