* Spaces around `|` between name and id. * `Get program help` -> `Get command help` * `private-subnet-id` -> `ps-id`
13 lines
542 B
Plaintext
13 lines
542 B
Plaintext
! Invalid number of arguments for lb create subcommand (accepts: 3, given: 0)
|
|
|
|
Create a load balancer
|
|
|
|
Usage:
|
|
ubi lb location/lb-name create [options] ps-id src-port dst-port
|
|
|
|
Options:
|
|
-a, --algorithm=alg set the algorithm to use (round_robin(default), hash_based)
|
|
-e, --check-endpoint=path set the health check endpoint (default: /up)
|
|
-p, --check-protocol=proto set the health check protocol (http(default), https, tcp)
|
|
-s, --stack=stack set the stack (dual(default), ipv4, ipv6)
|