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
3.7
apiVersion: v1 kind: PersistentVolume metadata: name: mysqldb-volume spec: capacity: storage: 1Gi accessModes: - ReadWriteOnce hostPath: path: /root/mypv1
/root/mypv1 can be used successfully.
When capacity under /root/mypv1 is approaching 1G, does openshift alert?
The text was updated successfully, but these errors were encountered:
@openshift/sig-storage
Sorry, something went wrong.
No openshift does not alert. We have recently introduced per pvc usage metrics - so you can use that to create alerts yourself - #16205
hi Gnufied,
Thanks for help.
Best regards
No branches or pull requests
Version
3.7
Steps To Reproduce
Current Result
/root/mypv1 can be used successfully.
Expected Result
When capacity under /root/mypv1 is approaching 1G, does openshift alert?
The text was updated successfully, but these errors were encountered: