-
Notifications
You must be signed in to change notification settings - Fork 1k
Add scheduler name support - [Update #990] #1226
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
Conversation
👍 |
should be documented here: https://github.com/zalando/postgres-operator/blob/master/docs/reference/cluster_manifest.md |
CRDs adjusted, documentation for the spec option added. |
can you rebase with the master. I've just merged a fix for CRDs and also updated go modules. Ideally, only changes relevant for this PR should be contained (e.g. no change to makefile etc.). |
On it. |
Cheers, let me know if anything else is necessary. |
Did one minor update as the scheduler name is only set for the database pods. Thanks @bbsbb for this contribution 😃 |
👍 |
1 similar comment
👍 |
Hey there,
This is an updated, rebased continuation of Micah Coletti's PR allowing specification of an alternative scheduler.
If there is additional work that needs to be done on this to meet a standard deserving of merging, I'm up for it.
Would really appreciate involvement and direct answer if this is something that could become part of the postgres operator as it is a blocking issue for us.
Thank you for the great work on the project!