Add enableServicesElection env variable. (#9595)

This commit is contained in:
mKlaris
2023-01-03 03:35:33 +01:00
committed by GitHub
parent 4d3104b334
commit 050fde6327
3 changed files with 11 additions and 0 deletions

View File

@@ -39,6 +39,12 @@ kube_vip_services_enabled: false
[additional manual steps](https://kube-vip.io/docs/usage/cloud-provider/)
are needed.
If using [local traffic policy](https://kube-vip.io/docs/usage/kubernetes-services/#external-traffic-policy-kube-vip-v050):
```yaml
kube_vip_enableServicesElection: true
```
If using [ARP mode](https://kube-vip.io/docs/installation/static/#arp) :
```yaml