您好,登錄后才能下訂單哦!
本篇內容主要講解“如何使用describe命令進行Kubernetes pod錯誤排查”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“如何使用describe命令進行Kubernetes pod錯誤排查”吧!
我有一個pod名叫another,用kubectl create創建后發現過了29分鐘,狀態還是處于ContainerCreating階段。
使用kubectl describe命令檢查:
從錯誤消息發現是因為這個pod attach volume失敗:
FailedAttachVolume 2m1s (x22 over 31m) attachdetach-controller AttachVolume.Attach failed for volume "pvc-c4d41f5c-e7ed-11e8-8726-fe6d42bf075f" : googleapi: Error 400: RESOURCE_IN_USE_BY_ANOTHER_RESOURCE - The disk resource 'projects/sap-pi-coo-acdc-dev/zones/europe-west1-b/disks/shoot--k8s-train--shac-pvc-c4d41f5c-e7ed-11e8-8726-fe6d42bf075f' is already being used by 'projects/sap-pi-coo-acdc-dev/zones/europe-west1-b/instances/shoot--k8s-train--shacw46-worker-prvfv-z1-7844dc6744-ghd5m'
Warning FailedMount 31s (x14 over 29m) kubelet, shoot--k8s-train--shacw46-worker-prvfv-z1-7844dc6744-hhrmd Unable to mount volumes for pod "another_part-0110(13f15fa4-e819-11e8-8726-fe6d42bf075f)": timeout expired waiting for volumes to attach or mount for pod "part-0110"/"another". list of unmounted volumes=[content-storage]. list of unattached volumes=[content-storage default-token-6z5sk]
查看這個pod的yaml文件,果然發現有一個persistent volume的claim:
用命令kubectl get pv, 發現當前所有的persistent volume都被占用了(BOUND狀態):
解決方案有很多種,處于測試目的,我只是簡單地將另一個同樣聲明了nginx-pvc作為PersistentVolumeClaim的pod刪除,然后這個名為another的pod狀態就很快變成Running了:
從describe命令生成的日志里也能清楚的觀察到這個成功mount volume的事件:
到此,相信大家對“如何使用describe命令進行Kubernetes pod錯誤排查”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。