Skip to main content

astroctl infra kubernetes progress list

List progress for multiple clusters

Synopsis

List progress for multiple clusters with optional filtering (required admin role)

astroctl infra kubernetes progress list [flags]

Examples


# List all cluster progress
astroctl infra k8s progress list

# List progress with filtering
astroctl infra k8s progress list --operation-type CREATE --status IN_PROGRESS --limit 10

# List progress with pagination
astroctl infra k8s progress list --limit 50 --page-token next-page-123

Options

-h, --help help for list
--limit int Maximum number of results to return (default 50)
--operation-type string Filter by operation type. Valid values: CREATE, UPDATE, DELETE, SCALE, UPGRADE
--page-token string Page token for pagination (shown in output when more pages available)
--status string Filter by status. Valid values: PENDING, IN_PROGRESS, COMPLETED, FAILED, CANCELLED

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO