restart_pod
Delete a pod to force a restart for deployments or replicasets.
Instructions
Deletes a pod to force a restart. Usually managed by a deployment/replicaset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| podName | Yes | The name of the pod to restart | |
| namespace | Yes | The Kubernetes namespace |