Skip to content

Instantly share code, notes, and snippets.

@jwsy
Last active February 3, 2020 03:40
Show Gist options
  • Save jwsy/dad077048270589df76b159b0d2ad975 to your computer and use it in GitHub Desktop.
Save jwsy/dad077048270589df76b159b0d2ad975 to your computer and use it in GitHub Desktop.
Minikube start
PS C:\Users\jyee> minikube start --cpus 4 --memory 4096
* minikube v1.6.2 on Microsoft Windows 10 Pro 10.0.18362 Build 18362
* Selecting 'hyperv' driver from existing profile (alternates: [virtualbox])
* Creating hyperv VM (CPUs=4, Memory=4096MB, Disk=20000MB) ...
* Preparing Kubernetes v1.17.0 on Docker '19.03.5' ...
* Downloading kubeadm v1.17.0
* Downloading kubelet v1.17.0
* Pulling images ...
* Launching Kubernetes ...
* Waiting for cluster to come online ...
* Done! kubectl is now configured to use "minikube"
PS C:\Users\jyee> minikube addons enable ingress
>>
* ingress was successfully enabled
PS C:\Users\jyee> minikube ip
172.18.12.69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment