Created
April 23, 2020 20:49
-
-
Save Jaboo9/eb7462cb20c4775d836ffb37d1d39185 to your computer and use it in GitHub Desktop.
Installing Kubeadm
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
Install MiniKube: https://kubernetes.io/docs/tasks/tools/install-minikube/ | |
VirtualBox: https://www.virtualbox.org/wiki/Downloads | |
MiniKube Download page for Windows: https://github.com/kubernetes/minikube/releases | |
While using Minikube with Virtualization technologies other than virtualbox, specify the --vm-driver option like this: | |
minikube start --vm-driver=<driver_name> | |
More about it here: https://kubernetes.io/docs/setup/learning-environment/minikube/#specifying-the-vm-driver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment