forked from DevFW-CICD/stacks
fix(observability): Disabled scraping of kube controller manager and scheduler
They are managed by OTC
This commit is contained in:
parent
fb64314fb2
commit
a92ed86c4d
1 changed files with 2 additions and 2 deletions
|
|
@ -1020,7 +1020,7 @@ kubeApiServer:
|
|||
# Component scraping the kube controller manager
|
||||
kubeControllerManager:
|
||||
# -- Enable kube controller manager metrics scraping
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
# -- If your kube controller manager is not deployed as a pod, specify IPs it can be found on
|
||||
endpoints: []
|
||||
|
|
@ -1153,7 +1153,7 @@ kubeEtcd:
|
|||
# Component scraping kube scheduler
|
||||
kubeScheduler:
|
||||
# -- Enable KubeScheduler metrics scraping
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
# -- If your kube scheduler is not deployed as a pod, specify IPs it can be found on
|
||||
endpoints: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue