status¶
Shows cluster status and component information. This is an alias of the info command.
What it does¶
- Connects to the cluster using the provided kubeconfig/context
- Reports cluster version and core component readiness
- Lists component versions and replica counts
- Auto-discovers and reports ArgoCD Applications (sync/health status)
- Optionally runs health checks
Flags¶
| Flag | Default | Description |
|---|---|---|
--kubeconfig |
~/.kube/config |
Path to kubeconfig file |
--context |
current context | Kubeconfig context to use |
--wait-for-health |
false |
Include health check results |
--health-timeout |
180 |
Timeout in seconds for health checks |