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.9.2 #359

Closed adarsh-dell closed 7 months ago

adarsh-dell commented 7 months ago

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

While I am able to pull v2.9.1 image (23)

https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v2.9.2

image

### Tasks
adarsh-dell commented 7 months ago

Is there any update on this?

BenTheElder commented 7 months ago

The image wasn't published. A repo maintainer will need to fix this.

adarsh-dell commented 7 months ago

Any update on this?

chethanv28 commented 7 months ago

Any update on this ?

chethanv28 commented 7 months ago

@sunnylovestiramisu Would you be able to help here ?

sunnylovestiramisu commented 7 months ago

https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-sig-storage/images.yaml#L57 It is not published yet. We need to publish the image.

sunnylovestiramisu commented 7 months ago

https://github.com/kubernetes/k8s.io/pull/6152

sunnylovestiramisu commented 7 months ago

The above PR is merged, closing this issue.

/close

k8s-ci-robot commented 7 months ago

@sunnylovestiramisu: Closing this issue.

In response to [this](https://github.com/kubernetes-csi/node-driver-registrar/issues/359#issuecomment-1841613048): >The above PR is merged, closing this issue. > >/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.
BenTheElder commented 7 months ago

Confirming this is available now:

$ crane manifest registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.2
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2402,
         "digest": "sha256:af21613822081eb20021fc8725f9803195b1e0d0c30330b84d4178b560a67481",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 950,
         "digest": "sha256:50e1ec569ade18ea0fe7f2125414edf9f13d8e99a2777787ba00cb8d9e86040c",
         "platform": {
            "architecture": "amd64",
            "os": "windows",
            "os.version": "10.0.17763.5122"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 950,
         "digest": "sha256:2cf50f26fa3625e7c705808f444bc86eca83bb07aaab9d1e3f3a595f152accc3",
         "platform": {
            "architecture": "amd64",
            "os": "windows",
            "os.version": "10.0.20348.2113"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2402,
         "digest": "sha256:9a14325b156b82356b30e090143219251ba1022628279a71b6dc759b06b6dd04",
         "platform": {
            "architecture": "arm",
            "os": "linux",
            "variant": "v7"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2402,
         "digest": "sha256:75b204590d8287b779c97aef200021694f6dec00266a98c7a037a26a3968f56f",
         "platform": {
            "architecture": "arm",
            "os": "linux",
            "variant": "v7"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2402,
         "digest": "sha256:5ab367ae6e4d89c25e0dd1b1ff88bd0ae456854d24e371d626af4da2bdd87f12",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2402,
         "digest": "sha256:c66354e9d76c5d300cdb316dff7e7abc6ac38a22adaecea8a70fc9daf40ae915",
         "platform": {
            "architecture": "ppc64le",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 2402,
         "digest": "sha256:110ee366ad92db4ffa1ec50a0abac0979d43c1df54018bcb8fafa636cc1e9ae0",
         "platform": {
            "architecture": "s390x",
            "os": "linux"
         }
      }
   ]
}
adarsh-dell commented 7 months ago

Thank you @BenTheElder @sunnylovestiramisu .