We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding pre-setup PersistentVolume BIND's successfully, but fails to mount:
apiVersion: v1 kind: PersistentVolume metadata: finalizers: - kubernetes.io/pv-protection name: s3-pv-test spec: accessModes: - ReadWriteMany capacity: storage: 1Gi claimRef: apiVersion: v1 kind: PersistentVolumeClaim name: s3-pv-test namespace: s3-test csi: controllerExpandSecretRef: name: csi-s3-secret namespace: csi-s3 controllerPublishSecretRef: name: csi-s3-secret namespace: csi-s3 driver: ch.ctrox.csi.s3-driver nodePublishSecretRef: name: csi-s3-secret namespace: csi-s3 nodeStageSecretRef: name: csi-s3-secret namespace: csi-s3 volumeAttributes: bucket: existing-bucket-name mounter: rclone volumeHandle: existing-bucket-name persistentVolumeReclaimPolicy: Retain volumeMode: Filesystem
apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: pv.kubernetes.io/bind-completed: 'yes' finalizers: - kubernetes.io/pvc-protection name: s3-pv-test namespace: s3-test spec: accessModes: - ReadWriteMany resources: requests: storage: 1Gi storageClassName: "" volumeMode: Filesystem volumeName: s3-pv-test
Adding such PVC to POD fails to create container. Errors are visible in the CSI NODE POD:
I0809 09:45:02.363760 1 utils.go:97] GRPC call: /csi.v1.Node/NodeGetCapabilities I0809 09:45:03.361599 1 utils.go:97] GRPC call: /csi.v1.Node/NodeGetCapabilities I0809 09:45:03.362544 1 utils.go:97] GRPC call: /csi.v1.Node/NodeGetCapabilities I0809 09:45:03.363497 1 utils.go:97] GRPC call: /csi.v1.Node/NodeStageVolume E0809 09:45:03.377320 1 utils.go:101] GRPC error: The specified key does not exist.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adding pre-setup PersistentVolume BIND's successfully, but fails to mount:
Adding such PVC to POD fails to create container. Errors are visible in the CSI NODE POD:
The text was updated successfully, but these errors were encountered: