k8s_untaint_node
Removes a taint from a node. Specify the taint key and optionally the effect to untaint nodes, allowing pod scheduling.
Instructions
Remove a taint from a node. Omit effect to remove all taints with the given key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| effect | No | ||
| context | Yes | ||
| node_name | Yes |