-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load prometheus image #2
Comments
this looks like a kind issue |
SamYuan1990
added a commit
to SamYuan1990/local-dev-cluster
that referenced
this issue
Jun 2, 2023
Signed-off-by: Sam Yuan <yy19902439@126.com>
SamYuan1990
added a commit
to SamYuan1990/local-dev-cluster
that referenced
this issue
Jun 2, 2023
Signed-off-by: Sam Yuan <yy19902439@126.com>
SamYuan1990
added a commit
to SamYuan1990/local-dev-cluster
that referenced
this issue
Jun 4, 2023
Signed-off-by: Sam Yuan <yy19902439@126.com>
hi @aharivel , may I know if this issue still open or validate for this repo? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm trying to run the script to create a local dev cluster but I'm hitting an issue.
I'm on Fedora 37 with cpu Intel Xeon and Podman.
I've changed in the script kind/common.sh
-CTR_CMD=${CTR_CMD-docker}
+CTR_CMD="podman"
But I get eventually the following error:
...
Trying to pull quay.io/prometheus/prometheus:v2.36.1...
Getting image source signatures
Copying blob 9d4045bcdf1f skipped: already exists
Copying blob 50e8d59317eb skipped: already exists
Copying blob c25d1f04e478 skipped: already exists
Copying blob 11e771ad0e20 skipped: already exists
Copying blob 26449787f2fa skipped: already exists
Copying blob f30143b595e6 skipped: already exists
Copying blob cf87de5429d8 skipped: already exists
Copying blob 9d2e147a0f6b skipped: already exists
Copying blob fecd900b3277 skipped: already exists
Copying blob 76c3b14215ee skipped: already exists
Copying blob e18940bc0d33 skipped: already exists
Copying blob b6c3b3e34d73 skipped: already exists
Copying config 0c33456baa done
Writing manifest to image destination
Storing signatures
0c33456baaaa1b01039c267a3efbddbf0d158107e277cbab8521fb70579e804f
enabling experimental podman provider
ERROR: image: "quay.io/prometheus/prometheus:v2.36.1" not present locally
Here some output that can help debugging the problem:
root@fedora-server /m/d/w/local-dev-cluster (main) [1]# kind load docker-image quay.io/prometheus/prometheus:v2.36.1
enabling experimental podman provider
ERROR: image: "quay.io/prometheus/prometheus:v2.36.1" not present locally
root@fedora-server /m/d/w/local-dev-cluster (main) [1]# podman exec -it kind-control-plane crictl images
IMAGE TAG IMAGE ID SIZE
docker.io/kindest/kindnetd v20220726-ed811e41 d921cee849482 25.8MB
docker.io/kindest/local-path-helper v20220607-9a4d8d2a d2f902e939cc3 2.86MB
docker.io/kindest/local-path-provisioner v0.0.22-kind.0 4c1e997385b8f 17.4MB
registry.k8s.io/coredns/coredns v1.9.3 5185b96f0becf 14.8MB
registry.k8s.io/etcd 3.5.4-0 a8a176a5d5d69 102MB
registry.k8s.io/kube-apiserver v1.25.0 400e6a4878256 76.5MB
registry.k8s.io/kube-controller-manager v1.25.0 5e5550fd0c5ae 64.5MB
registry.k8s.io/kube-proxy v1.25.0 c12a8a85ef17f 63.3MB
registry.k8s.io/kube-scheduler v1.25.0 181e17aad6bfd 51.9MB
registry.k8s.io/pause 3.7 221177c6082a8 311kB
root@fedora-server /m/d/w/local-dev-cluster (main)# podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/library/registry 2 0d153fadf70b 4 days ago 24.7 MB
docker.io/kindest/node d3da246e125a 5 months ago 875 MB
quay.io/prometheus/prometheus v2.36.1 0c33456baaaa 8 months ago 212 MB
root@fedora-server /m/d/w/local-dev-cluster (main) [125|1]# podman inspect 0c33456baaaa | grep 'Architecture'
"Architecture": "amd64",
Thanks
Anthony
The text was updated successfully, but these errors were encountered: