Closed survivant closed 4 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://jenkins-x.io/community.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://jenkins-x.io/community.
/lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Provide feedback via https://jenkins-x.io/community.
/close
@jenkins-x-bot: Closing this issue.
Summary
fresh creation of a minikube cluster and unable to find ingress service
Steps to reproduce the behavior
`PS C:\temp> jx create cluster minikube --advanced-mode=true -c=3 -s=100GB -m=10000 -d=hyperv --default-admin-password=admin --git-provider-url=http://10.1.3.23:7990 --git-api-token=ODE1NzI2NTQ2MTQ3OgHa6/tUF5x2Qp70ON8VigJe2j3u --git-provider-kind=bitbucketserver --git-username=admin --static-jenkins --external-ip='10.1.3.23' --install-dependencies=true --verbose Command "minikube" is deprecated, it will be removed on Feb 1 2020. We now highly recommend you use minikube start instead. DEBUG: minikube.exe is already available on your PATH at C:\Program Files\Kubernetes\Minikube\minikube.exe DEBUG: kubectl.exe is already available on your PATH at C:\Program Files\Docker\Docker\resources\bin\kubectl.exe DEBUG: helm.exe is already available on your PATH at C:\ProgramData\chocolatey\bin\helm.exe E0306 14:41:59.092012 10352 status.go:98] The "minikube" cluster does not exist! Installing hyperv hyperv is already Enabled Creating Minikube cluster... I0306 14:42:02.467532 17752 notify.go:125] Checking for updates... I0306 14:42:02.556530 17752 start.go:249] hostinfo: {"hostname":"BID00112","uptime":98074,"bootTime":1583425648,"procs":329,"os":"windows","platform":"Microsoft Windows 10 Enterprise","platformFamily":"Standalone Workstation","platformVersion":"10.0.18363 Build 18363","kernelVersion":"","virtualizationSystem":"","virtualizationRole":"","hostid":"f952be58-5a30-4375-8881-d92191fc1a92"} W0306 14:42:02.557496 17752 start.go:257] gopshost.Virtualization returned error: not implemented yet
I0306 14:42:04.082028 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:04.082617 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole("S-1-5-32-578") I0306 14:42:04.398828 17752 main.go:110] libmachine: [stdout =====>] : False
I0306 14:42:04.398828 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:04.400617 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator") I0306 14:42:04.631608 17752 main.go:110] libmachine: [stdout =====>] : True I0306 14:42:04.631608 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:04.633458 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive [Console]::OutputEncoding = [Text.Encoding]::UTF8; ConvertTo-Json @(Hyper-V\Get-VMSwitch|Select Id, Name, SwitchType|Where-Object {($.SwitchType -eq 'External') -or ($.Id -eq 'c08cb7b8-9b3c-408e-8e30-5e16a3aeb444')}|Sort-Object -Property SwitchType) I0306 14:42:05.657293 17752 main.go:110] libmachine: [stdout =====>] : [ { "Id": "c08cb7b8-9b3c-408e-8e30-5e16a3aeb444", "Name": "Default Switch", "SwitchType": 1 } ]
I0306 14:42:05.657980 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:05.662024 17752 main.go:110] libmachine: Downloading C:\Users\sd003526.minikube\cache\boot2docker.iso from file://C:/Users/sd003526/.minikube/cache/iso/minikube-v1.7.3.iso... I0306 14:42:05.807035 17752 main.go:110] libmachine: Creating SSH key... I0306 14:42:06.256338 17752 main.go:110] libmachine: Creating VM... I0306 14:42:06.256338 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive [Console]::OutputEncoding = [Text.Encoding]::UTF8; ConvertTo-Json @(Hyper-V\Get-VMSwitch|Select Id, Name, SwitchType|Where-Object {($.SwitchType -eq 'External') -or ($.Id -eq 'c08cb7b8-9b3c-408e-8e30-5e16a3aeb444')}|Sort-Object -Property SwitchType) I0306 14:42:07.189359 17752 main.go:110] libmachine: [stdout =====>] : [ { "Id": "c08cb7b8-9b3c-408e-8e30-5e16a3aeb444", "Name": "Default Switch", "SwitchType": 1 } ] I0306 14:42:07.189359 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:07.190396 17752 main.go:110] libmachine: Using switch "Default Switch" I0306 14:42:07.191362 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive @([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator") I0306 14:42:07.420478 17752 main.go:110] libmachine: [stdout =====>] : True
I0306 14:42:07.420478 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:07.423366 17752 main.go:110] libmachine: Creating VHD I0306 14:42:07.424367 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\New-VHD -Path 'C:\Users\sd003526.minikube\machines\minikube\fixed.vhd' -SizeBytes 10MB -Fixed I0306 14:42:08.978494 17752 main.go:110] libmachine: [stdout =====>] :
ComputerName : BID00112 Path : C:\Users\sd003526.minikube\machines\minikube\fixed.vhd VhdFormat : VHD VhdType : Fixed FileSize : 10486272 Size : 10485760 MinimumSize : LogicalSectorSize : 512 PhysicalSectorSize : 512 BlockSize : 0 ParentPath : DiskIdentifier : 9C867378-BED4-4026-8DBC-C665F7F1024E FragmentationPercentage : 0 Alignment : 1 Attached : False DiskNumber : IsPMEMCompatible : False AddressAbstractionType : None Number :
I0306 14:42:10.648276 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:10.648276 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:10.648970 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Resize-VHD -Path 'C:\Users\sd003526.minikube\machines\minikube\disk.vhd' -SizeBytes 100000MB I0306 14:42:11.698694 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:11.698694 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:11.700659 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\New-VM minikube -Path 'C:\Users\sd003526.minikube\machines\minikube' -SwitchName 'Default Switch' -MemoryStartupBytes 10000MB I0306 14:42:13.440812 17752 main.go:110] libmachine: [stdout =====>] : Name State CPUUsage(%) MemoryAssigned(M) Uptime Status Version
minikube Off 0 0 00:00:00 Fonctionnement normal 9.0
I0306 14:42:13.440812 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:13.442831 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMMemory -VMName minikube -DynamicMemoryEnabled $false I0306 14:42:14.100541 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:14.100541 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:14.102159 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMProcessor minikube -Count 3 I0306 14:42:14.737712 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:14.737712 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:14.739462 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Set-VMDvdDrive -VMName minikube -Path 'C:\Users\sd003526.minikube\machines\minikube\boot2docker.iso' I0306 14:42:15.683711 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:15.684694 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:15.686657 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Add-VMHardDiskDrive -VMName minikube -Path 'C:\Users\sd003526.minikube\machines\minikube\disk.vhd' I0306 14:42:16.751610 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:16.751610 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:16.753329 17752 main.go:110] libmachine: Starting VM... I0306 14:42:16.754315 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive Hyper-V\Start-VM minikube I0306 14:42:19.170998 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:19.170998 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:19.172263 17752 main.go:110] libmachine: Waiting for host to start... I0306 14:42:19.172998 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:19.843397 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:19.843397 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:19.844361 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:20.808413 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:20.808413 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:21.810597 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:22.449831 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:22.449831 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:22.450795 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:23.362444 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:23.362444 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:24.364183 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:25.111116 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:25.111116 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:25.112116 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:26.093021 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:26.093021 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:27.094561 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:27.803737 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:27.803737 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:27.804730 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:28.766577 17752 main.go:110] libmachine: [stdout =====>] : I0306 14:42:28.766577 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:29.768386 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:30.390790 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:30.390790 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:30.391747 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:31.283611 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:31.283611 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:31.284597 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:31.882552 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:31.882552 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:31.884496 17752 main.go:110] libmachine: provisioning hostname "minikube" I0306 14:42:31.885492 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:32.481934 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:32.481934 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:32.483595 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:33.365515 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:33.365515 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:33.375146 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:33.376110 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:33.376110 17752 main.go:110] libmachine: About to run SSH command:
sudo hostname minikube && echo "minikube" | sudo tee /etc/hostname
I0306 14:42:33.513981 17752 main.go:110] libmachine: SSH cmd err, output: : minikube
I0306 14:42:33.513981 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:34.115787 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:34.116523 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:34.120516 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:35.023369 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:35.023369 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:35.032176 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:35.032975 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:35.033978 17752 main.go:110] libmachine: About to run SSH command:
I0306 14:42:35.162551 17752 main.go:110] libmachine: SSH cmd err, output::
I0306 14:42:35.163279 17752 main.go:110] libmachine: set auth options {CertDir:C:\Users\sd003526.minikube CaCertPath:C:\Users\sd003526.minikube\certs\ca.pem CaPrivateKeyPath:C:\Users\sd003526.minikube\certs\ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:C:\Users\sd003526.minikube\machines\server.pem ServerKeyPath:C:\Users\sd003526.minikube\machines\server-key.pem ClientKeyPath:C:\Users\sd003526.minikube\certs\key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:C:\Users\sd003526.minikube\certs\cert.pem ServerCertSANs:[] StorePath:C:\Users\sd003526.minikube}
I0306 14:42:35.164275 17752 main.go:110] libmachine: setting up certificates
I0306 14:42:35.165431 17752 main.go:110] libmachine: configureAuth start
I0306 14:42:35.166279 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state
I0306 14:42:35.771454 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:35.771454 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:35.773054 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:36.650654 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:36.650654 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:36.652364 17752 main.go:110] libmachine: copyHostCerts I0306 14:42:36.660357 17752 main.go:110] libmachine: generating server cert: C:\Users\sd003526.minikube\machines\server.pem ca-key=C:\Users\sd003526.minikube\certs\ca.pem private-key=C:\Users\sd003526.minikube\certs\ca-key.pem org=sd003526.minikube san=[192.168.42.28 localhost 127.0.0.1] I0306 14:42:36.864358 17752 main.go:110] libmachine: copyRemoteCerts I0306 14:42:36.864358 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:37.469898 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:37.469898 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:37.472589 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:38.363331 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:38.363331 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:38.429082 17752 ssh_runner.go:101] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker I0306 14:42:38.480676 17752 ssh_runner.go:155] Checked if /etc/docker/ca.pem exists, but got error: Process exited with status 1 I0306 14:42:38.481969 17752 ssh_runner.go:174] Transferring 1042 bytes to /etc/docker/ca.pem I0306 14:42:38.483690 17752 ssh_runner.go:193] ca.pem: copied 1042 bytes I0306 14:42:38.498676 17752 ssh_runner.go:155] Checked if /etc/docker/server.pem exists, but got error: Process exited with status 1 I0306 14:42:38.500675 17752 ssh_runner.go:174] Transferring 1123 bytes to /etc/docker/server.pem I0306 14:42:38.502675 17752 ssh_runner.go:193] server.pem: copied 1123 bytes I0306 14:42:38.518695 17752 ssh_runner.go:155] Checked if /etc/docker/server-key.pem exists, but got error: Process exited with status 1 I0306 14:42:38.519673 17752 ssh_runner.go:174] Transferring 1675 bytes to /etc/docker/server-key.pem I0306 14:42:38.521681 17752 ssh_runner.go:193] server-key.pem: copied 1675 bytes I0306 14:42:38.532674 17752 main.go:110] libmachine: configureAuth took 3.3664003s I0306 14:42:38.532674 17752 main.go:110] libmachine: setting minikube options for container-runtime I0306 14:42:38.534695 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:39.142689 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:39.142689 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:39.144265 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:40.032028 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:40.032028 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:40.041626 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:40.042629 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:40.042629 17752 main.go:110] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0306 14:42:40.171553 17752 main.go:110] libmachine: SSH cmd err, output: : tmpfs
I0306 14:42:40.171553 17752 main.go:110] libmachine: root file system type: tmpfs I0306 14:42:40.173554 17752 main.go:110] libmachine: Setting Docker configuration on the remote daemon... I0306 14:42:40.174560 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:40.774044 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:40.774044 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:40.776803 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:41.665559 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:41.665559 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:41.673862 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:41.674872 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:41.677861 17752 main.go:110] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target minikube-automount.service docker.socket
Requires= minikube-automount.service docker.socket
[Service] Type=notify
This file is a systemd drop-in unit that inherits from the base dockerd configuration.
The base configuration already specifies an 'ExecStart=...' command. The first directive
here is to clear out that command inherited from the base configuration. Without this,
the command from the base configuration and the command specified here are treated as
a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
will catch this invalid input and refuse to start the service with an error like:
Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart= ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=hyperv --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 I0306 14:42:41.811869 17752 main.go:110] libmachine: SSH cmd err, output:: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target minikube-automount.service docker.socket
Requires= minikube-automount.service docker.socket
[Service] Type=notify
This file is a systemd drop-in unit that inherits from the base dockerd configuration.
The base configuration already specifies an 'ExecStart=...' command. The first directive
here is to clear out that command inherited from the base configuration. Without this,
the command from the base configuration and the command specified here are treated as
a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
will catch this invalid input and refuse to start the service with an error like:
Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart= ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=hyperv --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
I0306 14:42:41.812866 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:42.418698 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:42.418698 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:42.420390 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:43.293400 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:43.293400 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:43.303105 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:43.303105 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:43.304102 17752 main.go:110] libmachine: About to run SSH command:
sudo systemctl -f enable docker
I0306 14:42:43.520201 17752 main.go:110] libmachine: SSH cmd err, output: : Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /usr/lib/systemd/system/docker.service.
I0306 14:42:43.520201 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:44.131974 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:44.131974 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:44.133626 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:45.026714 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:45.026714 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:45.035441 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:45.036405 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:45.037509 17752 main.go:110] libmachine: About to run SSH command:
sudo systemctl daemon-reload
I0306 14:42:45.243620 17752 main.go:110] libmachine: SSH cmd err, output: :
I0306 14:42:45.243620 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state
I0306 14:42:45.847190 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:45.847190 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:45.848089 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:46.730668 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:46.731320 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:46.740355 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:46.741321 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:46.741321 17752 main.go:110] libmachine: About to run SSH command:
sudo systemctl -f restart docker
I0306 14:42:47.249368 17752 main.go:110] libmachine: SSH cmd err, output: :
I0306 14:42:47.249368 17752 start.go:141] libmachine.API.Create for "minikube" took 43.6004903s
I0306 14:42:47.251366 17752 start.go:182] post-start starting for "minikube" (driver="hyperv")
I0306 14:42:47.252364 17752 start.go:192] 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]
I0306 14:42:47.254373 17752 start.go:215] determining appropriate runner for "hyperv"
I0306 14:42:47.255362 17752 start.go:230] Creating SSH client and returning SSHRunner for "hyperv" driver
I0306 14:42:47.256362 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state
I0306 14:42:47.915679 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:47.915679 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:47.916681 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:48.822604 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:48.822604 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:48.887640 17752 ssh_runner.go:101] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs I0306 14:42:48.934604 17752 main.go:110] libmachine: Waiting for SSH to be available... I0306 14:42:48.934604 17752 main.go:110] libmachine: Getting to WaitForSSH function... I0306 14:42:48.935647 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:49.566622 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:49.566622 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:49.568381 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:50.470666 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:50.470666 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:50.479701 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:50.480664 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:50.481707 17752 main.go:110] libmachine: About to run SSH command:
exit 0
I0306 14:42:50.622694 17752 main.go:110] libmachine: SSH cmd err, output: :
I0306 14:42:50.622694 17752 main.go:110] libmachine: Detecting the provisioner...
I0306 14:42:50.623669 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state
I0306 14:42:51.224769 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:51.224769 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:51.225738 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:52.114581 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:52.114581 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:52.124267 17752 main.go:110] libmachine: Using SSH client type: native I0306 14:42:52.125263 17752 main.go:110] libmachine: &{{{ 0 [] [] []} docker [0x7bacc0] 0x7bac90 [] 0s} 192.168.42.28 22 }
I0306 14:42:52.125263 17752 main.go:110] libmachine: About to run SSH command:
cat /etc/os-release
I0306 14:42:52.257280 17752 main.go:110] libmachine: SSH cmd err, output: : NAME=Buildroot
VERSION=2019.02.9
ID=buildroot
VERSION_ID=2019.02.9
PRETTY_NAME="Buildroot 2019.02.9"
I0306 14:42:52.257280 17752 main.go:110] libmachine: found compatible host: buildroot I0306 14:42:52.260287 17752 info.go:96] Provisioned with Buildroot 2019.02.9 I0306 14:42:52.260287 17752 filesync.go:118] Scanning C:\Users\sd003526.minikube\addons for local assets ... I0306 14:42:52.263280 17752 filesync.go:118] Scanning C:\Users\sd003526.minikube\files for local assets ... I0306 14:42:52.264299 17752 start.go:185] post-start completed in 5.0119439s I0306 14:42:52.268306 17752 start.go:103] createHost completed in 48.6204377s I0306 14:42:52.268306 17752 start.go:72] releasing machines lock for "minikube", held for 48.6214352s I0306 14:42:52.269278 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:52.885256 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:52.885256 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:52.888255 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:53.781926 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:53.781926 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:53.825924 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:42:54.464285 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:54.464285 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:54.465285 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:55.365349 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:55.365349 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:55.373341 17752 ssh_runner.go:101] Run: nslookup kubernetes.io -type=ns I0306 14:42:55.377375 17752 machine.go:158] [nslookup kubernetes.io -type=ns] failed: nslookup kubernetes.io -type=ns: Process exited with status 1 stdout:
stderr: nslookup: bad address '-type=ns' which might be okay will retry nslookup without query type I0306 14:42:55.382700 17752 ssh_runner.go:101] Run: nslookup kubernetes.io I0306 14:42:55.450340 17752 ssh_runner.go:101] Run: curl -sS https://k8s.gcr.io/ I0306 14:42:55.716402 17752 profile.go:100] Saving config to C:\Users\sd003526.minikube\profiles\minikube\config.json ... I0306 14:42:55.747394 17752 ssh_runner.go:101] Run: systemctl is-active --quiet service containerd I0306 14:42:55.780435 17752 ssh_runner.go:101] Run: systemctl is-active --quiet service crio I0306 14:42:55.813394 17752 ssh_runner.go:101] Run: sudo systemctl start docker I0306 14:42:55.833433 17752 ssh_runner.go:101] Run: docker version --format {{.Server.Version}}
I0306 14:42:56.491904 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:56.492888 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:57.403666 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:57.403666 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:57.405401 17752 settings.go:123] acquiring lock: {Name:mk5fac0b08b611b868482a5d20c2c6b95a0bbfb0 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:42:57.406411 17752 settings.go:131] Updating kubeconfig: C:\Users\sd003526/.kube/config
I0306 14:42:57.408408 17752 lock.go:35] WriteFile acquiring C:\Users\sd003526/.kube/config: {Name:mkb57e415a6a378827af6dcb3d9563afe9e56589 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:42:57.411421 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state
I0306 14:42:58.025308 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:42:58.025308 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:58.026945 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:42:59.026196 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:42:59.026196 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:42:59.070410 17752 cache_images.go:65] LoadImages start: [k8s.gcr.io/kube-proxy:v1.17.3 k8s.gcr.io/kube-scheduler:v1.17.3 k8s.gcr.io/kube-controller-manager:v1.17.3 k8s.gcr.io/kube-apiserver:v1.17.3 k8s.gcr.io/coredns:1.6.5 k8s.gcr.io/etcd:3.4.3-0 k8s.gcr.io/pause:3.1 gcr.io/k8s-minikube/storage-provisioner:v1.8.1 kubernetesui/dashboard:v2.0.0-beta8 kubernetesui/metrics-scraper:v1.0.2] I0306 14:42:59.078380 17752 image.go:43] couldn't find image digest gcr.io/k8s-minikube/storage-provisioner:v1.8.1 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.078380 17752 image.go:73] retrieving image: gcr.io/k8s-minikube/storage-provisioner:v1.8.1 I0306 14:42:59.081381 17752 image.go:43] couldn't find image digest k8s.gcr.io/kube-scheduler:v1.17.3 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.082381 17752 image.go:73] retrieving image: k8s.gcr.io/kube-scheduler:v1.17.3 I0306 14:42:59.083381 17752 image.go:43] couldn't find image digest k8s.gcr.io/kube-controller-manager:v1.17.3 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.083381 17752 image.go:73] retrieving image: k8s.gcr.io/kube-controller-manager:v1.17.3 I0306 14:42:59.084380 17752 image.go:81] daemon lookup for gcr.io/k8s-minikube/storage-provisioner:v1.8.1: Error response from daemon: reference does not exist I0306 14:42:59.088380 17752 image.go:81] daemon lookup for k8s.gcr.io/kube-controller-manager:v1.17.3: Error response from daemon: reference does not exist I0306 14:42:59.093380 17752 image.go:43] couldn't find image digest k8s.gcr.io/kube-apiserver:v1.17.3 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.093380 17752 image.go:73] retrieving image: k8s.gcr.io/kube-apiserver:v1.17.3 I0306 14:42:59.096386 17752 image.go:43] couldn't find image digest kubernetesui/dashboard:v2.0.0-beta8 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.096386 17752 image.go:73] retrieving image: kubernetesui/dashboard:v2.0.0-beta8 I0306 14:42:59.098383 17752 image.go:43] couldn't find image digest k8s.gcr.io/coredns:1.6.5 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.099381 17752 image.go:73] retrieving image: k8s.gcr.io/coredns:1.6.5 I0306 14:42:59.105380 17752 image.go:43] couldn't find image digest k8s.gcr.io/etcd:3.4.3-0 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.105380 17752 image.go:73] retrieving image: k8s.gcr.io/etcd:3.4.3-0 I0306 14:42:59.106381 17752 image.go:81] daemon lookup for kubernetesui/dashboard:v2.0.0-beta8: Error response from daemon: reference does not exist I0306 14:42:59.111386 17752 image.go:81] daemon lookup for k8s.gcr.io/etcd:3.4.3-0: Error response from daemon: reference does not exist I0306 14:42:59.115379 17752 image.go:43] couldn't find image digest kubernetesui/metrics-scraper:v1.0.2 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.116383 17752 image.go:73] retrieving image: kubernetesui/metrics-scraper:v1.0.2 I0306 14:42:59.122381 17752 image.go:81] daemon lookup for kubernetesui/metrics-scraper:v1.0.2: Error response from daemon: reference does not exist I0306 14:42:59.126381 17752 image.go:43] couldn't find image digest k8s.gcr.io/kube-proxy:v1.17.3 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.127381 17752 image.go:73] retrieving image: k8s.gcr.io/kube-proxy:v1.17.3 I0306 14:42:59.131382 17752 image.go:43] couldn't find image digest k8s.gcr.io/pause:3.1 from local daemon: Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40 I0306 14:42:59.131382 17752 image.go:73] retrieving image: k8s.gcr.io/pause:3.1 I0306 14:42:59.133380 17752 image.go:81] daemon lookup for k8s.gcr.io/kube-apiserver:v1.17.3: Error response from daemon: reference does not exist I0306 14:42:59.148381 17752 image.go:81] daemon lookup for k8s.gcr.io/pause:3.1: Error response from daemon: reference does not exist I0306 14:42:59.177382 17752 image.go:81] daemon lookup for k8s.gcr.io/coredns:1.6.5: Error response from daemon: reference does not exist I0306 14:42:59.180382 17752 image.go:81] daemon lookup for k8s.gcr.io/kube-scheduler:v1.17.3: Error response from daemon: reference does not exist I0306 14:42:59.191380 17752 image.go:81] daemon lookup for k8s.gcr.io/kube-proxy:v1.17.3: Error response from daemon: reference does not exist I0306 14:42:59.889409 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} gcr.io/k8s-minikube/storage-provisioner:v1.8.1 I0306 14:42:59.962437 17752 cache_images.go:91] "gcr.io/k8s-minikube/storage-provisioner:v1.8.1" needs transfer: "gcr.io/k8s-minikube/storage-provisioner:v1.8.1" does not exist at hash "4689081edb103a9e8174bf23a255bfbe0b2d9ed82edc907abab6989d1c60f02c" in container runtime I0306 14:42:59.963437 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\gcr.io\k8s-minikube\storage-provisioner:v1.8.1 -> C:\Users\sd003526.minikube\cache\images\gcr.io\k8s-minikube\storage-provisioner_v1.8.1 I0306 14:42:59.964437 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\gcr.io\k8s-minikube\storage-provisioner_v1.8.1 I0306 14:42:59.974437 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/storage-provisioner_v1.8.1 exists, but got error: Process exited with status 1 I0306 14:42:59.976438 17752 ssh_runner.go:174] Transferring 20683776 bytes to /var/lib/minikube/images/storage-provisioner_v1.8.1 I0306 14:42:59.989439 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} k8s.gcr.io/kube-controller-manager:v1.17.3 I0306 14:43:00.002438 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} k8s.gcr.io/etcd:3.4.3-0 I0306 14:43:00.155515 17752 cache_images.go:91] "k8s.gcr.io/kube-controller-manager:v1.17.3" needs transfer: "k8s.gcr.io/kube-controller-manager:v1.17.3" does not exist at hash "b0f1517c1f4bb153597033d2efd81a9ac630e6a569307f993b2c0368afcf0302" in container runtime I0306 14:43:00.160515 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-controller-manager:v1.17.3 -> C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-controller-manager_v1.17.3 I0306 14:43:00.161516 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-controller-manager_v1.17.3 I0306 14:43:00.204070 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/kube-controller-manager_v1.17.3 exists, but got error: Process exited with status 1 I0306 14:43:00.219070 17752 ssh_runner.go:174] Transferring 48810496 bytes to /var/lib/minikube/images/kube-controller-manager_v1.17.3 I0306 14:43:00.222070 17752 ssh_runner.go:193] storage-provisioner_v1.8.1: copied 20683776 bytes I0306 14:43:00.233071 17752 cache_images.go:91] "k8s.gcr.io/etcd:3.4.3-0" needs transfer: "k8s.gcr.io/etcd:3.4.3-0" does not exist at hash "303ce5db0e90dab1c5728ec70d21091201a23cdf8aeca70ab54943bbaaf0833f" in container runtime I0306 14:43:00.233071 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\etcd:3.4.3-0 -> C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\etcd_3.4.3-0 I0306 14:43:00.234074 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\etcd_3.4.3-0 I0306 14:43:00.263194 17752 docker.go:121] Loading image: /var/lib/minikube/images/storage-provisioner_v1.8.1 I0306 14:43:00.268193 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} k8s.gcr.io/kube-apiserver:v1.17.3 I0306 14:43:00.298722 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/storage-provisioner_v1.8.1 I0306 14:43:00.330722 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/etcd_3.4.3-0 exists, but got error: Process exited with status 1 I0306 14:43:00.355247 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} kubernetesui/metrics-scraper:v1.0.2 I0306 14:43:00.356242 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} kubernetesui/dashboard:v2.0.0-beta8 I0306 14:43:00.362243 17752 ssh_runner.go:174] Transferring 100950016 bytes to /var/lib/minikube/images/etcd_3.4.3-0 I0306 14:43:00.431279 17752 cache_images.go:91] "k8s.gcr.io/kube-apiserver:v1.17.3" needs transfer: "k8s.gcr.io/kube-apiserver:v1.17.3" does not exist at hash "90d27391b7808cde8d9a81cfa43b1e81de5c4912b4b52a7dccb19eb4fe3c236b" in container runtime I0306 14:43:00.432279 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-apiserver:v1.17.3 -> C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-apiserver_v1.17.3 I0306 14:43:00.436279 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-apiserver_v1.17.3 I0306 14:43:00.472279 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/kube-apiserver_v1.17.3 exists, but got error: Process exited with status 1 I0306 14:43:00.498278 17752 ssh_runner.go:174] Transferring 50635776 bytes to /var/lib/minikube/images/kube-apiserver_v1.17.3 I0306 14:43:00.572872 17752 cache_images.go:91] "kubernetesui/metrics-scraper:v1.0.2" needs transfer: "kubernetesui/metrics-scraper:v1.0.2" does not exist at hash "3b08661dc379d9f80155be9d658f71578988640357ebae1aab287d6954c723d1" in container runtime I0306 14:43:00.580861 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\kubernetesui\metrics-scraper:v1.0.2 -> C:\Users\sd003526.minikube\cache\images\kubernetesui\metrics-scraper_v1.0.2 I0306 14:43:00.582862 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\kubernetesui\metrics-scraper_v1.0.2 I0306 14:43:00.602862 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} k8s.gcr.io/coredns:1.6.5 I0306 14:43:00.612863 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} k8s.gcr.io/pause:3.1 I0306 14:43:00.625861 17752 cache_images.go:91] "kubernetesui/dashboard:v2.0.0-beta8" needs transfer: "kubernetesui/dashboard:v2.0.0-beta8" does not exist at hash "eb51a359752560a66f314602e87155b75f428fb838bf951079ff1f9621958c0c" in container runtime I0306 14:43:00.625861 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\kubernetesui\dashboard:v2.0.0-beta8 -> C:\Users\sd003526.minikube\cache\images\kubernetesui\dashboard_v2.0.0-beta8 I0306 14:43:00.627863 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\kubernetesui\dashboard_v2.0.0-beta8 I0306 14:43:00.668380 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/metrics-scraper_v1.0.2 exists, but got error: Process exited with status 1 I0306 14:43:00.689418 17752 ssh_runner.go:174] Transferring 16123392 bytes to /var/lib/minikube/images/metrics-scraper_v1.0.2 I0306 14:43:00.698419 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/dashboard_v2.0.0-beta8 exists, but got error: Process exited with status 1 I0306 14:43:00.729458 17752 ssh_runner.go:174] Transferring 37760000 bytes to /var/lib/minikube/images/dashboard_v2.0.0-beta8 I0306 14:43:00.748520 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} k8s.gcr.io/kube-scheduler:v1.17.3 I0306 14:43:00.827519 17752 cache_images.go:91] "k8s.gcr.io/coredns:1.6.5" needs transfer: "k8s.gcr.io/coredns:1.6.5" does not exist at hash "70f311871ae12c14bd0e02028f249f933f925e4370744e4e35f706da773a8f61" in container runtime I0306 14:43:00.827519 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\coredns:1.6.5 -> C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\coredns_1.6.5 I0306 14:43:00.828521 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\coredns_1.6.5 I0306 14:43:00.857034 17752 cache_images.go:91] "k8s.gcr.io/pause:3.1" needs transfer: "k8s.gcr.io/pause:3.1" does not exist at hash "da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e" in container runtime I0306 14:43:00.857034 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\pause:3.1 -> C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\pause_3.1 I0306 14:43:00.858572 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\pause_3.1 I0306 14:43:00.865581 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/coredns_1.6.5 exists, but got error: Process exited with status 1 I0306 14:43:00.873572 17752 ssh_runner.go:174] Transferring 13241856 bytes to /var/lib/minikube/images/coredns_1.6.5 I0306 14:43:00.893575 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/pause_3.1 exists, but got error: Process exited with status 1 I0306 14:43:00.897576 17752 ssh_runner.go:174] Transferring 318976 bytes to /var/lib/minikube/images/pause_3.1 I0306 14:43:00.906108 17752 cache_images.go:91] "k8s.gcr.io/kube-scheduler:v1.17.3" needs transfer: "k8s.gcr.io/kube-scheduler:v1.17.3" does not exist at hash "d109c0821a2b9225b69b99a95000df5cd1de5d606bc187b3620d730d7769c6ad" in container runtime I0306 14:43:00.906108 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-scheduler:v1.17.3 -> C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-scheduler_v1.17.3 I0306 14:43:00.907108 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-scheduler_v1.17.3 I0306 14:43:00.914103 17752 ssh_runner.go:101] Run: docker inspect --format {{.Id}} k8s.gcr.io/kube-proxy:v1.17.3 I0306 14:43:00.918100 17752 ssh_runner.go:193] pause_3.1: copied 318976 bytes I0306 14:43:00.925100 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/kube-scheduler_v1.17.3 exists, but got error: Process exited with status 1 I0306 14:43:00.932616 17752 ssh_runner.go:174] Transferring 33822208 bytes to /var/lib/minikube/images/kube-scheduler_v1.17.3 I0306 14:43:01.058136 17752 cache_images.go:91] "k8s.gcr.io/kube-proxy:v1.17.3" needs transfer: "k8s.gcr.io/kube-proxy:v1.17.3" does not exist at hash "ae853e93800dc2572aeb425e5765cf9b25212bfc43695299e61dece06cffa4a1" in container runtime I0306 14:43:01.058670 17752 localpath.go:69] windows sanitize: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-proxy:v1.17.3 -> C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-proxy_v1.17.3 I0306 14:43:01.059665 17752 cache_images.go:177] Loading image from cache: C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-proxy_v1.17.3 I0306 14:43:01.071664 17752 ssh_runner.go:155] Checked if /var/lib/minikube/images/kube-proxy_v1.17.3 exists, but got error: Process exited with status 1 I0306 14:43:01.073664 17752 ssh_runner.go:174] Transferring 48706048 bytes to /var/lib/minikube/images/kube-proxy_v1.17.3 I0306 14:43:01.272864 17752 ssh_runner.go:193] metrics-scraper_v1.0.2: copied 16123392 bytes I0306 14:43:01.317509 17752 ssh_runner.go:193] coredns_1.6.5: copied 13241856 bytes I0306 14:43:01.396042 17752 ssh_runner.go:193] kube-controller-manager_v1.17.3: copied 48810496 bytes I0306 14:43:01.830569 17752 ssh_runner.go:193] dashboard_v2.0.0-beta8: copied 37760000 bytes I0306 14:43:01.847580 17752 ssh_runner.go:193] kube-scheduler_v1.17.3: copied 33822208 bytes I0306 14:43:01.880052 17752 ssh_runner.go:193] kube-apiserver_v1.17.3: copied 50635776 bytes I0306 14:43:02.016282 17752 ssh_runner.go:193] kube-proxy_v1.17.3: copied 48706048 bytes I0306 14:43:02.100834 17752 ssh_runner.go:193] etcd_3.4.3-0: copied 100950016 bytes I0306 14:43:02.443224 17752 ssh_runner.go:141] Completed: docker load -i /var/lib/minikube/images/storage-provisioner_v1.8.1: (2.1445059s) I0306 14:43:02.443224 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\gcr.io\k8s-minikube\storage-provisioner_v1.8.1 from cache I0306 14:43:02.444221 17752 docker.go:121] Loading image: /var/lib/minikube/images/pause_3.1 I0306 14:43:02.459216 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/pause_3.1 I0306 14:43:02.621173 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\pause_3.1 from cache I0306 14:43:02.621173 17752 docker.go:121] Loading image: /var/lib/minikube/images/metrics-scraper_v1.0.2 I0306 14:43:02.633171 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/metrics-scraper_v1.0.2 I0306 14:43:03.533130 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\kubernetesui\metrics-scraper_v1.0.2 from cache I0306 14:43:03.533130 17752 docker.go:121] Loading image: /var/lib/minikube/images/coredns_1.6.5 I0306 14:43:03.546126 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/coredns_1.6.5 I0306 14:43:04.459411 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\coredns_1.6.5 from cache I0306 14:43:04.459411 17752 docker.go:121] Loading image: /var/lib/minikube/images/kube-controller-manager_v1.17.3 I0306 14:43:04.473405 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/kube-controller-manager_v1.17.3 I0306 14:43:07.427778 17752 ssh_runner.go:141] Completed: docker load -i /var/lib/minikube/images/kube-controller-manager_v1.17.3: (2.9543778s) I0306 14:43:07.427778 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-controller-manager_v1.17.3 from cache I0306 14:43:07.429746 17752 docker.go:121] Loading image: /var/lib/minikube/images/dashboard_v2.0.0-beta8 I0306 14:43:07.441778 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/dashboard_v2.0.0-beta8 I0306 14:43:08.999289 17752 ssh_runner.go:141] Completed: docker load -i /var/lib/minikube/images/dashboard_v2.0.0-beta8: (1.5565545s) I0306 14:43:09.000276 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\kubernetesui\dashboard_v2.0.0-beta8 from cache I0306 14:43:09.001272 17752 docker.go:121] Loading image: /var/lib/minikube/images/kube-scheduler_v1.17.3 I0306 14:43:09.015289 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/kube-scheduler_v1.17.3 I0306 14:43:09.849572 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-scheduler_v1.17.3 from cache I0306 14:43:09.849572 17752 docker.go:121] Loading image: /var/lib/minikube/images/kube-apiserver_v1.17.3 I0306 14:43:09.862545 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/kube-apiserver_v1.17.3 I0306 14:43:11.733712 17752 ssh_runner.go:141] Completed: docker load -i /var/lib/minikube/images/kube-apiserver_v1.17.3: (1.8711697s) I0306 14:43:11.733712 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-apiserver_v1.17.3 from cache I0306 14:43:11.735727 17752 docker.go:121] Loading image: /var/lib/minikube/images/kube-proxy_v1.17.3 I0306 14:43:11.748746 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/kube-proxy_v1.17.3 I0306 14:43:13.550096 17752 ssh_runner.go:141] Completed: docker load -i /var/lib/minikube/images/kube-proxy_v1.17.3: (1.8013526s) I0306 14:43:13.551100 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\kube-proxy_v1.17.3 from cache I0306 14:43:13.552091 17752 docker.go:121] Loading image: /var/lib/minikube/images/etcd_3.4.3-0 I0306 14:43:13.565181 17752 ssh_runner.go:101] Run: docker load -i /var/lib/minikube/images/etcd_3.4.3-0 I0306 14:43:22.266050 17752 ssh_runner.go:141] Completed: docker load -i /var/lib/minikube/images/etcd_3.4.3-0: (8.7008839s) I0306 14:43:22.266050 17752 cache_images.go:199] Transferred and loaded C:\Users\sd003526.minikube\cache\images\k8s.gcr.io\etcd_3.4.3-0 from cache I0306 14:43:22.267055 17752 cache_images.go:98] Successfully loaded all cached images I0306 14:43:22.268051 17752 cache_images.go:69] LoadImages completed in 23.1967096s I0306 14:43:22.269130 17752 kubeadm.go:119] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet: AdvertiseAddress:192.168.42.28 APIServerPort:8443 KubernetesVersion:v1.17.3 EtcdDataDir:/var/lib/minikube/etcd ClusterName:minikube NodeName:minikube DNSDomain:cluster.local CRISocket: ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.42.28"]]}] FeatureArgs:map[] NoTaintMaster:true} I0306 14:43:22.270047 17752 kubeadm.go:123] kubeadm config: apiVersion: kubeadm.k8s.io/v1beta2 kind: InitConfiguration localAPIEndpoint: advertiseAddress: 192.168.42.28 bindPort: 8443 bootstrapTokens:
authentication nodeRegistration: criSocket: /var/run/dockershim.sock name: "minikube" taints: []
apiVersion: kubeadm.k8s.io/v1beta2 kind: ClusterConfiguration apiServer: certSANs: ["127.0.0.1", "localhost", "192.168.42.28"] extraArgs: enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota" certificatesDir: /var/lib/minikube/certs clusterName: kubernetes controlPlaneEndpoint: localhost:8443 controllerManager: {} dns: type: CoreDNS etcd: local: dataDir: /var/lib/minikube/etcd kubernetesVersion: v1.17.3 networking: dnsDomain: cluster.local podSubnet: "" serviceSubnet: 10.96.0.0/12
I0306 14:43:22.284051 17752 ssh_runner.go:101] Run: docker info --format {{.CgroupDriver}} I0306 14:43:22.325796 17752 kubeadm.go:431] kubelet [Unit] Wants=docker.socket
[Service] ExecStart= ExecStart=/var/lib/minikube/binaries/v1.17.3/kubelet --authorization-mode=Webhook --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroup-driver=cgroupfs --client-ca-file=/var/lib/minikube/certs/ca.crt --cluster-domain=cluster.local --config=/var/lib/kubelet/config.yaml --container-runtime=docker --fail-swap-on=false --hostname-override=minikube --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.42.28 --pod-manifest-path=/etc/kubernetes/manifests
[Install] config: {KubernetesVersion:v1.17.3 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false} I0306 14:43:22.326795 17752 ssh_runner.go:101] Run: /bin/bash -c "pgrep kubelet && sudo systemctl stop kubelet" W0306 14:43:22.335810 17752 kubeadm.go:436] unable to stop kubelet: /bin/bash -c "pgrep kubelet && sudo systemctl stop kubelet": Process exited with status 1 stdout:
stderr: command: "/bin/bash -c \"pgrep kubelet && sudo systemctl stop kubelet\"" output: "" I0306 14:43:22.359335 17752 ssh_runner.go:101] Run: sudo mkdir -p /var/lib/minikube/binaries/v1.17.3 I0306 14:43:22.366334 17752 cache_binaries.go:93] Not caching binary, using https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubectl I0306 14:43:22.366334 17752 cache_binaries.go:93] Not caching binary, using https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubelet I0306 14:43:22.366334 17752 cache_binaries.go:93] Not caching binary, using https://storage.googleapis.com/kubernetes-release/release/v1.17.3/bin/linux/amd64/kubeadm I0306 14:43:22.373335 17752 ssh_runner.go:155] Checked if /var/lib/minikube/binaries/v1.17.3/kubectl exists, but got error: Process exited with status 1 I0306 14:43:22.374333 17752 ssh_runner.go:174] Transferring 43499520 bytes to /var/lib/minikube/binaries/v1.17.3/kubectl I0306 14:43:22.376332 17752 ssh_runner.go:155] Checked if /var/lib/minikube/binaries/v1.17.3/kubelet exists, but got error: Process exited with status 1 I0306 14:43:22.376332 17752 ssh_runner.go:155] Checked if /var/lib/minikube/binaries/v1.17.3/kubeadm exists, but got error: Process exited with status 1 I0306 14:43:22.377354 17752 ssh_runner.go:174] Transferring 111584792 bytes to /var/lib/minikube/binaries/v1.17.3/kubelet I0306 14:43:22.377354 17752 ssh_runner.go:174] Transferring 39346176 bytes to /var/lib/minikube/binaries/v1.17.3/kubeadm I0306 14:43:22.928790 17752 ssh_runner.go:193] kubectl: copied 43499520 bytes I0306 14:43:22.933796 17752 ssh_runner.go:193] kubeadm: copied 39346176 bytes I0306 14:43:23.202623 17752 ssh_runner.go:193] kubelet: copied 111584792 bytes I0306 14:43:23.230623 17752 ssh_runner.go:101] Run: sudo mkdir -p /var/tmp/minikube /etc/systemd/system/kubelet.service.d /lib/systemd/system I0306 14:43:23.235623 17752 ssh_runner.go:174] Transferring 1028 bytes to /var/tmp/minikube/kubeadm.yaml I0306 14:43:23.236624 17752 ssh_runner.go:193] kubeadm.yaml: copied 1028 bytes I0306 14:43:23.247624 17752 ssh_runner.go:174] Transferring 535 bytes to /etc/systemd/system/kubelet.service.d/10-kubeadm.conf I0306 14:43:23.248624 17752 ssh_runner.go:193] 10-kubeadm.conf: copied 535 bytes I0306 14:43:23.258623 17752 ssh_runner.go:174] Transferring 349 bytes to /lib/systemd/system/kubelet.service I0306 14:43:23.259623 17752 ssh_runner.go:193] kubelet.service: copied 349 bytes I0306 14:43:23.271624 17752 ssh_runner.go:101] Run: /bin/bash -c "sudo systemctl daemon-reload && sudo systemctl start kubelet" I0306 14:43:23.354673 17752 certs.go:59] Setting up C:\Users\sd003526.minikube for IP: 192.168.42.28 I0306 14:43:23.354673 17752 certs.go:68] acquiring lock: {Name:mkfba4976e9764cb28cddb4acfb7820dd98b1a74 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:43:23.356679 17752 crypto.go:69] Generating cert C:\Users\sd003526.minikube\client.crt with IP's: []
I0306 14:43:23.360677 17752 crypto.go:157] Writing cert to C:\Users\sd003526.minikube\client.crt ...
I0306 14:43:23.360677 17752 lock.go:35] WriteFile acquiring C:\Users\sd003526.minikube\client.crt: {Name:mk96d0d0ed531a3667878fd5787738cbee06190d Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:43:23.362690 17752 crypto.go:165] Writing key to C:\Users\sd003526.minikube\client.key ...
I0306 14:43:23.362690 17752 lock.go:35] WriteFile acquiring C:\Users\sd003526.minikube\client.key: {Name:mk43e6ce88b8144f8335b81fada3458e30c19ccd Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:43:23.364681 17752 crypto.go:69] Generating cert C:\Users\sd003526.minikube\apiserver.crt with IP's: [192.168.42.28 10.96.0.1 127.0.0.1 10.0.0.1]
I0306 14:43:23.368676 17752 crypto.go:157] Writing cert to C:\Users\sd003526.minikube\apiserver.crt ...
I0306 14:43:23.368676 17752 lock.go:35] WriteFile acquiring C:\Users\sd003526.minikube\apiserver.crt: {Name:mk6f5dfb7052b360c4a1c92d6f1113cca58d6ca2 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:43:23.371675 17752 crypto.go:165] Writing key to C:\Users\sd003526.minikube\apiserver.key ...
I0306 14:43:23.371675 17752 lock.go:35] WriteFile acquiring C:\Users\sd003526.minikube\apiserver.key: {Name:mkf3a03fbb297718cd7216adfa0f9a9b952dab43 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:43:23.373676 17752 crypto.go:69] Generating cert C:\Users\sd003526.minikube\proxy-client.crt with IP's: []
I0306 14:43:23.377690 17752 crypto.go:157] Writing cert to C:\Users\sd003526.minikube\proxy-client.crt ...
I0306 14:43:23.377690 17752 lock.go:35] WriteFile acquiring C:\Users\sd003526.minikube\proxy-client.crt: {Name:mka2590300f4b48c74c2a2d46e3208a38d460196 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:43:23.379676 17752 crypto.go:165] Writing key to C:\Users\sd003526.minikube\proxy-client.key ...
I0306 14:43:23.379676 17752 lock.go:35] WriteFile acquiring C:\Users\sd003526.minikube\proxy-client.key: {Name:mka0392f523a28e3af54c6e76f8a5d1d7947c667 Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0306 14:43:23.390678 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/ca.crt exists, but got error: Process exited with status 1
I0306 14:43:23.391675 17752 ssh_runner.go:174] Transferring 1066 bytes to /var/lib/minikube/certs/ca.crt
I0306 14:43:23.393680 17752 ssh_runner.go:193] ca.crt: copied 1066 bytes
I0306 14:43:23.410688 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/ca.key exists, but got error: Process exited with status 1
I0306 14:43:23.411680 17752 ssh_runner.go:174] Transferring 1675 bytes to /var/lib/minikube/certs/ca.key
I0306 14:43:23.413675 17752 ssh_runner.go:193] ca.key: copied 1675 bytes
I0306 14:43:23.431678 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/apiserver.crt exists, but got error: Process exited with status 1
I0306 14:43:23.432697 17752 ssh_runner.go:174] Transferring 1306 bytes to /var/lib/minikube/certs/apiserver.crt
I0306 14:43:23.434697 17752 ssh_runner.go:193] apiserver.crt: copied 1306 bytes
I0306 14:43:23.450205 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/apiserver.key exists, but got error: Process exited with status 1
I0306 14:43:23.451195 17752 ssh_runner.go:174] Transferring 1675 bytes to /var/lib/minikube/certs/apiserver.key
I0306 14:43:23.453198 17752 ssh_runner.go:193] apiserver.key: copied 1675 bytes
I0306 14:43:23.470197 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client-ca.crt exists, but got error: Process exited with status 1
I0306 14:43:23.470197 17752 ssh_runner.go:174] Transferring 1074 bytes to /var/lib/minikube/certs/proxy-client-ca.crt
I0306 14:43:23.473206 17752 ssh_runner.go:193] proxy-client-ca.crt: copied 1074 bytes
I0306 14:43:23.488196 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client-ca.key exists, but got error: Process exited with status 1
I0306 14:43:23.488196 17752 ssh_runner.go:174] Transferring 1679 bytes to /var/lib/minikube/certs/proxy-client-ca.key
I0306 14:43:23.491201 17752 ssh_runner.go:193] proxy-client-ca.key: copied 1679 bytes
I0306 14:43:23.506196 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client.crt exists, but got error: Process exited with status 1
I0306 14:43:23.507214 17752 ssh_runner.go:174] Transferring 1103 bytes to /var/lib/minikube/certs/proxy-client.crt
I0306 14:43:23.508198 17752 ssh_runner.go:193] proxy-client.crt: copied 1103 bytes
I0306 14:43:23.524721 17752 ssh_runner.go:155] Checked if /var/lib/minikube/certs/proxy-client.key exists, but got error: Process exited with status 1
I0306 14:43:23.525717 17752 ssh_runner.go:174] Transferring 1679 bytes to /var/lib/minikube/certs/proxy-client.key
I0306 14:43:23.526716 17752 ssh_runner.go:193] proxy-client.key: copied 1679 bytes
I0306 14:43:23.540716 17752 ssh_runner.go:155] Checked if /usr/share/ca-certificates/minikubeCA.pem exists, but got error: Process exited with status 1
I0306 14:43:23.541720 17752 ssh_runner.go:174] Transferring 1066 bytes to /usr/share/ca-certificates/minikubeCA.pem
I0306 14:43:23.542717 17752 ssh_runner.go:193] minikubeCA.pem: copied 1066 bytes
I0306 14:43:23.552719 17752 ssh_runner.go:174] Transferring 428 bytes to /var/lib/minikube/kubeconfig
I0306 14:43:23.553718 17752 ssh_runner.go:193] kubeconfig: copied 428 bytes
I0306 14:43:23.589936 17752 ssh_runner.go:101] Run: openssl version
I0306 14:43:23.618889 17752 ssh_runner.go:101] Run: sudo /bin/bash -c "test -f /usr/share/ca-certificates/minikubeCA.pem || ln -fs /etc/ssl/certs/minikubeCA.pem /usr/share/ca-certificates/minikubeCA.pem"
I0306 14:43:23.648889 17752 ssh_runner.go:101] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0306 14:43:23.683932 17752 ssh_runner.go:101] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
stderr: ls: cannot access '/var/lib/kubelet/kubeadm-flags.env': No such file or directory ls: cannot access '/var/lib/kubelet/config.yaml': No such file or directory ls: cannot access '/var/lib/minikube/etcd': No such file or directory I0306 14:43:23.721948 17752 kubeadm.go:160] StartCluster: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.7.3.iso Memory:10000 CPUs:3 DiskSize:100000 Driver:hyperv HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false Downloader:{} DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio KubernetesConfig:{KubernetesVersion:v1.17.3 ClusterName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false} Nodes:[{Name:minikube IP:192.168.42.28 Port:8443 KubernetesVersion:v1.17.3 ControlPlane:true Worker:true}] Addons:map[]} I0306 14:43:23.722894 17752 ssh_runner.go:101] Run: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.17.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,SystemVerification" I0306 14:43:42.728232 17752 ssh_runner.go:141] Completed: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.17.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,SystemVerification": (19.0033753s) I0306 14:43:42.728232 17752 kubeadm.go:220] Configuring cluster permissions ... I0306 14:43:42.731227 17752 kapi.go:58] client config for minikube: &rest.Config{Host:"https://192.168.42.28: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:, AuthConfigPersister:rest.AuthProviderConfigPersister(nil), ExecProvider:, TLSClientConfig:rest.sanitizedTLSClientConfig{Insecure:false, ServerName:"", CertFile:"C:\Users\sd003526\.minikube\client.crt", KeyFile:"C:\Users\sd003526\.minikube\client.key", CAFile:"C:\Users\sd003526\.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)(0x1501790), QPS:0, Burst:0, RateLimiter:flowcontrol.RateLimiter(nil), Timeout:0, Dial:(func(context.Context, string, string) (net.Conn, error))(nil)}
I0306 14:43:42.756228 17752 rbac.go:71] duration metric: took 15.9986ms to wait for elevateKubeSystemPrivileges.
I0306 14:43:42.756228 17752 ssh_runner.go:101] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0306 14:43:42.768227 17752 rbac.go:81] apiserver oom_adj: -16
I0306 14:43:42.768227 17752 kubeadm.go:162] StartCluster complete in 19.046311s
I0306 14:43:42.769228 17752 addons.go:271] enableAddons start: toEnable=map[], additional=[]
I0306 14:43:42.773228 17752 addons.go:60] IsEnabled "istio" = false (listed in config=false)
I0306 14:43:42.773228 17752 addons.go:60] IsEnabled "registry" = false (listed in config=false)
I0306 14:43:42.774226 17752 addons.go:60] IsEnabled "gvisor" = false (listed in config=false)
I0306 14:43:42.775299 17752 addons.go:60] IsEnabled "helm-tiller" = false (listed in config=false)
I0306 14:43:42.776228 17752 addons.go:60] IsEnabled "storage-provisioner-gluster" = false (listed in config=false)
I0306 14:43:42.776228 17752 addons.go:60] IsEnabled "istio-provisioner" = false (listed in config=false)
I0306 14:43:42.777227 17752 addons.go:60] IsEnabled "efk" = false (listed in config=false)
I0306 14:43:42.778228 17752 addons.go:60] IsEnabled "ingress" = false (listed in config=false)
I0306 14:43:42.778228 17752 addons.go:60] IsEnabled "nvidia-driver-installer" = false (listed in config=false)
I0306 14:43:42.787232 17752 addons.go:60] IsEnabled "default-storageclass" = false (listed in config=false)
I0306 14:43:42.791236 17752 addons.go:60] IsEnabled "storage-provisioner" = false (listed in config=false)
I0306 14:43:42.794237 17752 addons.go:60] IsEnabled "freshpod" = false (listed in config=false)
I0306 14:43:42.797238 17752 addons.go:60] IsEnabled "nvidia-gpu-device-plugin" = false (listed in config=false)
I0306 14:43:42.801237 17752 addons.go:60] IsEnabled "logviewer" = false (listed in config=false)
I0306 14:43:42.809237 17752 addons.go:60] IsEnabled "ingress-dns" = false (listed in config=false)
I0306 14:43:42.812235 17752 addons.go:60] IsEnabled "dashboard" = false (listed in config=false)
I0306 14:43:42.817236 17752 addons.go:60] IsEnabled "registry-creds" = false (listed in config=false)
I0306 14:43:42.825253 17752 addons.go:60] IsEnabled "metrics-server" = false (listed in config=false)
I0306 14:43:43.571226 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:43:43.577213 17752 addons.go:105] Setting addon default-storageclass=true in "minikube" I0306 14:43:43.578213 17752 addons.go:60] IsEnabled "default-storageclass" = false (listed in config=false) W0306 14:43:43.579226 17752 addons.go:120] addon default-storageclass should already be in state true I0306 14:43:43.581215 17752 status.go:65] Checking if "minikube" exists ... I0306 14:43:43.583226 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:43:44.231303 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:43:44.231303 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:43:44.233249 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:43:44.852369 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:43:44.853345 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:43:44.856333 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:43:45.876768 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:43:45.876768 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:43:45.922428 17752 addons.go:193] installing /etc/kubernetes/addons/storageclass.yaml I0306 14:43:45.964032 17752 ssh_runner.go:174] Transferring 271 bytes to /etc/kubernetes/addons/storageclass.yaml I0306 14:43:45.966337 17752 ssh_runner.go:193] storageclass.yaml: copied 271 bytes I0306 14:43:46.012945 17752 addons.go:214] Running: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.17.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml I0306 14:43:46.013904 17752 ssh_runner.go:101] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.17.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml I0306 14:43:46.207428 17752 addons.go:219] output: -- stdout -- storageclass.storage.k8s.io/standard created
-- /stdout -- I0306 14:43:46.207428 17752 addons.go:71] Writing out "minikube" config to set default-storageclass=true... I0306 14:43:46.210428 17752 addons.go:45] Setting storage-provisioner=true in profile "minikube" I0306 14:43:46.210428 17752 addons.go:105] Setting addon storage-provisioner=true in "minikube" I0306 14:43:46.211434 17752 addons.go:60] IsEnabled "storage-provisioner" = false (listed in config=false) W0306 14:43:46.211434 17752 addons.go:120] addon storage-provisioner should already be in state true I0306 14:43:46.214428 17752 status.go:65] Checking if "minikube" exists ... I0306 14:43:46.215427 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:43:46.861855 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:43:46.861855 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:43:46.863547 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive ( Hyper-V\Get-VM minikube ).state I0306 14:43:47.484045 17752 main.go:110] libmachine: [stdout =====>] : Running
I0306 14:43:47.484045 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:43:47.485044 17752 main.go:110] libmachine: [executing ==>] : C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (( Hyper-V\Get-VM minikube ).networkadapters[0]).ipaddresses[0] I0306 14:43:48.525508 17752 main.go:110] libmachine: [stdout =====>] : 192.168.42.28
I0306 14:43:48.525508 17752 main.go:110] libmachine: [stderr =====>] : I0306 14:43:48.571513 17752 addons.go:193] installing /etc/kubernetes/addons/storage-provisioner.yaml I0306 14:43:48.615508 17752 ssh_runner.go:174] Transferring 1709 bytes to /etc/kubernetes/addons/storage-provisioner.yaml I0306 14:43:48.617509 17752 ssh_runner.go:193] storage-provisioner.yaml: copied 1709 bytes I0306 14:43:48.656510 17752 addons.go:214] Running: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.17.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml I0306 14:43:48.656510 17752 ssh_runner.go:101] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.17.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml I0306 14:43:48.816348 17752 addons.go:219] output: -- stdout -- serviceaccount/storage-provisioner created clusterrolebinding.rbac.authorization.k8s.io/storage-provisioner created pod/storage-provisioner created
-- /stdout -- I0306 14:43:48.817348 17752 addons.go:71] Writing out "minikube" config to set storage-provisioner=true... I0306 14:43:48.819346 17752 addons.go:273] enableAddons completed in 6.0501279s
Expected behavior
should work
Actual behavior
Jx version
The output of
jx version
is:Jenkins type
Kubernetes cluster
jx create cluster minikube --advanced-mode=true -c=3 -s=100GB -m=10000 -d=hyperv --default-admin-password=admin --git-provider-url=http://10.1.3.23:7990 --git-api-token=ODE1NzI2NTQ2MTQ3OgHa6/tUF5x2Qp70ON8VigJe2j3u --git-provider-kind=bitbucketserver --git-username=admin --static-jenkins --external-ip='10.1.3.23' --install-dependencies=true --verbose
Operating system / Environment
jx 2.0.1233 jenkins x platform 2.0.2052 Kubernetes cluster v1.17.3 kubectl v1.17.3 helm client 2.16.1 git 2.25.1.windows.1 Operating System Windows 10 Enterprise 1909 build 18363