• Kubernetes Submit Queue's avatar
    Merge pull request #36197 from jianhuiz/federation-job-controller · 942f030f
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Federated Job controller implementation
    
    Note that job re-balance is not there yet as it's difficult to honor job deadline
    
    requires #35945 and 35943
    fixes #34261
    @quinton-hoole @nikhiljindal @deepak-vij
    
    **Release note**:
    ```release-note
    Federated Job feature.  It is now possible to create a Federated Job 
    that is automatically deployed to one or more federated clusters 
    (as Jobs in those clusters).    Job parallelism and completions are 
    spread across clusters according to cluster selection and weighting 
    preferences.  Federated Job status reflects the aggregate status 
    across all underlying cluster Jobs.
    ```
    942f030f
Name
Last commit
Last update
..
framework Loading commit data...
upgrades Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
apiserver.go Loading commit data...
authn.go Loading commit data...
crud.go Loading commit data...
event.go Loading commit data...
ingress.go Loading commit data...
job.go Loading commit data...
namespace.go Loading commit data...
replicaset.go Loading commit data...
service.go Loading commit data...
upgrade.go Loading commit data...
util.go Loading commit data...