k8sskill
Installation
SKILL.md
K8sSkill - Kubernetes智能诊断助手
AI执行指南(必读)
执行诊断时遵守以下规则:
正确做法:
cd scripts
python -c "from orchestrator import analyze_cluster; print(analyze_cluster('集群有什么问题'))"
指定命名空间:
cd scripts
python -c "from orchestrator import analyze_cluster; print(analyze_cluster('检查Pod问题', namespace='kubesphere-logging-system'))"