mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-25 14:23:39 +03:00
kube-vip: optional Prometheus metrics (default port 2112) (#13229)
Add kube_vip_metrics_enabled and kube_vip_metrics_port; wire prometheus_server and container port in the static pod manifest. Default metrics port to 2112 to match kube-vip upstream. Document and sample inventory updated.
This commit is contained in:
@@ -201,6 +201,8 @@ kube_vip_enabled: false
|
||||
# kube_vip_lb_fwdmethod: local
|
||||
# kube_vip_bgp_sourceip:
|
||||
# kube_vip_bgp_sourceif:
|
||||
# kube_vip_metrics_enabled: false
|
||||
# kube_vip_metrics_port: 2112
|
||||
|
||||
# Node Feature Discovery
|
||||
node_feature_discovery_enabled: false
|
||||
|
||||
Reference in New Issue
Block a user