我已经设置了一个 kubernetes 三节点集群,使用:Fedora 21
kubernetes-0.7.0-18.0.git52e165a.fc21.x86_64
docker-io-1.4.0-1.fc21.x86_64
我创建了以下 pod:
跑步kubectl get minions
节目:
NAME LABELS
10.0.0.10 <none>
10.0.0.9 <none>
我跑kubectl create -f podfile.json
跑步kubectl get pod nginxphp
节目:
NAME IMAGE(S) HOST LABELS STATUS
nginxphp million12/nginx-php 10.0.0.10/ name=nginxphp Pending
跑步kubectl get events
节目:
NAME KIND STATUS REASON MESSAGE
nginxphp Pod Pending scheduled Successfully assigned nginxphp to 10.0.0.10
状态永远不会超过“待定”
解决此问题的下一步是什么?