kubernetes-csi/node-driver-registrar

docker pull error on latest image v2.2.1

frittenlab opened this issue · 3 comments

I tried to pull the latest docker image from:

docker pull k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.1

This fails with:

Error response from daemon: manifest for k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.1 not found: manifest unknown: Failed to fetch "v2.2.1" from request "/v2/sig-storage/csi-node-driver-registrar/manifests/v2.2.1".

@frittenlab , as of writing this comment, the latest available release is v2.2.0 (see https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v2.2.0) and there is no v2.2.1 release.

/kind support

No worries I think there was a typo in the release notes. As I copied the docker pull command from there. Thanks