Skip to main content
Glama

k8s-pilot

by bourbonkk

daemonset_update

Update DaemonSets in Kubernetes clusters by specifying namespace, context, and desired container image. Returns the operation status for tracking changes.

Instructions

Update an existing DaemonSet in the specified namespace.

Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The DaemonSet name image: The new container image to update

Returns: Status of the update operation

Input Schema

NameRequiredDescriptionDefault
context_nameYes
imageYes
nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "image": { "title": "Image", "type": "string" }, "name": { "title": "Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" } }, "required": [ "context_name", "namespace", "name", "image" ], "title": "daemonset_updateArguments", "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