inspect_node_storage_forensics
Analyze node storage forensically to identify root causes of disk issues when basic usage checks fail, calculating real disk usage, reclaimable space, and container layer growth.
Instructions
SLOW operation (10s+). Performs a deep forensic analysis of a node's storage.
Use this tool ONLY when:
1. A specific node is known to be problematic (full disk).
2. 'get_storage_usage' does not reveal the root cause.
This tool runs a debug pod on the node to calculate:
- Real disk usage (df -h).
- Reclaimable space from UNUSED images.
- Growth of container writable layers (indicating log/file issues inside containers).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_name | Yes |