Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Created April 18, 2018 13:45
Show Gist options
  • Save ipedrazas/c3c7bf6229f39a882052687c77c36d2e to your computer and use it in GitHub Desktop.
Save ipedrazas/c3c7bf6229f39a882052687c77c36d2e to your computer and use it in GitHub Desktop.
ubuntu in kube-system as admin
kubectl run my-shell --rm -i --tty --image ubuntu --serviceaccount tiller --namespace kube-system -- bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment