spacelift workerpool v0.0.41

WorkerPool.spec.failedPodsHistoryLimit

FailedPodsHistoryLimit specifies the number of failed Pods to keep for debugging purposes. When set to a positive number, only the N most recent failed Pods are kept per worker. When set to 0, all failed Pods are removed immediately. When unset and FailedPodsHistoryTTL is also unset, defaults to 5 (keep 5 most recent). When unset but FailedPodsHistoryTTL is set, count-based cleanup is disabled (TTL-only).

1 fields
WorkerPool.spec.failedPodsHistoryLimit fields and descriptions
Field / TypeDescription
WorkerPool.spec.failedPodsHistoryLimit
integer

FailedPodsHistoryLimit specifies the number of failed Pods to keep for debugging purposes. When set to a positive number, only the N most recent failed Pods are kept per worker. When set to 0, all failed Pods are removed immediately. When unset and FailedPodsHistoryTTL is also unset, defaults to 5 (keep 5 most recent). When unset but FailedPodsHistoryTTL is set, count-based cleanup is disabled (TTL-only).

  • format: int32
  • minimum: 0