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:
Sumit Solanki
2026-05-19 11:15:02 +05:30
committed by GitHub
parent 17f270325d
commit 7fd29b5529
4 changed files with 24 additions and 0 deletions
@@ -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