Created
March 29, 2021 09:35
-
-
Save developer-guy/3239e51c64ab31467736dedb75bab614 to your computer and use it in GitHub Desktop.
minikube commands
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 version | |
minikube version: v1.18.1 | |
commit: 09ee84d530de4a92f00f1c5dbc34cead092b95bc | |
$ minikube config view | |
- cpus: 3 | |
- memory: 8192 | |
- vm-driver: virtualbox | |
$ minikube start | |
πminikube v1.18.1 on Darwin 10.15.7 | |
β¨ Using the virtualbox driver based on user configuration | |
π Starting control plane node minikube in cluster minikube | |
π₯ Creating virtualbox VM (CPUs=3, Memory=8192MB, Disk=20000MB) ... | |
β This VM is having trouble accessing https://k8s.gcr.io | |
π‘ To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/ | |
π³ Preparing Kubernetes v1.20.2 on Docker 20.10.3 ... | |
βͺ Generating certificates and keys ... | |
βͺ Booting up control plane ... | |
βͺ Configuring RBAC rules ... | |
π Verifying Kubernetes components... | |
βͺ Using image gcr.io/k8s-minikube/storage-provisioner:v4 | |
π Enabled addons: storage-provisioner, default-storageclass | |
π Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment