Forked from hsaputra/gist:4d8da2d42ae12e57f2d3df3ea08dd5db
Created
July 16, 2018 13:39
-
-
Save quangthe/34d773d06b4ec37fd742fc83eea9f95a to your computer and use it in GitHub Desktop.
SSH to Minikube VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can ssh into the VM by finding the IP (from kubectl config view) and using username "docker" password "tcuser": | |
ssh [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment