Adds extra args for kube_scheduler deploy
This adds extra args for the kube-scheduler to expose metrics on port 10251 on all interfaces. This allows for Prometheus to gather metrics for the scheduler Change-Id: I26d473f511f6541a14a9387be1ce56841572bfff
This commit is contained in:
parent
70e26302f7
commit
13c4199742
@ -37,9 +37,9 @@ controllerManagerExtraArgs:
|
||||
address: "0.0.0.0"
|
||||
port: "10252"
|
||||
# <argument>: <value|string>
|
||||
# schedulerExtraArgs:
|
||||
# <argument>: <value|string>
|
||||
# <argument>: <value|string>
|
||||
schedulerExtraArgs:
|
||||
address: "0.0.0.0"
|
||||
port: "10251"
|
||||
# apiServerCertSANs:
|
||||
# - <name1|string>
|
||||
# - <name2|string>
|
||||
|
Loading…
Reference in New Issue
Block a user