serviceaccount_delete
Remove a ServiceAccount from a specified namespace in Kubernetes. Requires context name, namespace, and ServiceAccount name. Supports efficient cluster management via the k8s-pilot MCP server.
Instructions
Delete a ServiceAccount from the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ServiceAccount name
Returns: Status of the deletion operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |