Grypse commented on PR #20467:
URL: https://github.com/apache/flink/pull/20467#issuecomment-1208842402
The scheduler can be setting with schedulerName in podTemplate simply,I
think there is no need to add options to kubernetes config.
`podTemplate:
apiVersion: v1
kind: Pod
metadata:
name: task-manager-pod-template
namespace: flink-application-system
spec:
schedulerName: default-scheduler
`
--
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]