Fixed kube-vip to use kube-vip/kube-vip-iptables image instead of kube-vip/kube-vip when lb_fwdmethod or kube_vip_lb_fwdmethod is set to masquerade (#12145)

This commit is contained in:
Aviral Agarwal
2025-04-25 04:24:30 +05:30
committed by GitHub
parent 629a690886
commit 1da9f0dec4
4 changed files with 4 additions and 2 deletions

View File

@@ -80,7 +80,9 @@ kube_proxy_nodeport_addresses: >-
# Set to true to allow pre-checks to fail and continue deployment
ignore_assert_errors: false
# kube-vip
kube_vip_enabled: false
kube_vip_lb_fwdmethod: local
# nginx-proxy configure
nginx_config_dir: "/etc/nginx"