text stringlengths 0 59.1k |
|---|
"name": "NodePreferAvoidPodsPriority", |
"weight": 10000 |
}, |
{ |
"name": "NodeAffinityPriority", |
"weight": 1 |
}, |
{ |
"name": "TaintTolerationPriority", |
"weight": 1 |
}, |
{ |
"name": "GPUAllocationPriority", |
"weight": 10 |
} |
], |
"extenders" : [ |
{ |
"urlPrefix": "http://127.0.0.1:12346/scheduler", |
"filterVerb": "filter", |
"bindVerb": "bind", |
"prioritizeVerb": "prioritize", |
"weight": 5, |
"enableHttps": false, |
"nodeCacheCapable": false |
} |
], |
"hardPodAffinitySymmetricWeight" : 10, |
"alwaysCheckAllPredicates" : false |
} |
<|endoftext|> |
# source: k8s_examples/_archived/scheduler-policy/scheduler-policy-config-with-extender.json type: json |
{ |
"kind" : "Policy", |
"apiVersion" : "v1", |
"extenders" : [ |
{ |
"urlPrefix": "http://127.0.0.1:12346/scheduler", |
"filterVerb": "filter", |
"bindVerb": "bind", |
"prioritizeVerb": "prioritize", |
"preemptVerb": "preempt", |
"weight": 5, |
"enableHttps": false, |
"nodeCacheCapable": false |
} |
] |
} |
<|endoftext|> |
# source: k8s_examples/_archived/cpu-manager/exclusive-3.yaml type: yaml |
apiVersion: v1 |
kind: Pod |
metadata: |
name: exclusive-3 |
spec: |
containers: |
- image: quay.io/connordoyle/cpuset-visualizer |
name: exclusive-3 |
resources: |
requests: |
cpu: 3 |
memory: "256M" |
limits: |
cpu: 3 |
memory: "256M" |
<|endoftext|> |
# source: k8s_examples/_archived/cpu-manager/exclusive-1.yaml type: yaml |
apiVersion: v1 |
kind: Pod |
metadata: |
name: exclusive-1 |
spec: |
containers: |
- image: quay.io/connordoyle/cpuset-visualizer |
name: exclusive-1 |
resources: |
requests: |
cpu: 1 |
memory: "256M" |
limits: |
cpu: 1 |
memory: "256M" |
<|endoftext|> |
# source: k8s_examples/_archived/cpu-manager/shared.yaml type: yaml |
apiVersion: v1 |
kind: Pod |
metadata: |
name: shared |
spec: |
containers: |
- image: quay.io/connordoyle/cpuset-visualizer |
name: shared |
resources: |
requests: |
cpu: 100m |
<|endoftext|> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.