Created
February 22, 2022 18:34
-
-
Save niccolox/048298a679311ca0809318ee5ca78d40 to your computer and use it in GitHub Desktop.
This file contains 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
kubectl version | |
VBoxManage -version | |
rm ~/Library/VirtualBox/HostInterfaceNetworking-vboxnet*-Dhcpd.leases | |
minikube start --memory 8192 --disk-size 200g --cpus 4 --vm-driver=virtualbox | |
minikube ssh "docker run --rm --net=host -v /var/lib/minikube:/var/lib/minikube:ro sectionio/section-init" | |
minikube service -n section-shared developer-pop & | |
eval $(minikube docker-env) | |
docker image ls | |
minikube dashboard & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment