Skip to main content

kubectl escalate status

kubectl escalate status [flags]

List active kube-escalate ClusterRoleBinding and RoleBinding objects. Without --all, only the current user's escalations are shown.

Flags

FlagDefaultDescription
--allfalseShow escalations for all users
--kubeconfig string$KUBECONFIGPath to kubeconfig

Output

REQUESTER ROLE SCOPE EXPIRES AT REMAINING
eike@layer87.de cluster-admin cluster 2026-05-24T16:00:00Z 55m0s
eike@layer87.de editor ns/tenant-acme 2026-05-24T15:30:00Z 25m0s
ColumnDescription
REQUESTERUsername from kube-escalate/requester annotation
ROLEBound ClusterRole or Role name
SCOPEcluster for ClusterRoleBinding; ns/<namespace> for RoleBinding
EXPIRES ATRFC3339 expiry timestamp
REMAININGTime until expiry, or EXPIRED if past the deadline

Examples

# Your own escalations
kubectl escalate status

# All users (requires list on clusterrolebindings)
kubectl escalate status --all