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
Thank you for implementing NodeGetVolumeStats in quobyte-csi v1.5.1.
I immediately tried this feature with Kubernetes v1.19, but I could not get kubelet_volume_stats_* metrics by kubelet.
Thank you for implementing NodeGetVolumeStats in quobyte-csi v1.5.1.
I immediately tried this feature with Kubernetes v1.19, but I could not get
kubelet_volume_stats_*
metrics by kubelet.According to NodeGetVolumeStats section in CSI Spec v1.3.0, it seems that quobyte-csi needs to return
GET_VOLUME_STAT
node capability. kubelet also checks this capability whether the driver support VolumeStats or not.I confirmed that adding
GET_VOLUME_STATS
capability toNodeGetCapabilities()
would fix this problem.The text was updated successfully, but these errors were encountered: