Skip to content

Commit

Permalink
Remove kube-scheduler and controller manager from default service mon…
Browse files Browse the repository at this point in the history
…itor

Two targets use tls and current ca which are used by two targets, does not support remote access.
So we cannot collect metric from two target before change deployment architecture.
  • Loading branch information
sungil committed Feb 24, 2021
1 parent 3c0aa81 commit 7265c77
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lma/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,13 @@ spec:
kubelet:
enabled: false
kubeControllerManager:
enabled: true
enabled: false
service:
port: 10257
targetPort: 10257
serviceMonitor:
interval: TO_BE_FIXED
https: true
coreDns:
enabled: true
serviceMonitor:
Expand All @@ -108,9 +112,13 @@ spec:
scheme: https
serverName: localhost
kubeScheduler:
enabled: true
enabled: false
service:
port: 10259
targetPort: 10259
serviceMonitor:
interval: TO_BE_FIXED
https: true
kubeProxy:
enabled: true
serviceMonitor:
Expand Down

0 comments on commit 7265c77

Please sign in to comment.