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

[prometheus-kube-stack] Fixes deployment of Thanos Ruler - Addresses Default Thanos Ruler name too long #3021

Merged
merged 2 commits into from
Feb 14, 2023

Conversation

ryanmcafee
Copy link
Contributor

What this PR does / why we need it

Allows for deployment of Thanos Ruler
Fixes error where the thanos-ruler name was too long (longer then 63 characters, since thanos-ruler resources were using the chart fullname and not the shortened name)

Which issue this PR fixes

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

…os-rule suffix to ensure that the thanos ruler name is always under the required 63 characters for resource names.

Added support for overriding the value directly from the values file for the thanos ruler name.

Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>
Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>
@monotek monotek merged commit 8934eca into prometheus-community:main Feb 14, 2023
stamzid pushed a commit to Unstructured-IO/prometheus-community-helm-charts that referenced this pull request Mar 3, 2023
…Default Thanos Ruler name too long (prometheus-community#3021)

* Updated thanos ruler name to use the shortened helm chart name + thanos-rule suffix to ensure that the thanos ruler name is always under the required 63 characters for resource names.
Added support for overriding the value directly from the values file for the thanos ruler name.

Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>

* Bump kube-prometheus-stack helm chart version to 45.0.1

Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>

---------

Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>
Matiasmct pushed a commit to giffgaff/prometheus-charts-backup that referenced this pull request May 16, 2023
…Default Thanos Ruler name too long (prometheus-community#3021)

* Updated thanos ruler name to use the shortened helm chart name + thanos-rule suffix to ensure that the thanos ruler name is always under the required 63 characters for resource names.
Added support for overriding the value directly from the values file for the thanos ruler name.

Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>

* Bump kube-prometheus-stack helm chart version to 45.0.1

Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>

---------

Signed-off-by: Ryan McAfee <ryan.mcafee@jupiterone.com>
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.

[prometheus-kube-stack] Default Thanos Ruler name too long
2 participants