File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/en/docs/concepts/workloads/workload-api Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ the Workload API is supposed to provide scheduling constraints for the "true" wo
1616## What is a Workload?
1717
1818The Workload API resource is part of the ` scheduling.k8s.io/v1alpha1 `
19- {{< glossary_tooltip text="API group" term_id="api-group" >}}.
19+ {{< glossary_tooltip text="API group" term_id="api-group" >}}
20+ (and your cluster must have that API group enabled, as well as the ` GenericWorkload `
21+ [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ ) ,
22+ before you can benefit from this API).
2023This resource acts as a structured, machine-readable definition of the scheduling requirements
2124of a multi-Pod application. While user-facing workloads like [ Jobs] ( /docs/concepts/workloads/controllers/job/ )
2225define what to run, the Workload resource determines how a group of Pods should be scheduled
You can’t perform that action at this time.
0 commit comments