Enable metric endpoints
This commit is contained in:
parent
0c6ea80a30
commit
42952e8c6a
1 changed files with 9 additions and 0 deletions
|
@ -83,6 +83,15 @@ controlPlane:
|
||||||
network:
|
network:
|
||||||
cni:
|
cni:
|
||||||
name: none
|
name: none
|
||||||
|
controllerManager:
|
||||||
|
extraArgs:
|
||||||
|
bind-address: 0.0.0.0
|
||||||
|
etcd:
|
||||||
|
extraArgs:
|
||||||
|
listen-metrics-urls: http://0.0.0.0:2381
|
||||||
|
scheduler:
|
||||||
|
extraArgs:
|
||||||
|
bind-address: 0.0.0.0
|
||||||
|
|
||||||
# ETCD configuration
|
# ETCD configuration
|
||||||
- |-
|
- |-
|
||||||
|
|
Loading…
Reference in a new issue