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

controlPlane never updated to v1.18.x (new cluster, credentials issue) #8981

Closed
SeetaramOnCloud opened this issue Aug 12, 2020 · 9 comments
Closed
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@SeetaramOnCloud
Copy link

Steps to reproduce the issue:

1.* minikube v1.12.2 on Microsoft Windows 10 Home 10.0.18362 Build 18362

  • Using the virtualbox driver based on user configuration
  • Starting control plane node minikube in cluster minikube
  • Downloading Kubernetes v1.18.3 preload ...

    preloaded-images-k8s-v5-v1.18.3-docker-overlay2-amd64.tar.lz4: 510.91 MiB

  • Creating virtualbox VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
  • Found network options:
    • NO_PROXY=192.168.99.100
    • no_proxy=192.168.99.100
  • Preparing Kubernetes v1.18.3 on Docker 19.03.12 ...
    • env NO_PROXY=192.168.99.100
  • Verifying Kubernetes components...
    ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Unauthorized]
  • Enabled addons: default-storageclass, storage-provisioner

X failed to start node: startup failed: wait 6m0s for node: wait for healthy API server: controlPlane never updated to v1.18.3
*

Full output of failed command:

Full output of minikube start command used, if not already included:

Optional: Full output of minikube logs command:

@tstromberg tstromberg changed the title unable to start minikube v1.12.2: controlPlane never updated to v1.18.3 Aug 12, 2020
@tstromberg
Copy link
Contributor

Do you mind including the output of minikube logs, as well as the output of:

  • minikube delete
  • minikube start --alsologtostderr -v=2

Thank you!

@tstromberg
Copy link
Contributor

(At a minimum, we should fix this misleading/confusing error message)

@priyawadhwa priyawadhwa added triage/needs-information Indicates an issue needs more information in order to work on it. kind/support Categorizes issue or PR as a support question. labels Aug 12, 2020
@SeetaramOnCloud
Copy link
Author

SeetaramOnCloud commented Aug 12, 2020

Hi,
i executed above commands
Microsoft Windows [Version 10.0.18362.959]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\seeta>minikube delete

  • Deleting "minikube" in virtualbox ...
  • Removed all traces of the "minikube" cluster.
C:\Users\seeta>minikube start --alsologtostderr -v=2
I0812 15:58:08.323672   22156 out.go:191] Setting JSON to false
I0812 15:58:08.327576   22156 start.go:100] hostinfo: {"hostname":"LAPTOP-036M8VES","uptime":1836713,"bootTime":1595425575,"procs":254,"os":"windows","platform":"Microsoft Windows 10 Home","platformFamily":"Standalone Workstation","platformVersion":"10.0.18362 Build 18362","kernelVersion":"","virtualizationSystem":"","virtualizationRole":"","hostid":"06a48f8e-2ca5-412b-8814-cb39a44e6e09"}
W0812 15:58:08.327576   22156 start.go:108] gopshost.Virtualization returned error: not implemented yet
* minikube v1.12.2 on Microsoft Windows 10 Home 10.0.18362 Build 18362
I0812 15:58:08.331480   22156 notify.go:125] Checking for updates...
I0812 15:58:08.332456   22156 driver.go:287] Setting default libvirt URI to qemu:///system
I0812 15:58:08.332456   22156 global.go:102] Querying for installed drivers using PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLI\bin\;C:\kishore\software\nodejs\;C:\Program Files\PuTTY\;C:\Program Files\Kubernetes\Minikube;C:\Users\seeta\AppData\Local\Microsoft\WindowsApps;C:\kishore\dev\softwares\java8\bin;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\seeta\AppData\Roaming\npm;
I0812 15:58:08.350029   22156 global.go:110] vmware priority: 6, state: {Installed:false Healthy:false NeedsImprovement:false Error:exec: "docker-machine-driver-vmware": executable file not found in %PATH% Fix:Install docker-machine-driver-vmware Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/vmware/}
I0812 15:58:08.365676   22156 global.go:110] docker priority: 8, state: {Installed:false Healthy:false NeedsImprovement:false Error:exec: "docker": executable file not found in %PATH% Fix:Install Docker Doc:https://minikube.sigs.k8s.io/docs/drivers/docker/}
I0812 15:58:08.853640   22156 global.go:110] hyperv priority: 7, state: {Installed:false Healthy:false NeedsImprovement:false Error:C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe @(Get-Wmiobject Win32_ComputerSystem).HypervisorPresent returned "False\r\n" Fix:Enable Hyper-V: Start PowerShell as Administrator, and run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All' Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/hyperv/}
I0812 15:58:08.869289   22156 global.go:110] podman priority: 2, state: {Installed:false Healthy:false NeedsImprovement:false Error:exec: "podman": executable file not found in %PATH% Fix:Install Podman Doc:https://minikube.sigs.k8s.io/docs/drivers/podman/}
I0812 15:58:08.927849   22156 global.go:110] virtualbox priority: 5, state: {Installed:true Healthy:true NeedsImprovement:false Error:<nil> Fix: Doc:}
I0812 15:58:08.927849   22156 driver.go:244] "virtualbox" has a higher priority (5) than "" (0)
I0812 15:58:08.928791   22156 driver.go:269] Picked: virtualbox
I0812 15:58:08.930744   22156 driver.go:270] Alternatives: []
I0812 15:58:08.930744   22156 driver.go:271] Rejects: [vmware docker hyperv podman]
* Automatically selected the virtualbox driver
I0812 15:58:08.932695   22156 start.go:229] selected driver: virtualbox
I0812 15:58:08.933671   22156 start.go:635] validating driver "virtualbox" against <nil>
I0812 15:58:08.933671   22156 start.go:646] status for virtualbox: {Installed:true Healthy:true NeedsImprovement:false Error:<nil> Fix: Doc:}
I0812 15:58:10.023876   22156 start_flags.go:223] no existing cluster config was found, will generate one from the flags
I0812 15:58:10.023876   22156 start_flags.go:241] Using suggested 4000MB memory alloc based on sys=16267MB, container=0MB
I0812 15:58:10.025815   22156 start_flags.go:613] Wait components to verify : map[apiserver:true system_pods:true]
I0812 15:58:10.026835   22156 cni.go:74] Creating CNI manager for ""
I0812 15:58:10.027767   22156 cni.go:117] CNI unnecessary in this configuration, recommending no CNI
I0812 15:58:10.028741   22156 start_flags.go:344] config:
{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.11@sha256:6fee59db7d67ed8ae6835e4bcb02f32056dc95f11cb369c51e352b62dd198aa0 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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.3 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] VerifyComponents:map[apiserver:true system_pods:true]}
I0812 15:58:10.029717   22156 iso.go:118] acquiring lock: {Name:mkf827b5ff28b093e7d8540a7bf90f2213c4b2f9 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
* Starting control plane node minikube in cluster minikube
I0812 15:58:10.031670   22156 preload.go:97] Checking if preload exists for k8s version v1.18.3 and runtime docker
I0812 15:58:10.032646   22156 preload.go:105] Found local preload: C:\Users\seeta\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v5-v1.18.3-docker-overlay2-amd64.tar.lz4
I0812 15:58:10.032646   22156 cache.go:51] Caching tarball of preloaded images
I0812 15:58:10.033621   22156 preload.go:131] Found C:\Users\seeta\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v5-v1.18.3-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I0812 15:58:10.035594   22156 cache.go:54] Finished verifying existence of preloaded tar for  v1.18.3 on docker
I0812 15:58:10.036550   22156 profile.go:150] Saving config to C:\Users\seeta\.minikube\profiles\minikube\config.json ...
I0812 15:58:10.036550   22156 lock.go:35] WriteFile acquiring C:\Users\seeta\.minikube\profiles\minikube\config.json: {Name:mkc3228c41b41bfb69962314d66a343f1bd5f055 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0812 15:58:10.038501   22156 cache.go:181] Successfully downloaded all kic artifacts
I0812 15:58:10.039477   22156 start.go:241] acquiring machines lock for minikube: {Name:mk86d284953c052a5e78b1c2f3cd5a6c54949e5f Clock:{} Delay:500ms Timeout:15m0s Cancel:<nil>}
I0812 15:58:10.039477   22156 start.go:245] acquired machines lock for "minikube" in 0s
I0812 15:58:10.040454   22156 start.go:85] Provisioning new machine with config: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.12.2.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.11@sha256:6fee59db7d67ed8ae6835e4bcb02f32056dc95f11cb369c51e352b62dd198aa0 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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.3 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.18.3 ControlPlane:true Worker:true}] Addons:map[] VerifyComponents:map[apiserver:true system_pods:true]} &{Name: IP: Port:8443 KubernetesVersion:v1.18.3 ControlPlane:true Worker:true}
I0812 15:58:10.040454   22156 start.go:122] createHost starting for "" (driver="virtualbox")
* Creating virtualbox VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
I0812 15:58:10.043381   22156 start.go:158] libmachine.API.Create for "minikube" (driver="virtualbox")
I0812 15:58:10.043381   22156 client.go:161] LocalClient.Create starting
I0812 15:58:10.043381   22156 main.go:115] libmachine: Reading certificate data from C:\Users\seeta\.minikube\certs\ca.pem
I0812 15:58:10.047287   22156 main.go:115] libmachine: Decoding PEM data...
I0812 15:58:10.047287   22156 main.go:115] libmachine: Parsing certificate...
I0812 15:58:10.048261   22156 main.go:115] libmachine: Reading certificate data from C:\Users\seeta\.minikube\certs\cert.pem
I0812 15:58:10.052166   22156 main.go:115] libmachine: Decoding PEM data...
I0812 15:58:10.052166   22156 main.go:115] libmachine: Parsing certificate...
I0812 15:58:10.052166   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe --version
I0812 15:58:10.089294   22156 main.go:115] libmachine: STDOUT:
{
5.2.30r130521
}
I0812 15:58:10.089294   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:10.109789   22156 main.go:115] libmachine: Hyper-V is not installed.
%!(EXTRA *exec.Error=exec: "vmms.exe": executable file not found in %PATH%)
I0812 15:58:10.109789   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
I0812 15:58:10.284501   22156 main.go:115] libmachine: STDOUT:
{
Name:            VirtualBox Host-Only Ethernet Adapter #3
GUID:            113c9f5e-9404-4986-94f3-72b955923de1
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::7d62:c842:858d:d972
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:04
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3

}
I0812 15:58:10.284501   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:10.288359   22156 main.go:115] libmachine: Downloading C:\Users\seeta\.minikube\cache\boot2docker.iso from file://C:/Users/seeta/.minikube/cache/iso/minikube-v1.12.2.iso...
I0812 15:58:10.529428   22156 main.go:115] libmachine: Creating VirtualBox VM...
I0812 15:58:10.529428   22156 main.go:115] libmachine: Creating SSH key...
I0812 15:58:10.616294   22156 main.go:115] libmachine: Creating disk image...
I0812 15:58:10.617290   22156 main.go:115] libmachine: Creating 20000 MB hard disk image...
I0812 15:58:10.618245   22156 main.go:115] libmachine: Writing magic tar header
I0812 15:58:10.620198   22156 main.go:115] libmachine: Writing SSH key tar header
I0812 15:58:10.620198   22156 main.go:115] libmachine: Calling inner createDiskImage
I0812 15:58:10.621178   22156 main.go:115] libmachine: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe convertfromraw stdin C:\Users\seeta\.minikube\machines\minikube\disk.vmdk 20971520000 --format VMDK
I0812 15:58:10.621178   22156 main.go:115] libmachine: Starting command
I0812 15:58:10.632884   22156 main.go:115] libmachine: Copying to stdin
I0812 15:58:10.664152   22156 main.go:115] libmachine: Filling zeroes
I0812 15:58:23.633185   22156 main.go:115] libmachine: Closing STDIN
I0812 15:58:23.633185   22156 main.go:115] libmachine: Waiting on cmd
I0812 15:58:23.646898   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe createvm --basefolder C:\Users\seeta\.minikube\machines\minikube --name minikube --register
I0812 15:58:23.707390   22156 main.go:115] libmachine: STDOUT:
{
Virtual machine 'minikube' is created and registered.
UUID: 726e1850-32ee-476d-a78a-8dac96daab02
Settings file: 'C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.vbox'
}
I0812 15:58:23.707390   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:23.709371   22156 main.go:115] libmachine: VM CPUS: 2
I0812 15:58:23.710289   22156 main.go:115] libmachine: VM Memory: 4000
I0812 15:58:23.710289   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm minikube --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --ostype Linux26_64 --cpus 2 --memory 4000 --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
I0812 15:58:23.774705   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:23.774705   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:23.775683   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm minikube --nic1 nat --nictype1 virtio --cableconnected1 on
I0812 15:58:23.837195   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:23.837195   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:23.838144   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe storagectl minikube --name SATA --add sata --hostiocache on
I0812 15:58:23.899677   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:23.899677   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:23.900636   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe storageattach minikube --storagectl SATA --port 0 --device 0 --type dvddrive --medium C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso
I0812 15:58:23.962096   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:23.962096   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:23.963072   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe storageattach minikube --storagectl SATA --port 1 --device 0 --type hdd --medium C:\Users\seeta\.minikube\machines\minikube\disk.vmdk
I0812 15:58:24.029440   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:24.029440   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:24.031392   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe guestproperty set minikube /VirtualBox/GuestAdd/SharedFolders/MountPrefix /
I0812 15:58:24.091903   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:24.091903   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:24.092881   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe guestproperty set minikube /VirtualBox/GuestAdd/SharedFolders/MountDir /
I0812 15:58:24.154368   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:24.154368   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:24.155344   22156 main.go:115] libmachine: setting up shareDir '\\?\c:\Users' -> 'c/Users'
I0812 15:58:24.156325   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe sharedfolder add minikube --name c/Users --hostpath \\?\c:\Users --automount
I0812 15:58:24.216832   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:24.216832   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:24.217807   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe setextradata minikube VBoxInternal2/SharedFoldersEnableSymlinksCreate/c/Users 1
I0812 15:58:27.280491   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:27.280491   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.281505   22156 main.go:115] libmachine: Starting the VM...
I0812 15:58:27.283446   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:58:27.351774   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:23.687000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
}
I0812 15:58:27.352752   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.356619   22156 main.go:115] libmachine: Check network to re-create if needed...
I0812 15:58:27.357603   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
I0812 15:58:27.465931   22156 main.go:115] libmachine: STDOUT:
{
Name:            VirtualBox Host-Only Ethernet Adapter #3
GUID:            113c9f5e-9404-4986-94f3-72b955923de1
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::7d62:c842:858d:d972
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:04
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3

}
I0812 15:58:27.465931   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.580122   22156 main.go:115] libmachine: Searching for hostonly interface for IPv4: 192.168.99.1 and Mask: ffffff00
I0812 15:58:27.580122   22156 main.go:115] libmachine: Found: VirtualBox Host-Only Ethernet Adapter #3
I0812 15:58:27.581149   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list dhcpservers
I0812 15:58:27.634812   22156 main.go:115] libmachine: STDOUT:
{
NetworkName:    HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3
IP:             192.168.99.18
NetworkMask:    255.255.255.0
lowerIPAddress: 192.168.99.100
upperIPAddress: 192.168.99.254
Enabled:        Yes

}
I0812 15:58:27.634812   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.635755   22156 main.go:115] libmachine: Removing orphan DHCP servers...
I0812 15:58:27.636730   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
I0812 15:58:27.746081   22156 main.go:115] libmachine: STDOUT:
{
Name:            VirtualBox Host-Only Ethernet Adapter #3
GUID:            113c9f5e-9404-4986-94f3-72b955923de1
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::7d62:c842:858d:d972
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:04
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3

}
I0812 15:58:27.746081   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.748970   22156 main.go:115] libmachine: Adding/Modifying DHCP server "192.168.99.4" with address range "192.168.99.100" - "192.168.99.254"...
I0812 15:58:27.748970   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list dhcpservers
I0812 15:58:27.802649   22156 main.go:115] libmachine: STDOUT:
{
NetworkName:    HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3
IP:             192.168.99.18
NetworkMask:    255.255.255.0
lowerIPAddress: 192.168.99.100
upperIPAddress: 192.168.99.254
Enabled:        Yes

}
I0812 15:58:27.802649   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.804603   22156 main.go:115] libmachine: Windows might ask for the permission to configure a dhcp server. Sometimes, such confirmation window is minimized in the taskbar.
I0812 15:58:27.805580   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe dhcpserver modify --netname HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3 --ip 192.168.99.4 --netmask 255.255.255.0 --lowerip 192.168.99.100 --upperip 192.168.99.254 --enable
I0812 15:58:27.865113   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:27.865113   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.867077   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm minikube --nic2 hostonly --nictype2 virtio --nicpromisc2 deny --hostonlyadapter2 VirtualBox Host-Only Ethernet Adapter #3 --cableconnected2 on
I0812 15:58:27.933474   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:27.933474   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:27.935386   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm minikube --natpf1 delete ssh
I0812 15:58:27.995932   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:27.995932   22156 main.go:115] libmachine: STDERR:
{
VBoxManage.exe: error: Code E_INVALIDARG (0x80070057) - One or more arguments are invalid (extended info not available)
VBoxManage.exe: error: Context: "RemoveRedirect(Bstr(ValueUnion.psz).raw())" at line 1884 of file VBoxManageModifyVM.cpp}
I0812 15:58:27.996874   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modifyvm minikube --natpf1 ssh,tcp,127.0.0.1,60292,,22
I0812 15:58:28.057420   22156 main.go:115] libmachine: STDOUT:
{
}
I0812 15:58:28.057420   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:28.059340   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless
I0812 15:58:32.078500   22156 main.go:115] libmachine: STDOUT:
{
Waiting for VM "minikube" to power on...
VM "minikube" has been successfully started.
}
I0812 15:58:32.078500   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:58:32.079477   22156 main.go:115] libmachine: Checking vm logs: C:\Users\seeta\.minikube\machines\minikube\minikube\Logs\VBox.log
I0812 15:58:32.090220   22156 main.go:115] libmachine: Waiting for an IP...
I0812 15:58:32.091191   22156 main.go:115] libmachine: Getting to WaitForSSH function...
I0812 15:58:32.102901   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:58:32.103876   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:58:32.103876   22156 main.go:115] libmachine: About to run SSH command:
exit 0
I0812 15:59:02.881013   22156 main.go:115] libmachine: SSH cmd err, output: <nil>:
I0812 15:59:02.881013   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:03.020616   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:03.022558   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:03.026435   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:03.101588   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:03.104517   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:03.108420   22156 main.go:115] libmachine: Host-only MAC: 08002751aeb0

I0812 15:59:03.120132   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:03.120132   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:03.121111   22156 main.go:115] libmachine: About to run SSH command:
ip addr show
I0812 15:59:03.246037   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86393sec preferred_lft 86393sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1193sec preferred_lft 1193sec
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

I0812 15:59:03.247012   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86393sec preferred_lft 86393sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1193sec preferred_lft 1193sec
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

I0812 15:59:03.248965   22156 main.go:115] libmachine: IP is 192.168.99.101
I0812 15:59:03.249940   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:03.321235   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:03.323139   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:03.326068   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:03.398326   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:03.400243   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:03.403191   22156 main.go:115] libmachine: Host-only MAC: 08002751aeb0

I0812 15:59:03.414923   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:03.415862   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:03.415862   22156 main.go:115] libmachine: About to run SSH command:
ip addr show
I0812 15:59:03.529087   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86392sec preferred_lft 86392sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1192sec preferred_lft 1192sec
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

I0812 15:59:03.529087   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86392sec preferred_lft 86392sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1192sec preferred_lft 1192sec
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

I0812 15:59:03.532019   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe list hostonlyifs
I0812 15:59:03.642358   22156 main.go:115] libmachine: STDOUT:
{
Name:            VirtualBox Host-Only Ethernet Adapter #3
GUID:            113c9f5e-9404-4986-94f3-72b955923de1
DHCP:            Disabled
IPAddress:       192.168.99.1
NetworkMask:     255.255.255.0
IPV6Address:     fe80::7d62:c842:858d:d972
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:04
MediumType:      Ethernet
Wireless:        No
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3

}
I0812 15:59:03.653062   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:03.777954   22156 main.go:115] libmachine: Found: VirtualBox Host-Only Ethernet Adapter #3
I0812 15:59:03.777954   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:03.854083   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:03.856034   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:03.860934   22156 machine.go:88] provisioning docker machine ...
I0812 15:59:03.863842   22156 buildroot.go:163] provisioning hostname "minikube"
I0812 15:59:03.878484   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:03.879460   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:03.879460   22156 main.go:115] libmachine: About to run SSH command:
sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname
I0812 15:59:04.005365   22156 main.go:115] libmachine: SSH cmd err, output: <nil>: minikube

I0812 15:59:04.016100   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:04.017076   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:04.017076   22156 main.go:115] 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
I0812 15:59:04.123459   22156 main.go:115] libmachine: SSH cmd err, output: <nil>:
I0812 15:59:04.123459   22156 buildroot.go:169] set auth options {CertDir:C:\Users\seeta\.minikube CaCertPath:C:\Users\seeta\.minikube\certs\ca.pem CaPrivateKeyPath:C:\Users\seeta\.minikube\certs\ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:C:\Users\seeta\.minikube\machines\server.pem ServerKeyPath:C:\Users\seeta\.minikube\machines\server-key.pem ClientKeyPath:C:\Users\seeta\.minikube\certs\key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:C:\Users\seeta\.minikube\certs\cert.pem ServerCertSANs:[] StorePath:C:\Users\seeta\.minikube}
I0812 15:59:04.124434   22156 buildroot.go:171] setting up certificates
I0812 15:59:04.126429   22156 provision.go:82] configureAuth start
I0812 15:59:04.127363   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:04.196699   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:04.197678   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:04.201537   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:04.272834   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:04.274786   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:04.277666   22156 main.go:115] libmachine: Host-only MAC: 08002751aeb0

I0812 15:59:04.289411   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:04.289411   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:04.289411   22156 main.go:115] libmachine: About to run SSH command:
ip addr show
I0812 15:59:04.402610   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86391sec preferred_lft 86391sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1191sec preferred_lft 1191sec
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

I0812 15:59:04.402610   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86391sec preferred_lft 86391sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1191sec preferred_lft 1191sec
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

I0812 15:59:04.405524   22156 provision.go:131] copyHostCerts
I0812 15:59:04.406500   22156 exec_runner.go:91] found C:\Users\seeta\.minikube/ca.pem, removing ...
I0812 15:59:04.407475   22156 exec_runner.go:98] cp: C:\Users\seeta\.minikube\certs\ca.pem --> C:\Users\seeta\.minikube/ca.pem (1034 bytes)
I0812 15:59:04.409426   22156 exec_runner.go:91] found C:\Users\seeta\.minikube/cert.pem, removing ...
I0812 15:59:04.409426   22156 exec_runner.go:98] cp: C:\Users\seeta\.minikube\certs\cert.pem --> C:\Users\seeta\.minikube/cert.pem (1074 bytes)
I0812 15:59:04.413358   22156 exec_runner.go:91] found C:\Users\seeta\.minikube/key.pem, removing ...
I0812 15:59:04.416258   22156 exec_runner.go:98] cp: C:\Users\seeta\.minikube\certs\key.pem --> C:\Users\seeta\.minikube/key.pem (1675 bytes)
I0812 15:59:04.417235   22156 provision.go:105] generating server cert: C:\Users\seeta\.minikube\machines\server.pem ca-key=C:\Users\seeta\.minikube\certs\ca.pem private-key=C:\Users\seeta\.minikube\certs\ca-key.pem org=seeta.minikube san=[192.168.99.101 localhost 127.0.0.1 minikube minikube]
I0812 15:59:04.768593   22156 provision.go:159] copyRemoteCerts
I0812 15:59:04.787175   22156 ssh_runner.go:148] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0812 15:59:04.788114   22156 sshutil.go:44] new ssh client: &{IP:127.0.0.1 Port:60292 SSHKeyPath:C:\Users\seeta\.minikube\machines\minikube\id_rsa Username:docker}
I0812 15:59:04.844722   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\certs\ca.pem --> /etc/docker/ca.pem (1034 bytes)
I0812 15:59:04.863267   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\machines\server.pem --> /etc/docker/server.pem (1143 bytes)
I0812 15:59:04.877944   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\machines\server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0812 15:59:04.897426   22156 provision.go:85] duration metric: configureAuth took 770.0633ms
I0812 15:59:04.897426   22156 buildroot.go:186] setting minikube options for container-runtime
I0812 15:59:04.910119   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:04.911123   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:04.911123   22156 main.go:115] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0812 15:59:05.023330   22156 main.go:115] libmachine: SSH cmd err, output: <nil>: tmpfs

I0812 15:59:05.023330   22156 buildroot.go:70] root file system type: tmpfs
I0812 15:59:05.026259   22156 provision.go:290] Updating docker unit: /lib/systemd/system/docker.service ...
I0812 15:59:05.038945   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:05.039922   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:05.042848   22156 main.go:115] 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

Environment="NO_PROXY=192.168.99.100"


# 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
I0812 15:59:05.170744   22156 main.go:115] 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

Environment=NO_PROXY=192.168.99.100


# 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

I0812 15:59:05.183394   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:05.184369   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:05.184369   22156 main.go:115] 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 systemctl -f enable docker && sudo systemctl -f restart docker; }
I0812 15:59:06.005184   22156 main.go:115] libmachine: SSH cmd err, output: <nil>: diff: can't stat '/lib/systemd/system/docker.service': No such file or directory
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /usr/lib/systemd/system/docker.service.

I0812 15:59:06.007145   22156 machine.go:91] provisioned docker machine in 2.1433032s
I0812 15:59:06.010063   22156 client.go:164] LocalClient.Create took 55.9666813s
I0812 15:59:06.012063   22156 start.go:163] duration metric: libmachine.API.Create for "minikube" took 55.9686813s
I0812 15:59:06.012063   22156 start.go:204] post-start starting for "minikube" (driver="virtualbox")
I0812 15:59:06.012992   22156 start.go:214] 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]
I0812 15:59:06.032547   22156 ssh_runner.go:148] 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
I0812 15:59:06.033487   22156 sshutil.go:44] new ssh client: &{IP:127.0.0.1 Port:60292 SSHKeyPath:C:\Users\seeta\.minikube\machines\minikube\id_rsa Username:docker}
I0812 15:59:06.117424   22156 ssh_runner.go:148] Run: cat /etc/os-release
I0812 15:59:06.123327   22156 info.go:101] Remote host: Buildroot 2019.02.11
I0812 15:59:06.123327   22156 filesync.go:118] Scanning C:\Users\seeta\.minikube\addons for local assets ...
I0812 15:59:06.124255   22156 filesync.go:118] Scanning C:\Users\seeta\.minikube\files for local assets ...
I0812 15:59:06.125232   22156 start.go:207] post-start completed in 112.2395ms
I0812 15:59:06.130111   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:06.210183   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:06.212096   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:06.217950   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:06.299961   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:06.300911   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:06.305791   22156 main.go:115] libmachine: Host-only MAC: 08002751aeb0

I0812 15:59:06.318479   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:06.318479   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:06.321408   22156 main.go:115] libmachine: About to run SSH command:
ip addr show
I0812 15:59:06.448287   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86389sec preferred_lft 86389sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1189sec preferred_lft 1189sec
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:94:3b:5e:45 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

I0812 15:59:06.448287   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86389sec preferred_lft 86389sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1189sec preferred_lft 1189sec
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:94:3b:5e:45 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

I0812 15:59:06.451215   22156 profile.go:150] Saving config to C:\Users\seeta\.minikube\profiles\minikube\config.json ...
I0812 15:59:06.456094   22156 start.go:125] duration metric: createHost completed in 56.414664s
I0812 15:59:06.456094   22156 start.go:76] releasing machines lock for "minikube", held for 56.4166166s
I0812 15:59:06.457070   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:06.528318   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:06.530271   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:06.533198   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:06.605422   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:06.606399   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:06.609326   22156 main.go:115] libmachine: Host-only MAC: 08002751aeb0

I0812 15:59:06.622016   22156 main.go:115] libmachine: Using SSH client type: native
I0812 15:59:06.622016   22156 main.go:115] libmachine: &{{{<nil> 0 [] [] []} docker [0x7b7420] 0x7b73f0 <nil>  [] 0s} 127.0.0.1 60292 <nil> <nil>}
I0812 15:59:06.622016   22156 main.go:115] libmachine: About to run SSH command:
ip addr show
I0812 15:59:06.731327   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86389sec preferred_lft 86389sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1189sec preferred_lft 1189sec
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:94:3b:5e:45 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

I0812 15:59:06.732303   22156 main.go:115] 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:92:f3:c1 brd ff:ff:ff:ff:ff:ff
    inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
       valid_lft 86389sec preferred_lft 86389sec
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 08:00:27:51:ae:b0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.101/24 brd 192.168.99.255 scope global dynamic eth1
       valid_lft 1189sec preferred_lft 1189sec
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:94:3b:5e:45 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

* Found network options:
  - NO_PROXY=192.168.99.100
W0812 15:59:06.736234   22156 proxy.go:117] fail to check proxy env: Error ip not in block
  - no_proxy=192.168.99.100
W0812 15:59:06.739135   22156 proxy.go:117] fail to check proxy env: Error ip not in block
W0812 15:59:06.741135   22156 proxy.go:117] fail to check proxy env: Error ip not in block
I0812 15:59:06.744992   22156 ssh_runner.go:148] Run: curl -sS -m 2 https://k8s.gcr.io/
I0812 15:59:06.745968   22156 sshutil.go:44] new ssh client: &{IP:127.0.0.1 Port:60292 SSHKeyPath:C:\Users\seeta\.minikube\machines\minikube\id_rsa Username:docker}
I0812 15:59:06.760606   22156 ssh_runner.go:148] Run: systemctl --version
I0812 15:59:06.760606   22156 sshutil.go:44] new ssh client: &{IP:127.0.0.1 Port:60292 SSHKeyPath:C:\Users\seeta\.minikube\machines\minikube\id_rsa Username:docker}
I0812 15:59:07.125630   22156 preload.go:97] Checking if preload exists for k8s version v1.18.3 and runtime docker
I0812 15:59:07.126606   22156 preload.go:105] Found local preload: C:\Users\seeta\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v5-v1.18.3-docker-overlay2-amd64.tar.lz4
I0812 15:59:07.144174   22156 ssh_runner.go:148] Run: docker images --format {{.Repository}}:{{.Tag}}
I0812 15:59:07.180286   22156 docker.go:381] Got preloaded images:
I0812 15:59:07.180286   22156 docker.go:386] k8s.gcr.io/kube-proxy:v1.18.3 wasn't preloaded
I0812 15:59:07.198829   22156 ssh_runner.go:148] Run: sudo cat /var/lib/docker/image/overlay2/repositories.json
I0812 15:59:07.223269   22156 ssh_runner.go:148] Run: which lz4
I0812 15:59:07.249616   22156 ssh_runner.go:148] Run: stat -c "%s %y" /preloaded.tar.lz4
I0812 15:59:07.254462   22156 ssh_runner.go:205] existence check for /preloaded.tar.lz4: stat -c "%s %y" /preloaded.tar.lz4: Process exited with status 1
stdout:

stderr:
stat: cannot stat '/preloaded.tar.lz4': No such file or directory
I0812 15:59:07.254462   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v5-v1.18.3-docker-overlay2-amd64.tar.lz4 --> /preloaded.tar.lz4 (535731177 bytes)
I0812 15:59:18.081213   22156 docker.go:347] Took 10.849163 seconds to copy over tarball
I0812 15:59:18.097805   22156 ssh_runner.go:148] Run: sudo tar -I lz4 -C /var -xvf /preloaded.tar.lz4
I0812 15:59:23.942110   22156 ssh_runner.go:188] Completed: sudo tar -I lz4 -C /var -xvf /preloaded.tar.lz4: (5.8443056s)
I0812 15:59:23.943060   22156 ssh_runner.go:99] rm: /preloaded.tar.lz4
I0812 15:59:24.006499   22156 ssh_runner.go:148] Run: sudo cat /var/lib/docker/image/overlay2/repositories.json
I0812 15:59:24.013374   22156 ssh_runner.go:215] scp memory --> /var/lib/docker/image/overlay2/repositories.json (3124 bytes)
I0812 15:59:24.047491   22156 ssh_runner.go:148] Run: sudo systemctl daemon-reload
I0812 15:59:24.208533   22156 ssh_runner.go:148] Run: sudo systemctl restart docker
I0812 15:59:25.820883   22156 ssh_runner.go:188] Completed: sudo systemctl restart docker: (1.6113684s)
I0812 15:59:25.838449   22156 ssh_runner.go:148] Run: sudo systemctl is-active --quiet service containerd
I0812 15:59:25.873584   22156 ssh_runner.go:148] Run: sudo systemctl cat docker.service
I0812 15:59:25.906768   22156 ssh_runner.go:148] Run: sudo systemctl is-active --quiet service containerd
I0812 15:59:25.938977   22156 ssh_runner.go:148] Run: sudo systemctl is-active --quiet service crio
I0812 15:59:25.970208   22156 ssh_runner.go:148] Run: sudo systemctl daemon-reload
I0812 15:59:26.156661   22156 ssh_runner.go:148] Run: sudo systemctl start docker
I0812 15:59:26.185903   22156 ssh_runner.go:148] Run: docker version --format {{.Server.Version}}
* Preparing Kubernetes v1.18.3 on Docker 19.03.12 ...
  - env NO_PROXY=192.168.99.100
I0812 15:59:26.427012   22156 ssh_runner.go:148] Run: grep 192.168.99.1 host.minikube.internal$ /etc/hosts
I0812 15:59:26.432880   22156 ssh_runner.go:148] Run: /bin/bash -c "{ grep -v '\thost.minikube.internal$' /etc/hosts; echo "192.168.99.1        host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ /etc/hosts"
I0812 15:59:26.443604   22156 localpath.go:79] copying C:\Users\seeta\.minikube\client.crt -> C:\Users\seeta\.minikube\profiles\minikube\client.crt
I0812 15:59:26.449424   22156 localpath.go:99] copying C:\Users\seeta\.minikube\client.key -> C:\Users\seeta\.minikube\profiles\minikube\client.key
I0812 15:59:26.452372   22156 preload.go:97] Checking if preload exists for k8s version v1.18.3 and runtime docker
I0812 15:59:26.452372   22156 preload.go:105] Found local preload: C:\Users\seeta\.minikube\cache\preloaded-tarball\preloaded-images-k8s-v5-v1.18.3-docker-overlay2-amd64.tar.lz4
I0812 15:59:26.468945   22156 ssh_runner.go:148] Run: docker images --format {{.Repository}}:{{.Tag}}
I0812 15:59:26.506032   22156 docker.go:381] Got preloaded images: -- stdout --
gcr.io/k8s-minikube/storage-provisioner:v2
kubernetesui/dashboard:v2.0.1
k8s.gcr.io/kube-proxy:v1.18.3
k8s.gcr.io/kube-scheduler:v1.18.3
k8s.gcr.io/kube-controller-manager:v1.18.3
k8s.gcr.io/kube-apiserver:v1.18.3
kubernetesui/metrics-scraper:v1.0.4
k8s.gcr.io/pause:3.2
k8s.gcr.io/coredns:1.6.7
k8s.gcr.io/etcd:3.4.3-0

-- /stdout --
I0812 15:59:26.506032   22156 docker.go:319] Images already preloaded, skipping extraction
I0812 15:59:26.525551   22156 ssh_runner.go:148] Run: docker images --format {{.Repository}}:{{.Tag}}
I0812 15:59:26.565569   22156 docker.go:381] Got preloaded images: -- stdout --
gcr.io/k8s-minikube/storage-provisioner:v2
kubernetesui/dashboard:v2.0.1
k8s.gcr.io/kube-proxy:v1.18.3
k8s.gcr.io/kube-scheduler:v1.18.3
k8s.gcr.io/kube-apiserver:v1.18.3
k8s.gcr.io/kube-controller-manager:v1.18.3
kubernetesui/metrics-scraper:v1.0.4
k8s.gcr.io/pause:3.2
k8s.gcr.io/coredns:1.6.7
k8s.gcr.io/etcd:3.4.3-0

-- /stdout --
I0812 15:59:26.565569   22156 cache_images.go:69] Images are preloaded, skipping loading
I0812 15:59:26.586063   22156 ssh_runner.go:148] Run: docker info --format {{.CgroupDriver}}
I0812 15:59:26.633888   22156 cni.go:74] Creating CNI manager for ""
I0812 15:59:26.633888   22156 cni.go:117] CNI unnecessary in this configuration, recommending no CNI
I0812 15:59:26.634864   22156 kubeadm.go:84] Using pod CIDR:
I0812 15:59:26.636816   22156 kubeadm.go:150] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet: AdvertiseAddress:192.168.99.101 APIServerPort:8443 KubernetesVersion:v1.18.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] 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.101"]]}] FeatureArgs:map[] NoTaintMaster:true NodeIP:192.168.99.101 CgroupDriver:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[]}
I0812 15:59:26.636816   22156 kubeadm.go:154] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta2
kind: InitConfiguration
localAPIEndpoint:
  advertiseAddress: 192.168.99.101
  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.101
  taints: []
---
apiVersion: kubeadm.k8s.io/v1beta2
kind: ClusterConfiguration
apiServer:
  certSANs: ["127.0.0.1", "localhost", "192.168.99.101"]
  extraArgs:
    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
dns:
  type: CoreDNS
etcd:
  local:
    dataDir: /var/lib/minikube/etcd
controllerManager:
  extraArgs:
    "leader-elect": "false"
scheduler:
  extraArgs:
    "leader-elect": "false"
kubernetesVersion: v1.18.3
networking:
  dnsDomain: cluster.local
  podSubnet: ""
  serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
  x509:
    clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: systemd
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
  nodefs.available: "0%"
  nodefs.inodesFree: "0%"
  imagefs.available: "0%"
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: ""
metricsBindAddress: 192.168.99.101:10249

I0812 15:59:26.637794   22156 kubeadm.go:796] kubelet [Unit]
Wants=docker.socket

[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.18.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime=docker --hostname-override=minikube --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.99.101

[Install]
 config:
{KubernetesVersion:v1.18.3 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I0812 15:59:26.657340   22156 ssh_runner.go:148] Run: sudo ls /var/lib/minikube/binaries/v1.18.3
I0812 15:59:26.665121   22156 binaries.go:43] Found k8s binaries, skipping transfer
I0812 15:59:26.681713   22156 ssh_runner.go:148] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0812 15:59:26.690544   22156 ssh_runner.go:215] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (336 bytes)
I0812 15:59:26.705137   22156 ssh_runner.go:215] scp memory --> /lib/systemd/system/kubelet.service (349 bytes)
I0812 15:59:26.719775   22156 ssh_runner.go:215] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (1745 bytes)
I0812 15:59:26.751984   22156 ssh_runner.go:148] Run: grep 192.168.99.101       control-plane.minikube.internal$ /etc/hosts
I0812 15:59:26.756864   22156 ssh_runner.go:148] Run: /bin/bash -c "{ grep -v '\tcontrol-plane.minikube.internal$' /etc/hosts; echo "192.168.99.101     control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ /etc/hosts"
I0812 15:59:26.785174   22156 ssh_runner.go:148] Run: sudo systemctl daemon-reload
I0812 15:59:26.943314   22156 ssh_runner.go:148] Run: sudo systemctl start kubelet
I0812 15:59:26.956945   22156 certs.go:52] Setting up C:\Users\seeta\.minikube\profiles\minikube for IP: 192.168.99.101
I0812 15:59:26.958897   22156 certs.go:169] skipping minikubeCA CA generation: C:\Users\seeta\.minikube\ca.key
I0812 15:59:26.958897   22156 certs.go:169] skipping proxyClientCA CA generation: C:\Users\seeta\.minikube\proxy-client-ca.key
I0812 15:59:26.959872   22156 certs.go:269] skipping minikube-user signed cert generation: C:\Users\seeta\.minikube\profiles\minikube\client.key
I0812 15:59:26.960847   22156 certs.go:273] generating minikube signed cert: C:\Users\seeta\.minikube\profiles\minikube\apiserver.key.f5415961
I0812 15:59:26.960847   22156 crypto.go:69] Generating cert C:\Users\seeta\.minikube\profiles\minikube\apiserver.crt.f5415961 with IP's: [192.168.99.101 10.96.0.1 127.0.0.1 10.0.0.1]
I0812 15:59:27.189268   22156 crypto.go:157] Writing cert to C:\Users\seeta\.minikube\profiles\minikube\apiserver.crt.f5415961 ...
I0812 15:59:27.189268   22156 lock.go:35] WriteFile acquiring C:\Users\seeta\.minikube\profiles\minikube\apiserver.crt.f5415961: {Name:mk162a648573b408985d28c0477a57623fd6089b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0812 15:59:27.193137   22156 crypto.go:165] Writing key to C:\Users\seeta\.minikube\profiles\minikube\apiserver.key.f5415961 ...
I0812 15:59:27.193137   22156 lock.go:35] WriteFile acquiring C:\Users\seeta\.minikube\profiles\minikube\apiserver.key.f5415961: {Name:mk6005c7ecabe905c043e6d86527ccb9b3efe384 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0812 15:59:27.195089   22156 certs.go:284] copying C:\Users\seeta\.minikube\profiles\minikube\apiserver.crt.f5415961 -> C:\Users\seeta\.minikube\profiles\minikube\apiserver.crt
I0812 15:59:27.197065   22156 certs.go:288] copying C:\Users\seeta\.minikube\profiles\minikube\apiserver.key.f5415961 -> C:\Users\seeta\.minikube\profiles\minikube\apiserver.key
I0812 15:59:27.199967   22156 certs.go:273] generating aggregator signed cert: C:\Users\seeta\.minikube\profiles\minikube\proxy-client.key
I0812 15:59:27.200943   22156 crypto.go:69] Generating cert C:\Users\seeta\.minikube\profiles\minikube\proxy-client.crt with IP's: []
I0812 15:59:27.252698   22156 crypto.go:157] Writing cert to C:\Users\seeta\.minikube\profiles\minikube\proxy-client.crt ...
I0812 15:59:27.252698   22156 lock.go:35] WriteFile acquiring C:\Users\seeta\.minikube\profiles\minikube\proxy-client.crt: {Name:mkcc1d6cd09d092725badb2edffcd7c530ccea90 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0812 15:59:27.255599   22156 crypto.go:165] Writing key to C:\Users\seeta\.minikube\profiles\minikube\proxy-client.key ...
I0812 15:59:27.255599   22156 lock.go:35] WriteFile acquiring C:\Users\seeta\.minikube\profiles\minikube\proxy-client.key: {Name:mkfe511f07868bf5d97a9a3573794cdbada6a483 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0812 15:59:27.260507   22156 certs.go:348] found cert: C:\Users\seeta\.minikube\certs\C:\Users\seeta\.minikube\certs\ca-key.pem (1679 bytes)
I0812 15:59:27.261461   22156 certs.go:348] found cert: C:\Users\seeta\.minikube\certs\C:\Users\seeta\.minikube\certs\ca.pem (1034 bytes)
I0812 15:59:27.262430   22156 certs.go:348] found cert: C:\Users\seeta\.minikube\certs\C:\Users\seeta\.minikube\certs\cert.pem (1074 bytes)
I0812 15:59:27.263406   22156 certs.go:348] found cert: C:\Users\seeta\.minikube\certs\C:\Users\seeta\.minikube\certs\key.pem (1675 bytes)
I0812 15:59:27.265388   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\profiles\minikube\apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1350 bytes)
I0812 15:59:27.281998   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\profiles\minikube\apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0812 15:59:27.299518   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\profiles\minikube\proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1103 bytes)
I0812 15:59:27.314195   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\profiles\minikube\proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0812 15:59:27.330751   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\ca.crt --> /var/lib/minikube/certs/ca.crt (1066 bytes)
I0812 15:59:27.347344   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0812 15:59:27.362962   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1074 bytes)
I0812 15:59:27.379601   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0812 15:59:27.396179   22156 ssh_runner.go:215] scp C:\Users\seeta\.minikube\ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1066 bytes)
I0812 15:59:27.411759   22156 ssh_runner.go:215] scp memory --> /var/lib/minikube/kubeconfig (392 bytes)
I0812 15:59:27.444008   22156 ssh_runner.go:148] Run: openssl version
I0812 15:59:27.467390   22156 ssh_runner.go:148] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I0812 15:59:27.492793   22156 ssh_runner.go:148] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0812 15:59:27.498623   22156 certs.go:389] hashing: -rw-r--r-- 1 root root 1066 Jun 13  2019 /usr/share/ca-certificates/minikubeCA.pem
I0812 15:59:27.515254   22156 ssh_runner.go:148] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0812 15:59:27.538668   22156 ssh_runner.go:148] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0812 15:59:27.547463   22156 kubeadm.go:327] StartCluster: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.12.2.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.11@sha256:6fee59db7d67ed8ae6835e4bcb02f32056dc95f11cb369c51e352b62dd198aa0 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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.3 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.99.101 Port:8443 KubernetesVersion:v1.18.3 ControlPlane:true Worker:true}] Addons:map[] VerifyComponents:map[apiserver:true system_pods:true]}
I0812 15:59:27.565025   22156 ssh_runner.go:148] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0812 15:59:27.619645   22156 ssh_runner.go:148] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0812 15:59:27.642134   22156 ssh_runner.go:148] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0812 15:59:27.666493   22156 ssh_runner.go:148] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I0812 15:59:27.679209   22156 kubeadm.go:147] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:

stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0812 15:59:27.679209   22156 ssh_runner.go:148] Run: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.18.3:$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"
I0812 15:59:45.290579   22156 ssh_runner.go:188] Completed: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.18.3:$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": (17.6104218s)
I0812 15:59:45.291554   22156 cni.go:74] Creating CNI manager for ""
I0812 15:59:45.293506   22156 cni.go:117] CNI unnecessary in this configuration, recommending no CNI
I0812 15:59:45.295461   22156 ssh_runner.go:148] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0812 15:59:45.312050   22156 ops.go:34] apiserver oom_adj: -16
I0812 15:59:45.315955   22156 ssh_runner.go:148] Run: sudo /var/lib/minikube/binaries/v1.18.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0812 15:59:45.316930   22156 ssh_runner.go:148] Run: sudo /var/lib/minikube/binaries/v1.18.3/kubectl label nodes minikube.k8s.io/version=v1.12.2 minikube.k8s.io/commit=be7c19d391302656d27f1f213657d925c4e1cfc2-dirty minikube.k8s.io/name=minikube minikube.k8s.io/updated_at=2020_08_12T15_59_45_0700 --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0812 15:59:45.613853   22156 kubeadm.go:872] duration metric: took 318.3921ms to wait for elevateKubeSystemPrivileges.
I0812 15:59:45.613853   22156 kubeadm.go:329] StartCluster complete in 18.0663902s
I0812 15:59:45.615804   22156 settings.go:123] acquiring lock: {Name:mkc4ae4c42506feebd470ad8c219082380967353 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0812 15:59:45.616778   22156 settings.go:131] Updating kubeconfig:  C:\Users\seeta/.kube/config
I0812 15:59:45.619707   22156 lock.go:35] WriteFile acquiring C:\Users\seeta/.kube/config: {Name:mke1717e696b3dfa6d56d6e61ac69ef0b678cf8b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0812 15:59:45.620683   22156 start.go:195] Will wait wait-timeout for node ...
* Verifying Kubernetes components...
I0812 15:59:45.620683   22156 addons.go:353] enableAddons start: toEnable=map[], additional=[]
I0812 15:59:45.621659   22156 addons.go:53] Setting default-storageclass=true in profile "minikube"
I0812 15:59:45.622641   22156 addons.go:267] enableOrDisableStorageClasses default-storageclass=true on "minikube"
I0812 15:59:45.621659   22156 addons.go:53] Setting storage-provisioner=true in profile "minikube"
I0812 15:59:45.623610   22156 addons.go:129] Setting addon storage-provisioner=true in "minikube"
I0812 15:59:45.623610   22156 kapi.go:59] client config for minikube: &rest.Config{Host:"https://192.168.99.101:8443", APIPath:"", ContentConfig:rest.ContentConfig{AcceptContentTypes:"", ContentType:"", GroupVersion:(*schema.GroupVersion)(nil), NegotiatedSerializer:runtime.NegotiatedSerializer(nil)}, Username:"", Password:"", BearerToken:"", BearerTokenFile:"", Impersonate:rest.ImpersonationConfig{UserName:"", Groups:[]string(nil), Extra:map[string][]string(nil)}, AuthProvider:<nil>, AuthConfigPersister:rest.AuthProviderConfigPersister(nil), ExecProvider:<nil>, TLSClientConfig:rest.sanitizedTLSClientConfig{Insecure:false, ServerName:"", CertFile:"C:\\Users\\seeta\\.minikube\\profiles\\minikube\\client.crt", KeyFile:"C:\\Users\\seeta\\.minikube\\profiles\\minikube\\client.key", CAFile:"C:\\Users\\seeta\\.minikube\\ca.crt", CertData:[]uint8(nil), KeyData:[]uint8(nil), CAData:[]uint8(nil), NextProtos:[]string(nil)}, UserAgent:"", DisableCompression:false, Transport:http.RoundTripper(nil), WrapTransport:(transport.WrapperFunc)(0x1711340), QPS:0, Burst:0, RateLimiter:flowcontrol.RateLimiter(nil), Timeout:0, Dial:(func(context.Context, string, string) (net.Conn, error))(nil)}
I0812 15:59:45.623610   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
W0812 15:59:45.625562   22156 addons.go:138] addon storage-provisioner should already be in state true
I0812 15:59:45.628491   22156 host.go:65] Checking if "minikube" exists ...
I0812 15:59:45.631419   22156 main.go:115] libmachine: COMMAND: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe showvminfo minikube --machinereadable
I0812 15:59:45.644106   22156 ssh_runner.go:148] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.18.3/kubectl scale deployment --replicas=1 coredns -n=kube-system
I0812 15:59:45.665578   22156 api_server.go:48] waiting for apiserver process to appear ...
I0812 15:59:45.685099   22156 ssh_runner.go:148] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0812 15:59:45.710750   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:45.713677   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:45.718558   22156 kapi.go:59] client config for minikube: &rest.Config{Host:"https://192.168.99.101:8443", APIPath:"", ContentConfig:rest.ContentConfig{AcceptContentTypes:"", ContentType:"", GroupVersion:(*schema.GroupVersion)(nil), NegotiatedSerializer:runtime.NegotiatedSerializer(nil)}, Username:"", Password:"", BearerToken:"", BearerTokenFile:"", Impersonate:rest.ImpersonationConfig{UserName:"", Groups:[]string(nil), Extra:map[string][]string(nil)}, AuthProvider:<nil>, AuthConfigPersister:rest.AuthProviderConfigPersister(nil), ExecProvider:<nil>, TLSClientConfig:rest.sanitizedTLSClientConfig{Insecure:false, ServerName:"", CertFile:"C:\\Users\\seeta\\.minikube\\profiles\\minikube\\client.crt", KeyFile:"C:\\Users\\seeta\\.minikube\\profiles\\minikube\\client.key", CAFile:"C:\\Users\\seeta\\.minikube\\ca.crt", CertData:[]uint8(nil), KeyData:[]uint8(nil), CAData:[]uint8(nil), NextProtos:[]string(nil)}, UserAgent:"", DisableCompression:false, Transport:http.RoundTripper(nil), WrapTransport:(transport.WrapperFunc)(0x1711340), QPS:0, Burst:0, RateLimiter:flowcontrol.RateLimiter(nil), Timeout:0, Dial:(func(context.Context, string, string) (net.Conn, error))(nil)}
I0812 15:59:45.721488   22156 main.go:115] libmachine: STDOUT:
{
name="minikube"
groups="/"
ostype="Linux 2.6 / 3.x / 4.x (64-bit)"
UUID="726e1850-32ee-476d-a78a-8dac96daab02"
CfgFile="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\minikube.vbox"
SnapFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Snapshots"
LogFldr="C:\\Users\\seeta\\.minikube\\machines\\minikube\\minikube\\Logs"
hardwareuuid="726e1850-32ee-476d-a78a-8dac96daab02"
memory=4000
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="on"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="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-08-12T19:58:32.063000000"
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=""
storagecontrollername0="SATA"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="30"
storagecontrollerbootable0="on"
"SATA-0-0"="C:\Users\seeta\.minikube\machines\minikube\boot2docker.iso"
"SATA-ImageUUID-0-0"="2caf0453-c439-404c-89cf-60960710e3b8"
"SATA-tempeject"="off"
"SATA-IsEjected"="off"
"SATA-1-0"="C:\Users\seeta\.minikube\machines\minikube\disk.vmdk"
"SATA-ImageUUID-1-0"="6e468b3a-744d-48f7-bc0a-69200afa806d"
"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="08002792F3C1"
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,60292,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #3"
macaddress2="08002751AEB0"
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="dsound"
audio_in="false"
audio_out="false"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="c/Users"
SharedFolderPathMachineMapping1="\\?\c:\Users"
VRDEActiveConnection="off"
VRDEClients=0
videocap="off"
videocap_audio="off"
videocapscreens=0
videocapfile="C:\Users\seeta\.minikube\machines\minikube\minikube\minikube.webm"
videocapres=1024x768
videocaprate=512
videocapfps=25
videocapopts=
GuestMemoryBalloon=0
GuestOSType="Linux26_64"
GuestAdditionsRunLevel=2
GuestAdditionsVersion="5.2.42 r137960"
GuestAdditionsFacility_VirtualBox Base Driver=50,1597262334435
GuestAdditionsFacility_VirtualBox System Service=50,1597262334735
GuestAdditionsFacility_Seamless Mode=0,1597262334434
GuestAdditionsFacility_Graphics Mode=0,1597262334434
}
I0812 15:59:45.723442   22156 main.go:115] libmachine: STDERR:
{
}
I0812 15:59:45.724421   22156 addons.go:236] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0812 15:59:45.724421   22156 ssh_runner.go:215] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0812 15:59:45.727345   22156 sshutil.go:44] new ssh client: &{IP:127.0.0.1 Port:60292 SSHKeyPath:C:\Users\seeta\.minikube\machines\minikube\id_rsa Username:docker}
! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error listing StorageClasses: Unauthorized]
I0812 15:59:45.837630   22156 api_server.go:68] duration metric: took 216.9464ms to wait for apiserver process to appear ...
I0812 15:59:45.837630   22156 api_server.go:84] waiting for apiserver healthz status ...
I0812 15:59:45.837630   22156 start.go:549] successfully scaled coredns replicas to 1
I0812 15:59:45.838607   22156 api_server.go:221] Checking apiserver healthz at https://192.168.99.101:8443/healthz ...
I0812 15:59:45.851295   22156 api_server.go:241] https://192.168.99.101:8443/healthz returned 200:
ok
I0812 15:59:45.853246   22156 ssh_runner.go:148] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.18.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
W0812 15:59:45.854221   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
* Enabled addons: default-storageclass, storage-provisioner
I0812 15:59:46.359602   22156 addons.go:355] enableAddons completed in 738.9189ms
W0812 15:59:46.368399   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:46.857359   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:47.356635   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:47.856312   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:48.357976   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:48.856711   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:49.356467   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:49.857111   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:50.356854   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:50.856533   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:51.355268   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:51.856931   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:52.357657   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:52.855412   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:53.356065   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:53.855776   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:54.355486   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:54.855197   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:55.355886   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:55.855598   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:56.357296   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:56.856970   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:57.355705   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:57.855417   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:58.357082   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:58.856792   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:59.355526   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 15:59:59.855239   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:00.356911   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:00.855638   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:01.355348   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:01.857010   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:02.355747   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:02.855458   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:03.355168   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:03.855856   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:04.355566   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:04.855279   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:05.357918   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:05.855676   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:06.359291   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:06.857059   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:07.355786   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:07.855497   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:08.355210   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:08.855895   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:09.355608   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:09.855320   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:10.356983   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:10.855718   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:11.355428   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:11.857093   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:12.355826   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:12.855539   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:13.355250   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:13.856953   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:14.355667   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:14.856335   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:15.359951   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:15.855433   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:16.356121   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:16.855830   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:17.355542   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:17.855255   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:18.356916   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:18.855653   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:19.356366   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:19.857026   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:20.355762   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:20.855472   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:21.355185   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:21.855872   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:22.355583   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:22.855294   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:23.356957   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:23.855691   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:24.355402   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:24.857066   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:25.355802   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:25.855514   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:26.355225   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:26.856936   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:27.355623   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:27.856310   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:28.357016   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:28.855732   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:29.355445   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:29.856132   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:30.355842   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:30.855553   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:31.355265   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:31.856929   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:32.355664   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:32.856397   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:33.357038   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:33.856748   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:34.355484   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:34.857148   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:35.355883   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:35.855621   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:36.356329   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:36.856968   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:37.355704   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:37.855414   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:38.357082   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:38.855814   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:39.355524   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:39.855236   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:40.355928   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:40.855635   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:41.355346   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:41.857008   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:42.355744   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:42.855454   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:43.357119   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:43.855854   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:44.356587   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:44.855277   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:45.355963   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:45.856650   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:46.355385   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:46.857070   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:47.355785   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:47.855494   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:48.356222   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:48.855894   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:49.356580   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:49.855317   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:50.356029   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:50.855714   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:51.355426   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:51.857088   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:52.355825   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:52.855534   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:53.355248   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:53.856911   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:54.355691   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:54.856332   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:55.357021   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:55.856730   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:56.356489   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:56.855178   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:57.355865   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:57.855576   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:58.355287   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:58.856950   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:59.355686   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:00:59.855395   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:00.357061   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:00.856814   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:01.355508   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:01.856241   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:02.355904   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:02.855625   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:03.355328   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:03.856989   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:04.356750   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:04.855461   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:05.357102   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:05.855836   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:06.355547   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:06.855259   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:07.357931   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:07.855656   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:08.355367   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:08.856055   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:09.355766   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:09.855478   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:10.357142   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:10.855877   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:11.355586   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:11.856276   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:12.356964   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:12.855698   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:13.355408   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:13.857072   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:14.355807   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:14.855516   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:15.355231   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:15.855917   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:16.355627   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:16.855339   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:17.357003   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:17.855738   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:18.356425   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:18.857111   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:19.355880   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:19.856532   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:20.355268   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:20.855957   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:21.355669   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:21.855380   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:22.357043   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:22.855778   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:23.355489   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:23.855199   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:24.355887   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:24.855597   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:25.355310   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:25.856972   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:26.355736   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:26.855422   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:27.357082   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:27.855818   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:28.355529   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:28.855241   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:29.355928   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:29.855639   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:30.356326   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:30.857013   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:31.356764   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:31.855460   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:32.355171   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:32.855858   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:33.355570   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:33.855281   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:34.356943   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:34.857630   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:35.355391   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:35.857054   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:36.355787   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:36.856509   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:37.356187   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:37.856881   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:38.356585   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:38.855322   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:39.356983   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:39.855718   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:40.355429   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:40.857095   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:41.355830   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:41.855539   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:42.356274   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:42.858869   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:43.357602   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:43.855362   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:44.357025   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:44.855760   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:45.355497   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:45.857133   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:46.355896   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:46.855581   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:47.355292   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:47.856955   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:48.357689   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:48.855402   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:49.357091   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:49.855801   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:50.355512   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:50.855223   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:51.356885   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:51.855621   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:52.355333   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:52.856995   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:53.356708   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:53.856417   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:54.357119   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:54.855839   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:55.355550   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:55.855266   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:56.356927   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:56.855662   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:57.355373   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:57.857035   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:58.356747   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:58.855483   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:59.355203   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:01:59.855880   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:00.356566   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:00.855302   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:01.356967   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:01.855702   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:02.356435   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:02.857075   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:03.356786   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:03.855522   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:04.355232   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:04.855919   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:05.355632   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:05.855342   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:06.357007   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:06.857693   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:07.355455   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:07.857116   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:08.358817   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:08.855563   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:09.355275   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:09.856936   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:10.357623   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:10.855384   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:11.358070   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:11.855781   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:12.355494   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:12.855205   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:13.356867   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:13.855603   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:14.355315   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:14.856977   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:15.355713   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:15.856410   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:16.357087   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:16.855823   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:17.355532   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:17.855246   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:18.356908   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:18.855643   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:19.355353   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:19.858039   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:20.355753   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:20.855463   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:21.357126   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:21.855863   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:22.356599   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:22.855286   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:23.356947   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:23.855685   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:24.355393   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:24.857058   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:25.355812   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:25.855504   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:26.355216   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:26.855903   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:27.355615   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:27.856350   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:28.356989   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:28.855724   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:29.355435   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:29.856121   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:30.355834   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:30.856519   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:31.355257   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:31.856919   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:32.355654   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:32.856342   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:33.358003   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:33.855764   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:34.356852   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:34.855587   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:35.357077   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:35.855814   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:36.356498   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:36.855168   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:37.355922   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:37.855607   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:38.355320   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:38.856984   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:39.355717   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:39.855427   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:40.357091   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:40.855314   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:41.357144   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:41.855960   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:42.355675   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:42.855384   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:43.357045   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:43.856397   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:44.356127   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:44.855813   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:45.355524   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:45.855236   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:46.356899   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:46.855632   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:47.355346   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:47.857009   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:48.356748   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:48.855455   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:49.355168   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:49.855854   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:50.355565   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:50.855276   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:51.356941   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:51.856651   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:52.355384   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:52.857048   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:53.356759   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:53.863303   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:54.356182   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:54.856870   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:55.355605   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:55.856339   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:56.356980   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:56.855714   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:57.355426   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:57.857091   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:58.356801   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:58.856548   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:59.355245   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:02:59.855934   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:00.355645   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:00.855357   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:01.358025   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:01.855755   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:02.356442   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:02.855178   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:03.356877   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:03.855578   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:04.355287   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:04.856952   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:05.355685   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:05.855396   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:18.855696   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:19.355408   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:19.856110   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:20.355805   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:20.855520   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:21.355230   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:21.856893   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:22.355626   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:22.855339   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:23.358028   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:23.856755   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:24.356473   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:24.857111   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:25.355846   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:25.856583   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:26.355269   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:26.856931   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:27.355666   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:27.855378   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:28.357042   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:28.855778   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:29.356513   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:29.855201   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:30.355887   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:30.855599   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:31.356285   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:31.856972   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:32.355708   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:32.855419   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:33.357083   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:33.856841   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:34.355529   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:34.855241   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:35.355928   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials
W0812 16:03:35.856657   22156 api_server.go:117] api server version match failed: server version: the server has asked for the client to provide credentials

C:\Users\seeta>minikube start --alsologtostderr -v=2

@SeetaramOnCloud
Copy link
Author

C:\Users\seeta>kubectl get nodes
error: You must be logged in to the server (Unauthorized)

@tstromberg
Copy link
Contributor

I haven't been able to reproduce it, but the root cause appears to be this error: api server version match failed: server version: the server has asked for the client to provide credentials

@tstromberg
Copy link
Contributor

Could you share the output of minikube logs? Thank you.

@SeetaramOnCloud
Copy link
Author

[
minikube.log
](url)

thank you for your quick response

@tstromberg tstromberg changed the title v1.12.2: controlPlane never updated to v1.18.3 controlPlane never updated to v1.18.x (the server has asked for the client to provide credentials) Aug 20, 2020
@tstromberg tstromberg changed the title controlPlane never updated to v1.18.x (the server has asked for the client to provide credentials) controlPlane never updated to v1.18.x (new cluster, credentials issue) Aug 20, 2020
@priyawadhwa priyawadhwa removed the triage/needs-information Indicates an issue needs more information in order to work on it. label Sep 9, 2020
@blueelvis
Copy link
Contributor

@seetaramrao - Could you please try running minikube delete --purge --all and try starting minikube again and see if this happens again?

@sharifelgamal
Copy link
Collaborator

I suspect this is fixed by the newest version of minikube. If you're still getting this issue, please reopen this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

5 participants