Skip to content

Commit

Permalink
docs: add missing svc_election env var
Browse files Browse the repository at this point in the history
The matching env var to `--servicesElection`

Signed-off-by: Markus Frosch <[email protected]>
  • Loading branch information
lazyfrosch committed Aug 4, 2023
1 parent acb7090 commit 9600352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/installation/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ More environment variables can be read through the `pkg/kubevip/config_envvar.go
| | `lb_fwdmethod` | Select the forwarding method (default local) | The IPVS forwarding method (local, masquerade, tunnel, direct, bypass) |
| **Services** | | | |
| | `vip_servicesinterface` | "" | Defines an optional different interface to bind |
| | `svc_election` | Enables a leadership Election for each Service, allowing them to be distributed | |
| | `vip_cidr` | Defaults "32" | Used when advertising BGP addresses (typically as `x.x.x.x/32`) |
| | `enable_service_security` | Boolean. Enable service security feature, defaults false | Restrict traffic to only service ports |
| **LeaderElection** | | | |
Expand Down

0 comments on commit 9600352

Please sign in to comment.