scale_deployment
Adjust the replica count of a Kubernetes deployment to a specified number, within the allowed range and namespace restrictions.
Instructions
Scale a deployment to N replicas (0..max), subject to the allowlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| name | Yes | ||
| replicas | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |