-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add kube_scheduler config spec #7614
Conversation
Codecov Report
|
bearer_token_auth: true | ||
# bearer_token_auth: true | ||
|
||
## @param bearer_token_path - string - optional - default: /var/run/secrets/kubernetes.io/serviceaccount/token |
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.
Why are we adding those few options here but not others? Should we leave it as it is right now as the auto_conf file is supposed to work out of the box or don't work at all ?
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.
Primarily to be in sync with kube_apiserver
(#7614), though there may be good reasons the options weren't included in this config.
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.
Minor comment as I don't understand the reason we are updating the auto conf file but looks great
We would need to update the base dependency as well like in #7612 (comment) |
* Add kube_scheduler config spec * Update base requirement a557d27
What does this PR do?
Updates config spec for kube_scheduler
Motivation
See #7605