Skip to content

Commit

Permalink
Disabled scraping for kube-etcd, kube-proxy, kube-scheduler, and kube…
Browse files Browse the repository at this point in the history
…-controller-manager
  • Loading branch information
nikhildoifode committed Apr 16, 2021
1 parent 50f868c commit 83f20b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ kubelet:
## Component scraping the kube controller manager
##
kubeControllerManager:
enabled: true
enabled: false

## If your kube controller manager is not deployed as a pod, specify IPs it can be found on
##
Expand Down Expand Up @@ -881,7 +881,7 @@ kubeDns:
## Component scraping etcd
##
kubeEtcd:
enabled: true
enabled: false

## If your etcd is not deployed as a pod, specify IPs it can be found on
##
Expand Down Expand Up @@ -941,7 +941,7 @@ kubeEtcd:
## Component scraping kube scheduler
##
kubeScheduler:
enabled: true
enabled: false

## If your kube scheduler is not deployed as a pod, specify IPs it can be found on
##
Expand Down Expand Up @@ -994,7 +994,7 @@ kubeScheduler:
## Component scraping kube proxy
##
kubeProxy:
enabled: true
enabled: false

## If your kube proxy is not deployed as a pod, specify IPs it can be found on
##
Expand Down

0 comments on commit 83f20b4

Please sign in to comment.