-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
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
[cinder-csi-plugin] Volumes are not exposed to kubelet_volume_stats_* metrics. #1064
Comments
@jichenjc From the issue I see that its about volume usage details (kubelet_volume_stats_available_bytes), so yes, volume usage details can be retrieved using GET_VOLUME_STATS node capability. |
@ramineni I used local env with latest image:
however, I can't find kubelet_volume_xxx in output of
there are a lot of output such as following if I only run
@celiawa do you know any special settings to be enabled in order to get volume metrics if it's supported? |
@celiawa could you confirm ? else we will close this issue , if no response further |
/close |
@ramineni: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
All the currently maintained binaries are:
/kind bug
What happened:
In the previous release, we use intree cinder provider and the volumes created could be exposed to via command:
curl -s --cacert /var/run/secrets/kubernetes.io/serviceaccount/ca.crt -H "Authorization: Bearer ******" https://kubernetes.default.svc:443/api/v1/nodes/control-0/proxy/metrics | grep "^kubelet_volume_stats_available_bytes".
While with cinder csi, the volumes can't be exposed.
What you expected to happen:
The volumes can be exposed to kubelet_volume_stats_* metrics.
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: