* [stable/prometheus-operator] add ingress for Thanos sidecar, update kubelet svc
Signed-off-by: Mike Ritter <mike.ritter@target.com>
* [stable/prometheus-operator] set version
Signed-off-by: Mike Ritter <mike.ritter@target.com>
* removed trailing spaces
Signed-off-by: Mike Ritter <mike.ritter@target.com>
* version bump
Signed-off-by: Mike Ritter <mike.ritter@target.com>
* Added comment related to ingress controller requirements
Signed-off-by: Mike Ritter <mike.ritter@target.com>
* Version bump, deprecation of additionalScrapeConfigsExternal
Signed-off-by: Alexander Cristian <alexander.cristian@live.com>
* Removed prometheus.prometheusSpec.additionalScrapeConfigsExternal from README
Signed-off-by: Alexander Cristian <alexander.cristian@live.com>
* Modified values for naming convention
Signed-off-by: Alexander Cristian <alexander.cristian@live.com>
* Added newline for test to pass
Signed-off-by: Alexander Cristian <alexander.cristian@live.com>
* Correct node exporter for tests to pass
Signed-off-by: Alexander Cristian <alexander.cristian@live.com>
* adapt sync script to add annotations to dashboards
Signed-off-by: Marius Svechla <m.svechla@gmail.com>
* run sync_grafana_dashboards, add new value to values.yaml
Signed-off-by: Marius Svechla <m.svechla@gmail.com>
* update readme for new grafana.sidecar.dashboards.annotations variable
Signed-off-by: Marius Svechla <m.svechla@gmail.com>
* rebase
Signed-off-by: Marius Svechla <m.svechla@gmail.com>
* fix trailing spaces
Signed-off-by: Marius Svechla <m.svechla@gmail.com>
* fix namespace template
Signed-off-by: Marius Svechla <m.svechla@gmail.com>
* re-run sync_grafana_dashboards
Signed-off-by: Marius Svechla <m.svechla@gmail.com>
* [stable/prometheus-operator] Ensure all rules can be toggled
Signed-off-by: Sean Clemmer <sean.clemmer@greenhouse.io>
* [stable/prometheus-operator] Bump chart verison to 8.15.7
Signed-off-by: Sean Clemmer <sean.clemmer@greenhouse.io>
* [stable/prometheus-operator] Upgrade dependencies & set group to non-root
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
* Address review feedback
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
* Bump Grafana for security fix
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
* stable/prometheus-operator: do not allow '--manage-crds' flag in operator version >= v0.39.0
Signed-off-by: Thorsten Klein <iwilltry42@gmail.com>
* stable/prometheus-operator: chart version bump
Signed-off-by: Thorsten Klein <iwilltry42@gmail.com>
* stable/prometheus-operator: chart version bump
Signed-off-by: Thorsten Klein <iwilltry42@gmail.com>
This commit enables user to configure the PSP annotation, so that they
can enable seccomp on the pods.
With this commit users can add following to their values file:
```
global:
rbac:
...
pspAnnotations:
seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default'
seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default'
...
```
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
* Fix CRD annotations, bump operator version
Alter port on node-exporter because CI is down
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* Update dependent charts to latest
Signed-off-by: vas <vasily.sliouniaev@jet.com>
* Update readme and cleanup-attempt template
Signed-off-by: vas <vasily.sliouniaev@jet.com>
Grafana serviceMonitor provided by prometheus-operator doesn't allow custom
portName. `service` is hardcoded in service template.
This breaks monitoring if you define a custom `grafana.service.portName` in
your helm release
Signed-off-by: Jean Baptiste Favre <github@jbfavre.org>
Fixes#20157 by setting the default relabeling to include the metric_path
configuration to match upstream kube-prometheus.
Signed-off-by: Sean Johnson <seanson@users.noreply.github.com>
* [stable/prometheus-operator] add runbook_url prefix (#19810)
Fixes#19810
This adds support for parametrising runbook_url configuration in the
default rules configuration and the sync script. Some minor rules updates
as the latest changes are pulled in by the sync script.
Signed-off-by: Sean Johnson <seanson@users.noreply.github.com>
* [stable/prometheus-operator] chart version bump
Signed-off-by: Sean Johnson <seanson@users.noreply.github.com>
* Bump prometheus-operator chart version
Signed-off-by: yujin-hong <dbwlsdl2500@gist.ac.kr>
* [stable/prometheus-operater] fix typo for prometheus Operator Service type comment
Service type `NodePort` was denoted as `NodepPort`. It can cause confusion to beginners.
Signed-off-by: yujin-hong <dbwlsdl2500@gist.ac.kr>
Comment in values.yaml related to kubeScheduler scraping
configuration incorrectly referred to kube-controller-manager
scraping.
Only the comment is fixed as the logic is correct.
Signed-off-by: Martin Polednik <m.polednik@gmail.com>
* Add option configSecret for prometheus-operator
Signed-off-by: Igor Churmeev <ingvarch@gmail.com>
* Bump version
Signed-off-by: Igor Churmeev <ingvarch@gmail.com>
* Added variabled in README.md
Signed-off-by: Igor Churmeev <ingvarch@gmail.com>
* Commented configSecret options and bump versin
Signed-off-by: Igor Churmeev <ingvarch@gmail.com>
* Remove prometheus-operator.rangeskipempty workaround
also removes default selector values from values.yaml
as trying to modify those later will only append instead
of replace.
Signed-off-by: Ricardo Hernandez <ricardo.hernandez@mongodb.com>
* fix kubeControllerManager references in README
Signed-off-by: Ricardo Hernandez <ricardo.hernandez@mongodb.com>
* prometheus-operator: bump Chart
Signed-off-by: Ricardo Hernandez <ricardo.hernandez@mongodb.com>
* no-op to force triggering circleci test
Signed-off-by: Ricardo Hernandez <ricardo.hernandez@mongodb.com>