refresh status¶
Fleet patch posture across clusters and regions (the front door)
One command, all clusters, all regions, one table: Kubernetes version, EKS support window (with extended-support cost callout), nodegroup AMI staleness, and addons behind latest.
Exit codes (for CI/cron): 0 everything current and in standard support 2 something stale (nodegroup AMI or addon behind latest) 3 a cluster is on extended support or unsupported
Flags¶
| Flag | Env | Default | Description |
|---|---|---|---|
--all-regions, -A |
— | — | Query all EKS-supported regions |
--region, -r string |
— | — | Specific region(s) to query (repeatable) |
--format, -o string |
— | table |
Output format (table, json, yaml, plain) |
--sort string |
— | cluster |
Sort by field: cluster,region,version,support,stale |
--desc |
— | — | Sort descending |
--help, -h |
— | — | show help |