Hi, i followed the guideline in coreos website to setup kubernetes coreos
multi-node with ssl clusters. It seems everything work fine except when I
used kubectl get pods and return nothing. Aren't it suppose to show the
kubernetes component's pods? since all the components were created in pod
inside the master node. But when i check with docker ps, all containers is
up and running and calico is running with rkt. Am i missing something here?
I setup all the node with vagrant. I install kubectl within the master node
instead of ssh login from outside since i am using windows.