Difference between revisions of "Minikube start"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
🔥 Creating hyperkit VM (CPUs=2, Memory=4000MB, Disk=20000MB) ... | 🔥 Creating hyperkit VM (CPUs=2, Memory=4000MB, Disk=20000MB) ... | ||
🐳 Preparing Kubernetes v1.18.0 on Docker 19.03.8 ... | 🐳 Preparing Kubernetes v1.18.0 on Docker 19.03.8 ... | ||
− | + | 🌟 Enabling addons: default-storageclass, storage-provisioner | |
− | + | 🏄 Done! kubectl is now configured to use "minikube" | |
− | |||
− | |||
+ | ❗ /usr/local/bin/kubectl is v1.15.5, which may be incompatible with Kubernetes v1.18.0. | ||
+ | 💡 You can also use 'minikube kubectl -- get pods' to invoke a matching version | ||
</pre> | </pre> |
Revision as of 16:12, 3 May 2020
minikube start 😄 minikube v1.9.2 on Darwin 10.14.6 ✨ Automatically selected the hyperkit driver 💾 Downloading driver docker-machine-driver-hyperkit: > docker-machine-driver-hyperkit.sha256: 65 B / 65 B [---] 100.00% ? p/s 0s > docker-machine-driver-hyperkit: 10.90 MiB / 10.90 MiB 100.00% 4.61 MiB p 🔑 The 'hyperkit' driver requires elevated permissions. The following commands will be executed: $ sudo chown root:wheel /Users/USERNAME/.minikube/bin/docker-machine-driver-hyperkit $ sudo chmod u+s /Users/USERNAME/.minikube/bin/docker-machine-driver-hyperkit 💿 Downloading VM boot image ... > minikube-v1.9.0.iso.sha256: 65 B / 65 B [--------------] 100.00% ? p/s 0s > minikube-v1.9.0.iso: 174.93 MiB / 174.93 MiB [] 100.00% 13.98 MiB p/s 12s 👍 Starting control plane node m01 in cluster minikube 💾 Downloading Kubernetes v1.18.0 preload ... > preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4: 542.91 MiB 🔥 Creating hyperkit VM (CPUs=2, Memory=4000MB, Disk=20000MB) ... 🐳 Preparing Kubernetes v1.18.0 on Docker 19.03.8 ... 🌟 Enabling addons: default-storageclass, storage-provisioner 🏄 Done! kubectl is now configured to use "minikube" ❗ /usr/local/bin/kubectl is v1.15.5, which may be incompatible with Kubernetes v1.18.0. 💡 You can also use 'minikube kubectl -- get pods' to invoke a matching version
Advertising: