LJH-snow/dsh-tool-kubernetes0

@libai168/dsh-tool-kubernetes

Kubernetes tools for DeepSeek Harness: cluster, namespace, workload, pod, log, rollout, and manifest operations

AI 분석

为 DSH 提供 K8s 集群运维工具。适合需要让 Agent 辅助查询集群状态、查看 Pod 日志或管理配置清单的运维人员,支持通过 kubeconfig 配置权限。

패키지
@libai168/dsh-tool-kubernetes
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 27.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.