mirror of
https://github.com/ahmetb/kubectx.git
synced 2026-03-12 17:02:12 +00:00
Spawns an isolated sub-shell with a minimal kubeconfig containing only the specified context. This allows the user to launch a shell where they can only interact with a single cluster without having to worry about a command or an LLM agent interacting with other contexts. Inside the isolated shell, most context switching/editing operations on kubectx are blocked. Nested shells not allowed. Fixes #12. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>