Commit Graph

25 Commits (719bc4b5243a24b5bdd897dbf83f4fc1a0e97ae4)

Author SHA1 Message Date
actions c056dbd4de Fixup Windows Dashboards and finish up adding Windows dashboards (#1128)
* Update ConfigMaps for new directory structure

* Move around files

* Fix indentation and formatting

* Update all JSON files

* Add allow_embedding to Grafana

* Bump releasedCandidateVersion
2021-04-21 21:24:46 +00:00
actions dbb28034e0 Avoid Grafana conflict by switching Rancher prefix (#1116)
Switches the prefix used for Rancher default dashboards as opposed to Grafana default dashboard to avoid conflicts with dashboards like rancher-monitoring-etcd.
2021-04-14 00:45:29 +00:00
actions 3cd885c1ea Minor updates around windows-exporter and wins upgrades (#1115)
* Add script to check wins version before running wins

* Copy binary on every container restart

* Update chart annotations

* Change instance to host_ip:port

* Bump releasedCandidateVersion
2021-04-14 00:36:30 +00:00
actions 184e77b22e Use global.cattle.windows.enabled for windowsExporter and deprecate windowsExporter.enabled (#1109)
* Use global.cattle.windows.enabled for windowsExporter

* Bump releaseCandidateVersion
2021-04-09 23:38:34 +00:00
actions 5d57fde7b8 Change adapter repo and remove from top-level values.yaml (#1096)
* Change adapter repo and remove from top-level values.yaml

* Bump releasedCandidateVersion

* Bump prometheus-adapter rcVersion as well
2021-04-09 23:21:13 +00:00
actions 0187df85c6 Fix CRD chart (#1093)
* Always delete hook resources

* Delete existing CRDs before applying the manifest

* Bump releaseCandidateVersion
2021-04-09 19:01:47 +00:00
actions bf8de0249e Update external URLs if cattle values are provided (#1097) 2021-04-09 18:57:13 +00:00
actions bb1c86bf1a Add Cluster Overview dashboards (#1086)
* Add dashboards for Rancher Cluster Overview

* Add base copy of rancher-default-home.json

* Update home dashboard
2021-04-08 17:35:35 +00:00
actions f3153f7714 Rebase Monitoring to 14.5.0 and update all dependencies (#1072)
* Switch rancher-monitoring to Git-based package

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>

* Move Monitoring dependencies to separate packages

* Switch rancher-grafana to Git-based and add annotations

* Switch rancher-kube-state-metrics to Git-based and add annotations

* Switch rancher-prometheus-adapter to Git-based and add annotations

* Switch rancher-node-exporter to Git-based and add annotations

* Rebase to kube-prometheus-stack-10.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-10.0.0

* Rebase to kube-prometheus-stack-11.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-11.0.0

* Rebase to kube-prometheus-stack-12.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-12.0.0

* Rebase to kube-prometheus-stack-13.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-13.0.0

* Rebase to kube-prometheus-stack-14.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-14.0.0

* Rebase to kube-prometheus-stack-14.5.0

* Update rancher-monitoring to new base kube-prometheus-stack-14.5.0

* fixup rancher-monitoring

* Switch nginx port for Prometheus to 8081

This is necessary since prometheusConfigReloaderImage now takes port 8080 in the Prometheus pod due to a change introduced in Prometheus Operator v0.43.0 in dcf34c55bc.

This value is hard-coded in the operator in bcf61aacda/pkg/operator/statefulset.go (L25).

* Rebase to grafana-5.7.7

* Update rancher-grafana to new base grafana-5.7.7

* Rebase to grafana-6.0.0

* Update rancher-grafana to new base grafana-6.0.0

* Rebase to grafana-6.6.4

* Update rancher-grafana to new base grafana-6.6.4

* fixup rancher-grafana

* Add linux annotations to image-renderer

* Use default grafana serviceAccount if unavailable for image-renderer

* Rebase to kube-state-metrics-helm-chart-2.13.1

* Update rancher-kube-state-metrics to new base kube-state-metrics-helm-chart-2.13.1

* fixup kube-state-metrics

* Rebase to prometheus-node-exporter-1.16.2

* Update rancher-node-exporter to new base prometheus-node-exporter-1.16.2

* fixup node-exporter

* Rebase to prometheus-adapter-2.12.1

* Update rancher-prometheus-adapter to new base prometheus-adapter-2.12.1

* fixup prometheus-adapter

* Update CRD chart version

* Add original chart before all commits were made

* Add chart after all commits were made

* Delete charts

* Patch the chart version to 1 and reset packageVersion to 00

* Patch CRD chart version
2021-04-07 19:45:48 +00:00
actions 48c695f55c Remove PrometheusRule imported from V1 monitoring (#1070) 2021-04-01 17:13:59 +00:00
actions dd3b6c4810 Change rancher-windows-exporter job label to windows-exporter (#1061)
* Change job label to windows-exporter

* Bump releaseCandidateVersion for monitoring
2021-04-01 00:24:29 +00:00
actions 29beac9ba9 Merge pull request #1059 from aiyengar2/add_hidden_to_windows_exporter
Hide windows-exporter
2021-03-29 19:11:34 +00:00
actions 52e8a15f32 Support Grafana dashboards in multiple namespaces across cluster (#1010)
* Support multiple Grafana dashboard namespaces

* Bump releaseCandidateVersion

* fixup
2021-03-29 18:50:17 +00:00
actions bd13d6257f Bump kubectl and agent versions across feature charts (#1041)
* Bump rancher/kubectl and rancher/agent images

* Bump package.yaml for modified charts
2021-03-19 19:06:10 +00:00
actions 4436bbb6e4 Add rancher-windows-exporter (#997)
* Add rancher-windows-exporter

* Add windows exporter to monitoring

* Bump releaseCandidateVersion

* Remove linux-only annotation

* Disable windowsExporter by default
2021-03-15 17:53:22 +00:00
actions d48a825cd9 Merge pull request #1008 from aiyengar2/add_monitoring_roles
Create default ClusterRole for accessing Monitoring UIs
2021-03-11 19:24:37 +00:00
actions 15747aaf4e Merge pull request #994 from aiyengar2/add_windows_support_v2
Add windows nodeSelectors and tolerations to rancher-monitoring
2021-03-11 07:21:44 +00:00
actions 4c9323d827 Merge pull request #1029 from aiyengar2/ingress_nginx_metrics
Support NGINX Ingress Metrics
2021-03-09 18:31:06 +00:00
actions c6e8a33ce0 Merge pull request #998 from aiyengar2/add_windows_tolerations_pushprox
Add windows nodeSelector and tolerations to rancher-pushprox
2021-03-04 22:24:38 +00:00
Arvind Iyengar 730d462577
make release 2021-03-04 09:48:04 -08:00
actions f1fa7a3847 Merge pull request #1006 from aiyengar2/add_back_linux_toleration
Add back in linux-only toleration
2021-02-22 20:14:36 +00:00
actions bc890259a4 Merge pull request #1003 from thedadams/add-mirrored 2021-02-19 20:17:19 +00:00
actions 338b12c794 Merge pull request #992 from aiyengar2/support_k8s_1_20
Update default kubelet path for k8s 1.20
2021-02-18 23:39:07 +00:00
actions 0949cebf7c Merge pull request #955 from aiyengar2/minor_monitoring_fixes
Minor fixes for Monitoring v2
2021-02-01 21:51:22 +00:00
actions 08990cc6b5 Merge pull request #946 from aiyengar2/dev-v2.5-source-alt
Ensure we check into staging before sync
2021-01-16 02:08:30 +00:00