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
| Argument | Description |
|---|---|
<action> | status, restart, pause, resume, history, or undo |
<index> | Row number from the current listing; run kx state to see it |
Global options
| Option | Description |
|---|---|
--no-color | Disable styled output |
-h, --help | Show this message and exit |
Examples
kx rollout status 1
kx rollout restart 1
kx rollout undo 1