Commit Graph

2076 Commits

Author SHA1 Message Date
Nagel, Felix
02ed3e2519 replace double quotes with single quotes 2021-10-25 14:50:29 +11:00
Nagel, Felix
6da3452a1c can change grafanaImage over $.values.common.images 2021-10-25 14:50:23 +11:00
Nagel, Felix
013adb7f6c fix formatting issues 2021-10-25 14:50:08 +11:00
Nagel, Felix
abd442d24f can change configmapReload over $.values.common.images 2021-10-25 14:49:53 +11:00
Nagel, Felix
58006b585a fix formatting issues 2021-10-25 14:18:15 +11:00
Nagel, Felix
5f02e2741c can change kubeRbacProxy over $.values.common.images 2021-10-25 14:18:11 +11:00
Paweł Krupa
297af9d438 Merge pull request #1441 from prometheus-operator/automated-updates-release-0.8 2021-10-18 10:42:16 +02:00
dgrisonnet
f1a0d42944 [bot] [release-0.8] Automated version update 2021-10-18 07:39:30 +00:00
Damien Grisonnet
d7a363961b Merge pull request #1428 from prometheus-operator/automated-updates-release-0.8
[bot] [release-0.8] Automated version update
2021-10-12 09:20:01 +02:00
dgrisonnet
01e631621d [bot] [release-0.8] Automated version update 2021-10-11 07:39:26 +00:00
Damien Grisonnet
019c15fc6d Merge pull request #1398 from PhilipGough/cadvisor-bp-8
Adjust dropped metrics from cAdvisor
2021-09-28 12:00:47 +02:00
Philip Gough
4a40a2a11c Adjust dropped metrics from cAdvisor
This change drops pod-centric metrics without a non-empty 'container' label.

Previously we dropped pod-centric metrics without a (pod, namespace) label set
however these can be critical for debugging.

Keep 'container_fs_.*' metrics from cAdvisor
2021-09-28 10:18:58 +01:00
Arthur Silva Sens
ccb46bfb1b Merge pull request #1353 from PhilipGough/bz-1999057
jsonnet: Drop cAdvisor metrics with no (pod, namespace) labels while …
2021-09-02 17:16:48 -03:00
Philip Gough
74594f2170 jsonnet: Drop cAdvisor metrics with no (pod, namespace) labels while preserving ability to monitor system services resource usage
The following provides a description and cardinality estimation based on the tests in a local cluster:

container_blkio_device_usage_total - useful for containers, but not for system services (nodes*disks*services*operations*2)
container_fs_.*                    - add filesystem read/write data (nodes*disks*services*4)
container_file_descriptors         - file descriptors limits and global numbers are exposed via (nodes*services)
container_threads_max              - max number of threads in cgroup. Usually for system services it is not limited (nodes*services)
container_threads                  - used threads in cgroup. Usually not important for system services (nodes*services)
container_sockets                  - used sockets in cgroup. Usually not important for system services (nodes*services)
container_start_time_seconds       - container start. Possibly not needed for system services (nodes*services)
container_last_seen                - Not needed as system services are always running (nodes*services)
container_spec_.*                  - Everything related to cgroup specification and thus static data (nodes*services*5)
2021-08-30 12:16:04 +01:00
Paweł Krupa
ffced1bd3e Merge pull request #1321 from PhilipGough/bz-1984753 2021-08-16 12:04:01 +02:00
Philip Gough
710f6aa24d jsonnet: The node exporter should not export data about veth interfaces.
In case of the OVN, the regex was incorrect and was exporting veth metrics.
2021-08-16 10:26:36 +01:00
Paweł Krupa
d666e4baa0 Merge pull request #1299 from prometheus-operator/automated-updates-release-0.8
[bot] [release-0.8] Automated version update
2021-08-02 17:48:38 +02:00
dgrisonnet
b983b579d3 [bot] [release-0.8] Automated version update 2021-08-02 13:37:18 +00:00
Paweł Krupa
0d4d1a004b Merge pull request #1294 from dgrisonnet/1245-release-0.8
release-0.8: *: add "update" target to makefile and use it in automatic updater
2021-08-02 13:18:36 +02:00
paulfantom
efb33b36d1 *: add "update" target to makefile and use it in automatic updater
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-08-02 12:38:20 +02:00
Damien Grisonnet
557dbd1a09 Merge pull request #1275 from arajkumar/sync-kubernetes-mixin-release-0.8
sync: Update 0.8 dependencies for kubernetes-mixin and generate
2021-07-22 15:45:33 +02:00
Arunprasad Rajkumar
4dfa6f6bc8 sync: Update 0.8 dependencies for kubernetes-mixin and generate
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
2021-07-22 18:52:11 +05:30
Paweł Krupa
e8b58191b5 Merge pull request #1240 from sthaha/release-0.8
jsonnet: kube-prometheus adapt to changes to veth interfaces names
2021-07-05 15:00:07 +02:00
Sunil Thaha
ed87db34b6 jsonnet: kube-prometheus adapt to changes to veth interfaces names
With OVN, the container veth network interface names that used to start
with `veth` has now changed to `<rand-hex>{15}@if<number>`(see Related
Links below).

This patch adapts to the new change introduced in ovn and ignores the network
interfaces that match `[a-z0-9]{15}@if\d+` in addition to those starting
with `veth`

Related Links:
  - https://github.com/openshift/ovn-kubernetes/blob/master/go-controller/vendor/github.com/containernetworking/plugins/pkg/ip/link_linux.go#L107
  - https://github.com/openshift/ovn-kubernetes/blob/master/go-controller/pkg/cni/helper_linux.go#L148

Signed-off-by: Sunil Thaha <sthaha@redhat.com>
(cherry picked from commit 0280f4ddf9)
2021-07-05 22:40:47 +10:00
Paweł Krupa
f5096d0fc4 Merge pull request #1239 from PhilipGough/extend-e2e-matrix
Extend e2e matrix
2021-07-05 12:28:00 +02:00
Philip Gough
e37d34ba2d ci: Extend e2e test matrix with v1.21.1 2021-07-05 11:18:57 +01:00
paulfantom
4bef6d2736 manifests: regenerate 2021-07-05 11:18:11 +01:00
paulfantom
448aac54e5 jsonnet: sort list of dropped metrics 2021-07-05 11:16:35 +01:00
paulfantom
c9d5a64833 jsonnet: convert string of deprecated metrics into array 2021-07-05 11:16:11 +01:00
Paweł Krupa
0b3659d5c1 Merge pull request #1234 from PhilipGough/bz-1978208
sync: Update 0.8 kube-mixin dependencies and generate
2021-07-05 12:11:59 +02:00
Philip Gough
2d1ffd6459 sync: Update 0.8 dependencies for kubernetes-mixin and generate 2021-07-05 11:01:13 +01:00
Paweł Krupa
bd2e788432 Merge pull request #1238 from PhilipGough/ci-test
ci: Update kind actions for release-0.8
2021-07-05 12:00:20 +02:00
Philip Gough
439914c74c ci: bump kind version to 0.11.0 2021-07-05 10:54:01 +01:00
Philip Gough
305857a390 ci: Harden action to wait for kind cluster readiness 2021-07-05 10:25:18 +01:00
Arthur Silva Sens
f24727f378 Merge pull request #1189 from dmcnaught/release-0.8
Fix for bug #1163 #1164 merged to release-0.8
2021-06-07 19:06:17 -03:00
Duncan McNaught
023951137c Fix for bug #1163 #1164 merged to release-0.8 2021-06-07 11:32:24 -06:00
Paweł Krupa
2c34d3dff6 Merge pull request #1150 from simonpasquier/release-0.8
[release-0.8] Cherry-pick #1146
2021-05-20 10:24:33 +02:00
Simon Pasquier
9d2e395361 jsonnet/kube-prometheus/addons: fix KSM regex patterns
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2021-05-20 09:27:23 +02:00
Paweł Krupa
bc9892e53e Merge pull request #1137 from dgrisonnet/prometheus-adapter-pdb-0.8
release-0.8: Add PodDisruptionBudget to prometheus-adapter
2021-05-06 10:01:11 +02:00
Damien Grisonnet
7760c2b801 jsonnet: add PDB to prometheus-adapter
Adding a PodDisruptionBudget to prometheus-adapter ensure that at least
one replica of the adapter is always available. This make sure that even
during disruption the aggregated API is available and thus does not
impact the availability of the apiserver.

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2021-05-05 17:08:18 +02:00
Paweł Krupa
ba330fcd6a Merge pull request #1117 from paulfantom/backport-1115
jsonnet: pin alertmanager to specific commit as release-0.21 doesn't have mixin
2021-04-28 10:30:23 +02:00
paulfantom
37f2852388 jsonnet: pin alertmanager to specific commit as release-0.21 doesn't have mixin directory
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-04-28 10:09:54 +02:00
Sergiusz Urbaniak
d2f8152a8b Merge pull request #1101 from paulfantom/cut-0.8
*: cut release-0.8
v0.8.0
2021-04-27 13:19:03 +02:00
paulfantom
415afa4cc0 *: cut release-0.8
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-04-27 13:08:03 +02:00
Paweł Krupa
984de5fb3d Merge pull request #1111 from Luis-TT/fix-windows-addon-label 2021-04-27 13:07:47 +02:00
Luis Vidal Ernst
419eaf28ce Fixed windows addon example 2021-04-27 12:49:29 +02:00
Luis Vidal Ernst
8c712eaa36 Fixed labels in windows addon 2021-04-27 12:47:23 +02:00
Frederic Branczyk
9d69c4c318 Merge pull request #1103 from paulfantom/anti-affinity-test
examples: add anti-affinity example and include it in readme
2021-04-23 13:50:18 +02:00
Paweł Krupa
63da55bc9f Merge pull request #1102 from superbiche/fix/anti-affinity 2021-04-23 09:38:42 +02:00
paulfantom
cd755f2487 examples: add anti-affinity example and include it in readme 2021-04-23 09:38:23 +02:00