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
| Argument | Description |
|---|---|
<index> | Row number from the current listing; run kx state to see it |
<replicas> | Number of replicas to scale to |
Global options
| Option | Description |
|---|---|
--no-color | Disable styled output |
-h, --help | Show this message and exit |
Examples
kx scale 1 3