Arvind Iyengar
3db170070d
Fix rancher-monitoring-crd chart uninstall failure
...
It seems like the order of parameters in the CRD uninstall Job are incorrect.
```
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl apply -f charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
customresourcedefinition.apiextensions.k8s.io/alertmanagerconfigs.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/alertmanagers.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/podmonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/probes.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheuses.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheusrules.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/servicemonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/thanosrulers.monitoring.coreos.com created
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl delete -Rf --ignore-not-found=true charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
the path "--ignore-not-found=true" does not exist
arguments in resource/name form may not have more than one slash
```
Since it is invalid to place `--ignore-not-found=true` after `-Rf`, I'm just switching the order to be successful.
2023-02-09 12:44:55 -08:00
Arvind Iyengar
8d416da04e
Fix typo with metricRelabelings
2023-02-09 12:08:54 -08:00
Geet Samra
74e0eac696
resetting prometheus-node-exporter.service.port and prometheus-node-exporter.service.targetPort to 9796
2023-02-02 15:46:23 -08:00
Arvind Iyengar
ca676fcf6f
[rancher-monitoring-crd] Use global.cattle.psp.enabled field
2023-01-30 09:32:51 -08:00
Arvind Iyengar
faf139a0a6
[rancher-monitoring] Add global.cattle.psp.enabled docs to app-README.md
2023-01-30 09:32:51 -08:00
Arvind Iyengar
25831e5541
[rancher-monitoring] Include validate-psp-install.yaml
2023-01-30 09:32:51 -08:00
Arvind Iyengar
2185c35881
[rancher-monitoring] Update kube-version annotation to support 1.25
2023-01-30 09:32:51 -08:00
Arvind Iyengar
955ac68c66
[rancher-monitoring] Replace .Values.global.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:51 -08:00
Arvind Iyengar
b465411a62
[rancher-windows-exporter] Include .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:50 -08:00
Arvind Iyengar
2ea3bbdcac
[rancher-pushprox] Add global.cattle.psp.enabled docs to README.md
2023-01-30 09:32:50 -08:00
Arvind Iyengar
29a3da4b0c
[rancher-pushprox] Include validate-install-crd.yaml
2023-01-30 09:32:50 -08:00
Arvind Iyengar
ea503a320d
[rancher-pushprox] Include validate-psp-install.yaml
2023-01-30 09:32:50 -08:00
Arvind Iyengar
8913ad8f84
[rancher-pushprox] Update kube-version annotation to support 1.25
2023-01-30 09:32:50 -08:00
Arvind Iyengar
9c264011a5
[rancher-pushprox] Replace implicit capabilities check with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
71f20e3e17
[rancher-prometheus-adapter] Replace .Values.psp.create with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
54720ea2a5
[rancher-node-exporter] Replace .Values.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
d94a62c56d
[rancher-kube-state-metrics] Replace .Values.podSecurityPolicy.enabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
40325d35a4
[rancher-grafana] Replace .Values.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Geet Samra
3419b2ffc4
rancher-monitoring: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 13:10:20 -08:00
Geet Samra
84237bbbcc
rancher-pushprox: updating metricRelabelings to include cluster_id for service monitor
2023-01-27 12:25:26 -08:00
Geet Samra
2f61690cc7
rancher-grafana: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Geet Samra
66464a1b3c
rancher-node-exporter: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Geet Samra
8868ff98e0
kube-state-metrics: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Geet Samra
db784bc681
PSP fixes for rancher-monitoring
2023-01-03 13:38:52 -08:00
Geet Samra
fa46c46b9a
fixing pushprox bug
2023-01-03 10:56:02 -08:00
Vaishnav Gaikwad
96b7d17fb9
add condition to check for PSP capability in rancher-monitoring-crd
2022-12-23 15:37:47 +05:30
Geet Samra
501ea344e3
fixing clusterrole
2022-12-22 16:39:11 -08:00
Geet Samra
ebd92ddea0
fixing error in node-exporter
2022-12-22 15:48:35 -08:00
Geet Samra
65d0e400ab
updating HPA for rancher-grafana
2022-12-22 14:52:08 -08:00
Geet Samra
9859369453
psp changes for pushprox
2022-12-20 14:39:02 -08:00
Geet Samra
d6d67f4d33
psp changes for node-exporter
2022-12-20 14:35:23 -08:00
Geet Samra
fa6acc091f
psp updates for rancher-prometheus-adapter
2022-12-20 14:35:23 -08:00
Geet Samra
3ea9286642
psp changes for kube-state-metrics
2022-12-20 14:35:00 -08:00
Arvind Iyengar
2c1e0bd6bf
Merge pull request #2254 from aiyengar2/some_more_monitoring_fixes
...
Bug Fixes for latest Monitoring chart
2022-12-15 12:04:36 -08:00
Arvind Iyengar
b649292d3d
Ensure alertmanager's PrometheusRule is not deployed if alertmanager is not enabled
2022-12-15 12:00:13 -08:00
Arvind Iyengar
fb82fa3af3
Revert change to remove tpl from prometheus containers
2022-12-15 11:59:36 -08:00
Arvind Iyengar
07891a5065
Rebase rancher-project-monitoring chart
2022-12-14 12:30:10 -08:00
Arvind Iyengar
b80d9a86cf
Rebase prometheus-federator chart
2022-12-14 12:30:10 -08:00
Geet Samra
55642f3e53
switching to upstream query
2022-12-12 11:40:22 -08:00
Arvind Iyengar
7f5b845119
Merge pull request #2189 from aiyengar2/fix_values_yaml_redundant_keys
...
Fix patches and remove redundant container value from values.yaml
(cherry picked from commit 252143f2d7
)
2022-11-21 12:12:37 -08:00
Arvind Iyengar
2cd9429bb5
Merge pull request #2162 from aiyengar2/geet_monitoring_rebase_fixes
...
Rancher Monitoring Chart Rebase to 40.0.1
(cherry picked from commit 52fd568dae
)
2022-11-21 12:12:36 -08:00
Bastian Hofmann
194e4f11a4
[rancher-monitoring] Fix deployment error when installing rancher-monitoring without grafana
...
Fixes https://github.com/rancher/charts/issues/1697
Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
(cherry picked from commit dd2770090c
)
2022-09-22 14:01:54 -07:00
Arvind Iyengar
9e6779dffe
Prepare project monitoring for 2.7
2022-09-21 12:57:54 -07:00
Arvind Iyengar
801a6eb85f
Prepare monitoring for 2.7
2022-09-21 12:57:51 -07:00
Arvind Iyengar
7e29577d73
Move most charts to using 101.0.0 and doNotRelease
2022-09-09 14:23:03 -07:00
Jake Hyde
e39fe05dfa
Merge pull request #2031 from jakefhyde/bump-prometheus-federator
...
Bump prometheus federator
2022-08-16 17:38:43 -04:00
Jake Hyde
013877551a
Bump prometheus-federator
2022-08-16 16:59:24 -04:00
Guilherme Macedo
17aac8978a
Update rancher-monitoring shell version to v0.1.18
...
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2022-08-16 22:36:36 +02:00
Arvind Iyengar
3d736d4209
Bump Prometheus Federator to 0.1.1
2022-07-26 10:26:53 -07:00
Arvind Iyengar
99e06901ab
Undo rancher/shell bump that does not contain tar
2022-07-25 13:40:04 -07:00