Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
如何解決我的 Amazon EKS 工作節點上的 "No space left on device: unknown" 錯誤?
1 分的閱讀內容
0
我想要解決 Amazon Elastic Kubernetes Service (Amazon EKS) 工作節點上的 "No space left on device: unknown"錯誤。
解決方法
若要解決您的 Amazon EKS 工作節點上出現的 No space left on device: unknown 錯誤,請完成以下步驟:
封鎖工作節點,以將該工作節點從叢集中移除並防止 Pod 受到排程:
**注意:**請將 example-worker-node 替換為工作節點名稱。請確認您使用的工作節點名稱中包含正確的 IP 位址 (例如 ip-123-456-78-90.aws-region.compute.internal)。
kubectl cordon example-worker-node
清空工作節點:
**注意:**請將 example-worker-node 替換為工作節點名稱。請確認您使用的工作節點名稱中包含正確的 IP 位址 (例如 ip-123-456-78-90.aws-region.compute.internal)。