prometheus operator v0.93.1

PrometheusAgent.spec.podManagementPolicy

podManagementPolicy defines the policy for creating/deleting pods when scaling up and down. Unlike the default StatefulSet behavior, the default policy is `Parallel` to avoid manual intervention in case a pod gets stuck during a rollout. Note that updating this value implies the recreation of the StatefulSet which incurs a service outage.

1 fields
PrometheusAgent.spec.podManagementPolicy fields and descriptions
Field / TypeDescription
PrometheusAgent.spec.podManagementPolicy
string

podManagementPolicy defines the policy for creating/deleting pods when scaling up and down. Unlike the default StatefulSet behavior, the default policy is `Parallel` to avoid manual intervention in case a pod gets stuck during a rollout. Note that updating this value implies the recreation of the StatefulSet which incurs a service outage.

  • enum: ["OrderedReady","Parallel"]