dongjoon-hyun commented on a change in pull request #35786:
URL: https://github.com/apache/spark/pull/35786#discussion_r823368111
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/VolcanoFeatureStep.scala
##########
@@ -59,6 +55,7 @@ private[spark] class VolcanoFeatureStep extends
KubernetesDriverCustomFeatureCon
var spec = pg.getSpec
if (spec == null) spec = new PodGroupSpec
+ // Overwrite by driver `pod.spec.priorityClassName`
Review comment:
Hmm. Do you use two set of priorityClass? In other words, does your
system have the following separately?
- priority classes for Pod
- priority classes for PodGroup (volcano)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]