lbcli update admin-endpoint (2.2 and above)
Updates an admin endpoint.
Synopsis
Updates an IP table rule with a specified port and IPs.
lbcli update admin-endpoint [flags]
Examples:
# Update an admin endpoint for port "port" with IPs "IP1", "IP2" and "IP3"
lbcli update admin-endpoint --port=port --ips=IP1,IP2,IP3 --etag=etag
lbcli -J $JWT update admin-endpoint
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for admin-endpoint. | |
--etag | string | An opaque identifier allowing a client to make conditional requests (optional). | ||
--ips | stringSlice | IP address to allow access to (required). | ||
-port | uint32 | false | Port number to update admin endpoint with (required). |
Was this page helpful?