-
Notifications
You must be signed in to change notification settings - Fork 142
Description
While going through README , the container image specify in compatible section is not working in my enviorment , when i docker pull this image, i got error as
docker pull k8s.gcr.io/sig-storage/csi-provisioner Using default tag: latest Error response from daemon: manifest for k8s.gcr.io/sig-storage/csi-provisioner:latest not found: manifest unknown: Failed to fetch "latest" from request "/v2/sig-storage/csi-provisioner/manifests/latest"
while running this image is working fine
docker pull quay.io/k8scsi/csi-provisioner:canary canary: Pulling from k8scsi/csi-provisioner e59bd8947ac7: Pull complete 2ff1188e8e73: Pull complete Digest: sha256:7af768c615f33eb644ade6ef65c0bda64b0a4411d58dca459c168f812c6dff4f Status: Downloaded newer image for quay.io/k8scsi/csi-provisioner:canary quay.io/k8scsi/csi-provisioner:canary
Any suggestions on this!
Thanks