Skip to content

kx events

Shows Kubernetes events recorded against the exact object each index names — unlike kx logs, this doesn’t reach into the pods a Deployment or StatefulSet owns.

Usage

kx events [OPTIONS] <index>...

Arguments

ArgumentDescription
<index>...Row number from the current listing; run kx state to see it

Global options

OptionDescription
--no-colorDisable styled output
-h, --helpShow this message and exit

Examples

kx events 1
kx events 1 2
kx events 1..3
kx events 3..