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
We sometimes need to increase the size of the prometheus disk to accommodate the amount of data we are generating. We should document the steps of how to do this safely so any engineer can perform the task without worrying about running into errors such as below and needing to debug them.
Error: UPGRADE FAILED: cannot patch "support-prometheus-server" with kind PersistentVolumeClaim: persistentvolumeclaims "support-prometheus-server" is forbidden: only dynamically provisioned pvc can be resized and the storageclass that provisions the pvc must support resize
When we have these steps, we should use them to merge PR #4808
Task list
The content you are editing has changed. Please copy your edits and refresh the page.
The reason that the steps for expanding the persistentVolume size were not required for pangeo-hubs, is because that cluster is GCP, and all the storage classes there have autoexpansion set to true by default.
Context
We sometimes need to increase the size of the prometheus disk to accommodate the amount of data we are generating. We should document the steps of how to do this safely so any engineer can perform the task without worrying about running into errors such as below and needing to debug them.
When we have these steps, we should use them to merge PR #4808
Task list
Tasks
Definition of Done
Pre-defined Definition of Done
The text was updated successfully, but these errors were encountered: