You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Pod Failure Policy configuration to the Kubernetes Job Spec.
As this is only GA in Kubernetes v1.29 I can understand why it may not already be available.
This feature allows handling different kinds of error states and if it is counted towards the backoffLimit.
@snorlaX-sleeps Yes since cronjob uses job template it would already be included since it uses the same jobSpec found in the job resource. Thanks for bringing this up, because of this cronjob tests will need to include the checking of job_template to include PodFailurePolicy.
Description
Add Pod Failure Policy configuration to the Kubernetes Job Spec.
As this is only GA in Kubernetes v1.29 I can understand why it may not already be available.
This feature allows handling different kinds of error states and if it is counted towards the
backoffLimit
.Potential Terraform Configuration
Using the example from the linked documentation:
References
Community Note
The text was updated successfully, but these errors were encountered: