Skip to content

Instantly share code, notes, and snippets.

@krotkiewicz

krotkiewicz/8.sh Secret

Created October 10, 2017 17:22
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 krotkiewicz/2489f4ed8450c1f53fb4f28eeffaba6a to your computer and use it in GitHub Desktop.
Save krotkiewicz/2489f4ed8450c1f53fb4f28eeffaba6a to your computer and use it in GitHub Desktop.
root@node:~$ pkill -f kubelet
root@node:~$ kubelet --api-servers=localhost:8080 &> /tmp/kubelet.log &
root@node:~$ kubectl get nodes
NAME STATUS AGE VERSION
node Ready 5m v1.7.6
root@node:~$ kubectl get pods
No resources found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment