- Feb 16, 2022
-
-
Arthur Silva Sens authored
Removed CAP_ from node-exporter daemonset
-
Wulf Thimm authored
-
- Feb 15, 2022
-
-
Matthias Loibl authored
Removes dead code
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
Arthur Silva Sens authored
fix cluster:node_cpu:ratio query
-
- Feb 14, 2022
-
-
Arthur Silva Sens authored
added allowedCapabilities to node-exporter psp
-
Wulf Thimm authored
-
Philip Gough authored
Add extra-volume mount for plugins downloads
-
Philip Gough authored
Update apiVersion from deprecated RBAC
-
Paweł Krupa authored
spelling correction
-
Paweł Krupa authored
-
Tuan Dang authored
-
Prometheus Operator Bot authored
-
- Feb 10, 2022
-
-
Philip Gough authored
-
Arthur Silva Sens authored
[bot] [main] Automated version update
-
Prometheus Operator Bot authored
-
ravilr authored
-
- Feb 07, 2022
-
-
Arthur Silva Sens authored
Signed-off-by:
GitHub <noreply@github.com>
-
Paweł Krupa authored
Merge pull request #1620 from prometheus-operator/dependabot/go_modules/scripts/github.com/yannh/kubeconform-0.4.12
-
Arthur Silva Sens authored
[bot] [main] Automated version update
-
Prometheus Operator Bot authored
-
- Feb 05, 2022
-
-
Arthur Silva Sens authored
disable injecting unnecessary variables allowing access to k8s API
-
- Feb 04, 2022
-
-
Paweł Krupa (paulfantom) authored
-
dependabot[bot] authored
Bumps [github.com/yannh/kubeconform](https://github.com/yannh/kubeconform) from 0.4.7 to 0.4.12. - [Release notes](https://github.com/yannh/kubeconform/releases) - [Changelog](https://github.com/yannh/kubeconform/blob/master/.goreleaser.yml) - [Commits](https://github.com/yannh/kubeconform/compare/v0.4.7...v0.4.12 ) --- updated-dependencies: - dependency-name: github.com/yannh/kubeconform dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Paweł Krupa authored
-
Paweł Krupa (paulfantom) authored
-
Paweł Krupa (paulfantom) authored
-
Paweł Krupa (paulfantom) authored
-
Paweł Krupa authored
-
Paweł Krupa authored
-
Paweł Krupa authored
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
- Feb 03, 2022
-
-
ArthurSens authored
Signed-off-by:
ArthurSens <arthursens2005@gmail.com>
-
Paweł Krupa authored
-
Arunprasad Rajkumar authored
This is a follow up fix of https://github.com/prometheus-operator/kube-prometheus/pull/1613 . @simonpasquier recommended to sanitize all denylist metrics. Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
Paweł Krupa authored
-
Arunprasad Rajkumar authored
The following metrics are missing from kube-state-metrics: - kube_pod_container_status_terminated_reason - kube_pod_init_container_status_terminated_reason - kube_pod_status_scheduled_time Previously, some metrics were removed from kube-state-metrics by adding the following --metric-denylist argument to the kube-state-metrics container ``` --metric-denylist= kube_.+_created, kube_.+_metadata_resource_version, kube_replicaset_metadata_generation, kube_replicaset_status_observed_generation, kube_pod_restart_policy, kube_pod_init_container_status_terminated, kube_pod_init_container_status_running, kube_pod_container_status_terminated, kube_pod_container_status_running, kube_pod_completion_time, kube_pod_status_scheduled ``` --metric-denylist: Comma-separated list of metrics not to be enabled. This list comprises of exact metric names and/or regex patterns. The allowlist and denylist are mutually exclusive. However, all the list of metrics is managed as RegEx, thus "kube_pod_container_status_terminated" denies .*kube_pod_container_status_terminated.*, that's why kube_pod_init_container_status_terminated_reason is missing Co-authored-by:
Florian Gleizes <fgleizes@redhat.com> Signed-off-by:
Arunprasad Rajkumar <arajkuma@redhat.com>
-
- Feb 02, 2022
-
-
Arthur Silva Sens authored
Drop Linux capabilities
-
- Feb 01, 2022
-
-
Arthur Silva Sens authored
jsonnet: filter out kube-proxy alerts when kube-proxy is disabled
-
Paweł Krupa (paulfantom) authored
-