Skip to main content
Schemaobject

io.k8s.api.scheduling.v1beta1.GangSchedulingPolicy

GangSchedulingPolicy defines the parameters for gang scheduling.

Source
specs/apis__scheduling.k8s.io__v1beta1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
minCount integer (int32)
required

minCount is the minimum number of pods that must be schedulable or scheduled at the same time for the scheduler to admit the entire group. It must be a positive integer. This field is mutable to support workload scaling. Note that the scheduler operates on an eventually consistent model. Updates to minCount may not be immediately reflected in scheduling decisions due to propagation delays. If minCount is updated while a scheduling cycle is in progress for that group, the new value may not take effect until…