-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Description
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
Labels
No labels