Skip to content

Instantly share code, notes, and snippets.

@davidcorbin
Created March 24, 2020 20:47
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 davidcorbin/58ce579e18052c23c65a43f02c5022b3 to your computer and use it in GitHub Desktop.
Save davidcorbin/58ce579e18052c23c65a43f02c5022b3 to your computer and use it in GitHub Desktop.
Get host IP from minikube
minikube ssh "route -n | grep ^0.0.0.0 | awk '{ print \$2 }'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment