kube-prometheus icon indicating copy to clipboard operation
kube-prometheus copied to clipboard

Use Prometheus to monitor Kubernetes and applications running on Kubernetes

Results 228 kube-prometheus issues
Sort by recently updated
recently updated
newest added

**What happened?** I was looking through the specs generated and the found the message: ``` kubectl logs node-exporter-cbgwz evel=info ts=2021-11-04T22:21:56.153Z caller=tls_config.go:191 msg="TLS is disabled." http2=false ``` even though secure-listen-address is...

kind/feature

## Description This started off from "I want to easily configure the resources of any kube-rbac-proxy" and end by "we can do the full config for kube-rbac-proxy in values like...

stale

**What is missing?** Grafana dashboard for Blackbox exporter probes **Why do we need it?** To monitor probes info **Environment** Any * kube-prometheus version: any, main branch **Anything else we need...

kind/feature

``` apiVersion: monitoring.coreos.com/v1 kind: PodMonitor metadata: labels: k8s-app: prometheus-jvm name: prometheus-jvm namespace: monitoring spec: namespaceSelector: any: true podMetricsEndpoints: - interval: 30s port: jvm selector: matchLabels: app-type: java ``` ``` apiVersion:...

kind/support

**What happened?** I deployed prometheus-operator as usual on a new Kubernetes cluster. I'm used to using it on EKS. The only different with this new cluster is that containerd is...

kind/bug

## Description Add multi-cluster dashboards docs ## Type of change - [ ] `CHANGE` (fix or feature that would cause existing functionality to not work as expected) - [ ]...

stale

## Description This addon configures Prometheus Adapter to turn on audit logs. Enabling audit log requires passing in a Policy file to the adapater. The addon adds a list policies...

stale

**What is missing?** I stumbled upon this new recommendation reading the [karpenter.sh](https://karpenter.sh/) documentation[^karpenter-concepts]: > **Note** > Don’t use `podAffinity` and `podAntiAffinity` to schedule pods on the same or different nodes...

kind/feature

There is a lot of users asking on how to configure the alertmanager, I think it will help if kube-prometheus generates this object with some empowerment on user side to...

kind/feature

kubectl describe apiservice v1beta1.metrics.k8s.io Conditions: Last Transition Time: 2021-03-12T05:07:23Z Message: failing or missing response from https://10.97.149.143:443/apis/metrics.k8s.io/v1beta1: bad status from https://10.97.149.143:443/apis/metrics.k8s.io/v1beta1: 401 Reason: FailedDiscoveryCheck Status: False Type: Available Events: env kubernetes...

kind/support