use_context
Switch to a specified Kubernetes context to streamline cluster management tasks, enabling focused operations on selected environments.
Instructions
Switch to a specific Kubernetes context Args: context_name: The name of the Kubernetes context to switch to
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"context_name": {
"title": "Context Name",
"type": "string"
}
},
"required": [
"context_name"
],
"title": "use_contextArguments",
"type": "object"
}