Skip to content

refresh status

Fleet patch posture across clusters and regions — the front door.

refresh status [name-pattern] [flags]

Reports, per cluster: Kubernetes version, EKS support window (standard vs. extended support, with extended-support cost exposure), stale AMIs, and add-ons behind their latest compatible version. Exits non-zero when something needs attention, so it doubles as a CI gate.

Flags

Flag Description
--all-regions, -A Query all EKS-supported regions
--region, -r Specific region(s) to query (repeatable)
--max-concurrency, -C Max concurrent region requests
--format, -o table (default), json, yaml, plain
--timeout, -t Operation timeout

Examples

# Everything, everywhere
refresh status -A

# Only clusters whose name contains "prod", in two regions
refresh status prod -r us-east-1 -r us-west-2

# Machine-readable for a dashboard / CI gate
refresh status -A -o json