You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image "quay.io/k8scsi/csi-node-driver-registrar:v1.2.0" should be updated
I tried to mount the dynamically provisioned AWS S3 bucket to the pod with CSI Driver version v0.40.8, but failed.
DaemonSet was not distributed properly because the image pull failed.
Docker Version
[root@yrudtlr deploy]# docker version
Client: Docker Engine - Community
Version: 26.0.0
API version: 1.45
Go version: go1.21.8
Git commit: 2ae903e
Built: Wed Mar 20 15:19:04 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 26.0.0
API version: 1.45 (minimum version 1.24)
Go version: go1.21.8
Git commit: 8b79278
Built: Wed Mar 20 15:17:57 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.28
GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e94
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Expectation
quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 image should be pulled successfully
Actual Result
[root@yrudtlr deploy]# docker pull quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
v1.2.0: Pulling from k8scsi/csi-node-driver-registrar
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/
Image "quay.io/k8scsi/csi-node-driver-registrar:v1.2.0" should be updated
I tried to mount the dynamically provisioned AWS S3 bucket to the pod with CSI Driver version v0.40.8, but failed.
DaemonSet was not distributed properly because the image pull failed.
Docker Version
Expectation
quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
image should be pulled successfullyActual Result
Probable Cause
Disable pulling of deprecated image formats by default. These image formats are deprecated, and support will be removed in a future version.
https://docs.docker.com/engine/release-notes/26.0/#removed
The text was updated successfully, but these errors were encountered: