Skip to main content

ack check

Manage ACK cluster check reports

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

create

ecctl ack check create [flags]

Create an ACK cluster check

  • Kind: mutation · Risk: medium
  • Synchronous: waits for Succeeded (waiter succeeded_after_create, timeout 600s); use --no-wait to skip.
APIWhen calledPurpose
RunClusterCheckEvery time the command runs.Perform the resource operation.
GetClusterCheckWhen --no-wait is not specified.Poll until the resource reaches the target state. (repeated)
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region
--typestringcheck type, such as ClusterUpgrade, MasterUpgrade, NodePoolUpgrade, or ClusterMigrate
--targetstringcheck target, such as a node pool ID for NodePoolUpgrade checks

get

ecctl ack check get <id> [flags]

Get an ACK cluster check

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

list

ecctl ack check list [flags]

List ACK cluster checks

  • Kind: read · Risk: low
APIWhen calledPurpose
ListClusterChecksEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include
--filterkey_valuefilter expression key=value
--limitintegermaximum checks to return (default: 100)
--pageintegerresults page to return (default: 1)
--targetstringcheck target, such as a node pool ID for NodePoolUpgrade checks
--typestringcheck type, such as ClusterUpgrade, MasterUpgrade, NodePoolUpgrade, or ClusterMigrate