-
-
Notifications
You must be signed in to change notification settings - Fork 155
Closed as not planned
Labels
Description
As I understand, the different between KubeCluster
and HelmCluster
is
- KubeCluster start scheduler at where the client runs, the worker resources come from Kubernetes.
- HelmCluster has a long running scheduler pod in Kubernetes cluster.
My requirement is, I hope there's a long running scheduler in the cluster and multiple clients can connects this scheduler to submit tasks, the worker resources can come from same kubernetes cluster as scheduler and they can be scale up and down based on the load like what KubeCluster provides.
Seems it's a combination of KubeCluster and HelmCluster. Did community consider this case when we add Kubernetes support? Is there any technical blockers? If that's something reasonable, I can help work on this feature request
totycro