Skip to content
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

Failed to download image from current org #315

Open
marioidival opened this issue Dec 22, 2024 · 0 comments
Open

Failed to download image from current org #315

marioidival opened this issue Dec 22, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@marioidival
Copy link

marioidival commented Dec 22, 2024

What happened:
try to follow the docs from liquimetal-dev page, the step to apply the cluster.yml output, it's not possible to download the image from weaveworks-liquidmetal.

ghcr.io/weaveworks-liquidmetal/cluster-api-provider-microvm:v0.7.0 -> not works
ghcr.io/liquidmetal-dev/cluster-api-provider-microvm:v0.7.0 -> works

me@homelab:~/code$ docker pull ghcr.io/weaveworks-liquidmetal/cluster-api-provider-microvm:v0.7.0
Error response from daemon: Head "https://ghcr.io/v2/weaveworks-liquidmetal/cluster-api-provider-microvm/manifests/v0.7.0": denied
me@homelab:~/code$ docker pull ghcr.io/liquidmetal-dev/cluster-api-provider-microvm:v0.7.0
v0.7.0: Pulling from liquidmetal-dev/cluster-api-provider-microvm
b9f88661235d: Pull complete
2108c7eccd45: Pull complete
Digest: sha256:a8988f45dabddcf985387c6e5f0a370bff06dd44416bc8e9487a2a578c16ab6c
Status: Downloaded newer image for ghcr.io/liquidmetal-dev/cluster-api-provider-microvm:v0.7.0
ghcr.io/liquidmetal-dev/cluster-api-provider-microvm:v0.7.0
kubectl get po -A
NAMESPACE                           NAME                                                             READY   STATUS             RESTARTS   AGE
capi-kubeadm-bootstrap-system       capi-kubeadm-bootstrap-controller-manager-5fcc4dfbff-jjcf5       1/1     Running            0          5m14s
capi-kubeadm-control-plane-system   capi-kubeadm-control-plane-controller-manager-79dd7549c8-tzhdx   1/1     Running            0          5m14s
capi-system                         capi-controller-manager-5464684445-gx254                         1/1     Running            0          5m14s
capmvm-system                       capmvm-controller-manager-596f4ccf9d-6qxhg                       0/1     ImagePullBackOff   0          5m14s
cert-manager                        cert-manager-767f578ff-z4sd5                                     1/1     Running            0          5m46s
cert-manager                        cert-manager-cainjector-c7fdb4dbf-6jlrs                          1/1     Running            0          5m46s
cert-manager                        cert-manager-webhook-768bf9d966-vg2fm                            1/1     Running            0          5m46s
kube-system                         coredns-668d6bf9bc-l6kvb                                         1/1     Running            0          7m38s
kube-system                         coredns-668d6bf9bc-pfdwg                                         1/1     Running            0          7m38s
kube-system                         etcd-lm-lm-control-plane                                         1/1     Running            0          7m46s
kube-system                         kindnet-sv926                                                    1/1     Running            0          7m38s
kube-system                         kube-apiserver-lm-lm-control-plane                               1/1     Running            0          7m46s
kube-system                         kube-controller-manager-lm-lm-control-plane                      1/1     Running            0          7m44s
kube-system                         kube-proxy-m4w2d                                                 1/1     Running            0          7m38s
kube-system                         kube-scheduler-lm-lm-control-plane                               1/1     Running            0          7m46s
local-path-storage                  local-path-provisioner-58cc7856b6-hwxgq                          1/1     Running            0          7m38s

How to reproduce it:
follow the current docs

@marioidival marioidival added the kind/bug Something isn't working label Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant