diff --git a/docs/platform-admin/workloads/policies/policy-reference.md b/docs/platform-admin/workloads/policies/policy-reference.md index 961185264e..6c4af7e8c3 100644 --- a/docs/platform-admin/workloads/policies/policy-reference.md +++ b/docs/platform-admin/workloads/policies/policy-reference.md @@ -24,7 +24,7 @@ Click the link to view the value type of each field. | terminateAfterPreemtpion | Indicates whether the job should be terminated, by the system, after it has been preempted | boolean | Workspace Training | | autoDeletionTimeAfterCompletionSeconds | Specifies the duration after which a finished workload (Completed or Failed) is automatically deleted. If this field is set to zero, the workload becomes eligible to be deleted immediately after it finishes. | integer | Workspace Training | | backoffLimit | Specifies the number of retries before marking a workload as failed | integer | Workspace Training | -| cleanPodPolicy |

Specifies which pods will be deleted when the workload reaches a terminal state (completed/failed). The policy can be one of the following values:

| string | Distributed | +| cleanPodPolicy |

Specifies which pods will be deleted when the workload reaches a terminal state (completed/failed). The policy can be one of the following values:

| string | Distributed | | completions | Used with Hyperparameter Optimization. Specifies the number of successful pods the job should reach to be completed. The Job is marked as successful once the specified amount of pods has succeeded. | integer | Workspace Training | | parallelism | Used with Hyperparameters Optimization. Specifies the maximum desired number of pods the workload should run at any given time. | itemized | Workspace Training | | exposeUrls | Specifies a set of exported URL (e.g. ingress) from the container running the created workload. | itemized | Workspace Training |