remove_taint
Remove a specific taint from a Kubernetes node by providing the node name and taint key, with optional dry run support.
Instructions
Removes a specific taint from a node by key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Taint key to remove | |
| dryRun | No | If true, simulates the action | |
| cluster | No | Target cluster name (default: 'default') | |
| nodeName | Yes | Name of the node |