Open
Description
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