daemonset_delete
Deletes a specified DaemonSet from a Kubernetes namespace in the chosen context using k8s-pilot MCP server. Simplifies cluster resource management with concise deletion operations.
Instructions
Delete a DaemonSet from the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The DaemonSet name
Returns: Status of the deletion operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |