scollins@Seans-MacBook-Pro ~/src/kubespray ±etcd_count » vagrant destroy -f k8s-03 ==> k8s-03: Forcing shutdown of VM... ==> k8s-03: Destroying VM and associated drives... scollins@Seans-MacBook-Pro ~/src/kubespray ±etcd_count » vagrant ssh k8s-01 Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-87-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage 53 packages can be updated. 18 updates are security updates. Last login: Fri Dec 15 18:24:29 2017 from 10.0.2.2 vagrant@k8s-01:~$ kubectl get nodes NAME STATUS ROLES AGE VERSION k8s-01 Ready master,node 1h v1.8.4+coreos.0 k8s-02 Ready master,node 1h v1.8.4+coreos.0 k8s-03 Ready master,node 1h v1.8.4+coreos.0 k8s-04 Ready node 1h v1.8.4+coreos.0 vagrant@k8s-01:~$ kubectl get pods No resources found. vagrant@k8s-01:~$ kubectl get deployments Error from server (Timeout): the server was unable to return a response in the time allotted, but may still be processing the request (get deployments.extensions) vagrant@k8s-01:~$ kubectl get deployments Error from server (Timeout): the server was unable to return a response in the time allotted, but may still be processing the request (get deployments.extensions) vagrant@k8s-01:~$ kubectl get pods No resources found. vagrant@k8s-01:~$ kubectl get deployments Error from server (Timeout): the server was unable to return a response in the time allotted, but may still be processing the request (get deployments.extensions) vagrant@k8s-01:~$ kubectl get pods No resources found. vagrant@k8s-01:~$ kubectl get nodes NAME STATUS ROLES AGE VERSION k8s-01 Ready master,node 1h v1.8.4+coreos.0 k8s-02 NotReady master,node 1h v1.8.4+coreos.0 k8s-03 NotReady master,node 1h v1.8.4+coreos.0 k8s-04 Ready node 1h v1.8.4+coreos.0 vagrant@k8s-01:~$