Skip to main content

ack node

Manage ACK cluster nodes

Run ecctl ack node <action> -h for usage, or ecctl schema ack.node.<action> --full for the complete, agent-readable spec of every parameter and behavior.

delete

ecctl ack node delete [<ids>...] [flags]

Remove nodes from an ACK cluster

  • Kind: mutation · Risk: high
  • Synchronous: waits for absent (waiter absent_after_delete, timeout 300s); use --no-wait to skip.
APIWhen calledPurpose
DeleteClusterNodesEvery time the command runs.Perform the resource operation.
DescribeClusterNodesWhen --no-wait is not specified.Poll until the resource reaches the target state. (repeated)
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region
--forcebooleanforce the delete command after caller confirmation (default: false)
--releasebooleanrelease ECS instances after removing nodes from the cluster (default: false)

get

ecctl ack node get <node-id> [flags]

Get ACK node

  • Kind: read · Risk: low
APIWhen calledPurpose
DescribeClusterNodesEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include

list

ecctl ack node list [flags]

List ACK nodes

  • Kind: read · Risk: low
APIWhen calledPurpose
DescribeClusterNodesEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include
--limitintegermaximum nodes to return (default: 100)
--nodepoolstringACK node pool ID
--pageintegerresults page to return (default: 1)

attach

ecctl ack node attach [flags]

Attach an ECS instance directly to an ACK cluster

  • Kind: mutation · Risk: medium
  • Synchronous: waits for success (waiter attach_task_succeeded, timeout 300s); use --no-wait to skip.
APIWhen calledPurpose
AttachInstancesEvery time the command runs.Perform the resource operation.
DescribeTaskInfoWhen --no-wait is not specified.Poll until the resource reaches the target state. (repeated)
DescribeClusterNodesWhen --no-wait is not specified.Read the resource view.
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--instancestringACK node ECS instance ID
--regionstringAlibaba Cloud region
--nodepoolstringACK node pool ID