-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
New metric for PVC resize status #714
Comments
The use case makes perfect sense! How does this show in the PVC object? As that's what we would need to create metrics off of. |
I think having condition metric like we do for pods and nodes would be more appropriate here. |
Are you talking about |
It has the |
Yes, it makes sense! It would work for me :) |
You want to give it a go? :) |
It is helpful to troubleshoot the volume condition! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
It would be great but I don't have enough time at this time :( |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: 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. |
/reopen |
@tariq1890: Reopened 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. |
/help-wanted |
@tariq1890: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
Hello, can I work on this issue? |
Sure, I think so! 😃 |
/assign @ankitsinhaiiitg |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
What happened:
In Kubernetes v1.11 the persistent volume expansion feature is being promoted and we can use it to resize PVC. But kube-state-metrics doesn't have a metric to know if a PVC is "resizing"/"already resized but pending of a pod restart"/"resized".
It would be useful to know if a pod must be restarted so that Kubernetes can resize the filesystem of a persistent volume.
What you expected to happen:
Have a metric to know resize state of a PVC and use it to configure alerts of pods that must be restarted to be able to resize the volume.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
): v1.11.9The text was updated successfully, but these errors were encountered: