Skip to content

Instantly share code, notes, and snippets.

@sc68cal
Created December 15, 2017 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc68cal/22aa655b450d182fd5cf66eca41afc93 to your computer and use it in GitHub Desktop.
Save sc68cal/22aa655b450d182fd5cf66eca41afc93 to your computer and use it in GitHub Desktop.
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:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment