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
I got a GKE cluster (1.22.8-gke.200) with csidrivers version 0.11.6 ( image version v1.5.1-gke.0)
At around the same time I got this new csidrivers version, unused/detached volumeattachment started to pile up (Or I never noticed that before ... ):
If I describe the volumeattachments : (short version)
k describe volumeattachments.storage.k8s.io csi-01a199df9d14f127c79d5aab20c4a2663b0c25ca1f28727c67a0881bc5b4e4a6Name: csi-01a199df9d14f127c79d5aab20c4a2663b0c25ca1f28727c67a0881bc5b4e4a6Namespace:
Labels: <none>Annotations: csi.alpha.kubernetes.io/node-id: projects/......API Version: storage.k8s.io/v1Kind: VolumeAttachmentMetadata:
Finalizers:
external-attacher/pd-csi-storage-gke-io...Spec:
...Status:
Attached: trueDetach Error:
Message: rpc error: code = Unavailable desc = Request queued due to error condition on nodeTime: 2022-05-23T18:24:53ZEvents: <none>
It is like the driver did not execute something on the node so this volumeattachments is kept indefinitely.
It may be related to my usecase where my node pool is setup to use preemptible node, so node can be terminated quite abruptly. And if the node is not there, the detach cannot be run on the node.
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I got a GKE cluster (1.22.8-gke.200) with csidrivers version 0.11.6 ( image version v1.5.1-gke.0)
At around the same time I got this new csidrivers version, unused/detached
volumeattachment
started to pile up (Or I never noticed that before ... ):If those attachments cannot be removed, then the PV cannot be removed either and stay in "terminating" state.
The only way I found to remove the PV was to remove the finalizers on the PV.
If I describe the volumeattachments : (short version)
It is like the driver did not execute something on the node so this volumeattachments is kept indefinitely.
It may be related to my usecase where my node pool is setup to use preemptible node, so node can be terminated quite abruptly. And if the node is not there, the detach cannot be run on the node.
Thank you
The text was updated successfully, but these errors were encountered: