kubernetes pods stuck at containercreating
问题 I have a raspberry pi cluster (one master , 3 nodes) My basic image is : raspbian stretch lite I already set up a basic kubernetes setup where a master can see all his nodes (kubectl get nodes) and they're all running. I used a weave network plugin for the network communication When everything is all setup i tried to run a nginx pod (first with some replica's but now just 1 pod) on my cluster as followed kubectl run my-nginx --image=nginx But somehow the pod get stuck in the status "Container