Skip to content

[kube-prometheus-stack] Add podManagementPolicy and updateStrategy#6733

Open
DrFaust92 wants to merge 1 commit intoprometheus-community:mainfrom
DrFaust92:kube-prometheus-stack-v0.88-v0.89-features
Open

[kube-prometheus-stack] Add podManagementPolicy and updateStrategy#6733
DrFaust92 wants to merge 1 commit intoprometheus-community:mainfrom
DrFaust92:kube-prometheus-stack-v0.88-v0.89-features

Conversation

@DrFaust92
Copy link
Contributor

@DrFaust92 DrFaust92 commented Mar 15, 2026

Summary

Exposes new CRD fields introduced in prometheus-operator v0.88.0 that were not yet surfaced in the chart:

  • podManagementPolicy — controls StatefulSet pod deployment ordering (OrderedReady or Parallel; operator default is Parallel) for Prometheus, Alertmanager, and ThanosRuler
  • updateStrategy — configures StatefulSet update strategy (RollingUpdate or OnDelete, with optional maxUnavailable) for Prometheus, Alertmanager, and ThanosRuler

All fields default to empty to preserve existing behavior.

Test plan

  • helm template renders correctly with default values (no extra fields emitted)
  • helm template renders podManagementPolicy when set
  • helm template renders updateStrategy when set

🤖 Generated with Claude Code

@DrFaust92 DrFaust92 force-pushed the kube-prometheus-stack-v0.88-v0.89-features branch from 8995b7c to 37e8533 Compare March 15, 2026 03:04
@DrFaust92 DrFaust92 changed the title [kube-prometheus-stack] Add podManagementPolicy, updateStrategy, and Alertmanager hostNetwork (82.11.0) [kube-prometheus-stack] Add podManagementPolicy and updateStrategy (82.11.0) Mar 15, 2026
…2.11.0)

Exposes new CRD fields introduced in prometheus-operator v0.88.0 that were not yet surfaced in the chart:
- podManagementPolicy and updateStrategy for Prometheus, Alertmanager, and ThanosRuler StatefulSets

Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@DrFaust92 DrFaust92 force-pushed the kube-prometheus-stack-v0.88-v0.89-features branch from 37e8533 to 27ec702 Compare March 15, 2026 03:05
@DrFaust92 DrFaust92 changed the title [kube-prometheus-stack] Add podManagementPolicy and updateStrategy (82.11.0) [kube-prometheus-stack] Add podManagementPolicy and updateStrategy Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant