Created
April 27, 2019 21:16
-
-
Save kainlite/750ee3b20d03fe3e999844c1c80fcf3f to your computer and use it in GitHub Desktop.
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
| $ minikube start | |
| π minikube v1.0.0 on linux (amd64) | |
| π€Ή Downloading Kubernetes v1.14.0 images in the background ... | |
| π‘ Tip: Use 'minikube start -p <name>' to create a new cluster, or 'minikube delete' to delete this one. | |
| π Restarting existing virtualbox VM for "minikube" ... | |
| β Waiting for SSH access ... | |
| πΆ "minikube" IP address is 192.168.99.102 | |
| π³ Configuring Docker as the container runtime ... | |
| π³ Version of container runtime is 18.06.2-ce | |
| β Waiting for image downloads to complete ... | |
| β¨ Preparing Kubernetes environment ... | |
| π Pulling images required by Kubernetes v1.14.0 ... | |
| π Relaunching Kubernetes v1.14.0 using kubeadm ... | |
| β Waiting for pods: apiserver proxy etcd scheduler controller dns | |
| π― Updating kube-proxy configuration ... | |
| π€ Verifying component health ...... | |
| π kubectl is now configured to use "minikube" | |
| π Done! Thank you for using minikube! | |
| $ kubectl get nodes | |
| NAME STATUS ROLES AGE VERSION | |
| minikube Ready master 4d20h v1.14.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment