Skip to content

Commit 177dfb8

Browse files
authored
Document MultiKueue Cluster Role Sharing capability (#8013)
1 parent 3a86a1d commit 177dfb8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

keps/693-multikueue/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- [Configuration](#configuration)
2424
- [MultiKueue Dispatcher API](#multikueue-dispatcher-api)
2525
- [Workload Synchronization](#workload-synchronization)
26+
- [Cluster Role sharing](#cluster-role-sharing)
2627
- [Follow ups ideas](#follow-ups-ideas)
2728
- [Test Plan](#test-plan)
2829
- [Unit Tests](#unit-tests)
@@ -69,8 +70,7 @@ in the clusters (manually, using gitops or some 3rd-party tooling).
6970
* Support K8S Jobs on management clusters that don't have either
7071
kubernetes/enhancements#4370 implemented or Job controller disabled.
7172
* 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.
7474
* distribute running Jobs across multiple clusters, and reconcile partial
7575
results in the Job objects on the management cluster (each Job will run on
7676
a single worker cluster).
@@ -465,6 +465,10 @@ type MultiKueue struct {
465465
}
466466
```
467467

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
471+
targeted by the workloads.
468472

469473
### Follow ups ideas
470474

0 commit comments

Comments
 (0)