TUN-7077: Specific name in cloudflare tunnel route lb command
This commit is contained in:
parent
4d993488df
commit
de7ca4be30
|
@ -821,7 +821,7 @@ Further information about managing Cloudflare WARP traffic to your tunnel is ava
|
||||||
Name: "lb",
|
Name: "lb",
|
||||||
Action: cliutil.ConfiguredAction(routeLbCommand),
|
Action: cliutil.ConfiguredAction(routeLbCommand),
|
||||||
Usage: "Use this tunnel as a load balancer origin, creating pool and load balancer if necessary",
|
Usage: "Use this tunnel as a load balancer origin, creating pool and load balancer if necessary",
|
||||||
UsageText: "cloudflared tunnel route lb [TUNNEL] [HOSTNAME] [LB-POOL]",
|
UsageText: "cloudflared tunnel route lb [TUNNEL] [HOSTNAME] [LB-POOL-NAME]",
|
||||||
Description: `Creates Load Balancer with an origin pool that points to the tunnel.`,
|
Description: `Creates Load Balancer with an origin pool that points to the tunnel.`,
|
||||||
},
|
},
|
||||||
buildRouteIPSubcommand(),
|
buildRouteIPSubcommand(),
|
||||||
|
|
Loading…
Reference in New Issue