danhuawang opened a new issue, #10865:
URL: https://github.com/apache/gravitino/issues/10865

   ### What would you like to be improved?
   
   The Gravitino, Iceberg REST, and Lance REST Helm charts do not expose 
`priorityClassName` on the pod spec. On shared clusters where batch jobs 
compete with production services, Kubernetes uses PriorityClass to decide which 
pods to evict. Without this, Gravitino pods have no priority tier and can be 
evicted by lower-priority workloads during resource pressure, causing 
unexpected downtime for production catalog services.
   
   
   ### How should we improve?
   
   Add `priorityClassName: ""` to all three charts' `values.yaml` and 
conditionally render it in the pod spec in each `deployment.yaml`:
   
   Applies to:
   dev/charts/gravitino
   dev/charts/gravitino-iceberg-rest-server
   dev/charts/gravitino-lance-rest-server


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to