-
Notifications
You must be signed in to change notification settings - Fork 135
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
support initial scheduler configuration option via an environment variable #80
support initial scheduler configuration option via an environment variable #80
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Welcome @momom-i! |
5a33132
to
ec863bf
Compare
/assign |
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.
Nice work. 👍
Most of the changes look good. I left a few small comments.
/ok-to-test |
And could you sign cla? |
/test pull-kube-scheduler-simulator-run-tests |
5f6c563
to
8dc4e36
Compare
add test Update config/config.go Co-authored-by: Kensei Nakada <handbomusic@gmail.com> Update config/config.go Co-authored-by: Kensei Nakada <handbomusic@gmail.com> Update config/config.go Co-authored-by: Kensei Nakada <handbomusic@gmail.com> change to return default config when no config path
8dc4e36
to
6c67781
Compare
/ok-to-test |
config/config.go
Outdated
dsc, err := defaultconfig.DefaultSchedulerConfig() | ||
if err != nil { | ||
return nil, xerrors.Errorf("create default scheduler config: %w", err) | ||
} |
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.
nit: Move these lines after L99(if e == ""
)
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.
fixed: 3a0a5aa
/test pull-kube-scheduler-simulator-backend-lint |
/test pull-kube-scheduler-simulator-backend-lint |
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.
Thanks for the great work!!
As a next step, could you add an explanation in README about this feature in another PR?
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: momom-i, sanposhiho The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
/retitle support initial scheduler configuration option via an environment variable |
/unhold |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add initial scheduler configuration from file path taken from environment variable.
Which issue(s) this PR fixes:
Fixes #37
Special notes for your reviewer:
I've confirmed that it also worked when I passed configuration file path.
I'd like to learn more so correcting my every little mistake is welcome!
/label tide/merge-method-squash