Skip to main content
Glama

k8s-pilot

by bourbonkk

add_node_taint

Manage Kubernetes node behavior by adding taints to control pod scheduling. Specify context, node, taint key, value, and effect (NoSchedule, PreferNoSchedule, NoExecute) to restrict or influence pod placement. Returns updated node taints as JSON.

Instructions

Add a taint to a node.

Args: context_name: The Kubernetes context name node_name: The name of the node to modify taint_key: The taint key to add taint_value: The taint value to set taint_effect: The taint effect (NoSchedule, PreferNoSchedule, or NoExecute)

Returns: JSON string containing the updated node taints

Input Schema

NameRequiredDescriptionDefault
context_nameYes
node_nameYes
taint_effectYes
taint_keyYes
taint_valueYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "node_name": { "title": "Node Name", "type": "string" }, "taint_effect": { "title": "Taint Effect", "type": "string" }, "taint_key": { "title": "Taint Key", "type": "string" }, "taint_value": { "title": "Taint Value", "type": "string" } }, "required": [ "context_name", "node_name", "taint_key", "taint_value", "taint_effect" ], "title": "add_node_taintArguments", "type": "object" }

Other Tools from k8s-pilot

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bourbonkk/k8s-pilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server