jedcunningham commented on a change in pull request #20794:
URL: https://github.com/apache/airflow/pull/20794#discussion_r794957680
##########
File path: chart/values.schema.json
##########
@@ -1351,6 +1351,14 @@
"type": "string"
}
},
+ "priorityClassName": {
+ "description": "Set priority value from the priority class
name",
Review comment:
I just suggested it once, but this applies to all of them too.
##########
File path: chart/values.yaml
##########
@@ -638,6 +639,10 @@ scheduler:
# weight: 100
tolerations: []
+ # Set the priority class name
+ #
https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority
Review comment:
Same here.
--
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]