I have a picture below of my mac.
- K8S Cluster(on VirtualBox, 1*master, 2*workers)
- OS Ubuntu 15.04
- K8S version 1.1.1
When I try to create a pod "busybox.yaml" it goes to pending status. How can I resolve it?
I pasted the online status below for understanding with a picture (kubectl describe node).
Status kubectl get nodes 192.168.56.11 kubernetes.io/hostname=192.168.56.11 Ready 7d 192.168.56.12 kubernetes.io/hostname=192.168.56.12 Ready 7d
kubectl get ev 1h 39s 217 busybox Pod FailedScheduling {scheduler } no nodes available to schedule pods
kubectl get pods NAME READY STATUS RESTARTS AGE busybox 0/1 Pending 0 1h
