⎈ k8s knowledge compiler

PodGroupSchedulingPolicy [api_object]ai-synthesized · conf 0.82

PodGroupSchedulingPolicy defines the scheduling configuration for a PodGroup. Exactly one policy must be set. The policy is chosen at creation time by setting either the Basic or Gang field. The PodGroup may not change policy after creation. Fields within chosen policy may be updated after creation when their individual fields allow it.

schedulingsecurity

A PodGroupSchedulingPolicy is an object that defines how pods are scheduled within a pod group.

Why it matters It allows for fine-grained control over pod placement and scheduling.

Key facts - Defined in io.k8s.api.scheduling.v1alpha3.PodGroupSchedulingPolicy - Used to schedule pods within a pod group

Common pitfalls - Incorrectly configured policies can lead to inefficient resource utilization

Related PodGroupSpec, PodGroupStatus, PodGroupTemplate

Sources

swagger.jsonio.k8s.api.scheduling.v1alpha3.PodGroupSchedulingPolicy

Related (4)

related_to BasicSchedulingPolicyreferences type conf=1
related_to GangSchedulingPolicyreferences type conf=1
related_to PodGroupSpecreferences type conf=1
related_to PodGroupTemplatereferences type conf=1

← all API Explorer