Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 30, 2020 01:12
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 kbruner/e7ca9cd7bc3f53ad6ddc05657b1e1cd7 to your computer and use it in GitHub Desktop.
Save kbruner/e7ca9cd7bc3f53ad6ddc05657b1e1cd7 to your computer and use it in GitHub Desktop.
root@nucklehead:~ # ssh -i ~cbsd/.ssh/id_rsa ubuntu@controller-0 "kubectl get nodes --kubeconfig admin.kubeconfig"
NAME STATUS ROLES AGE VERSION
worker-0 Ready <none> 3m38s v1.18.6
worker-1 Ready <none> 3m38s v1.18.6
worker-2 Ready <none> 3m38s v1.18.6
root@nucklehead:~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment