23 lines
444 B
Markdown
23 lines
444 B
Markdown
---
|
|
title: JobPodFailurePolicy
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.25"
|
|
toVersion: "1.25"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.26"
|
|
toVersion: "1.30"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.31"
|
|
---
|
|
Allow users to specify handling of pod failures based on container
|
|
exit codes and pod conditions.
|