nfsplugin v4.5.0 image is missing from image repository
alperbas opened this issue · 5 comments
alperbas commented
What happened:
With the new chart version v4.5.0 release, the nfsplugin image tag is also updated in the chart. But the image is missing from the image repo and and release deployment is failing for my homelab.
$ docker pull registry.k8s.io/sig-storage/nfsplugin:v4.5.0
Error response from daemon: manifest for registry.k8s.io/sig-storage/nfsplugin:v4.5.0 not found: manifest unknown: Failed to fetch "v4.5.0"
What you expected to happen:
Image succesfully pulled and started.
How to reproduce it:
docker pull registry.k8s.io/sig-storage/nfsplugin:v4.5.0
OR
ctr i pull registry.k8s.io/sig-storage/nfsplugin:v4.5.0
Anything else we need to know?:
None that i can think of. v4.4.0 still works fine.
Environment:
- CSI Driver version:
- Kubernetes version (use
kubectl version
): - OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
MegaShinySnivy commented
Can reproduce
kashalls commented
Can reproduce
larivierec commented
The same thing happened a few months back in #457
MegaShinySnivy commented
Seems to relate to kubernetes/k8s.io#6063
andyzhangx commented
pls try again, it's ready now