Skip to content

Commit

Permalink
Merge pull request #22 from si458/patch-1
Browse files Browse the repository at this point in the history
fix servicesElection naming
  • Loading branch information
thebsdbox authored Jul 3, 2023
2 parents 1758e09 + a9bed64 commit acb7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/installation/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ These flags are typically used in the kube-vip manifest generation process.
| | `--vipSubnet` | Defaults "" | The Virtual IP address subnet e.g. /32 /24 /8 etc..|
| | `--cidr` | Defaults "32" | Used when advertising BGP addresses (typically as `x.x.x.x/32`) |
| | `--servicesInterface` | "" | (Optional) different interface to bind services too |
| | `--serviceElection` | false | Enables a leadership Election for each Service, allowing them to be distributed |
| | `--servicesElection` | false | Enables a leadership Election for each Service, allowing them to be distributed |
| | `--onlyAllowTrafficServicePorts` | false | Only allow traffic to service ports, others will be dropped |
| **Kubernetes** | | | |
| | `--inCluster` | Required for kube-vip as DaemonSet. | Runs kube-vip with a ServiceAccount called kube-vip. |
Expand Down

0 comments on commit acb7090

Please sign in to comment.