GreenHand
GreenHand
My company also have a similar plugin like yours. We can find a time to have a discuss.
In our company's scenario, customers will deploy both spot instances and pay-as-you-go instances simultaneously. Customers want their business to run on spot instances first to save costs, and when spot...
> Do you have feedback from other users or more needs for a "resource policy"? In my cloud scene. Our users will use ResourcePolicy to run a fixed number of...
@fjding Hi, I have submit a draft for this feature.
/remove-lifecycle stale
This CRD is widely used in both my company and fjding's, we have selected the same features we meet for our customers in the proposal. So we think that the...
Scheduler may allocate pod in different sequence with device plugin, will this cause problem? For example, scheduler may allocate 4 GPUs for pod A and allocate 2 GPUs for another...
Maybe we can implement a new plugin to ensure scheduler make same decision with kubelet, this new plugin can be a common plugin and can be used by many other...
> Note that Kueue works best when there is a CRD that represents the unit of queueuing. I am thinking about this too. If there is no CRD that represents...
Hi, you can modify the schedule framework config like the following: ``` --- apiVersion: kubescheduler.config.k8s.io/v1beta2 kind: KubeSchedulerConfiguration clientConnection: kubeconfig: /etc/kubernetes/scheduler.conf extenders: - urlPrefix: "http://127.0.0.1:32766/gpushare-scheduler" filterVerb: filter bindVerb: bind enableHTTPS: false...