-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Federated Jobs feature #258
Comments
Is there anything here that's specific to batch jobs? It seems like the goals you described would also make sense for long-running services. BTW we have a proposal that introduces the concept of batch queues. Assuming that the proposal is adopted in some form, it might make sense to think of a federated/global queue that makes the placement decision when it decides to "admit" a job. |
I think the better person to answer would be @quinton-hoole and @jianhuiz |
@davidopp The intention of this feature is to support precisely the Kubernetes Jobs API to start with . i.e. https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ We should definitely extend it over time to support other types of workloads, as they become supported by Kubernetes. I will take a look at your batch queues design proposal - it looks interesting. |
Assigning this to myself as a proxy for @jianhuiz whom I cannot seem to assign to. |
I just meant that since the primary functionality described here is picking a cluster or clusters, extending it to handle something like ReplicaSet (or even StatefulSet) might be pretty straightforward. The description didn't sound very Job-specific. |
@quinton-hoole I've updated the feature description to fit the new template. Please, fill the empty fields in the new template (their actual state was unclear). |
@quinton-hoole milestone has been updated to 1.8. Which stage will this feature target for 1.8? |
@idvoretskyi alpha as per label. |
@quinton-hoole @kubernetes/sig-federation-feature-requests any updates for 1.8? Is this feature still on track for the release? |
It's in 1.8 as alpha feature without re-balancing implemented |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/lifecycle frozen |
@quinton-hoole Any plans for this in 1.11? If so, can you please ensure the feature is up-to-date with the appropriate:
cc @idvoretskyi |
@justaugustus, I would suggest closing this issue here, as federation features are no longer released with k8s releases. |
Thanks for the update, @irfanurrehman! |
Feature Description
The text was updated successfully, but these errors were encountered: