Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: /etc/hosts entries from host machine are ignored #7802

Open
AurelienGasser opened this issue Apr 20, 2020 · 14 comments
Open

docker: /etc/hosts entries from host machine are ignored #7802

AurelienGasser opened this issue Apr 20, 2020 · 14 comments
Labels
co/docker-driver Issues related to kubernetes in container help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@AurelienGasser
Copy link

AurelienGasser commented Apr 20, 2020

When using the docker driver, the /etc/hosts file from the host machine is ignored. Things work as expected when I use the virtualbox driver.

Steps to reproduce the issue:

  1. Set up
$ tail -1 /etc/hosts
1.2.3.4 foo.bar

$ nslookup foo.bar
Server:		127.0.0.53
Address:	127.0.0.53#53

Non-authoritative answer:
Name:	foo.bar
Address: 1.2.3.4
  1. Successful DNS resolution with virtualbox
$ minikube start --driver=virtualbox --alsologtostderr
[...] see full logs at bottom
$ minikube ssh
                         _             _            
            _         _ ( )           ( )           
  ___ ___  (_)  ___  (_)| |/')  _   _ | |_      __  
/' _ ` _ `\| |/' _ `\| || , <  ( ) ( )| '_`\  /'__`\
| ( ) ( ) || || ( ) || || |\`\ | (_) || |_) )(  ___/
(_) (_) (_)(_)(_) (_)(_)(_) (_)`\___/'(_,__/'`\____)

$ nslookup foo.bar
Server:		10.0.2.3
Address:	10.0.2.3:53

Non-authoritative answer:
Name:	foo.bar
Address: 1.2.3.4

** server can't find foo.bar: NXDOMAIN

^ foo.bar is successfully resolved to 1.2.3.4

  1. Unsuccessful DNS resolution with docker
$ minikube start --driver=driver --alsologtostderr
[...] see full logs at bottom
$ minikube ssh
docker@minikube:~$ nslookup foo.bar
Server:		192.168.1.1
Address:	192.168.1.1#53

Non-authoritative answer:
*** Can't find foo.bar: No answer

minikube start --driver=virtualbox --alsologtostderr

$ minikube start --driver=virtualbox --alsologtostderr
I0420 13:20:09.223360    8629 notify.go:125] Checking for updates...
I0420 13:20:09.664926    8629 start.go:262] hostinfo: {"hostname":"aurelien-XPS-15-7590","uptime":132812,"bootTime":1587270397,"procs":487,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"19.10","kernelVersion":"5.3.0-46-generic","virtualizationSystem":"kvm","virtualizationRole":"host","hostid":"c05fbee0-7d07-44e2-a1f3-3e8b637e5a75"}
I0420 13:20:09.666925    8629 start.go:272] virtualization: kvm host
😄  minikube v1.9.2 on Ubuntu 19.10
I0420 13:20:09.669990    8629 driver.go:245] Setting default libvirt URI to qemu:///system
✨  Using the virtualbox driver based on user configuration
I0420 13:20:09.994148    8629 start.go:310] selected driver: virtualbox
I0420 13:20:09.994170    8629 start.go:656] validating driver "virtualbox" against <nil>
I0420 13:20:09.994193    8629 start.go:662] status for virtualbox: {Installed:true Healthy:true Error:<nil> Fix: Doc:}
I0420 13:20:09.994536    8629 start.go:1004] Using suggested 6000MB memory alloc based on sys=31750MB, container=0MB
I0420 13:20:09.994771    8629 start.go:1210] Wait components to verify : map[apiserver:true system_pods:true]
I0420 13:20:09.994851    8629 iso.go:119] acquiring lock: {Name:mk8b1835d84637544e97bc0d5ab54103d1ec11f6 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
👍  Starting control plane node m01 in cluster minikube
I0420 13:20:09.996827    8629 preload.go:81] Checking if preload exists for k8s version v1.18.0 and runtime docker
I0420 13:20:09.996888    8629 preload.go:97] Found local preload: /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4
I0420 13:20:09.996925    8629 cache.go:46] Caching tarball of preloaded images
I0420 13:20:09.996971    8629 preload.go:123] Found /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I0420 13:20:09.997007    8629 cache.go:49] Finished downloading the preloaded tar for v1.18.0 on docker
I0420 13:20:09.997499    8629 profile.go:138] Saving config to /home/aurelien/.minikube/profiles/minikube/config.json ...
I0420 13:20:09.997635    8629 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/config.json: {Name:mkd70d182c58d972f857a014e9806132c250fc0f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:20:09.997864    8629 cache.go:117] Successfully downloaded all kic artifacts
I0420 13:20:09.997920    8629 start.go:260] acquiring machines lock for minikube: {Name:mk0ee58fa15a4d4d0f69ebb22520a64a3bfe9901 Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0420 13:20:09.998039    8629 start.go:264] acquired machines lock for "minikube" in 84.442µs
I0420 13:20:09.998076    8629 start.go:86] Provisioning new machine with config: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.9.0.iso Memory:6000 CPUs:2 DiskSize:20000 Driver:virtualbox HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio KubernetesConfig:{KubernetesVersion:v1.18.0 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false NodeIP: NodePort:0 NodeName:} Nodes:[{Name:m01 IP: Port:8443 KubernetesVersion:v1.18.0 ControlPlane:true Worker:true}] Addons:map[] VerifyComponents:map[apiserver:true system_pods:true]} {Name:m01 IP: Port:8443 KubernetesVersion:v1.18.0 ControlPlane:true Worker:true}
I0420 13:20:09.998176    8629 start.go:107] createHost starting for "m01" (driver="virtualbox")
🔥  Creating virtualbox VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
I0420 13:20:10.000234    8629 start.go:143] libmachine.API.Create for "minikube" (driver="virtualbox")
I0420 13:20:10.000297    8629 client.go:169] LocalClient.Create starting
I0420 13:20:10.000370    8629 main.go:110] libmachine: Reading certificate data from /home/aurelien/.minikube/certs/ca.pem
I0420 13:20:10.000449    8629 main.go:110] libmachine: Decoding PEM data...
I0420 13:20:10.000500    8629 main.go:110] libmachine: Parsing certificate...
I0420 13:20:10.000765    8629 main.go:110] libmachine: Reading certificate data from /home/aurelien/.minikube/certs/cert.pem
I0420 13:20:10.000821    8629 main.go:110] libmachine: Decoding PEM data...
I0420 13:20:10.000854    8629 main.go:110] libmachine: Parsing certificate...
I0420 13:20:10.000993    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage --version
I0420 13:20:10.054563    8629 main.go:110] libmachine: STDOUT:
{
6.1.4r136177
}
I0420 13:20:10.054579    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:10.054596    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage list hostonlyifs
I0420 13:20:10.095158    8629 main.go:110] libmachine: STDOUT:
{
Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::800:27ff:fe00:0
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

}
I0420 13:20:10.095178    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:10.095432    8629 main.go:110] libmachine: Downloading /home/aurelien/.minikube/cache/boot2docker.iso from file:///home/aurelien/.minikube/cache/iso/minikube-v1.9.0.iso...
I0420 13:20:10.182701    8629 main.go:110] libmachine: Creating VirtualBox VM...
I0420 13:20:10.182719    8629 main.go:110] libmachine: Creating SSH key...
I0420 13:20:10.285872    8629 main.go:110] libmachine: Creating disk image...
I0420 13:20:10.285894    8629 main.go:110] libmachine: Creating 20000 MB hard disk image...
I0420 13:20:10.285902    8629 main.go:110] libmachine: Writing magic tar header
I0420 13:20:10.285945    8629 main.go:110] libmachine: Writing SSH key tar header
I0420 13:20:10.286005    8629 main.go:110] libmachine: Calling inner createDiskImage
I0420 13:20:10.286020    8629 main.go:110] libmachine: /usr/bin/VBoxManage convertfromraw stdin /home/aurelien/.minikube/machines/minikube/disk.vmdk 20971520000 --format VMDK
I0420 13:20:10.286067    8629 main.go:110] libmachine: Starting command
I0420 13:20:10.286306    8629 main.go:110] libmachine: Copying to stdin
I0420 13:20:10.286339    8629 main.go:110] libmachine: Filling zeroes
I0420 13:20:14.338852    8629 main.go:110] libmachine: Closing STDIN
I0420 13:20:14.338894    8629 main.go:110] libmachine: Waiting on cmd
I0420 13:20:14.342790    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage createvm --basefolder /home/aurelien/.minikube/machines/minikube --name minikube --register
I0420 13:20:14.388902    8629 main.go:110] libmachine: STDOUT:
{
Virtual machine 'minikube' is created and registered.
UUID: ec02a2ac-0e95-4dd8-8435-902a7de07265
Settings file: '/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox'
}
I0420 13:20:14.388924    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.388933    8629 main.go:110] libmachine: VM CPUS: 2
I0420 13:20:14.388939    8629 main.go:110] libmachine: VM Memory: 6000
I0420 13:20:14.388959    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage modifyvm minikube --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux26_64 --cpus 2 --memory 6000 --acpi on --ioapic on --rtcuseutc on --natdnshostresolver1 on --natdnsproxy1 off --cpuhotplug off --pae on --hpet on --hwvirtex on --nestedpaging on --largepages on --vtxvpid on --accelerate3d off --boot1 dvd
I0420 13:20:14.433608    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.433626    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.433637    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage modifyvm minikube --nic1 nat --nictype1 virtio --cableconnected1 on
I0420 13:20:14.475878    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.475897    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.475908    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage storagectl minikube --name SATA --add sata --hostiocache on
I0420 13:20:14.521356    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.521376    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.521393    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage storageattach minikube --storagectl SATA --port 0 --device 0 --type dvddrive --medium /home/aurelien/.minikube/machines/minikube/boot2docker.iso
I0420 13:20:14.583526    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.583569    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.583655    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage storageattach minikube --storagectl SATA --port 1 --device 0 --type hdd --medium /home/aurelien/.minikube/machines/minikube/disk.vmdk
I0420 13:20:14.684920    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.684966    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.684997    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage guestproperty set minikube /VirtualBox/GuestAdd/SharedFolders/MountPrefix /
I0420 13:20:14.757236    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.757253    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.757266    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage guestproperty set minikube /VirtualBox/GuestAdd/SharedFolders/MountDir /
I0420 13:20:14.804075    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.804113    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.804133    8629 main.go:110] libmachine: setting up shareDir '/home' -> 'hosthome'
I0420 13:20:14.804168    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage sharedfolder add minikube --name hosthome --hostpath /home --automount
I0420 13:20:14.899616    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.899657    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.899687    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage setextradata minikube VBoxInternal2/SharedFoldersEnableSymlinksCreate/hosthome 1
I0420 13:20:14.996156    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:14.996210    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:14.996237    8629 main.go:110] libmachine: Starting the VM...
I0420 13:20:14.996273    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:15.089432    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-04-20T17:20:14.366000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
}
I0420 13:20:15.089471    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.089533    8629 main.go:110] libmachine: Check network to re-create if needed...
I0420 13:20:15.089584    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage list hostonlyifs
I0420 13:20:15.130793    8629 main.go:110] libmachine: STDOUT:
{
Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::800:27ff:fe00:0
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

}
I0420 13:20:15.130817    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.131198    8629 main.go:110] libmachine: Searching for hostonly interface for IPv4: 192.168.99.1 and Mask: ffffff00
I0420 13:20:15.131211    8629 main.go:110] libmachine: Found: vboxnet0
I0420 13:20:15.131225    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage list dhcpservers
I0420 13:20:15.183305    8629 main.go:110] libmachine: STDOUT:
{
NetworkName:    HostInterfaceNetworking-vboxnet0
Dhcpd IP:       192.168.99.4
LowerIPAddress: 192.168.99.100
UpperIPAddress: 192.168.99.254
NetworkMask:    255.255.255.0
Enabled:        Yes
Global Configuration:
    minLeaseTime:     default
    defaultLeaseTime: default
    maxLeaseTime:     default
    Forced options:   None
    Suppressed opts.: None
        1/legacy: 255.255.255.0
Groups:               None
Individual Configs:   None
}
I0420 13:20:15.183357    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.183449    8629 main.go:110] libmachine: Removing orphan DHCP servers...
I0420 13:20:15.183486    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage list hostonlyifs
I0420 13:20:15.231238    8629 main.go:110] libmachine: STDOUT:
{
Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::800:27ff:fe00:0
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

}
I0420 13:20:15.231265    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.231321    8629 main.go:110] libmachine: Adding/Modifying DHCP server "192.168.99.11" with address range "192.168.99.100" - "192.168.99.254"...
I0420 13:20:15.231334    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage list dhcpservers
I0420 13:20:15.279434    8629 main.go:110] libmachine: STDOUT:
{
NetworkName:    HostInterfaceNetworking-vboxnet0
Dhcpd IP:       192.168.99.4
LowerIPAddress: 192.168.99.100
UpperIPAddress: 192.168.99.254
NetworkMask:    255.255.255.0
Enabled:        Yes
Global Configuration:
    minLeaseTime:     default
    defaultLeaseTime: default
    maxLeaseTime:     default
    Forced options:   None
    Suppressed opts.: None
        1/legacy: 255.255.255.0
Groups:               None
Individual Configs:   None
}
I0420 13:20:15.279485    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.279572    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage dhcpserver modify --netname HostInterfaceNetworking-vboxnet0 --ip 192.168.99.11 --netmask 255.255.255.0 --lowerip 192.168.99.100 --upperip 192.168.99.254 --enable
I0420 13:20:15.358531    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:15.358585    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.358648    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage modifyvm minikube --nic2 hostonly --nictype2 virtio --nicpromisc2 deny --hostonlyadapter2 vboxnet0 --cableconnected2 on
I0420 13:20:15.468550    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:15.468600    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.468722    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage modifyvm minikube --natpf1 delete ssh
I0420 13:20:15.568825    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:15.568902    8629 main.go:110] libmachine: STDERR:
{
VBoxManage: error: Code NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value (extended info not available)
VBoxManage: error: Context: "RemoveRedirect(Bstr(ValueUnion.psz).raw())" at line 1920 of file VBoxManageModifyVM.cpp
}
I0420 13:20:15.568964    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage modifyvm minikube --natpf1 ssh,tcp,127.0.0.1,45477,,22
I0420 13:20:15.648831    8629 main.go:110] libmachine: STDOUT:
{
}
I0420 13:20:15.648848    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.648858    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage startvm minikube --type headless
I0420 13:20:15.902510    8629 main.go:110] libmachine: STDOUT:
{
Waiting for VM "minikube" to power on...
VM "minikube" has been successfully started.
}
I0420 13:20:15.902534    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:15.902547    8629 main.go:110] libmachine: Checking vm logs: /home/aurelien/.minikube/machines/minikube/minikube/Logs/VBox.log
I0420 13:20:15.902876    8629 main.go:110] libmachine: Waiting for an IP...
I0420 13:20:15.902890    8629 main.go:110] libmachine: Getting to WaitForSSH function...
I0420 13:20:15.902919    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:15.903052    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:15.903066    8629 main.go:110] libmachine: About to run SSH command:
exit 0
I0420 13:20:34.938419    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: 
I0420 13:20:34.938438    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:34.993048    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:34.993097    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:34.993140    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:35.047371    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:35.047422    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:35.047540    8629 main.go:110] libmachine: Host-only MAC: 0800279e51e6

I0420 13:20:35.047567    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:35.047655    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:35.047663    8629 main.go:110] libmachine: About to run SSH command:
ip addr show
I0420 13:20:35.128732    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86399sec preferred_lft 86399sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 599sec preferred_lft 599sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0

I0420 13:20:35.128874    8629 main.go:110] libmachine: SSH returned: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86399sec preferred_lft 86399sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 599sec preferred_lft 599sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0

END SSH

I0420 13:20:35.128957    8629 main.go:110] libmachine: IP is 192.168.99.234
I0420 13:20:35.129024    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:35.215709    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:35.215758    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:35.215799    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:35.288116    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:35.288285    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:35.288568    8629 main.go:110] libmachine: Host-only MAC: 0800279e51e6

I0420 13:20:35.288631    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:35.288854    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:35.288876    8629 main.go:110] libmachine: About to run SSH command:
ip addr show
I0420 13:20:35.393313    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86398sec preferred_lft 86398sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 598sec preferred_lft 598sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0

I0420 13:20:35.393426    8629 main.go:110] libmachine: SSH returned: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86398sec preferred_lft 86398sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 598sec preferred_lft 598sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0

END SSH

I0420 13:20:35.393484    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage list hostonlyifs
I0420 13:20:35.485278    8629 main.go:110] libmachine: STDOUT:
{
Name:            vboxnet0
GUID:            786f6276-656e-4074-8000-0a0027000000
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::800:27ff:fe00:0
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:00
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0

}
I0420 13:20:35.485351    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:35.486295    8629 main.go:110] libmachine: Found: vboxnet0
I0420 13:20:35.486344    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:35.672777    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:35.672823    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:35.672859    8629 machine.go:86] provisioning docker machine ...
I0420 13:20:35.672871    8629 buildroot.go:163] provisioning hostname "minikube"
I0420 13:20:35.672895    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:35.672988    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:35.672997    8629 main.go:110] libmachine: About to run SSH command:
sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname
I0420 13:20:35.757318    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: minikube

I0420 13:20:35.757396    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:35.757613    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:35.757652    8629 main.go:110] libmachine: About to run SSH command:

		if ! grep -xq '.*\sminikube' /etc/hosts; then
			if grep -xq '127.0.1.1\s.*' /etc/hosts; then
				sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 minikube/g' /etc/hosts;
			else 
				echo '127.0.1.1 minikube' | sudo tee -a /etc/hosts; 
			fi
		fi
I0420 13:20:35.841906    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: 
I0420 13:20:35.841942    8629 buildroot.go:169] set auth options {CertDir:/home/aurelien/.minikube CaCertPath:/home/aurelien/.minikube/certs/ca.pem CaPrivateKeyPath:/home/aurelien/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/aurelien/.minikube/machines/server.pem ServerKeyPath:/home/aurelien/.minikube/machines/server-key.pem ClientKeyPath:/home/aurelien/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/aurelien/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/aurelien/.minikube}
I0420 13:20:35.841971    8629 buildroot.go:171] setting up certificates
I0420 13:20:35.841984    8629 provision.go:83] configureAuth start
I0420 13:20:35.842009    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:35.917455    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:35.917542    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:35.917593    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:35.959386    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:35.959524    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:35.959694    8629 main.go:110] libmachine: Host-only MAC: 0800279e51e6

I0420 13:20:35.959722    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:35.959809    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:35.959817    8629 main.go:110] libmachine: About to run SSH command:
ip addr show
I0420 13:20:36.027625    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86398sec preferred_lft 86398sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 598sec preferred_lft 598sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0

I0420 13:20:36.027729    8629 main.go:110] libmachine: SSH returned: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86398sec preferred_lft 86398sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 598sec preferred_lft 598sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0

END SSH

I0420 13:20:36.027814    8629 provision.go:132] copyHostCerts
I0420 13:20:36.028289    8629 provision.go:106] generating server cert: /home/aurelien/.minikube/machines/server.pem ca-key=/home/aurelien/.minikube/certs/ca.pem private-key=/home/aurelien/.minikube/certs/ca-key.pem org=aurelien.minikube san=[192.168.99.234 localhost 127.0.0.1]
I0420 13:20:36.174559    8629 provision.go:160] copyRemoteCerts
I0420 13:20:36.208481    8629 ssh_runner.go:101] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0420 13:20:36.233277    8629 ssh_runner.go:155] Checked if /etc/docker/ca.pem exists, but got error: Process exited with status 1
I0420 13:20:36.233990    8629 ssh_runner.go:174] Transferring 1042 bytes to /etc/docker/ca.pem
I0420 13:20:36.235281    8629 ssh_runner.go:193] ca.pem: copied 1042 bytes
I0420 13:20:36.255672    8629 ssh_runner.go:155] Checked if /etc/docker/server.pem exists, but got error: Process exited with status 1
I0420 13:20:36.255940    8629 ssh_runner.go:174] Transferring 1123 bytes to /etc/docker/server.pem
I0420 13:20:36.256347    8629 ssh_runner.go:193] server.pem: copied 1123 bytes
I0420 13:20:36.265213    8629 ssh_runner.go:155] Checked if /etc/docker/server-key.pem exists, but got error: Process exited with status 1
I0420 13:20:36.265472    8629 ssh_runner.go:174] Transferring 1679 bytes to /etc/docker/server-key.pem
I0420 13:20:36.265825    8629 ssh_runner.go:193] server-key.pem: copied 1679 bytes
I0420 13:20:36.272796    8629 provision.go:86] configureAuth took 430.799346ms
I0420 13:20:36.272813    8629 buildroot.go:186] setting minikube options for container-runtime
I0420 13:20:36.272951    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:36.273040    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:36.273050    8629 main.go:110] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0420 13:20:36.335399    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: tmpfs

I0420 13:20:36.335417    8629 buildroot.go:70] root file system type: tmpfs
I0420 13:20:36.335525    8629 provision.go:295] Updating docker unit: /lib/systemd/system/docker.service ...
I0420 13:20:36.335562    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:36.335664    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:36.335733    8629 main.go:110] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target  minikube-automount.service docker.socket
Requires= minikube-automount.service docker.socket 

[Service]
Type=notify



# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.

# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=virtualbox --insecure-registry 10.96.0.0/12 
ExecReload=/bin/kill -s HUP $MAINPID

# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity

# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0

# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes

# kill only the docker process, not all processes in the cgroup
KillMode=process

[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0420 13:20:36.449081    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target  minikube-automount.service docker.socket
Requires= minikube-automount.service docker.socket 

[Service]
Type=notify



# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
#  Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.

# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=virtualbox --insecure-registry 10.96.0.0/12 
ExecReload=/bin/kill -s HUP 

# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity

# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0

# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes

# kill only the docker process, not all processes in the cgroup
KillMode=process

[Install]
WantedBy=multi-user.target

I0420 13:20:36.449523    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:36.450479    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:36.450557    8629 main.go:110] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo sudo systemctl -f restart docker; }
I0420 13:20:36.797358    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: diff: can't stat '/lib/systemd/system/docker.service': No such file or directory

I0420 13:20:36.797379    8629 machine.go:89] provisioned docker machine in 1.124514722s
I0420 13:20:36.797389    8629 client.go:172] LocalClient.Create took 26.797073315s
I0420 13:20:36.797401    8629 start.go:148] libmachine.API.Create for "minikube" took 26.797173645s
I0420 13:20:36.797407    8629 start.go:189] post-start starting for "minikube" (driver="virtualbox")
I0420 13:20:36.797413    8629 start.go:199] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0420 13:20:36.797425    8629 start.go:238] Creating SSH client and returning SSHRunner for "virtualbox" driver
I0420 13:20:36.828054    8629 ssh_runner.go:101] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
I0420 13:20:36.838415    8629 ssh_runner.go:101] Run: cat /etc/os-release
I0420 13:20:36.841187    8629 info.go:96] Remote host: Buildroot 2019.02.10
I0420 13:20:36.841248    8629 filesync.go:118] Scanning /home/aurelien/.minikube/addons for local assets ...
I0420 13:20:36.841356    8629 filesync.go:118] Scanning /home/aurelien/.minikube/files for local assets ...
I0420 13:20:36.841426    8629 start.go:192] post-start completed in 43.985465ms
I0420 13:20:36.841649    8629 start.go:110] createHost completed in 26.843454698s
I0420 13:20:36.841657    8629 start.go:77] releasing machines lock for "minikube", held for 26.843597017s
I0420 13:20:36.878863    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:36.951145    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:36.951290    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:36.951348    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:20:37.026697    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:20:37.026791    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:20:37.026913    8629 main.go:110] libmachine: Host-only MAC: 0800279e51e6

I0420 13:20:37.026940    8629 main.go:110] libmachine: Using SSH client type: native
I0420 13:20:37.027034    8629 main.go:110] libmachine: &{{{<nil> 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 <nil>  [] 0s} 127.0.0.1 45477 <nil> <nil>}
I0420 13:20:37.027043    8629 main.go:110] libmachine: About to run SSH command:
ip addr show
I0420 13:20:37.106774    8629 main.go:110] libmachine: SSH cmd err, output: <nil>: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86397sec preferred_lft 86397sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 597sec preferred_lft 597sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0
5: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:2c:ad:b9:51 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever

I0420 13:20:37.106993    8629 main.go:110] libmachine: SSH returned: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:cc:c8:bf brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86397sec preferred_lft 86397sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:9e:51:e6 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.234/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 597sec preferred_lft 597sec
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0
5: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:2c:ad:b9:51 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever

END SSH

I0420 13:20:37.108093    8629 profile.go:138] Saving config to /home/aurelien/.minikube/profiles/minikube/config.json ...
I0420 13:20:37.108155    8629 ssh_runner.go:101] Run: curl -sS -m 2 https://k8s.gcr.io/
I0420 13:20:37.108422    8629 preload.go:81] Checking if preload exists for k8s version v1.18.0 and runtime docker
I0420 13:20:37.108478    8629 preload.go:97] Found local preload: /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4
I0420 13:20:37.108602    8629 ssh_runner.go:101] Run: docker images --format {{.Repository}}:{{.Tag}}
I0420 13:20:37.151868    8629 docker.go:367] Got preloaded images: 
I0420 13:20:37.151884    8629 docker.go:372] k8s.gcr.io/kube-proxy:v1.18.0 wasn't preloaded
I0420 13:20:37.151915    8629 ssh_runner.go:101] Run: sudo cat /var/lib/docker/image/overlay2/repositories.json
I0420 13:20:37.155576    8629 ssh_runner.go:101] Run: which lz4
I0420 13:20:37.160437    8629 ssh_runner.go:155] Checked if /preloaded.tar.lz4 exists, but got error: Process exited with status 1
I0420 13:20:37.160685    8629 ssh_runner.go:174] Transferring 569282708 bytes to /preloaded.tar.lz4
I0420 13:20:40.918520    8629 ssh_runner.go:193] preloaded.tar.lz4: copied 569282708 bytes
I0420 13:20:40.933996    8629 docker.go:333] Took 3.776154 seconds to copy over tarball
I0420 13:20:40.934064    8629 ssh_runner.go:101] Run: sudo tar -I lz4 -C /var -xvf /preloaded.tar.lz4
I0420 13:20:43.658313    8629 ssh_runner.go:141] Completed: sudo tar -I lz4 -C /var -xvf /preloaded.tar.lz4: (2.724230336s)
I0420 13:20:43.701607    8629 ssh_runner.go:101] Run: sudo cat /var/lib/docker/image/overlay2/repositories.json
I0420 13:20:43.708299    8629 ssh_runner.go:174] Transferring 3417 bytes to /var/lib/docker/image/overlay2/repositories.json
I0420 13:20:43.709001    8629 ssh_runner.go:193] repositories.json: copied 3417 bytes
I0420 13:20:43.722853    8629 ssh_runner.go:101] Run: sudo systemctl restart docker
I0420 13:20:45.119310    8629 ssh_runner.go:141] Completed: sudo systemctl restart docker: (1.396407741s)
I0420 13:20:45.119390    8629 ssh_runner.go:101] Run: sudo systemctl is-active --quiet service containerd
I0420 13:20:45.127888    8629 ssh_runner.go:101] Run: sudo systemctl is-active --quiet service crio
I0420 13:20:45.136224    8629 ssh_runner.go:101] Run: sudo systemctl start docker
I0420 13:20:45.141525    8629 ssh_runner.go:101] Run: docker version --format {{.Server.Version}}
🐳  Preparing Kubernetes v1.18.0 on Docker 19.03.8 ...
I0420 13:20:45.197786    8629 certs.go:51] Setting up /home/aurelien/.minikube/profiles/minikube for IP: 192.168.99.234
I0420 13:20:45.197828    8629 preload.go:81] Checking if preload exists for k8s version v1.18.0 and runtime docker
I0420 13:20:45.197832    8629 certs.go:169] skipping minikubeCA CA generation: /home/aurelien/.minikube/ca.key
I0420 13:20:45.197849    8629 certs.go:169] skipping proxyClientCA CA generation: /home/aurelien/.minikube/proxy-client-ca.key
I0420 13:20:45.197850    8629 preload.go:97] Found local preload: /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4
I0420 13:20:45.197888    8629 ssh_runner.go:101] Run: docker images --format {{.Repository}}:{{.Tag}}
I0420 13:20:45.197888    8629 certs.go:267] generating minikube-user signed cert: /home/aurelien/.minikube/profiles/minikube/client.key
I0420 13:20:45.197910    8629 crypto.go:69] Generating cert /home/aurelien/.minikube/profiles/minikube/client.crt with IP's: []
I0420 13:20:45.224418    8629 docker.go:367] Got preloaded images: -- stdout --
k8s.gcr.io/kube-proxy:v1.18.0
k8s.gcr.io/kube-scheduler:v1.18.0
k8s.gcr.io/kube-controller-manager:v1.18.0
k8s.gcr.io/kube-apiserver:v1.18.0
kubernetesui/dashboard:v2.0.0-rc6
k8s.gcr.io/pause:3.2
k8s.gcr.io/coredns:1.6.7
kindest/kindnetd:0.5.3
k8s.gcr.io/etcd:3.4.3-0
kubernetesui/metrics-scraper:v1.0.2
gcr.io/k8s-minikube/storage-provisioner:v1.8.1

-- /stdout --
I0420 13:20:45.224496    8629 docker.go:305] Images already preloaded, skipping extraction
I0420 13:20:45.224576    8629 ssh_runner.go:101] Run: docker images --format {{.Repository}}:{{.Tag}}
I0420 13:20:45.245370    8629 docker.go:367] Got preloaded images: -- stdout --
k8s.gcr.io/kube-proxy:v1.18.0
k8s.gcr.io/kube-apiserver:v1.18.0
k8s.gcr.io/kube-controller-manager:v1.18.0
k8s.gcr.io/kube-scheduler:v1.18.0
kubernetesui/dashboard:v2.0.0-rc6
k8s.gcr.io/pause:3.2
k8s.gcr.io/coredns:1.6.7
kindest/kindnetd:0.5.3
k8s.gcr.io/etcd:3.4.3-0
kubernetesui/metrics-scraper:v1.0.2
gcr.io/k8s-minikube/storage-provisioner:v1.8.1

-- /stdout --
I0420 13:20:45.245389    8629 cache_images.go:69] Images are preloaded, skipping loading
I0420 13:20:45.245470    8629 kubeadm.go:125] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet: AdvertiseAddress:192.168.99.234 APIServerPort:8443 KubernetesVersion:v1.18.0 EtcdDataDir:/var/lib/minikube/etcd ClusterName:minikube NodeName:minikube DNSDomain:cluster.local CRISocket: ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.99.234"]]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:192.168.99.234 ControlPlaneAddress:192.168.99.234}
I0420 13:20:45.245591    8629 kubeadm.go:129] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta2
kind: InitConfiguration
localAPIEndpoint:
  advertiseAddress: 192.168.99.234
  bindPort: 8443
bootstrapTokens:
  - groups:
      - system:bootstrappers:kubeadm:default-node-token
    ttl: 24h0m0s
    usages:
      - signing
      - authentication
nodeRegistration:
  criSocket: /var/run/dockershim.sock
  name: "minikube"
  kubeletExtraArgs:
    node-ip: 192.168.99.234
  taints: []
---
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
apiServer:
  certSANs: ["127.0.0.1", "localhost", "192.168.99.234"]
  extraArgs:
    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: 192.168.99.234:8443
dns:
  type: CoreDNS
etcd:
  local:
    dataDir: /var/lib/minikube/etcd
kubernetesVersion: v1.18.0
networking:
  dnsDomain: cluster.local
  podSubnet: ""
  serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
  nodefs.available: "0%"
  nodefs.inodesFree: "0%"
  imagefs.available: "0%"
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
metricsBindAddress: 192.168.99.234:10249

I0420 13:20:45.245704    8629 ssh_runner.go:101] Run: docker info --format {{.CgroupDriver}}
I0420 13:20:45.258117    8629 crypto.go:157] Writing cert to /home/aurelien/.minikube/profiles/minikube/client.crt ...
I0420 13:20:45.258143    8629 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/client.crt: {Name:mkf9533d637068707a83d7570062997171d4356e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:20:45.258340    8629 crypto.go:165] Writing key to /home/aurelien/.minikube/profiles/minikube/client.key ...
I0420 13:20:45.258347    8629 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/client.key: {Name:mk63becf07a08e2aa7beaff2e2efc2d3028a5a67 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:20:45.258449    8629 certs.go:267] generating minikube signed cert: /home/aurelien/.minikube/profiles/minikube/apiserver.key.3a519c77
I0420 13:20:45.258456    8629 crypto.go:69] Generating cert /home/aurelien/.minikube/profiles/minikube/apiserver.crt.3a519c77 with IP's: [192.168.99.234 10.96.0.1 127.0.0.1 10.0.0.1]
I0420 13:20:45.270158    8629 kubeadm.go:671] kubelet [Unit]
Wants=docker.socket

[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.18.0/kubelet --authorization-mode=Webhook --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroup-driver=systemd --client-ca-file=/var/lib/minikube/certs/ca.crt --cluster-domain=cluster.local --config=/var/lib/kubelet/config.yaml --container-runtime=docker --fail-swap-on=false --hostname-override=minikube --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.99.234 --pod-manifest-path=/etc/kubernetes/manifests

[Install]
 config:
{KubernetesVersion:v1.18.0 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false NodeIP: NodePort:0 NodeName:}
I0420 13:20:45.270265    8629 ssh_runner.go:101] Run: sudo ls /var/lib/minikube/binaries/v1.18.0
I0420 13:20:45.274099    8629 binaries.go:42] Found k8s binaries, skipping transfer
I0420 13:20:45.274180    8629 ssh_runner.go:101] Run: sudo mkdir -p /var/tmp/minikube /etc/systemd/system/kubelet.service.d /lib/systemd/system
I0420 13:20:45.279020    8629 ssh_runner.go:174] Transferring 1415 bytes to /var/tmp/minikube/kubeadm.yaml.new
I0420 13:20:45.279563    8629 ssh_runner.go:193] kubeadm.yaml.new: copied 1415 bytes
I0420 13:20:45.287207    8629 ssh_runner.go:174] Transferring 535 bytes to /etc/systemd/system/kubelet.service.d/10-kubeadm.conf.new
I0420 13:20:45.287578    8629 ssh_runner.go:193] 10-kubeadm.conf.new: copied 535 bytes
I0420 13:20:45.295353    8629 ssh_runner.go:174] Transferring 349 bytes to /lib/systemd/system/kubelet.service.new
I0420 13:20:45.295848    8629 ssh_runner.go:193] kubelet.service.new: copied 349 bytes
I0420 13:20:45.303337    8629 ssh_runner.go:101] Run: /bin/bash -c "pgrep kubelet && diff -u /lib/systemd/system/kubelet.service /lib/systemd/system/kubelet.service.new && diff -u /etc/systemd/system/kubelet.service.d/10-kubeadm.conf /etc/systemd/system/kubelet.service.d/10-kubeadm.conf.new"
I0420 13:20:45.309418    8629 ssh_runner.go:101] Run: /bin/bash -c "sudo cp /lib/systemd/system/kubelet.service.new /lib/systemd/system/kubelet.service && sudo cp /etc/systemd/system/kubelet.service.d/10-kubeadm.conf.new /etc/systemd/system/kubelet.service.d/10-kubeadm.conf && sudo systemctl daemon-reload && sudo systemctl restart kubelet"
I0420 13:20:45.416956    8629 crypto.go:157] Writing cert to /home/aurelien/.minikube/profiles/minikube/apiserver.crt.3a519c77 ...
I0420 13:20:45.416975    8629 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/apiserver.crt.3a519c77: {Name:mk8e222fae33271b23187462f0961bb3b79e9574 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:20:45.417129    8629 crypto.go:165] Writing key to /home/aurelien/.minikube/profiles/minikube/apiserver.key.3a519c77 ...
I0420 13:20:45.417136    8629 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/apiserver.key.3a519c77: {Name:mkb3bcf9ef622bd40344a27d141dffe1931508ae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:20:45.417229    8629 certs.go:278] copying /home/aurelien/.minikube/profiles/minikube/apiserver.crt.3a519c77 -> /home/aurelien/.minikube/profiles/minikube/apiserver.crt
I0420 13:20:45.417262    8629 certs.go:282] copying /home/aurelien/.minikube/profiles/minikube/apiserver.key.3a519c77 -> /home/aurelien/.minikube/profiles/minikube/apiserver.key
I0420 13:20:45.417292    8629 certs.go:267] generating aggregator signed cert: /home/aurelien/.minikube/profiles/minikube/proxy-client.key
I0420 13:20:45.417298    8629 crypto.go:69] Generating cert /home/aurelien/.minikube/profiles/minikube/proxy-client.crt with IP's: []
I0420 13:20:45.604316    8629 crypto.go:157] Writing cert to /home/aurelien/.minikube/profiles/minikube/proxy-client.crt ...
I0420 13:20:45.604351    8629 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/proxy-client.crt: {Name:mkd702074be9bc1a9c0e9f347e58877d21d15cdd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:20:45.604554    8629 crypto.go:165] Writing key to /home/aurelien/.minikube/profiles/minikube/proxy-client.key ...
I0420 13:20:45.604581    8629 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/proxy-client.key: {Name:mk33582d0cea0dfe3bb8901a4e0f5679bd5afafd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:20:45.604760    8629 certs.go:330] found cert: ca-key.pem (1679 bytes)
I0420 13:20:45.604803    8629 certs.go:330] found cert: ca.pem (1042 bytes)
I0420 13:20:45.604833    8629 certs.go:330] found cert: cert.pem (1082 bytes)
I0420 13:20:45.604847    8629 certs.go:330] found cert: key.pem (1679 bytes)
I0420 13:20:45.605383    8629 certs.go:120] copying: /var/lib/minikube/certs/apiserver.crt
I0420 13:20:45.608647    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/apiserver.crt exists, but got error: Process exited with status 1
I0420 13:20:45.608950    8629 ssh_runner.go:174] Transferring 1306 bytes to /var/lib/minikube/certs/apiserver.crt
I0420 13:20:45.609545    8629 ssh_runner.go:193] apiserver.crt: copied 1306 bytes
I0420 13:20:45.618014    8629 certs.go:120] copying: /var/lib/minikube/certs/apiserver.key
I0420 13:20:45.621570    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/apiserver.key exists, but got error: Process exited with status 1
I0420 13:20:45.622182    8629 ssh_runner.go:174] Transferring 1679 bytes to /var/lib/minikube/certs/apiserver.key
I0420 13:20:45.622771    8629 ssh_runner.go:193] apiserver.key: copied 1679 bytes
I0420 13:20:45.630438    8629 certs.go:120] copying: /var/lib/minikube/certs/proxy-client.crt
I0420 13:20:45.633011    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client.crt exists, but got error: Process exited with status 1
I0420 13:20:45.633499    8629 ssh_runner.go:174] Transferring 1103 bytes to /var/lib/minikube/certs/proxy-client.crt
I0420 13:20:45.633975    8629 ssh_runner.go:193] proxy-client.crt: copied 1103 bytes
I0420 13:20:45.640688    8629 certs.go:120] copying: /var/lib/minikube/certs/proxy-client.key
I0420 13:20:45.643844    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client.key exists, but got error: Process exited with status 1
I0420 13:20:45.644424    8629 ssh_runner.go:174] Transferring 1675 bytes to /var/lib/minikube/certs/proxy-client.key
I0420 13:20:45.645359    8629 ssh_runner.go:193] proxy-client.key: copied 1675 bytes
I0420 13:20:45.652359    8629 certs.go:120] copying: /var/lib/minikube/certs/ca.crt
I0420 13:20:45.654641    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/ca.crt exists, but got error: Process exited with status 1
I0420 13:20:45.654968    8629 ssh_runner.go:174] Transferring 1066 bytes to /var/lib/minikube/certs/ca.crt
I0420 13:20:45.655411    8629 ssh_runner.go:193] ca.crt: copied 1066 bytes
I0420 13:20:45.663426    8629 certs.go:120] copying: /var/lib/minikube/certs/ca.key
I0420 13:20:45.666580    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/ca.key exists, but got error: Process exited with status 1
I0420 13:20:45.666891    8629 ssh_runner.go:174] Transferring 1679 bytes to /var/lib/minikube/certs/ca.key
I0420 13:20:45.667520    8629 ssh_runner.go:193] ca.key: copied 1679 bytes
I0420 13:20:45.674478    8629 certs.go:120] copying: /var/lib/minikube/certs/proxy-client-ca.crt
I0420 13:20:45.677048    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client-ca.crt exists, but got error: Process exited with status 1
I0420 13:20:45.677297    8629 ssh_runner.go:174] Transferring 1074 bytes to /var/lib/minikube/certs/proxy-client-ca.crt
I0420 13:20:45.677745    8629 ssh_runner.go:193] proxy-client-ca.crt: copied 1074 bytes
I0420 13:20:45.684521    8629 certs.go:120] copying: /var/lib/minikube/certs/proxy-client-ca.key
I0420 13:20:45.687052    8629 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client-ca.key exists, but got error: Process exited with status 1
I0420 13:20:45.687406    8629 ssh_runner.go:174] Transferring 1679 bytes to /var/lib/minikube/certs/proxy-client-ca.key
I0420 13:20:45.687858    8629 ssh_runner.go:193] proxy-client-ca.key: copied 1679 bytes
I0420 13:20:45.695174    8629 certs.go:120] copying: /usr/share/ca-certificates/minikubeCA.pem
I0420 13:20:45.698438    8629 ssh_runner.go:155] Checked if /usr/share/ca-certificates/minikubeCA.pem exists, but got error: Process exited with status 1
I0420 13:20:45.698857    8629 ssh_runner.go:174] Transferring 1066 bytes to /usr/share/ca-certificates/minikubeCA.pem
I0420 13:20:45.699709    8629 ssh_runner.go:193] minikubeCA.pem: copied 1066 bytes
I0420 13:20:45.706612    8629 certs.go:120] copying: /var/lib/minikube/kubeconfig
I0420 13:20:45.707075    8629 ssh_runner.go:174] Transferring 398 bytes to /var/lib/minikube/kubeconfig
I0420 13:20:45.707796    8629 ssh_runner.go:193] kubeconfig: copied 398 bytes
I0420 13:20:45.714455    8629 ssh_runner.go:101] Run: openssl version
I0420 13:20:45.717328    8629 ssh_runner.go:101] Run: sudo /bin/bash -c "test -f /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I0420 13:20:45.721364    8629 ssh_runner.go:101] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0420 13:20:45.723915    8629 certs.go:370] hashing: -rw-r--r-- 1 root root 1066 Oct  1  2019 /usr/share/ca-certificates/minikubeCA.pem
I0420 13:20:45.723946    8629 ssh_runner.go:101] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0420 13:20:45.731531    8629 ssh_runner.go:101] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0420 13:20:45.735896    8629 kubeadm.go:278] StartCluster: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.9.0.iso Memory:6000 CPUs:2 DiskSize:20000 Driver:virtualbox HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio KubernetesConfig:{KubernetesVersion:v1.18.0 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false NodeIP: NodePort:0 NodeName:} Nodes:[{Name:m01 IP:192.168.99.234 Port:8443 KubernetesVersion:v1.18.0 ControlPlane:true Worker:true}] Addons:map[] VerifyComponents:map[apiserver:true system_pods:true]}
I0420 13:20:45.735952    8629 ssh_runner.go:101] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0420 13:20:45.752770    8629 ssh_runner.go:101] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0420 13:20:45.756565    8629 ssh_runner.go:101] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0420 13:20:45.760402    8629 ssh_runner.go:101] Run: sudo /bin/bash -c "grep https://192.168.99.234:8443 /etc/kubernetes/admin.conf || sudo rm -f /etc/kubernetes/admin.conf"
I0420 13:20:45.766556    8629 ssh_runner.go:101] Run: sudo /bin/bash -c "grep https://192.168.99.234:8443 /etc/kubernetes/kubelet.conf || sudo rm -f /etc/kubernetes/kubelet.conf"
I0420 13:20:45.771998    8629 ssh_runner.go:101] Run: sudo /bin/bash -c "grep https://192.168.99.234:8443 /etc/kubernetes/controller-manager.conf || sudo rm -f /etc/kubernetes/controller-manager.conf"
I0420 13:20:45.779315    8629 ssh_runner.go:101] Run: sudo /bin/bash -c "grep https://192.168.99.234:8443 /etc/kubernetes/scheduler.conf || sudo rm -f /etc/kubernetes/scheduler.conf"
I0420 13:20:45.785855    8629 ssh_runner.go:101] Run: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.18.0:$PATH kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,SystemVerification"
I0420 13:21:02.869751    8629 ssh_runner.go:141] Completed: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.18.0:$PATH kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,SystemVerification": (17.083853307s)
I0420 13:21:02.869832    8629 ssh_runner.go:101] Run: sudo /var/lib/minikube/binaries/v1.18.0/kubectl label nodes minikube.k8s.io/version=v1.9.2 minikube.k8s.io/commit=93af9c1e43cab9618e301bc9fa720c63d5efa393 minikube.k8s.io/name=minikube minikube.k8s.io/updated_at=2020_04_20T13_21_02_0700 --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0420 13:21:02.938393    8629 ssh_runner.go:101] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0420 13:21:02.945183    8629 ops.go:35] apiserver oom_adj: -16
I0420 13:21:02.945275    8629 ssh_runner.go:101] Run: sudo /var/lib/minikube/binaries/v1.18.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0420 13:21:02.999035    8629 kubeadm.go:794] duration metric: took 53.812048ms to wait for elevateKubeSystemPrivileges.
I0420 13:21:02.999054    8629 kubeadm.go:280] StartCluster complete in 17.263160095s
I0420 13:21:02.999065    8629 settings.go:123] acquiring lock: {Name:mka38e6d98ba4b3ca12911b7730c655289c87d20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:21:02.999193    8629 settings.go:131] Updating kubeconfig:  /home/aurelien/.kube/config
I0420 13:21:03.011369    8629 lock.go:35] WriteFile acquiring /home/aurelien/.kube/config: {Name:mk6624bc5cc76fcb30beb1c7182a4f459370260e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0420 13:21:03.011702    8629 addons.go:292] enableAddons start: toEnable=map[], additional=[]
🌟  Enabling addons: default-storageclass, storage-provisioner
I0420 13:21:03.015615    8629 addons.go:46] Setting default-storageclass=true in profile "minikube"
I0420 13:21:03.015738    8629 addons.go:242] enableOrDisableStorageClasses default-storageclass=true on "minikube"
I0420 13:21:03.021907    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:21:03.079713    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:21:03.079763    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:21:03.087271    8629 addons.go:105] Setting addon default-storageclass=true in "minikube"
W0420 13:21:03.087375    8629 addons.go:120] addon default-storageclass should already be in state true
I0420 13:21:03.087532    8629 host.go:65] Checking if "minikube" exists ...
I0420 13:21:03.087821    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:21:03.163762    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:21:03.163863    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:21:03.199770    8629 addons.go:209] installing /etc/kubernetes/addons/storageclass.yaml
I0420 13:21:03.203115    8629 ssh_runner.go:174] Transferring 271 bytes to /etc/kubernetes/addons/storageclass.yaml
I0420 13:21:03.204423    8629 ssh_runner.go:193] storageclass.yaml: copied 271 bytes
I0420 13:21:03.236626    8629 ssh_runner.go:101] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.18.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0420 13:21:03.397162    8629 addons.go:71] Writing out "minikube" config to set default-storageclass=true...
I0420 13:21:03.397305    8629 addons.go:46] Setting storage-provisioner=true in profile "minikube"
I0420 13:21:03.397471    8629 addons.go:105] Setting addon storage-provisioner=true in "minikube"
W0420 13:21:03.397598    8629 addons.go:120] addon storage-provisioner should already be in state true
I0420 13:21:03.397634    8629 host.go:65] Checking if "minikube" exists ...
I0420 13:21:03.397909    8629 main.go:110] libmachine: COMMAND: /usr/bin/VBoxManage showvminfo minikube --machinereadable
I0420 13:21:03.443932    8629 main.go:110] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="ec02a2ac-0e95-4dd8-8435-902a7de07265"
CfgFile="/home/aurelien/.minikube/machines/minikube/minikube/minikube.vbox"
SnapFldr="/home/aurelien/.minikube/machines/minikube/minikube/Snapshots"
LogFldr="/home/aurelien/.minikube/machines/minikube/minikube/Logs"
hardwareuuid="ec02a2ac-0e95-4dd8-8435-902a7de07265"
memory=6000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="disabled"
boot1="dvd"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-04-20T17:20:15.888000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="/home/aurelien/.minikube/machines/minikube/boot2docker.iso"
"SATA-ImageUUID-0-0"="355a84ca-0fb0-471d-bf94-d548096a0551"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="/home/aurelien/.minikube/machines/minikube/disk.vmdk"
"SATA-ImageUUID-1-0"="c2eb569a-6d7d-4e41-a99a-433fadf5b939"
"SATA-2-0"="none"
"SATA-3-0"="none"
"SATA-4-0"="none"
"SATA-5-0"="none"
"SATA-6-0"="none"
"SATA-7-0"="none"
"SATA-8-0"="none"
"SATA-9-0"="none"
"SATA-10-0"="none"
"SATA-11-0"="none"
"SATA-12-0"="none"
"SATA-13-0"="none"
"SATA-14-0"="none"
"SATA-15-0"="none"
"SATA-16-0"="none"
"SATA-17-0"="none"
"SATA-18-0"="none"
"SATA-19-0"="none"
"SATA-20-0"="none"
"SATA-21-0"="none"
"SATA-22-0"="none"
"SATA-23-0"="none"
"SATA-24-0"="none"
"SATA-25-0"="none"
"SATA-26-0"="none"
"SATA-27-0"="none"
"SATA-28-0"="none"
"SATA-29-0"="none"
natnet1="nat"
macaddress1="080027CCC8BF"
cableconnected1="on"
nic1="nat"
nictype1="virtio"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,45477,,22"
hostonlyadapter2="vboxnet0"
macaddress2="0800279E51E6"
cableconnected2="on"
nic2="hostonly"
nictype2="virtio"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="pulse"
audio_out="off"
audio_in="off"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="hosthome"
SharedFolderPathMachineMapping1="/home"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens=""
capturefilename="/home/aurelien/.minikube/machines/minikube/minikube/minikube.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.32 r132056"
GuestAdditionsFacility_VirtualBox Base Driver=50,1587403233049
GuestAdditionsFacility_VirtualBox System Service=50,1587403233273
GuestAdditionsFacility_Seamless Mode=0,1587403233517
GuestAdditionsFacility_Graphics Mode=0,1587403233048
}
I0420 13:21:03.443978    8629 main.go:110] libmachine: STDERR:
{
}
I0420 13:21:03.474165    8629 addons.go:209] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0420 13:21:03.475099    8629 ssh_runner.go:174] Transferring 1709 bytes to /etc/kubernetes/addons/storage-provisioner.yaml
I0420 13:21:03.476439    8629 ssh_runner.go:193] storage-provisioner.yaml: copied 1709 bytes
I0420 13:21:03.488320    8629 ssh_runner.go:101] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.18.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0420 13:21:03.600196    8629 addons.go:71] Writing out "minikube" config to set storage-provisioner=true...
I0420 13:21:03.600456    8629 addons.go:294] enableAddons completed in 588.754322ms
I0420 13:21:03.606295    8629 api_server.go:46] waiting for apiserver process to appear ...
I0420 13:21:03.606323    8629 ssh_runner.go:101] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0420 13:21:03.614020    8629 api_server.go:66] duration metric: took 13.522566ms to wait for apiserver process to appear ...
I0420 13:21:03.614075    8629 api_server.go:82] waiting for apiserver healthz status ...
I0420 13:21:03.614105    8629 api_server.go:184] Checking apiserver healthz at https://192.168.99.234:8443/healthz ...
I0420 13:21:03.618691    8629 api_server.go:135] control plane version: v1.18.0
I0420 13:21:03.618701    8629 api_server.go:125] duration metric: took 4.621731ms to wait for apiserver health ...
I0420 13:21:03.618732    8629 system_pods.go:37] waiting for kube-system pods to appear ...
I0420 13:21:03.623019    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:03.623032    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:04.128887    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:04.128929    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:04.627556    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:04.627600    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:05.131290    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:05.131338    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:05.625050    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:05.625070    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:06.129538    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:06.129599    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:06.631681    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:06.631811    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:07.130013    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:07.130056    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:07.628796    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:07.628859    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:08.126769    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:08.126816    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:08.629078    8629 system_pods.go:55] 1 kube-system pods found
I0420 13:21:08.629099    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:09.130765    8629 system_pods.go:55] 5 kube-system pods found
I0420 13:21:09.130828    8629 system_pods.go:57] "etcd-minikube" [9a8530c7-7a03-4a1e-b897-1a136054cba8] Pending
I0420 13:21:09.130845    8629 system_pods.go:57] "kube-apiserver-minikube" [674c72d1-3641-45f3-a374-a2e478313d27] Pending
I0420 13:21:09.130869    8629 system_pods.go:57] "kube-controller-manager-minikube" [2238c452-c40d-44e8-9e91-fa31b379951e] Pending
I0420 13:21:09.130905    8629 system_pods.go:57] "kube-scheduler-minikube" [4c17fe6b-6795-44de-8748-2109a80b08cd] Pending
I0420 13:21:09.130940    8629 system_pods.go:57] "storage-provisioner" [1a35c38c-3234-4f52-a324-7f33bc5c2128] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:21:09.130982    8629 system_pods.go:68] duration metric: took 5.512234045s to wait for pod list to return data ...
I0420 13:21:09.131026    8629 kubeadm.go:397] duration metric: took 5.530524438s to wait for : map[apiserver:true system_pods:true] ...
🏄  Done! kubectl is now configured to use "minikube"
I0420 13:21:09.169144    8629 start.go:454] kubectl: 1.18.1, cluster: 1.18.0 (minor skew: 0)

minikube start --driver=docker --alsologtostderr

``` I0420 13:22:10.140834 9673 notify.go:125] Checking for updates... I0420 13:22:10.529812 9673 start.go:262] hostinfo: {"hostname":"aurelien-XPS-15-7590","uptime":132933,"bootTime":1587270397,"procs":487,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"19.10","kernelVersion":"5.3.0-46-generic","virtualizationSystem":"kvm","virtualizationRole":"host","hostid":"c05fbee0-7d07-44e2-a1f3-3e8b637e5a75"} I0420 13:22:10.530375 9673 start.go:272] virtualization: kvm host 😄 minikube v1.9.2 on Ubuntu 19.10 I0420 13:22:10.533808 9673 driver.go:245] Setting default libvirt URI to qemu:///system 💣 The driver 'driver' is not supported on linux $ minikube start --driver=docker --alsologtostderr I0420 13:22:20.269028 9717 notify.go:125] Checking for updates... I0420 13:22:20.621713 9717 start.go:262] hostinfo: {"hostname":"aurelien-XPS-15-7590","uptime":132943,"bootTime":1587270397,"procs":486,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"19.10","kernelVersion":"5.3.0-46-generic","virtualizationSystem":"kvm","virtualizationRole":"host","hostid":"c05fbee0-7d07-44e2-a1f3-3e8b637e5a75"} I0420 13:22:20.622360 9717 start.go:272] virtualization: kvm host 😄 minikube v1.9.2 on Ubuntu 19.10 I0420 13:22:20.624719 9717 driver.go:245] Setting default libvirt URI to qemu:///system ✨ Using the docker driver based on user configuration I0420 13:22:20.691233 9717 start.go:310] selected driver: docker I0420 13:22:20.691243 9717 start.go:656] validating driver "docker" against I0420 13:22:20.691253 9717 start.go:662] status for docker: {Installed:true Healthy:true Error: Fix: Doc:} I0420 13:22:20.691279 9717 start.go:1100] auto setting extra-config to "kubeadm.pod-network-cidr=10.244.0.0/16". I0420 13:22:20.736694 9717 start.go:1004] Using suggested 7900MB memory alloc based on sys=31750MB, container=31750MB I0420 13:22:20.736766 9717 start.go:1210] Wait components to verify : map[apiserver:true system_pods:true] 👍 Starting control plane node m01 in cluster minikube 🚜 Pulling base image ... I0420 13:22:20.738210 9717 cache.go:104] Beginning downloading kic artifacts I0420 13:22:20.738217 9717 preload.go:81] Checking if preload exists for k8s version v1.18.0 and runtime docker I0420 13:22:20.738233 9717 preload.go:97] Found local preload: /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4 I0420 13:22:20.738238 9717 cache.go:46] Caching tarball of preloaded images I0420 13:22:20.738245 9717 preload.go:123] Found /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4 in cache, skipping download I0420 13:22:20.738248 9717 cache.go:49] Finished downloading the preloaded tar for v1.18.0 on docker I0420 13:22:20.738300 9717 cache.go:106] Downloading gcr.io/k8s-minikube/kicbase:v0.0.8@sha256:2f3380ebf1bb0c75b0b47160fd4e61b7b8fef0f1f32f9def108d3eada50a7a81 to local daemon I0420 13:22:20.738309 9717 image.go:84] Writing gcr.io/k8s-minikube/kicbase:v0.0.8@sha256:2f3380ebf1bb0c75b0b47160fd4e61b7b8fef0f1f32f9def108d3eada50a7a81 to local daemon I0420 13:22:20.738361 9717 profile.go:138] Saving config to /home/aurelien/.minikube/profiles/minikube/config.json ... I0420 13:22:20.738402 9717 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/config.json: {Name:mkd70d182c58d972f857a014e9806132c250fc0f Clock:{} Delay:500ms Timeout:1m0s Cancel:} I0420 13:22:20.779651 9717 image.go:90] Found gcr.io/k8s-minikube/kicbase:v0.0.8@sha256:2f3380ebf1bb0c75b0b47160fd4e61b7b8fef0f1f32f9def108d3eada50a7a81 in local docker daemon, skipping pull I0420 13:22:20.779673 9717 cache.go:117] Successfully downloaded all kic artifacts I0420 13:22:20.779694 9717 start.go:260] acquiring machines lock for minikube: {Name:mk0ee58fa15a4d4d0f69ebb22520a64a3bfe9901 Clock:{} Delay:500ms Timeout:15m0s Cancel:} I0420 13:22:20.779742 9717 start.go:264] acquired machines lock for "minikube" in 34.331µs I0420 13:22:20.779757 9717 start.go:86] Provisioning new machine with config: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: Memory:7900 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio KubernetesConfig:{KubernetesVersion:v1.18.0 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:10.244.0.0/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false NodeIP: NodePort:0 NodeName:} Nodes:[{Name:m01 IP: Port:8443 KubernetesVersion:v1.18.0 ControlPlane:true Worker:true}] Addons:map[] VerifyComponents:map[apiserver:true system_pods:true]} {Name:m01 IP: Port:8443 KubernetesVersion:v1.18.0 ControlPlane:true Worker:true} I0420 13:22:20.779794 9717 start.go:107] createHost starting for "m01" (driver="docker") 🔥 Creating Kubernetes in docker container with (CPUs=2) (16 available), Memory=7900MB (31750MB available) ... I0420 13:22:20.822730 9717 start.go:143] libmachine.API.Create for "minikube" (driver="docker") I0420 13:22:20.822746 9717 client.go:169] LocalClient.Create starting I0420 13:22:20.822965 9717 main.go:110] libmachine: Reading certificate data from /home/aurelien/.minikube/certs/ca.pem I0420 13:22:20.823073 9717 main.go:110] libmachine: Decoding PEM data... I0420 13:22:20.823105 9717 main.go:110] libmachine: Parsing certificate... I0420 13:22:20.823273 9717 main.go:110] libmachine: Reading certificate data from /home/aurelien/.minikube/certs/cert.pem I0420 13:22:20.823300 9717 main.go:110] libmachine: Decoding PEM data... I0420 13:22:20.823321 9717 main.go:110] libmachine: Parsing certificate... I0420 13:22:20.823731 9717 oci.go:250] executing with [docker ps -a --format {{.Names}}] timeout: 30s I0420 13:22:20.865279 9717 volumes.go:97] executing: [docker volume create minikube --label name.minikube.sigs.k8s.io=minikube --label created_by.minikube.sigs.k8s.io=true] I0420 13:22:20.903425 9717 oci.go:128] Successfully created a docker volume minikube I0420 13:22:21.281907 9717 oci.go:250] executing with [docker inspect minikube --format={{.State.Status}}] timeout: 19s I0420 13:22:21.333282 9717 oci.go:160] the created container "minikube" has a running status. I0420 13:22:21.333312 9717 kic.go:142] Creating ssh key for kic: /home/aurelien/.minikube/machines/minikube/id_rsa... I0420 13:22:21.484503 9717 kic_runner.go:91] Run: chown docker:docker /home/docker/.ssh/authorized_keys I0420 13:22:21.572101 9717 preload.go:81] Checking if preload exists for k8s version v1.18.0 and runtime docker I0420 13:22:21.572174 9717 preload.go:97] Found local preload: /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4 I0420 13:22:21.572182 9717 kic.go:128] Starting extracting preloaded images to volume I0420 13:22:21.572222 9717 volumes.go:85] executing: [docker run --rm --entrypoint /usr/bin/tar -v /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v minikube:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.8@sha256:2f3380ebf1bb0c75b0b47160fd4e61b7b8fef0f1f32f9def108d3eada50a7a81 -I lz4 -xvf /preloaded.tar -C /extractDir] I0420 13:22:24.533022 9717 kic.go:133] Took 2.960824 seconds to extract preloaded images to volume I0420 13:22:24.533100 9717 oci.go:250] executing with [docker inspect -f {{.State.Status}} minikube] timeout: 19s I0420 13:22:24.601858 9717 machine.go:86] provisioning docker machine ... I0420 13:22:24.601917 9717 ubuntu.go:166] provisioning hostname "minikube" I0420 13:22:24.644544 9717 main.go:110] libmachine: Using SSH client type: native I0420 13:22:24.644754 9717 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 [] 0s} 127.0.0.1 32785 } I0420 13:22:24.644767 9717 main.go:110] libmachine: About to run SSH command: sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname I0420 13:22:24.756574 9717 main.go:110] libmachine: SSH cmd err, output: : minikube

I0420 13:22:24.795486 9717 main.go:110] libmachine: Using SSH client type: native
I0420 13:22:24.795594 9717 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 [] 0s} 127.0.0.1 32785 }
I0420 13:22:24.795607 9717 main.go:110] libmachine: About to run SSH command:

	if ! grep -xq '.*\sminikube' /etc/hosts; then
		if grep -xq '127.0.1.1\s.*' /etc/hosts; then
			sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 minikube/g' /etc/hosts;
		else 
			echo '127.0.1.1 minikube' | sudo tee -a /etc/hosts; 
		fi
	fi

I0420 13:22:24.918101 9717 main.go:110] libmachine: SSH cmd err, output: :
I0420 13:22:24.918159 9717 ubuntu.go:172] set auth options {CertDir:/home/aurelien/.minikube CaCertPath:/home/aurelien/.minikube/certs/ca.pem CaPrivateKeyPath:/home/aurelien/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/aurelien/.minikube/machines/server.pem ServerKeyPath:/home/aurelien/.minikube/machines/server-key.pem ClientKeyPath:/home/aurelien/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/aurelien/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/aurelien/.minikube}
I0420 13:22:24.918204 9717 ubuntu.go:174] setting up certificates
I0420 13:22:24.918234 9717 provision.go:83] configureAuth start
I0420 13:22:24.988668 9717 provision.go:132] copyHostCerts
I0420 13:22:24.988839 9717 provision.go:106] generating server cert: /home/aurelien/.minikube/machines/server.pem ca-key=/home/aurelien/.minikube/certs/ca.pem private-key=/home/aurelien/.minikube/certs/ca-key.pem org=aurelien.minikube san=[172.17.0.2 localhost 127.0.0.1]
I0420 13:22:25.107222 9717 provision.go:160] copyRemoteCerts
I0420 13:22:25.171394 9717 ssh_runner.go:101] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0420 13:22:25.238579 9717 ssh_runner.go:155] Checked if /etc/docker/ca.pem exists, but got error: Process exited with status 1
I0420 13:22:25.239145 9717 ssh_runner.go:174] Transferring 1042 bytes to /etc/docker/ca.pem
I0420 13:22:25.240384 9717 ssh_runner.go:193] ca.pem: copied 1042 bytes
I0420 13:22:25.285147 9717 ssh_runner.go:155] Checked if /etc/docker/server.pem exists, but got error: Process exited with status 1
I0420 13:22:25.285684 9717 ssh_runner.go:174] Transferring 1123 bytes to /etc/docker/server.pem
I0420 13:22:25.286986 9717 ssh_runner.go:193] server.pem: copied 1123 bytes
I0420 13:22:25.334227 9717 ssh_runner.go:155] Checked if /etc/docker/server-key.pem exists, but got error: Process exited with status 1
I0420 13:22:25.334826 9717 ssh_runner.go:174] Transferring 1675 bytes to /etc/docker/server-key.pem
I0420 13:22:25.336282 9717 ssh_runner.go:193] server-key.pem: copied 1675 bytes
I0420 13:22:25.372539 9717 provision.go:86] configureAuth took 454.269329ms
I0420 13:22:25.372595 9717 ubuntu.go:190] setting minikube options for container-runtime
I0420 13:22:25.446769 9717 main.go:110] libmachine: Using SSH client type: native
I0420 13:22:25.446873 9717 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 [] 0s} 127.0.0.1 32785 }
I0420 13:22:25.446886 9717 main.go:110] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0420 13:22:25.579692 9717 main.go:110] libmachine: SSH cmd err, output: : overlay

I0420 13:22:25.579748 9717 ubuntu.go:71] root file system type: overlay
I0420 13:22:25.580077 9717 provision.go:295] Updating docker unit: /lib/systemd/system/docker.service ...
I0420 13:22:25.650742 9717 main.go:110] libmachine: Using SSH client type: native
I0420 13:22:25.650840 9717 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 [] 0s} 127.0.0.1 32785 }
I0420 13:22:25.650895 9717 main.go:110] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket

[Service]
Type=notify

This file is a systemd drop-in unit that inherits from the base dockerd configuration.

The base configuration already specifies an 'ExecStart=...' command. The first directive

here is to clear out that command inherited from the base configuration. Without this,

the command from the base configuration and the command specified here are treated as

a sequence of commands, which is not the desired behavior, nor is it valid -- systemd

will catch this invalid input and refuse to start the service with an error like:

Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.

NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other

container runtimes. If left unlimited, it may result in OOM issues with MySQL.

ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID

Having non-zero Limit*s causes performance problems due to accounting overhead

in the kernel. We recommend using cgroups to do container-local accounting.

LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity

Uncomment TasksMax if your systemd version supports it.

Only systemd 226 and above support this version.

TasksMax=infinity
TimeoutStartSec=0

set delegate yes so that systemd does not reset the cgroups of docker containers

Delegate=yes

kill only the docker process, not all processes in the cgroup

KillMode=process

[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0420 13:22:25.798776 9717 main.go:110] libmachine: SSH cmd err, output: : [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket

[Service]
Type=notify

This file is a systemd drop-in unit that inherits from the base dockerd configuration.

The base configuration already specifies an 'ExecStart=...' command. The first directive

here is to clear out that command inherited from the base configuration. Without this,

the command from the base configuration and the command specified here are treated as

a sequence of commands, which is not the desired behavior, nor is it valid -- systemd

will catch this invalid input and refuse to start the service with an error like:

Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.

NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other

container runtimes. If left unlimited, it may result in OOM issues with MySQL.

ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP

Having non-zero Limit*s causes performance problems due to accounting overhead

in the kernel. We recommend using cgroups to do container-local accounting.

LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity

Uncomment TasksMax if your systemd version supports it.

Only systemd 226 and above support this version.

TasksMax=infinity
TimeoutStartSec=0

set delegate yes so that systemd does not reset the cgroups of docker containers

Delegate=yes

kill only the docker process, not all processes in the cgroup

KillMode=process

[Install]
WantedBy=multi-user.target

I0420 13:22:25.865210 9717 main.go:110] libmachine: Using SSH client type: native
I0420 13:22:25.865305 9717 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bf5d0] 0x7bf5a0 [] 0s} 127.0.0.1 32785 }
I0420 13:22:25.865320 9717 main.go:110] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo sudo systemctl -f restart docker; }
I0420 13:22:26.357565 9717 main.go:110] libmachine: SSH cmd err, output: : --- /lib/systemd/system/docker.service 2019-08-29 04:42:14.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2020-04-20 17:22:25.794628850 +0000
@@ -8,24 +8,22 @@

[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutSec=0
-RestartSec=2
-Restart=always

-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3

-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP

Having non-zero Limit*s causes performance problems due to accounting overhead

in the kernel. We recommend using cgroups to do container-local accounting.

@@ -33,9 +31,10 @@
LimitNPROC=infinity
LimitCORE=infinity

-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0

set delegate yes so that systemd does not reset the cgroups of docker containers

Delegate=yes

I0420 13:22:26.357690 9717 machine.go:89] provisioned docker machine in 1.755773272s
I0420 13:22:26.357718 9717 client.go:172] LocalClient.Create took 5.534963784s
I0420 13:22:26.357767 9717 start.go:148] libmachine.API.Create for "minikube" took 5.535031853s
I0420 13:22:26.357787 9717 start.go:189] post-start starting for "minikube" (driver="docker")
I0420 13:22:26.357800 9717 start.go:199] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0420 13:22:26.357843 9717 start.go:234] Returning KICRunner for "docker" driver
I0420 13:22:26.357974 9717 kic_runner.go:91] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
I0420 13:22:26.454130 9717 filesync.go:118] Scanning /home/aurelien/.minikube/addons for local assets ...
I0420 13:22:26.454173 9717 filesync.go:118] Scanning /home/aurelien/.minikube/files for local assets ...
I0420 13:22:26.454190 9717 start.go:192] post-start completed in 96.393005ms
I0420 13:22:26.454334 9717 start.go:110] createHost completed in 5.674532637s
I0420 13:22:26.454342 9717 start.go:77] releasing machines lock for "minikube", held for 5.674591273s
I0420 13:22:26.492136 9717 profile.go:138] Saving config to /home/aurelien/.minikube/profiles/minikube/config.json ...
I0420 13:22:26.492224 9717 kic_runner.go:91] Run: curl -sS -m 2 https://k8s.gcr.io/
I0420 13:22:26.492302 9717 kic_runner.go:91] Run: sudo systemctl is-active --quiet service containerd
I0420 13:22:26.571247 9717 kic_runner.go:91] Run: sudo systemctl stop -f containerd
I0420 13:22:26.652075 9717 kic_runner.go:91] Run: sudo systemctl is-active --quiet service containerd
I0420 13:22:26.733092 9717 kic_runner.go:91] Run: sudo systemctl is-active --quiet service crio
I0420 13:22:26.807229 9717 kic_runner.go:91] Run: sudo systemctl start docker
I0420 13:22:27.242875 9717 kic_runner.go:91] Run: docker version --format {{.Server.Version}}
🐳 Preparing Kubernetes v1.18.0 on Docker 19.03.2 ...
▪ kubeadm.pod-network-cidr=10.244.0.0/16
I0420 13:22:27.343722 9717 certs.go:51] Setting up /home/aurelien/.minikube/profiles/minikube for IP: 172.17.0.2
I0420 13:22:27.343740 9717 certs.go:169] skipping minikubeCA CA generation: /home/aurelien/.minikube/ca.key
I0420 13:22:27.343750 9717 certs.go:169] skipping proxyClientCA CA generation: /home/aurelien/.minikube/proxy-client-ca.key
I0420 13:22:27.343760 9717 preload.go:81] Checking if preload exists for k8s version v1.18.0 and runtime docker
I0420 13:22:27.343776 9717 certs.go:267] generating minikube-user signed cert: /home/aurelien/.minikube/profiles/minikube/client.key
I0420 13:22:27.343781 9717 preload.go:97] Found local preload: /home/aurelien/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v2-v1.18.0-docker-overlay2-amd64.tar.lz4
I0420 13:22:27.343785 9717 crypto.go:69] Generating cert /home/aurelien/.minikube/profiles/minikube/client.crt with IP's: []
I0420 13:22:27.343820 9717 kic_runner.go:91] Run: docker images --format {{.Repository}}:{{.Tag}}
I0420 13:22:27.442356 9717 docker.go:367] Got preloaded images: -- stdout --
k8s.gcr.io/kube-proxy:v1.18.0
k8s.gcr.io/kube-controller-manager:v1.18.0
k8s.gcr.io/kube-apiserver:v1.18.0
k8s.gcr.io/kube-scheduler:v1.18.0
kubernetesui/dashboard:v2.0.0-rc6
k8s.gcr.io/pause:3.2
k8s.gcr.io/coredns:1.6.7
kindest/kindnetd:0.5.3
k8s.gcr.io/etcd:3.4.3-0
kubernetesui/metrics-scraper:v1.0.2
gcr.io/k8s-minikube/storage-provisioner:v1.8.1

-- /stdout --
I0420 13:22:27.442415 9717 docker.go:305] Images already preloaded, skipping extraction
I0420 13:22:27.442476 9717 kic_runner.go:91] Run: docker images --format {{.Repository}}:{{.Tag}}
I0420 13:22:27.462790 9717 crypto.go:157] Writing cert to /home/aurelien/.minikube/profiles/minikube/client.crt ...
I0420 13:22:27.462836 9717 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/client.crt: {Name:mkf9533d637068707a83d7570062997171d4356e Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:27.463019 9717 crypto.go:165] Writing key to /home/aurelien/.minikube/profiles/minikube/client.key ...
I0420 13:22:27.463051 9717 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/client.key: {Name:mk63becf07a08e2aa7beaff2e2efc2d3028a5a67 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:27.463117 9717 certs.go:267] generating minikube signed cert: /home/aurelien/.minikube/profiles/minikube/apiserver.key.eaa33411
I0420 13:22:27.463125 9717 crypto.go:69] Generating cert /home/aurelien/.minikube/profiles/minikube/apiserver.crt.eaa33411 with IP's: [172.17.0.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0420 13:22:27.547852 9717 docker.go:367] Got preloaded images: -- stdout --
k8s.gcr.io/kube-proxy:v1.18.0
k8s.gcr.io/kube-scheduler:v1.18.0
k8s.gcr.io/kube-controller-manager:v1.18.0
k8s.gcr.io/kube-apiserver:v1.18.0
kubernetesui/dashboard:v2.0.0-rc6
k8s.gcr.io/pause:3.2
k8s.gcr.io/coredns:1.6.7
kindest/kindnetd:0.5.3
k8s.gcr.io/etcd:3.4.3-0
kubernetesui/metrics-scraper:v1.0.2
gcr.io/k8s-minikube/storage-provisioner:v1.8.1

-- /stdout --
I0420 13:22:27.547911 9717 cache_images.go:69] Images are preloaded, skipping loading
I0420 13:22:27.547960 9717 kubeadm.go:125] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:172.17.0.2 APIServerPort:8443 KubernetesVersion:v1.18.0 EtcdDataDir:/var/lib/minikube/etcd ClusterName:minikube NodeName:minikube DNSDomain:cluster.local CRISocket: ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "172.17.0.2"]]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:172.17.0.2 ControlPlaneAddress:172.17.0.2}
I0420 13:22:27.548047 9717 kubeadm.go:129] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta2
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 172.17.0.2
bindPort: 8443
bootstrapTokens:

  • groups:
    • system:bootstrappers:kubeadm:default-node-token
      ttl: 24h0m0s
      usages:
    • signing
    • authentication
      nodeRegistration:
      criSocket: /var/run/dockershim.sock
      name: "minikube"
      kubeletExtraArgs:
      node-ip: 172.17.0.2
      taints: []

apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "172.17.0.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: 172.17.0.2:8443
dns:
type: CoreDNS
etcd:
local:
dataDir: /var/lib/minikube/etcd
kubernetesVersion: v1.18.0
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12

apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration

disable disk resource management by default

imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"

apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
metricsBindAddress: 172.17.0.2:10249

I0420 13:22:27.548126 9717 kic_runner.go:91] Run: docker info --format {{.CgroupDriver}}
I0420 13:22:27.661090 9717 kubeadm.go:671] kubelet [Unit]
Wants=docker.socket

[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.18.0/kubelet --authorization-mode=Webhook --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroup-driver=cgroupfs --client-ca-file=/var/lib/minikube/certs/ca.crt --cluster-domain=cluster.local --config=/var/lib/kubelet/config.yaml --container-runtime=docker --fail-swap-on=false --hostname-override=minikube --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=172.17.0.2 --pod-manifest-path=/etc/kubernetes/manifests

[Install]
config:
{KubernetesVersion:v1.18.0 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:10.244.0.0/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false NodeIP: NodePort:0 NodeName:}
I0420 13:22:27.661148 9717 kic_runner.go:91] Run: sudo ls /var/lib/minikube/binaries/v1.18.0
I0420 13:22:27.682710 9717 crypto.go:157] Writing cert to /home/aurelien/.minikube/profiles/minikube/apiserver.crt.eaa33411 ...
I0420 13:22:27.682730 9717 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/apiserver.crt.eaa33411: {Name:mka9e31ad634c8e704ec0e8f2a48174144de8c5a Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:27.682867 9717 crypto.go:165] Writing key to /home/aurelien/.minikube/profiles/minikube/apiserver.key.eaa33411 ...
I0420 13:22:27.682874 9717 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/apiserver.key.eaa33411: {Name:mkc4a6c6456e48003da88d7b808164492a01af16 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:27.682960 9717 certs.go:278] copying /home/aurelien/.minikube/profiles/minikube/apiserver.crt.eaa33411 -> /home/aurelien/.minikube/profiles/minikube/apiserver.crt
I0420 13:22:27.683018 9717 certs.go:282] copying /home/aurelien/.minikube/profiles/minikube/apiserver.key.eaa33411 -> /home/aurelien/.minikube/profiles/minikube/apiserver.key
I0420 13:22:27.683087 9717 certs.go:267] generating aggregator signed cert: /home/aurelien/.minikube/profiles/minikube/proxy-client.key
I0420 13:22:27.683094 9717 crypto.go:69] Generating cert /home/aurelien/.minikube/profiles/minikube/proxy-client.crt with IP's: []
I0420 13:22:27.735779 9717 binaries.go:42] Found k8s binaries, skipping transfer
I0420 13:22:27.735851 9717 kic_runner.go:91] Run: sudo mkdir -p /var/tmp/minikube /etc/systemd/system/kubelet.service.d /lib/systemd/system
I0420 13:22:27.911946 9717 crypto.go:157] Writing cert to /home/aurelien/.minikube/profiles/minikube/proxy-client.crt ...
I0420 13:22:27.911965 9717 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/proxy-client.crt: {Name:mkd702074be9bc1a9c0e9f347e58877d21d15cdd Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:27.912053 9717 crypto.go:165] Writing key to /home/aurelien/.minikube/profiles/minikube/proxy-client.key ...
I0420 13:22:27.912061 9717 lock.go:35] WriteFile acquiring /home/aurelien/.minikube/profiles/minikube/proxy-client.key: {Name:mk33582d0cea0dfe3bb8901a4e0f5679bd5afafd Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:27.912142 9717 certs.go:330] found cert: ca-key.pem (1679 bytes)
I0420 13:22:27.912162 9717 certs.go:330] found cert: ca.pem (1042 bytes)
I0420 13:22:27.912175 9717 certs.go:330] found cert: cert.pem (1082 bytes)
I0420 13:22:27.912191 9717 certs.go:330] found cert: key.pem (1679 bytes)
I0420 13:22:27.912646 9717 certs.go:120] copying: /var/lib/minikube/certs/apiserver.crt
I0420 13:22:28.008067 9717 certs.go:120] copying: /var/lib/minikube/certs/apiserver.key
I0420 13:22:28.054214 9717 kic_runner.go:91] Run: /bin/bash -c "pgrep kubelet && diff -u /lib/systemd/system/kubelet.service /lib/systemd/system/kubelet.service.new && diff -u /etc/systemd/system/kubelet.service.d/10-kubeadm.conf /etc/systemd/system/kubelet.service.d/10-kubeadm.conf.new"
I0420 13:22:28.100651 9717 certs.go:120] copying: /var/lib/minikube/certs/proxy-client.crt
I0420 13:22:28.151716 9717 kic_runner.go:91] Run: /bin/bash -c "sudo cp /lib/systemd/system/kubelet.service.new /lib/systemd/system/kubelet.service && sudo cp /etc/systemd/system/kubelet.service.d/10-kubeadm.conf.new /etc/systemd/system/kubelet.service.d/10-kubeadm.conf && sudo systemctl daemon-reload && sudo systemctl restart kubelet"
I0420 13:22:28.189233 9717 certs.go:120] copying: /var/lib/minikube/certs/proxy-client.key
I0420 13:22:28.270618 9717 certs.go:120] copying: /var/lib/minikube/certs/ca.crt
I0420 13:22:28.357089 9717 certs.go:120] copying: /var/lib/minikube/certs/ca.key
I0420 13:22:28.435287 9717 certs.go:120] copying: /var/lib/minikube/certs/proxy-client-ca.crt
I0420 13:22:28.509545 9717 certs.go:120] copying: /var/lib/minikube/certs/proxy-client-ca.key
I0420 13:22:28.581822 9717 certs.go:120] copying: /usr/share/ca-certificates/minikubeCA.pem
I0420 13:22:28.655821 9717 certs.go:120] copying: /var/lib/minikube/kubeconfig
I0420 13:22:28.731027 9717 kic_runner.go:91] Run: openssl version
I0420 13:22:28.809633 9717 kic_runner.go:91] Run: sudo /bin/bash -c "test -f /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I0420 13:22:28.881514 9717 kic_runner.go:91] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0420 13:22:28.950929 9717 certs.go:370] hashing: -rw-r--r-- 1 root root 1066 Oct 1 2019 /usr/share/ca-certificates/minikubeCA.pem
I0420 13:22:28.950979 9717 kic_runner.go:91] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0420 13:22:29.025498 9717 kic_runner.go:91] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0420 13:22:29.099408 9717 kubeadm.go:278] StartCluster: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: Memory:7900 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio KubernetesConfig:{KubernetesVersion:v1.18.0 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[{Component:kubeadm Key:pod-network-cidr Value:10.244.0.0/16}] ShouldLoadCachedImages:true EnableDefaultCNI:false NodeIP: NodePort:0 NodeName:} Nodes:[{Name:m01 IP:172.17.0.2 Port:8443 KubernetesVersion:v1.18.0 ControlPlane:true Worker:true}] Addons:map[] VerifyComponents:map[apiserver:true system_pods:true]}
I0420 13:22:29.099511 9717 kic_runner.go:91] Run: docker ps --filter status=paused --filter=name=k8s_.*(kube-system) --format={{.ID}}
I0420 13:22:29.198364 9717 kic_runner.go:91] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0420 13:22:29.270792 9717 kic_runner.go:91] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0420 13:22:29.342979 9717 kubeadm.go:214] ignoring SystemVerification for kubeadm because of either driver or kubernetes version
I0420 13:22:29.343034 9717 kic_runner.go:91] Run: sudo /bin/bash -c "grep https://172.17.0.2:8443 /etc/kubernetes/admin.conf || sudo rm -f /etc/kubernetes/admin.conf"
I0420 13:22:29.417388 9717 kic_runner.go:91] Run: sudo /bin/bash -c "grep https://172.17.0.2:8443 /etc/kubernetes/kubelet.conf || sudo rm -f /etc/kubernetes/kubelet.conf"
I0420 13:22:29.496541 9717 kic_runner.go:91] Run: sudo /bin/bash -c "grep https://172.17.0.2:8443 /etc/kubernetes/controller-manager.conf || sudo rm -f /etc/kubernetes/controller-manager.conf"
I0420 13:22:29.569888 9717 kic_runner.go:91] Run: sudo /bin/bash -c "grep https://172.17.0.2:8443 /etc/kubernetes/scheduler.conf || sudo rm -f /etc/kubernetes/scheduler.conf"
I0420 13:22:29.647385 9717 kic_runner.go:91] Run: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.18.0:$PATH kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,SystemVerification,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0420 13:22:47.133896 9717 kic_runner.go:118] Done: [docker exec --privileged minikube /bin/bash -c sudo env PATH=/var/lib/minikube/binaries/v1.18.0:$PATH kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,SystemVerification,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables]: (17.486485208s)
I0420 13:22:47.134029 9717 kic_runner.go:91] Run: sudo /var/lib/minikube/binaries/v1.18.0/kubectl create --kubeconfig=/var/lib/minikube/kubeconfig -f -
I0420 13:22:47.573561 9717 kic_runner.go:91] Run: sudo /var/lib/minikube/binaries/v1.18.0/kubectl label nodes minikube.k8s.io/version=v1.9.2 minikube.k8s.io/commit=93af9c1e43cab9618e301bc9fa720c63d5efa393 minikube.k8s.io/name=minikube minikube.k8s.io/updated_at=2020_04_20T13_22_47_0700 --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0420 13:22:47.690320 9717 kic_runner.go:91] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0420 13:22:47.766552 9717 ops.go:35] apiserver oom_adj: -16
I0420 13:22:47.766612 9717 kic_runner.go:91] Run: sudo /var/lib/minikube/binaries/v1.18.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0420 13:22:47.875542 9717 kubeadm.go:794] duration metric: took 108.967171ms to wait for elevateKubeSystemPrivileges.
I0420 13:22:47.875561 9717 kubeadm.go:280] StartCluster complete in 18.776156547s
I0420 13:22:47.875574 9717 settings.go:123] acquiring lock: {Name:mka38e6d98ba4b3ca12911b7730c655289c87d20 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:47.875625 9717 settings.go:131] Updating kubeconfig: /home/aurelien/.kube/config
I0420 13:22:47.887212 9717 lock.go:35] WriteFile acquiring /home/aurelien/.kube/config: {Name:mk6624bc5cc76fcb30beb1c7182a4f459370260e Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0420 13:22:47.887377 9717 addons.go:292] enableAddons start: toEnable=map[], additional=[]
🌟 Enabling addons: default-storageclass, storage-provisioner
I0420 13:22:47.889721 9717 addons.go:46] Setting default-storageclass=true in profile "minikube"
I0420 13:22:47.889943 9717 addons.go:242] enableOrDisableStorageClasses default-storageclass=true on "minikube"
I0420 13:22:47.912952 9717 oci.go:250] executing with [docker inspect -f {{.State.Status}} minikube] timeout: 19s
I0420 13:22:47.989758 9717 addons.go:105] Setting addon default-storageclass=true in "minikube"
W0420 13:22:47.989835 9717 addons.go:120] addon default-storageclass should already be in state true
I0420 13:22:47.989951 9717 host.go:65] Checking if "minikube" exists ...
I0420 13:22:47.990130 9717 oci.go:250] executing with [docker inspect -f {{.State.Status}} minikube] timeout: 19s
I0420 13:22:48.028433 9717 addons.go:209] installing /etc/kubernetes/addons/storageclass.yaml
I0420 13:22:48.105015 9717 kic_runner.go:91] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.18.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0420 13:22:48.259251 9717 addons.go:71] Writing out "minikube" config to set default-storageclass=true...
I0420 13:22:48.259372 9717 addons.go:46] Setting storage-provisioner=true in profile "minikube"
I0420 13:22:48.259444 9717 addons.go:105] Setting addon storage-provisioner=true in "minikube"
W0420 13:22:48.259502 9717 addons.go:120] addon storage-provisioner should already be in state true
I0420 13:22:48.259513 9717 host.go:65] Checking if "minikube" exists ...
I0420 13:22:48.259700 9717 oci.go:250] executing with [docker inspect -f {{.State.Status}} minikube] timeout: 19s
I0420 13:22:48.301736 9717 addons.go:209] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0420 13:22:48.384341 9717 kic_runner.go:91] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.18.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0420 13:22:48.552775 9717 addons.go:71] Writing out "minikube" config to set storage-provisioner=true...
I0420 13:22:48.552906 9717 addons.go:294] enableAddons completed in 665.52866ms
I0420 13:22:48.558656 9717 api_server.go:46] waiting for apiserver process to appear ...
I0420 13:22:48.558691 9717 kic_runner.go:91] Run: sudo pgrep -xnf kube-apiserver.minikube.
I0420 13:22:48.633188 9717 api_server.go:66] duration metric: took 80.258791ms to wait for apiserver process to appear ...
I0420 13:22:48.633207 9717 api_server.go:82] waiting for apiserver healthz status ...
I0420 13:22:48.633217 9717 api_server.go:184] Checking apiserver healthz at https://172.17.0.2:8443/healthz ...
I0420 13:22:48.636372 9717 api_server.go:135] control plane version: v1.18.0
I0420 13:22:48.636385 9717 api_server.go:125] duration metric: took 3.171152ms to wait for apiserver health ...
I0420 13:22:48.636394 9717 system_pods.go:37] waiting for kube-system pods to appear ...
I0420 13:22:48.640415 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:48.640435 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:49.145107 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:49.145195 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:49.644909 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:49.644977 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:50.145037 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:50.145109 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:50.642143 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:50.642170 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:51.142091 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:51.142116 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:51.642472 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:51.642508 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:52.144141 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:52.144233 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:52.645281 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:52.645348 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:53.142335 9717 system_pods.go:55] 1 kube-system pods found
I0420 13:22:53.142355 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:53.648765 9717 system_pods.go:55] 4 kube-system pods found
I0420 13:22:53.648836 9717 system_pods.go:57] "etcd-minikube" [c72d1c5b-79ce-438e-868c-d2e589b6694c] Pending
I0420 13:22:53.648853 9717 system_pods.go:57] "kube-apiserver-minikube" [f9d824ec-d73b-4385-9d7f-5e4bec46dc73] Pending
I0420 13:22:53.648888 9717 system_pods.go:57] "kube-controller-manager-minikube" [eb6010d1-abb2-4a04-93dc-a2e521e827ac] Pending
I0420 13:22:53.648929 9717 system_pods.go:57] "storage-provisioner" [445874d9-e289-46d8-9924-c7ff30382ba9] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate.)
I0420 13:22:53.648972 9717 system_pods.go:68] duration metric: took 5.012566358s to wait for pod list to return data ...
I0420 13:22:53.648994 9717 kubeadm.go:397] duration metric: took 5.096065277s to wait for : map[apiserver:true system_pods:true] ...
🏄 Done! kubectl is now configured to use "minikube"
I0420 13:22:53.717188 9717 start.go:454] kubectl: 1.18.1, cluster: 1.18.0 (minor skew: 0)

</details>
@priyawadhwa priyawadhwa added the kind/bug Categorizes issue or PR as related to a bug. label Apr 20, 2020
@afbjorklund
Copy link
Collaborator

afbjorklund commented Apr 20, 2020

This seems to be highly dependent on the system. For instance, with dnsmasq instead of systemd:

$ tail -1 /etc/hosts
1.2.3.4 foo.bar
$ nslookup foo.bar
Server:		127.0.0.1
Address:	127.0.0.1#53

Non-authoritative answer:
*** Can't find foo.bar: No answer

It is still resolvable, e.g. by ping.

$ ping foo.bar
PING foo.bar (1.2.3.4) 56(84) bytes of data.
From 10.190.2.50 icmp_seq=1 Destination Net Unreachable
^C
--- foo.bar ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

It seems like the VirtualBox DNS server implements the same feature (as systemd-resolved does)

But that the Docker driver just goes to the regular DNS (in my case 8.8.8.8, no dnsmasq support...)

@priyawadhwa priyawadhwa added the kind/support Categorizes issue or PR as a support question. label Apr 20, 2020
@afbjorklund
Copy link
Collaborator

Same thing for the Podman driver. So it sounds more like a "missing feature", than an actual bug ?
Depending on the use case, something like the ingress-dns addon solves the opposite problem.

@AurelienGasser
Copy link
Author

AurelienGasser commented Apr 20, 2020

Here are more details about my use case:

I have an ingress which exposes the address foo.bar

  • From my host, I use /etc/hosts to point foo.bar to $(minikube ip). It works fine.
  • From inside the cluster, trying to resolve foo.bar doesn't work (since the /etc/hosts from the host is ignored)

@afbjorklund
Copy link
Collaborator

afbjorklund commented Apr 20, 2020

The feature is called "NAT DNS proxy";: https://www.virtualbox.org/manual/ch09.html#nat-adv-dns

EDIT: Or the actual feature is actually "Host DNS resolver", which is an add-on to that feature...

It is enabled by the machine virtualbox driver, when creating the VirtualBox virtual machine.

https://github.com/docker/machine/blob/v0.16.2/drivers/virtualbox/virtualbox.go#L394

	hostDNSResolver := "off"
	if d.HostDNSResolver {
		hostDNSResolver = "on"
	}
	dnsProxy := "off"
	if d.DNSProxy {
		dnsProxy = "on"
	}
		"--natdnshostresolver1", hostDNSResolver,
		"--natdnsproxy1", dnsProxy,

There is no built-in functionality to do the same for Docker, so workaround is to edit /etc/hosts.

@afbjorklund
Copy link
Collaborator

Theoretically one could deploy a similar DNS proxy on the host, and configure Docker to talk to it.

It might even be an existing project somewhere ? Sortof depends on how many hosts are involved...

There were some other nice use cases for this, like resolving various minikube profiles on host.

I seem to recall that someone was dabbling with it, but can only find sed hacks at the moment...

@afbjorklund
Copy link
Collaborator

This one looked promising, if someone wants to try it: https://github.com/janeczku/go-dnsmasq

@afbjorklund afbjorklund added co/docker-driver Issues related to kubernetes in container kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence. and removed kind/bug Categorizes issue or PR as related to a bug. labels Apr 20, 2020
@AurelienGasser
Copy link
Author

AurelienGasser commented Apr 20, 2020

@afbjorklund Thank you for the workaround. It appears that it fixes the DNS resolution from minikube ssh, but not from pods:

From minikube ssh

docker@minikube:~$ tail -1 /etc/hosts
1.2.3.4 foo.bar
docker@minikube:~$ ping foo.bar
PING foo.bar (1.2.3.4) 56(84) bytes of data.

From a pod running in minikube

root@mypod:/usr/src/app# ping foo.bar
ping: foo.bar: No address associated with hostname

Restarting the coredns pods doesn't help

@afbjorklund
Copy link
Collaborator

Well, the pod containers also have their own /etc/hosts...

This is why we have DNS, to not have to copy these things.

@AurelienGasser
Copy link
Author

FWIW the following hack does the trick:

Note: use with care: hostNetwork: true has security implications.

  • From minikube ssh, add entries to /etc/hosts
  • In the pod definition, add hostNetwork: true to the pod spec

When the pod is started, /etc/hosts entries get copied from the host into the pod.

@AurelienGasser AurelienGasser changed the title docker: Host DNS resolution docker: /etc/hosts entries from host machine are ignored Apr 23, 2020
@medyagh medyagh added co/virtualbox and removed co/docker-driver Issues related to kubernetes in container labels May 9, 2020
@sharifelgamal sharifelgamal added co/docker-driver Issues related to kubernetes in container and removed co/virtualbox labels Jul 22, 2020
@medyagh
Copy link
Member

medyagh commented Sep 23, 2020

I would accept a PR that makes docker driver act like our VM drivers ! this seems to be done by mimicking our machine driver for virtualbox https://github.com/machine-drivers/machine

@sharifelgamal sharifelgamal added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. and removed kind/support Categorizes issue or PR as a support question. labels Oct 28, 2020
@nooop3
Copy link

nooop3 commented Nov 27, 2020

How about adding a new parameter like --add-host to the docker run command?

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 25, 2021
@sharifelgamal sharifelgamal removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 17, 2021
@sharifelgamal sharifelgamal added the lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. label Mar 17, 2021
@medyagh
Copy link
Member

medyagh commented Mar 24, 2021

I would still accept a PR that would implement this feature

@abdennour
Copy link

go to /etc/docker/daemon.json ( create it if not exist) and add the following:

{
  "dns": ["my.dns.server.ip:port"]
 }

Where you can run your own dns server (i.e. coredns) and mount to it /etc/hosts format DB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

9 participants