kubectl_context
Manage Kubernetes contexts by listing all available, getting the current, or switching to a different one.
Instructions
Manage Kubernetes contexts - list, get, or set the current context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Operation to perform: list contexts, get current context, or set current context | list |
| name | No | Name of the context to set as current (required for set operation) | |
| showCurrent | No | When listing contexts, highlight which one is currently active | |
| detailed | No | Include detailed information about the context | |
| output | No | Output format | json |