Files
ubicloud/spec/routes/api/cli/golden-files/lb eu-central-h1_test2-lb create.txt
Jeremy Evans 9fc326c965 Minor CLI help improvements
* Spaces around `|` between name and id.

* `Get program help` -> `Get command help`

* `private-subnet-id` -> `ps-id`
2025-03-13 09:20:15 -07:00

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)