Skip to content

kx scale

Scales an indexed Deployment, StatefulSet, or ReplicaSet to a given replica count. For a Deployment or StatefulSet, kx rollout status on the same index can then confirm the new replicas came up.

Usage

kx scale [OPTIONS] <index> <replicas>

Arguments

ArgumentDescription
<index>Row number from the current listing; run kx state to see it
<replicas>Number of replicas to scale to

Global options

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

Examples

kx scale 1 3