Skip to content

Error pulling the coredns image from a custom repository #20037

@viluon

Description

@viluon

What Happened?

This is a reopening of

which was closed incorrectly.

Using a custom repository, e.g.

minikube \
    start \
    --memory=8192mb \
    --cpus=4 \
    --image-repository=remote-docker.artifactory.REDACTED

leads to an image pull error. Minikube requests coredns:v1.11.1 when it should be pulling coredns/coredns:v1.11.1 instead.

Attach the log file

 * minikube v1.34.0 on Ubuntu 22.04 (amd64)
* Automatically selected the docker driver
* Using image repository remote-docker.artifactory.dbgcloud.io
* Using Docker driver with root privileges
* Starting "minikube" primary control-plane node in "minikube" cluster
* Pulling base image v0.0.45 ...

<snip>

 stdout:
[init] Using Kubernetes version: v1.31.0
[preflight] Running pre-flight checks
[preflight] Pulling images required for setting up a Kubernetes cluster
[preflight] This might take a minute or two, depending on the speed of your internet connection
[preflight] You can also perform this action beforehand using 'kubeadm config images pull'
 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
error execution phase preflight: [preflight] Some fatal errors occurred:
	[ERROR ImagePull]: failed to pull image remote-docker.artifactory.REDACTED/coredns:v1.11.1: failed to pull image remote-docker.artifactory.REDACTED/coredns:v1.11.1: Error response from daemon: manifest for remote-docker.artifactory.REDACTED/coredns:v1.11.1 not found: manifest unknown: The named manifest is not known to the registry.

Operating System

Ubuntu

Driver

Docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions