DickChesterwood / k8s-fleetman

MIT License
341 stars 811 forks source link

Pods constantly crashing on latest Kubernetes #33

Closed kentolsen closed 4 years ago

kentolsen commented 4 years ago

I've been taking the Manning live video course and am to the point of putting it all together in chapter 11. Until this point everything in the course has worked just fine. I'm running the latest version of minikube on MacOs Catalina. The queue deployed fine. The position simulator also deployed fine and I saw messages increasing in the queue. The position tracker deployed fine and I saw messages start to decrease. Then pods from all components began to crash and restart. I finished deploying the rest of the components with the same behavior... pods constantly crashing and restarting. The logs were a bit difficult to get at because of the restart of pods from deployments. Ones I could see were inconclusive as to a problem. I checked out the release1 tag for this repository and used your deployment descriptors, which FYI use replica sets instead of deployments. I deleted everything and started clean with your yaml files. Applying them resulted in the same crashing behavior. Given that I'm wondering if there are compatibility issues going on.

kentolsen commented 4 years ago

Turns out the issue was identified. Needed to do minikube start --memory 4096