gocrane / crane-scheduler

Crane scheduler is a Kubernetes scheduler which can schedule pod based on actual node load.
Apache License 2.0
225 stars 64 forks source link

add yaml deployment implementation for the crane-scheduler module #46

Closed yuleichun-striving closed 1 year ago

yuleichun-striving commented 1 year ago

What type of PR is this? bugfix

What this PR does / why we need it: There are two services in the module, namely "crane- Scheduler-Controller "and "crane-scheduler", but only yaml deployment of the "crane-scheduler-controller" module is included in the code. This submission complements the yaml deployment of crane-scheduler

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

yuleichun-striving commented 1 year ago

some fields are generated from deployed yaml? better not bring some fields like terminationMessagePath .

can refer to deploy yaml in helm chart repo

Yes.I have made code modifications according to the comments