LJH-snow/dsh-tool-kubernetes ↗★ 0
@libai168/dsh-tool-kubernetes
Kubernetes tools for DeepSeek Harness: cluster, namespace, workload, pod, log, rollout, and manifest operations
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Load the plugin in a dsh composition config (cordis.yml):
- name: 'dsh-tool-kubernetes'
config:
# Optional kubeconfig path. Defaults to $KUBECONFIG or ~/.kube/config.
# kubeconfig: '/Users/you/.kube/config'
# Optional kubeconfig context. Defaults to current-context.
# context: 'prod'
# Optional default namespace. Context namespace is used when omitted.
namespace: 'team'
# Write tools are off unless this is true.
allowWrite: true
# Optional namespace allowlist. Empty means every namespace is allowed when allowWrite is true.
writeNamespaces:
- team
Full example: examples/cordis.yml.