Skip to content

Commit

Permalink
Fix flag for disabling servicelb (#120)
Browse files Browse the repository at this point in the history
* Fix flag for disabling servicelb

There is no `--disable-servicelb` flag. Instead, ServiceLB is disabled with the `--disable servicelb` flag and argument.

Signed-off-by: Brian Lachniet <[email protected]>

* Add note for disabling servicelb

Co-authored-by: Brad Davidson <[email protected]>
Signed-off-by: Brian Lachniet <[email protected]>

---------

Signed-off-by: Brian Lachniet <[email protected]>
Co-authored-by: Brad Davidson <[email protected]>
  • Loading branch information
blachniet and brandond authored Aug 25, 2023
1 parent c20859d commit fea40cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following options must be set to the same value on all servers in the cluste
* `--disable-cloud-controller`
* `--disable-helm-controller`
* `--disable-network-policy`
* `--disable-servicelb`
* `--disable=servicelb` *note: other packaged components may be disabled on a per-server basis*
* `--egress-selector-mode`
* `--flannel-backend`
* `--flannel-external-ip`
Expand Down

0 comments on commit fea40cf

Please sign in to comment.