Skip to content

Instantly share code, notes, and snippets.

@kunalg
Created June 18, 2017 18:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunalg/015aacb58d18bd110844922da7329c22 to your computer and use it in GitHub Desktop.
Save kunalg/015aacb58d18bd110844922da7329c22 to your computer and use it in GitHub Desktop.
minikube configuration with virtualbox driver
{
"ConfigVersion": 3,
"Driver": {
"IPAddress": "192.168.99.100",
"MachineName": "minikube",
"SSHUser": "docker",
"SSHPort": 42219,
"SSHKeyPath": "/home/kunal/.minikube/machines/minikube/id_rsa",
"StorePath": "/home/kunal/.minikube",
"SwarmMaster": false,
"SwarmHost": "",
"SwarmDiscovery": "",
"VBoxManager": {},
"HostInterfaces": {},
"CPU": 2,
"Memory": 2048,
"DiskSize": 20000,
"NatNicType": "82540EM",
"Boot2DockerURL": "file:///home/kunal/.minikube/cache/iso/minikube-v0.18.0.iso",
"Boot2DockerImportVM": "",
"HostDNSResolver": true,
"HostOnlyCIDR": "192.168.99.1/24",
"HostOnlyNicType": "82540EM",
"HostOnlyPromiscMode": "deny",
"UIType": "headless",
"HostOnlyNoDHCP": false,
"NoShare": false,
"DNSProxy": true,
"NoVTXCheck": false,
"ShareFolder": ""
},
"DriverName": "virtualbox",
"HostOptions": {
"Driver": "",
"Memory": 0,
"Disk": 0,
"EngineOptions": {
"ArbitraryFlags": null,
"Dns": null,
"GraphDir": "",
"Env": null,
"Ipv6": false,
"InsecureRegistry": [
"192.168.99.1:5000"
],
"Labels": null,
"LogLevel": "",
"StorageDriver": "",
"SelinuxEnabled": false,
"TlsVerify": false,
"RegistryMirror": null,
"InstallURL": ""
},
"SwarmOptions": {
"IsSwarm": false,
"Address": "",
"Discovery": "",
"Agent": false,
"Master": false,
"Host": "tcp://0.0.0.0:3376",
"Image": "swarm:latest",
"Strategy": "spread",
"Heartbeat": 0,
"Overcommit": 0,
"ArbitraryFlags": null,
"ArbitraryJoinFlags": null,
"Env": null,
"IsExperimental": false
},
"AuthOptions": {
"CertDir": "/home/kunal/.minikube",
"CaCertPath": "/home/kunal/.minikube/certs/ca.pem",
"CaPrivateKeyPath": "/home/kunal/.minikube/certs/ca-key.pem",
"CaCertRemotePath": "",
"ServerCertPath": "/home/kunal/.minikube/machines/server.pem",
"ServerKeyPath": "/home/kunal/.minikube/machines/server-key.pem",
"ClientKeyPath": "/home/kunal/.minikube/certs/key.pem",
"ServerCertRemotePath": "",
"ServerKeyRemotePath": "",
"ClientCertPath": "/home/kunal/.minikube/certs/cert.pem",
"ServerCertSANs": null,
"StorePath": "/home/kunal/.minikube"
}
},
"Name": "minikube"
}
@rohan47
Copy link

rohan47 commented Mar 29, 2018

How to make minikube use this config file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment