astroctl_infra_kubernetes_progress
astroctl infra kubernetes progress
Cluster progress and operations tracking
Synopsis
Commands for tracking cluster progress, viewing operation history, and streaming real-time updates
astroctl infra kubernetes progress [flags]
Examples
# Get current progress for a cluster (using positional argument)
astroctl infra k8s progress get prod-cluster
# Get current progress for a cluster (using flag)
astroctl infra k8s progress get --cluster-name prod-cluster
# List progress for multiple clusters
astroctl infra k8s progress list
# Get operation history for a cluster
astroctl infra k8s progress history prod-cluster
# Stream real-time cluster progress
astroctl infra k8s progress stream prod-cluster
Options
-h, --help help for progress
Options inherited from parent commands
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl infra kubernetes - Manage Kubernetes clusters
- astroctl infra kubernetes progress get - Get current progress for a cluster
- astroctl infra kubernetes progress history - Get operation history for a cluster
- astroctl infra kubernetes progress list - List progress for multiple clusters
- astroctl infra kubernetes progress stream - Stream real-time cluster progress updates via WebSocket