Skip to content

Commit

Permalink
update kubernetesjob options
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdorsey committed Jan 25, 2023
1 parent ee49d48 commit 33ce06a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/concepts/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,11 @@ The Prefect CLI command `prefect kubernetes manifest orion` automatically genera

| Attributes | Description |
| ---- | ---- |
| cluster_config | An optional Kubernetes cluster config to use for this job. |
| command | A list of strings specifying the command to run in the container to start the flow run. In most cases you should not override this. |
| customizations | A list of JSON 6902 patches to apply to the base Job manifest. |
| env | Environment variables to set for the container. |
| finished_job_ttl | The number of seconds to retain jobs after completion. If set, finished jobs will be cleaned up by Kubernetes after the given delay. If None (default), jobs will need to be manually removed. |
| image | String specifying the tag of a Docker image to use for the Job. |
| image_pull_policy | The Kubernetes image pull policy to use for job containers. |
| job | The base manifest for the Kubernetes Job. |
Expand Down

0 comments on commit 33ce06a

Please sign in to comment.