18 lines
461 B
Markdown
18 lines
461 B
Markdown
---
|
|
title: KubeletCrashLoopBackOffMax
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.32"
|
|
---
|
|
Enables support for configurable per-node backoff maximums for restarting
|
|
containers in the `CrashLoopBackOff` state.
|
|
For more details, check the `crashLoopBackOff.maxContainerRestartPeriod` field in the
|
|
[kubelet config file](/docs/reference/config-api/kubelet-config.v1beta1/).
|
|
|