-
Couldn't load subscription status.
- Fork 5
K8SPS-550 Documented the priorityClassName and schedulerName options for HAProxy #145
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for two HAProxy configuration options: schedulerName and priorityClassName. These options provide control over pod scheduling behavior in Kubernetes environments.
- Added documentation for
proxy.haproxy.schedulerNameconfiguration option - Added documentation for
proxy.haproxy.priorityClassNameconfiguration option
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
3490438 to
6de77c5
Compare
docs/operator.md
Outdated
|
|
||
| ### `mysql.schedulerName` | ||
|
|
||
| The name of a Kubernetes scheduler used to assign MySQL Pods to Kubernetes nodes. The `default-scheduler` means `kube-scheduler` is used. You can define your custom schedulers here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add k8s reference doc with https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/ please
| | ----------- | ---------- | | ||
| | :material-numeric-1-box: int | `1` | | ||
|
|
||
| ### `mysql.readinessProbes.initialDelaySeconds` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't found this config in CRD. Only PMM has 'readinessProbes' in plural, mysql, orchestrator, router and haproxy it's readinessProbe. There is an example in CR for haProxy and Mysql.
Same thing for livenessProbe
No description provided.