check_node_health
Check Kubernetes node health status. Optionally specify a node, cluster, or kubeconfig to get a detailed health report for troubleshooting.
Instructions
检查节点健康状态
Args: node_name: 节点名称,如果不提供则检查所有节点 kubeconfig_path: kubeconfig 文件路径,不指定则使用 cluster_name 或默认集群 cluster_name: 集群配置名称(clusters.json 中的 name),kubeconfig_path 未指定时使用
Returns: 节点健康状态报告
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_name | No | ||
| cluster_name | No | ||
| kubeconfig_path | No |