1
การรีสตาร์ทการรีสตาร์ทคอนเทนเนอร์ที่ล้มเหลว - เกิดข้อผิดพลาดในการซิงค์พ็อดใน Minikube
ฉันพบข้อผิดพลาดนี้เมื่อพยายามสร้างพ็อด มันเกิดขึ้นกับภาพที่พบบ่อยมากเช่น Ubuntu, Alpine ด้วย ฉันค่อนข้างใหม่กับ Kubernetes และใช้Minikube Node (เวอร์ชั่น v0.24.1) คำสั่ง: kubectl run ubuntu --image==ubuntu ข้อผิดพลาด : Back-off restarting failed container - Error syncing pod รุ่น: Client Version: version.Info{Major:"1", Minor:"8", GitVersion:"**v1.8.0**", GitCommit:"6e937839ac04a38cac63e6a7a306c5d035fe7b0a", GitTreeState:"clean", BuildDate:"2017-09-28T22:57:57Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"8", GitVersion:"**v1.8.0**", GitCommit:"0b9efaeb34a2fc51ff8e4d34ad9bc6375459c4a4", GitTreeState:"clean", BuildDate:"2017-11-29T22:43:34Z", GoVersion:"go1.9.1", Compiler:"gc", Platform:"linux/amd64"} อธิบายคำสั่ง …
15
kubernetes