dsh-wsl-k8s
Read-only kubectl get / describe / logs for dsh on WSL.
kubectl 只读:get / describe / logs。
How to install
dsh plugin add github:173787247/dsh-wsl-k8s About
dsh-wsl-k8s **语言:** **中文**(本页) · English 只读 **kubectl** 工具:k8s_get / k8s_describe / k8s_logs。 **不能** apply / delete / exec / port-forward。适合排障看状态,不改集群。 最短上手 sh kubectl 已配置好 kubeconfig dsh plugin --profile web add github:173787247/dsh-wsl-k8s 工具 | 工具 | 作用 | |------|------| | k8s_status | kubectl 是否可用、当前 context | | k8s_get | kubectl get(输出有长度上限) | | k8s_describe | kubectl describe | | k8s_logs | Pod 日志(截断) | 配置 yaml config: enabled: true timeoutMs: 30000 maxOutputChars: 40000 # 非空时只允许这些 context;空 = 不限制(仍只读) allowedContexts: [] # 例: allowedContexts: [dev, staging] 生产集群建议显式写 allowedContexts,并保证 k…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-24
- Created
- 2026-09-22
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin, wsl
Related plugins
dsh-wsl-workspace
6Mikao9/dsh-wsl-workspace
Add a WSL workspace from the web GUI without needing to install dsh or related tools again inside WSL. Bash commands and file read/write operations run within the local WSL distribution on the host machine, while Windows files remain accessible.
dsh-win-toolkit
Edge-Echo/dsh-win-toolkit
Windows-native tools for DSH agents: clipboard read and write, system notifications, hosts file inspection and network diagnostics, each returning structured data with UI cards from injection-safe PowerShell.
dsh-wsl-tray
liyu34/dsh-wsl-tray
Windows desktop shortcut and system-tray launcher for DSH running in WSL, with fully hidden startup, tray open/restart/exit menu, and a plugin-configuration card to manage the shortcut.
dsh-wsl-workspace
173787247/dsh-wsl-workspace
Lists WSL distros and validates a Linux workspace path for DSH.