File tree Expand file tree Collapse file tree 2 files changed +18
-14
lines changed
site/static/examples/multikueue Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 1818 nominalQuota : 9
1919 - name : " memory"
2020 nominalQuota : 36Gi
21- admissionChecks :
22- - sample-multikueue
21+ admissionChecksStrategy :
22+ admissionChecks :
23+ - name : sample-multikueue
2324---
2425apiVersion : kueue.x-k8s.io/v1beta2
2526kind : LocalQueue
@@ -53,9 +54,10 @@ kind: MultiKueueCluster
5354metadata :
5455 name : multikueue-test-worker1
5556spec :
56- kubeConfig :
57- locationType : Secret
58- location : worker1-secret
59- # a secret called "worker1-secret" should be created in the namespace the kueue
60- # controller manager runs into, holding the kubeConfig needed to connect to the
61- # worker cluster in the "kubeconfig" key;
57+ clusterSource :
58+ kubeConfig :
59+ locationType : Secret
60+ location : worker1-secret
61+ # a secret called "worker1-secret" should be created in the namespace the kueue
62+ # controller manager runs into, holding the kubeConfig needed to connect to the
63+ # worker cluster in the "kubeconfig" key;
Original file line number Diff line number Diff line change @@ -40,18 +40,20 @@ kind: MultiKueueCluster
4040metadata :
4141 name : worker1
4242spec :
43- kubeConfig :
44- locationType : Secret
45- location : worker1-secret
43+ clusterSource :
44+ kubeConfig :
45+ locationType : Secret
46+ location : worker1-secret
4647---
4748apiVersion : kueue.x-k8s.io/v1beta2
4849kind : MultiKueueCluster
4950metadata :
5051 name : worker2
5152spec :
52- kubeConfig :
53- locationType : Secret
54- location : worker2-secret
53+ clusterSource :
54+ kubeConfig :
55+ locationType : Secret
56+ location : worker2-secret
5557---
5658apiVersion : kueue.x-k8s.io/v1beta2
5759kind : ClusterQueue
You can’t perform that action at this time.
0 commit comments