Add support for kube-vip (#8669)

Signed-off-by: Mathieu Parent <math.parent@gmail.com>
This commit is contained in:
Mathieu Parent
2022-04-07 19:37:57 +02:00
committed by GitHub
parent 19d5a1c7c3
commit 996ef98b87
10 changed files with 194 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ kube_proxy_nodeport_addresses: >-
# Set to true to allow pre-checks to fail and continue deployment
ignore_assert_errors: false
kube_vip_enabled: false
# nginx-proxy configure
nginx_config_dir: "/etc/nginx"