Skip to content

kx rollout

Runs a rollout action on a Deployment, StatefulSet, or DaemonSet. status streams live and blocks until the rollout settles; the other actions run and return immediately.

Usage

kx rollout [OPTIONS] <action> <index>

Arguments

ArgumentDescription
<action>status, restart, pause, resume, history, or undo
<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 rollout status 1
kx rollout restart 1
kx rollout undo 1