prometheus values with master ipv4 addr macro
This commit is contained in:
parent
7be825fe9d
commit
c3c303cf1d
@ -1104,7 +1104,7 @@ kubeControllerManager:
|
|||||||
## If your kube controller manager is not deployed as a pod, specify IPs it can be found on
|
## If your kube controller manager is not deployed as a pod, specify IPs it can be found on
|
||||||
##
|
##
|
||||||
endpoints:
|
endpoints:
|
||||||
- 192.168.178.116
|
- %MASTER_NODE_IPV4_ADDR%
|
||||||
# - 10.141.4.22
|
# - 10.141.4.22
|
||||||
# - 10.141.4.23
|
# - 10.141.4.23
|
||||||
# - 10.141.4.24
|
# - 10.141.4.24
|
||||||
@ -1353,7 +1353,7 @@ kubeScheduler:
|
|||||||
## If your kube scheduler is not deployed as a pod, specify IPs it can be found on
|
## If your kube scheduler is not deployed as a pod, specify IPs it can be found on
|
||||||
##
|
##
|
||||||
endpoints:
|
endpoints:
|
||||||
- 192.168.178.116
|
- %MASTER_NODE_IPV4_ADDR%
|
||||||
# - 10.141.4.22
|
# - 10.141.4.22
|
||||||
# - 10.141.4.23
|
# - 10.141.4.23
|
||||||
# - 10.141.4.24
|
# - 10.141.4.24
|
||||||
@ -1422,7 +1422,7 @@ kubeProxy:
|
|||||||
## If your kube proxy is not deployed as a pod, specify IPs it can be found on
|
## If your kube proxy is not deployed as a pod, specify IPs it can be found on
|
||||||
##
|
##
|
||||||
endpoints:
|
endpoints:
|
||||||
- 192.168.178.116
|
- %MASTER_NODE_IPV4_ADDR%
|
||||||
# - 10.141.4.22
|
# - 10.141.4.22
|
||||||
# - 10.141.4.23
|
# - 10.141.4.23
|
||||||
# - 10.141.4.24
|
# - 10.141.4.24
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user