Node Disks
Check Item
Check the following aspects:
- Check whether the key data disks on the node meet the upgrade requirements.
- Check whether the /tmp directory has 500 MiB available space.
Solution
During the node upgrade, the key disks store the upgrade component package, and the /tmp directory stores temporary files.
- Scenario 1: Check whether the disk meets the upgrade requirements.
Run the following command to check the usage of each key disk. After ensuring that the available space meets the requirements and check again. If the space of the master node is insufficient, contact technical support.
- Disk partition of Docker: 2 GB for master nodes and 1 GB for worker nodes
df -h /var/lib/docker
- Disk partition of containerd: 2 GB for master nodes and 1 GB for worker nodes
df -h /var/lib/containerd
- Disk partition of kubelet: 2 GB for master nodes and 1 GB for worker nodes
df -h /mnt/paas/kubernetes/kubelet
- System disk: 10 GB for master nodes and 2 GB for worker nodes
df -h /
- Disk partition of Docker: 2 GB for master nodes and 1 GB for worker nodes
- Scenario 2: The /tmp directory space is insufficient.
Run the following command to check the usage of the file system where the /tmp directory is located. Ensure that the space is greater than 500 MB and check again.
df -h /tmp
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot