Description
The Edge-LB CLI subcommands allow you to configure and manage your Edge-LB load balancer(s) from the DC/OS CLI.
Usage
dcos edgelb [<flags>] [OPTIONS] [<args> ...]
Options
Name, shorthand | Description |
---|---|
--help, h |
Display usage. |
--verbose |
Enable additional logging of requests and responses. |
--name="<name>" |
Name of the service instance to query. |
dcos edgelb create
Create a single pool given a definition file written in JSON or YAML…Read More
dcos edgelb delete
Delete and uninstall an existing pool…Read More
dcos edgelb endpoints
List all endpoints for a pool…Read More
dcos edgelb lb-config
Display the running load-balancer config associated with a pool…Read More
dcos edgelb list
List the names and a summary of all configured pools…Read More
dcos edgelb ping
Test the readiness of the Edge-LB API server…Read More
dcos edgelb show
Show the pool definition for a specific pool name…Read More
dcos edgelb status
List load-balancer task information for a pool…Read More
dcos edgelb template create
Create a custom config template for a pool of load-balancers…Read More
dcos edgelb template delete
Revert a custom config template to defaults…Read More
dcos edgelb template show
Display load-balancer config template for a pool…Read More
dcos edgelb template update
Update a custom config template for a pool of load balancers…Read More
dcos edgelb update
Upload a new pool config file…Read More
dcos edgelb version
Display the current Edge-LB version…Read More