Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate prometheus into kubernetes application [2/3] #4934

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

mikkeloscar
Copy link
Contributor

Follow up to #4900

This is the second of a 3-step change to migrate prometheus statefulset to be a component of kubernetes instead of individual an application.

  1. Label the pod spec with statefulset: prometheus, roll out to all clusters.
  2. Change the selector to use the label statefulset: prometheus and use the deletions.yaml with propagation_policy: Orphan to delete the old statefulset (without deleting the pods) and create a new statefulset with the new selector.
  3. Change the pod template labels for application.

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
@mikkeloscar
Copy link
Contributor Author

👍

1 similar comment
@szuecs
Copy link
Member

szuecs commented Jan 25, 2022

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants