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 pull image "registry.k8s.io/sig-storage/nfsplugin:v4.7.0": rpc error: code = NotFound #664

Closed
nickveldrin opened this issue May 6, 2024 · 2 comments

Comments

@nickveldrin
Copy link

Hello, I wanted to try out this CSI driver to test nfs connectivity and functionality, and saw there was a 4.7 release pushed, so I did a helm install, and the containers are failing saying they can't find the 4.7.0 image.

Helm chart was pulled from "https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts" specifying version "v4.7.0"

20m Warning Failed pod/csi-nfs-node-9nqhs Failed to pull image "registry.k8s.io/sig-storage/nfsplugin:v4.7.0": rpc error: code = NotFound desc = failed to pull and unpack image "registry.k8s.io/sig-storage/nfsplugin:v4.7.0": failed to resolve reference "registry.k8s.io/sig-storage/nfsplugin:v4.7.0": registry.k8s.io/sig-storage/nfsplugin:v4.7.0: not found

@alperbas
Copy link

alperbas commented May 6, 2024

If you are like me and leave ArgoCD on auto sync, you got the alerts already. The latest version image is definitely missing from the repo.

docker pull registry.k8s.io/sig-storage/nfsplugin:v4.7.0
Error response from daemon: manifest for registry.k8s.io/sig-storage/nfsplugin:v4.7.0 not found: manifest unknown: Failed to fetch "v4.7.0"

@andyzhangx
Copy link
Member

nfsplugin:v4.7.0 is published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants