----- Original Message -----
> Can you do:
>
> kubectl get minions
>
> and validate that you still have nodes that things can run on?
kubectl get minions
Running: /home/bos/mlamouri/kubernetes/cluster/../cluster/vagrant/../../_output/dockerized/bin/linux/amd64/kubectl --auth-path=/home/bos/mlamouri/.kubernetes_vagrant_auth get minions
NAME LABELS
10.245.1.3 <none>
10.245.1.4 <none>
10.245.1.5 <none>
>
> You can also run
>
> kubectl get events
kubectl get events
Running: /home/bos/mlamouri/kubernetes/cluster/../cluster/vagrant/../../_output/dockerized/bin/linux/amd64/kubectl --auth-path=/home/bos/mlamouri/.kubernetes_vagrant_auth get events
TIME NAME KIND SUBOBJECT CONDITION REASON MESSAGE
Tue, 06 Jan 2015 20:57:29 +0000 10.245.1.3 Minion starting Starting kubelet.
Tue, 06 Jan 2015 21:01:20 +0000 10.245.1.4 Minion starting Starting kubelet.
Tue, 06 Jan 2015 21:05:36 +0000 10.245.1.5 Minion starting Starting kubelet.
Tue, 06 Jan 2015 21:07:46 +0000 pulpdb Pod Pending scheduled Successfully assigned pulpdb to 10.245.1.4
Tue, 06 Jan 2015 21:08:09 +0000 pulpdb BoundPod implicitly required container net waiting pulled Successfully pulled image "kubernetes/pause:latest"
Tue, 06 Jan 2015 21:08:10 +0000 pulpdb BoundPod implicitly required container net running started Started with docker id 357a36924c4a81d26cb3c38804bd9a06152665769e0ca10fcea431a55a79393e
Tue, 06 Jan 2015 21:08:10 +0000 pulpdb BoundPod implicitly required container net waiting created Created with docker id 357a36924c4a81d26cb3c38804bd9a06152665769e0ca10fcea431a55a79393e
Tue, 06 Jan 2015 21:10:24 +0000 pulpdb BoundPod spec.containers{pulp-db} failed failed Failed to pull image "markllama/mongodb"
Looks like my image can't be pulled. It pulls OK from the vagrant host, but not on the minions.
Hrrm.
- Mark