kubernetes-csi / node-driver-registrar

Sidecar container that registers a CSI driver with the kubelet using the kubelet plugin registration mechanism.
Apache License 2.0
123 stars 133 forks source link

Unable to pull registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0 #375

Closed cmontemuino closed 5 months ago

cmontemuino commented 5 months ago

It looks like v2.10.0 has not been published yet:

crictl pull registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
E0109 10:27:22.609581    1577 remote_image.go:167] "PullImage from image service failed" err="rpc error: code = NotFound desc = failed to pull and unpack image \"registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0\": failed to resolve reference \"registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0\": registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0: not found" image="registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0"
FATA[0000] pulling image: rpc error: code = NotFound desc = failed to pull and unpack image "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0": failed to resolve reference "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0": registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0: not found

That version is missing here: https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-sig-storage/images.yaml#L39C1-L60

cmontemuino commented 5 months ago

PR to replicate the missing image: https://github.com/kubernetes/k8s.io/pull/6256

jsafrane commented 5 months ago

Thanks for the PR! It is merged now. /close

k8s-ci-robot commented 5 months ago

@jsafrane: Closing this issue.

In response to [this](https://github.com/kubernetes-csi/node-driver-registrar/issues/375#issuecomment-1884907652): >Thanks for the PR! It is merged now. >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.