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

I'm having trouble figuring out how to set the `imagePullSecrets` field when using a private registry. I was able to set the private registry since there was an example provided...

help wanted
kind/feature

**What is missing?** Whenever config object for grafana is updated, grafana should load new changes. **Why do we need it?** On update of grafana config object in k8s, grafana should...

kind/feature

**Environment** * Prometheus Operator version: v0.56.2 * Kubernetes version information: v1.17.6 * Kubernetes cluster kind: v1.17.6 * kube-apiserver Logs: ``` E0530 02:13:37.748064 1 customresource_handler.go:655] error building openapi models for thanosrulers.monitoring.coreos.com:...

kind/bug

I would like to set cpu limit for a specific container ```kube-rbac-proxy-main``` which is not the default one - in the k8s resource - ```kube-state-metrics``` in jsonnet, as currently, I...

kind/support
stale

**What happened?** Manually patching `grafana` deployment with the updated mount path for `ConfigMap` in `/grafana-dashboard-definitions/0` is not automatically loaded by Grafana Dashboard auto provisioning. I know that you could provision...

kind/bug

**What is missing?** [gencerts.sh](https://github.com/prometheus-operator/kube-prometheus/blob/62fff622e9900fade8aecbd02bc9c557b736ef85/experimental/custom-metrics-api/gencerts.sh) is not in the main of `custom-metrics-api` anymore. **Why do we need it?** [`prometheus-adapter`](https://github.com/kubernetes-sigs/prometheus-adapter/tree/master/deploy) leverage this script but it looks like out of version. **Environment** *...

kind/feature

**What happened?** Hey all Im deploying prometheus-operator on my k8s cluster ( v1.22) using the helm chart (with your default values file). on the values file i have : ```...

kind/bug

**What happened?** when using network policies, I noticed kubernetes dashboard was not showing metrics anymore. This is caused by traffic being rejected from prometheus-adapter to prometheus-k8s. this is confimed by...

kind/bug

**What happened?** Delete the namespace after deploying kube-state-metrics gets stuck with the message: > Discovery failed for some groups, 1 failing: unable to retrieve the complete list of server APIs:...

kind/bug

k8s cluster version: 1.22 kube-prometheus version: 0.10.0 OS:centos7 The log error is as follows: kubectl logs -f prometheus-k8s-0 -n monitoring --all-containers level=info ts=2022-02-25T16:36:34.191323313Z caller=main.go:147 msg="Starting prometheus-config-reloader" version="(version=0.43.2, branch=refs/tags/v0. 43.2, revision=b86ab77239f2a11ee69ad05b24122958d8b2df5b)"...

kind/bug