Skip to content

Instantly share code, notes, and snippets.

@kainlite
Created April 27, 2019 21:16
Show Gist options
  • Select an option

  • Save kainlite/750ee3b20d03fe3e999844c1c80fcf3f to your computer and use it in GitHub Desktop.

Select an option

Save kainlite/750ee3b20d03fe3e999844c1c80fcf3f to your computer and use it in GitHub Desktop.
$ 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