-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow StatefulSet PriorityClass to be configured #1850
Comments
@ryanemerson Wouldn't it be better to go with something like |
Very good points. I like spec:
scheduling:
affinity:
...
priorityClassName: ""
# Possible future configurations
tolerations:
...
topologySpreadConstraints:
... |
It should be possible for a user to configure the
PriorityClassName
used by the cluster StatefulSet via the Infinispan CR:Utilising a nested
spec.statefulset
structure provides increased flexibility that we can leverage for future enhancements such as #1801 and #1803The text was updated successfully, but these errors were encountered: