docs icon indicating copy to clipboard operation
docs copied to clipboard

Linode CLI Commands for NodeBalancers Proposed Changes

Open rahulait opened this issue 1 year ago • 0 comments

Link: https://www.linode.com/docs/products/tools/cli/guides/nodebalancers/

Issue

Following command on the page is incorrect:

linode-cli nodebalancers node-create --address 192.200.12.34:80 --label node-1

Suggested Fix

The command needs nodebalancer id and config id as well

linode-cli nodebalancers node-create --address 192.200.12.34:80 --label node-1 $nodebalancer_id $config_id

rahulait avatar Feb 14 '24 16:02 rahulait