You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,8 +70,7 @@ in the clusters (manually, using gitops or some 3rd-party tooling).
69
70
* Support K8S Jobs on management clusters that don't have either
70
71
kubernetes/enhancements#4370 implemented or Job controller disabled.
71
72
* Support for cluster role sharing (worker & manager inside one cluster)
72
-
is out of scope for this KEP. We will get back to the topic once
73
-
kubernetes/enhancements#4370 is merged and becomes a wider standard.
73
+
although proved to be possible after kubernetes/enhancements#4370 was merged.
74
74
* distribute running Jobs across multiple clusters, and reconcile partial
75
75
results in the Job objects on the management cluster (each Job will run on
76
76
a single worker cluster).
@@ -465,6 +465,10 @@ type MultiKueue struct {
465
465
}
466
466
```
467
467
468
+
### Cluster Role sharing
469
+
470
+
MultiKueue Cluster Role Sharing enables Kueue cluster to simultaneously run both MultiKueue managed workloads and regular Kueue workloads, depending on the ClusterQueue configuration
0 commit comments