=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:206: (dbg) Run: kubectl --context addons-606180 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:231: (dbg) Run: kubectl --context addons-606180 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:244: (dbg) Run: kubectl --context addons-606180 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [cc8a21fd-9568-4bef-979a-f291ba746a9c] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [cc8a21fd-9568-4bef-979a-f291ba746a9c] Running
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.015371011s
addons_test.go:261: (dbg) Run: out/minikube-linux-arm64 -p addons-606180 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:261: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-606180 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.874647011s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:277: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:285: (dbg) Run: kubectl --context addons-606180 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:290: (dbg) Run: out/minikube-linux-arm64 -p addons-606180 ip
addons_test.go:296: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:296: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.047951021s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:298: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:302: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:305: (dbg) Run: out/minikube-linux-arm64 -p addons-606180 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:305: (dbg) Done: out/minikube-linux-arm64 -p addons-606180 addons disable ingress-dns --alsologtostderr -v=1: (1.407774539s)
addons_test.go:310: (dbg) Run: out/minikube-linux-arm64 -p addons-606180 addons disable ingress --alsologtostderr -v=1
addons_test.go:310: (dbg) Done: out/minikube-linux-arm64 -p addons-606180 addons disable ingress --alsologtostderr -v=1: (7.779820568s)
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-606180
helpers_test.go:235: (dbg) docker inspect addons-606180:
-- stdout --
[
{
"Id": "19915e5831eec0251ac0713929a7905f869dc7efac21d28c7e3bb5ff67459bb6",
"Created": "2023-11-27T23:30:54.67166163Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1461705,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-11-27T23:30:55.018689662Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:6b2707af759835616662ab4511fa7cfc968ed5500b8f30a5d231d9af64582310",
"ResolvConfPath": "/var/lib/docker/containers/19915e5831eec0251ac0713929a7905f869dc7efac21d28c7e3bb5ff67459bb6/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/19915e5831eec0251ac0713929a7905f869dc7efac21d28c7e3bb5ff67459bb6/hostname",
"HostsPath": "/var/lib/docker/containers/19915e5831eec0251ac0713929a7905f869dc7efac21d28c7e3bb5ff67459bb6/hosts",
"LogPath": "/var/lib/docker/containers/19915e5831eec0251ac0713929a7905f869dc7efac21d28c7e3bb5ff67459bb6/19915e5831eec0251ac0713929a7905f869dc7efac21d28c7e3bb5ff67459bb6-json.log",
"Name": "/addons-606180",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-606180:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-606180",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/f892d6571e57da873661d594278dddd65b1949cbc13a51c27a8c01072b84dbc5-init/diff:/var/lib/docker/overlay2/66e18f6b92e8847ad9065a2bde54888b27c493e8cb472385d095e2aee2f57672/diff",
"MergedDir": "/var/lib/docker/overlay2/f892d6571e57da873661d594278dddd65b1949cbc13a51c27a8c01072b84dbc5/merged",
"UpperDir": "/var/lib/docker/overlay2/f892d6571e57da873661d594278dddd65b1949cbc13a51c27a8c01072b84dbc5/diff",
"WorkDir": "/var/lib/docker/overlay2/f892d6571e57da873661d594278dddd65b1949cbc13a51c27a8c01072b84dbc5/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-606180",
"Source": "/var/lib/docker/volumes/addons-606180/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-606180",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-606180",
"name.minikube.sigs.k8s.io": "addons-606180",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "362abb27ceb5265e466e0a8ca7b9e34f3784edd5eae55a7af949fe5f6d31b0d3",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34069"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34068"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34065"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34067"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34066"
}
]
},
"SandboxKey": "/var/run/docker/netns/362abb27ceb5",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-606180": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"19915e5831ee",
"addons-606180"
],
"NetworkID": "30678591814ae9280d0e33e670e21d0ab629740c942e7e2d41e721720ab70e1d",
"EndpointID": "2576858c9652177e47f9a695c6c9955fbebe8c9a11f5e9f1abf80f7feec75cc5",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-606180 -n addons-606180
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-606180 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-606180 logs -n 25: (1.593373944s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | 27 Nov 23 23:30 UTC |
| delete | -p download-only-717158 | download-only-717158 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | 27 Nov 23 23:30 UTC |
| delete | -p download-only-717158 | download-only-717158 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | 27 Nov 23 23:30 UTC |
| start | --download-only -p | download-docker-108856 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | |
| | download-docker-108856 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-108856 | download-docker-108856 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | 27 Nov 23 23:30 UTC |
| start | --download-only -p | binary-mirror-434652 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | |
| | binary-mirror-434652 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:33683 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-434652 | binary-mirror-434652 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | 27 Nov 23 23:30 UTC |
| addons | enable dashboard -p | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | |
| | addons-606180 | | | | | |
| addons | disable dashboard -p | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | |
| | addons-606180 | | | | | |
| start | -p addons-606180 --wait=true | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:30 UTC | 27 Nov 23 23:33 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-606180 ip | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:33 UTC | 27 Nov 23 23:33 UTC |
| addons | addons-606180 addons disable | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:33 UTC | 27 Nov 23 23:33 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:33 UTC | 27 Nov 23 23:33 UTC |
| | -p addons-606180 | | | | | |
| ssh | addons-606180 ssh cat | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:33 UTC | 27 Nov 23 23:33 UTC |
| | /opt/local-path-provisioner/pvc-92fea970-b462-46c9-a754-48da8038f828_default_test-pvc/file1 | | | | | |
| addons | addons-606180 addons disable | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:33 UTC | 27 Nov 23 23:34 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-606180 addons | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:33 UTC | 27 Nov 23 23:34 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-606180 addons | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:34 UTC | 27 Nov 23 23:34 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:34 UTC | 27 Nov 23 23:34 UTC |
| | addons-606180 | | | | | |
| addons | enable headlamp | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:34 UTC | 27 Nov 23 23:34 UTC |
| | -p addons-606180 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-606180 addons | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:34 UTC | 27 Nov 23 23:34 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:34 UTC | 27 Nov 23 23:34 UTC |
| | addons-606180 | | | | | |
| ssh | addons-606180 ssh curl -s | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:34 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-606180 ip | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:36 UTC | 27 Nov 23 23:36 UTC |
| addons | addons-606180 addons disable | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:37 UTC | 27 Nov 23 23:37 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-606180 addons disable | addons-606180 | jenkins | v1.32.0 | 27 Nov 23 23:37 UTC | 27 Nov 23 23:37 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/11/27 23:30:30
Running on machine: ip-172-31-29-130
Binary: Built with gc go1.21.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1127 23:30:30.791120 1461234 out.go:296] Setting OutFile to fd 1 ...
I1127 23:30:30.791313 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 23:30:30.791324 1461234 out.go:309] Setting ErrFile to fd 2...
I1127 23:30:30.791330 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 23:30:30.791576 1461234 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17206-1455288/.minikube/bin
I1127 23:30:30.792023 1461234 out.go:303] Setting JSON to false
I1127 23:30:30.793065 1461234 start.go:128] hostinfo: {"hostname":"ip-172-31-29-130","uptime":22380,"bootTime":1701105451,"procs":325,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1050-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"36adf542-ef4f-4e2d-a0c8-6868d1383ff9"}
I1127 23:30:30.793143 1461234 start.go:138] virtualization:
I1127 23:30:30.795404 1461234 out.go:177] * [addons-606180] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I1127 23:30:30.797502 1461234 out.go:177] - MINIKUBE_LOCATION=17206
I1127 23:30:30.799604 1461234 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1127 23:30:30.797652 1461234 notify.go:220] Checking for updates...
I1127 23:30:30.803600 1461234 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17206-1455288/kubeconfig
I1127 23:30:30.805310 1461234 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17206-1455288/.minikube
I1127 23:30:30.807319 1461234 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1127 23:30:30.808945 1461234 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1127 23:30:30.810838 1461234 driver.go:378] Setting default libvirt URI to qemu:///system
I1127 23:30:30.837960 1461234 docker.go:122] docker version: linux-24.0.7:Docker Engine - Community
I1127 23:30:30.838087 1461234 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1127 23:30:30.929740 1461234 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:38 SystemTime:2023-11-27 23:30:30.920410416 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1050-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil>
ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I1127 23:30:30.929846 1461234 docker.go:295] overlay module found
I1127 23:30:30.937479 1461234 out.go:177] * Using the docker driver based on user configuration
I1127 23:30:30.939402 1461234 start.go:298] selected driver: docker
I1127 23:30:30.939420 1461234 start.go:902] validating driver "docker" against <nil>
I1127 23:30:30.939442 1461234 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1127 23:30:30.940122 1461234 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1127 23:30:31.007577 1461234 info.go:266] docker info: {ID:U5VK:ZNT5:35M3:FHLW:Q7TL:ELFX:BNAG:AV4T:UD2H:SK5L:SEJV:SJJL Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:38 SystemTime:2023-11-27 23:30:30.99526309 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1050-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archit
ecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-29-130 Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f Expected:d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil>
ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I1127 23:30:31.007751 1461234 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I1127 23:30:31.007999 1461234 start_flags.go:931] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1127 23:30:31.010276 1461234 out.go:177] * Using Docker driver with root privileges
I1127 23:30:31.012555 1461234 cni.go:84] Creating CNI manager for ""
I1127 23:30:31.012584 1461234 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1127 23:30:31.012597 1461234 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I1127 23:30:31.012609 1461234 start_flags.go:323] config:
{Name:addons-606180 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-606180 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1127 23:30:31.016471 1461234 out.go:177] * Starting control plane node addons-606180 in cluster addons-606180
I1127 23:30:31.019287 1461234 cache.go:121] Beginning downloading kic base image for docker with crio
I1127 23:30:31.021504 1461234 out.go:177] * Pulling base image ...
I1127 23:30:31.023449 1461234 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1127 23:30:31.023512 1461234 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17206-1455288/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I1127 23:30:31.023540 1461234 cache.go:56] Caching tarball of preloaded images
I1127 23:30:31.023539 1461234 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 in local docker daemon
I1127 23:30:31.023648 1461234 preload.go:174] Found /home/jenkins/minikube-integration/17206-1455288/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1127 23:30:31.023658 1461234 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I1127 23:30:31.024038 1461234 profile.go:148] Saving config to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/config.json ...
I1127 23:30:31.024058 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/config.json: {Name:mk98aa3562ae13c067bef3d093e820bfca183c6d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:30:31.041437 1461234 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 to local cache
I1127 23:30:31.041582 1461234 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 in local cache directory
I1127 23:30:31.041615 1461234 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 in local cache directory, skipping pull
I1127 23:30:31.041623 1461234 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 exists in cache, skipping pull
I1127 23:30:31.041631 1461234 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 as a tarball
I1127 23:30:31.041636 1461234 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 from local cache
I1127 23:30:47.102380 1461234 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 from cached tarball
I1127 23:30:47.102421 1461234 cache.go:194] Successfully downloaded all kic artifacts
I1127 23:30:47.102471 1461234 start.go:365] acquiring machines lock for addons-606180: {Name:mkb9f3d9cf320f6f0ea243d6e45ddf7a40419817 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1127 23:30:47.103184 1461234 start.go:369] acquired machines lock for "addons-606180" in 685.418µs
I1127 23:30:47.103230 1461234 start.go:93] Provisioning new machine with config: &{Name:addons-606180 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-606180 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I1127 23:30:47.103322 1461234 start.go:125] createHost starting for "" (driver="docker")
I1127 23:30:47.105657 1461234 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1127 23:30:47.105955 1461234 start.go:159] libmachine.API.Create for "addons-606180" (driver="docker")
I1127 23:30:47.105988 1461234 client.go:168] LocalClient.Create starting
I1127 23:30:47.106115 1461234 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca.pem
I1127 23:30:47.424605 1461234 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/cert.pem
I1127 23:30:47.871863 1461234 cli_runner.go:164] Run: docker network inspect addons-606180 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W1127 23:30:47.889155 1461234 cli_runner.go:211] docker network inspect addons-606180 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I1127 23:30:47.889238 1461234 network_create.go:281] running [docker network inspect addons-606180] to gather additional debugging logs...
I1127 23:30:47.889260 1461234 cli_runner.go:164] Run: docker network inspect addons-606180
W1127 23:30:47.907367 1461234 cli_runner.go:211] docker network inspect addons-606180 returned with exit code 1
I1127 23:30:47.907420 1461234 network_create.go:284] error running [docker network inspect addons-606180]: docker network inspect addons-606180: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-606180 not found
I1127 23:30:47.907435 1461234 network_create.go:286] output of [docker network inspect addons-606180]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-606180 not found
** /stderr **
I1127 23:30:47.907548 1461234 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I1127 23:30:47.925966 1461234 network.go:209] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x400049bf60}
I1127 23:30:47.926008 1461234 network_create.go:124] attempt to create docker network addons-606180 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1127 23:30:47.926071 1461234 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-606180 addons-606180
I1127 23:30:48.011358 1461234 network_create.go:108] docker network addons-606180 192.168.49.0/24 created
I1127 23:30:48.011395 1461234 kic.go:121] calculated static IP "192.168.49.2" for the "addons-606180" container
I1127 23:30:48.011507 1461234 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1127 23:30:48.034655 1461234 cli_runner.go:164] Run: docker volume create addons-606180 --label name.minikube.sigs.k8s.io=addons-606180 --label created_by.minikube.sigs.k8s.io=true
I1127 23:30:48.055276 1461234 oci.go:103] Successfully created a docker volume addons-606180
I1127 23:30:48.055383 1461234 cli_runner.go:164] Run: docker run --rm --name addons-606180-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-606180 --entrypoint /usr/bin/test -v addons-606180:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -d /var/lib
I1127 23:30:50.257930 1461234 cli_runner.go:217] Completed: docker run --rm --name addons-606180-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-606180 --entrypoint /usr/bin/test -v addons-606180:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -d /var/lib: (2.202505195s)
I1127 23:30:50.257966 1461234 oci.go:107] Successfully prepared a docker volume addons-606180
I1127 23:30:50.257997 1461234 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1127 23:30:50.258019 1461234 kic.go:194] Starting extracting preloaded images to volume ...
I1127 23:30:50.258104 1461234 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17206-1455288/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-606180:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -I lz4 -xf /preloaded.tar -C /extractDir
I1127 23:30:54.587871 1461234 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17206-1455288/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-606180:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 -I lz4 -xf /preloaded.tar -C /extractDir: (4.329723742s)
I1127 23:30:54.587905 1461234 kic.go:203] duration metric: took 4.329882 seconds to extract preloaded images to volume
W1127 23:30:54.588054 1461234 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1127 23:30:54.588176 1461234 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1127 23:30:54.655562 1461234 cli_runner.go:164] Run: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname addons-606180 --name addons-606180 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-606180 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-606180 --network addons-606180 --ip 192.168.49.2 --volume addons-606180:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50
I1127 23:30:55.027735 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Running}}
I1127 23:30:55.063079 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:30:55.091226 1461234 cli_runner.go:164] Run: docker exec addons-606180 stat /var/lib/dpkg/alternatives/iptables
I1127 23:30:55.183506 1461234 oci.go:144] the created container "addons-606180" has a running status.
I1127 23:30:55.183541 1461234 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa...
I1127 23:30:55.437058 1461234 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1127 23:30:55.475596 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:30:55.494526 1461234 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1127 23:30:55.494549 1461234 kic_runner.go:114] Args: [docker exec --privileged addons-606180 chown docker:docker /home/docker/.ssh/authorized_keys]
I1127 23:30:55.568847 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:30:55.611184 1461234 machine.go:88] provisioning docker machine ...
I1127 23:30:55.611218 1461234 ubuntu.go:169] provisioning hostname "addons-606180"
I1127 23:30:55.611285 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:30:55.635688 1461234 main.go:141] libmachine: Using SSH client type: native
I1127 23:30:55.636109 1461234 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3be600] 0x3c0d70 <nil> [] 0s} 127.0.0.1 34069 <nil> <nil>}
I1127 23:30:55.636127 1461234 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-606180 && echo "addons-606180" | sudo tee /etc/hostname
I1127 23:30:55.636698 1461234 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55424->127.0.0.1:34069: read: connection reset by peer
I1127 23:30:58.782036 1461234 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-606180
I1127 23:30:58.782117 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:30:58.804981 1461234 main.go:141] libmachine: Using SSH client type: native
I1127 23:30:58.805389 1461234 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3be600] 0x3c0d70 <nil> [] 0s} 127.0.0.1 34069 <nil> <nil>}
I1127 23:30:58.805410 1461234 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-606180' /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 addons-606180/g' /etc/hosts;
else
echo '127.0.1.1 addons-606180' | sudo tee -a /etc/hosts;
fi
fi
I1127 23:30:58.935167 1461234 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1127 23:30:58.935196 1461234 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17206-1455288/.minikube CaCertPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17206-1455288/.minikube}
I1127 23:30:58.935226 1461234 ubuntu.go:177] setting up certificates
I1127 23:30:58.935241 1461234 provision.go:83] configureAuth start
I1127 23:30:58.935307 1461234 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-606180
I1127 23:30:58.955138 1461234 provision.go:138] copyHostCerts
I1127 23:30:58.955216 1461234 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.pem (1078 bytes)
I1127 23:30:58.955353 1461234 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17206-1455288/.minikube/cert.pem (1123 bytes)
I1127 23:30:58.955420 1461234 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17206-1455288/.minikube/key.pem (1679 bytes)
I1127 23:30:58.955478 1461234 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca-key.pem org=jenkins.addons-606180 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-606180]
I1127 23:30:59.348479 1461234 provision.go:172] copyRemoteCerts
I1127 23:30:59.348549 1461234 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1127 23:30:59.348593 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:30:59.366460 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:30:59.460467 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I1127 23:30:59.488119 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I1127 23:30:59.516482 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1127 23:30:59.545668 1461234 provision.go:86] duration metric: configureAuth took 610.405872ms
I1127 23:30:59.545695 1461234 ubuntu.go:193] setting minikube options for container-runtime
I1127 23:30:59.545962 1461234 config.go:182] Loaded profile config "addons-606180": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1127 23:30:59.546077 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:30:59.564072 1461234 main.go:141] libmachine: Using SSH client type: native
I1127 23:30:59.564496 1461234 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3be600] 0x3c0d70 <nil> [] 0s} 127.0.0.1 34069 <nil> <nil>}
I1127 23:30:59.564517 1461234 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I1127 23:30:59.807618 1461234 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1127 23:30:59.807642 1461234 machine.go:91] provisioned docker machine in 4.196435234s
I1127 23:30:59.807653 1461234 client.go:171] LocalClient.Create took 12.701658748s
I1127 23:30:59.807663 1461234 start.go:167] duration metric: libmachine.API.Create for "addons-606180" took 12.70170921s
I1127 23:30:59.807671 1461234 start.go:300] post-start starting for "addons-606180" (driver="docker")
I1127 23:30:59.807681 1461234 start.go:329] 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]
I1127 23:30:59.807749 1461234 ssh_runner.go:195] 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
I1127 23:30:59.807799 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:30:59.825956 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:30:59.920858 1461234 ssh_runner.go:195] Run: cat /etc/os-release
I1127 23:30:59.925072 1461234 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1127 23:30:59.925122 1461234 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1127 23:30:59.925139 1461234 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1127 23:30:59.925147 1461234 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I1127 23:30:59.925165 1461234 filesync.go:126] Scanning /home/jenkins/minikube-integration/17206-1455288/.minikube/addons for local assets ...
I1127 23:30:59.925244 1461234 filesync.go:126] Scanning /home/jenkins/minikube-integration/17206-1455288/.minikube/files for local assets ...
I1127 23:30:59.925270 1461234 start.go:303] post-start completed in 117.593434ms
I1127 23:30:59.925585 1461234 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-606180
I1127 23:30:59.942956 1461234 profile.go:148] Saving config to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/config.json ...
I1127 23:30:59.943259 1461234 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1127 23:30:59.943318 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:30:59.961012 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:00.091247 1461234 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1127 23:31:00.115085 1461234 start.go:128] duration metric: createHost completed in 13.011742204s
I1127 23:31:00.115164 1461234 start.go:83] releasing machines lock for "addons-606180", held for 13.011955174s
I1127 23:31:00.115622 1461234 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-606180
I1127 23:31:00.207455 1461234 ssh_runner.go:195] Run: cat /version.json
I1127 23:31:00.207525 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:00.208781 1461234 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1127 23:31:00.208914 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:00.253624 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:00.258709 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:00.513310 1461234 ssh_runner.go:195] Run: systemctl --version
I1127 23:31:00.518990 1461234 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1127 23:31:00.666694 1461234 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1127 23:31:00.672416 1461234 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1127 23:31:00.699285 1461234 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1127 23:31:00.699395 1461234 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1127 23:31:00.737986 1461234 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1127 23:31:00.738015 1461234 start.go:472] detecting cgroup driver to use...
I1127 23:31:00.738052 1461234 detect.go:196] detected "cgroupfs" cgroup driver on host os
I1127 23:31:00.738108 1461234 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1127 23:31:00.756310 1461234 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1127 23:31:00.770247 1461234 docker.go:203] disabling cri-docker service (if available) ...
I1127 23:31:00.770316 1461234 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1127 23:31:00.786290 1461234 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1127 23:31:00.802960 1461234 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1127 23:31:00.904456 1461234 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1127 23:31:01.006428 1461234 docker.go:219] disabling docker service ...
I1127 23:31:01.006504 1461234 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1127 23:31:01.028779 1461234 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1127 23:31:01.042733 1461234 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1127 23:31:01.141492 1461234 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1127 23:31:01.280032 1461234 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1127 23:31:01.295554 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I1127 23:31:01.316857 1461234 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I1127 23:31:01.316926 1461234 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I1127 23:31:01.329083 1461234 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1127 23:31:01.329153 1461234 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1127 23:31:01.341267 1461234 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1127 23:31:01.353961 1461234 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1127 23:31:01.365992 1461234 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1127 23:31:01.377229 1461234 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1127 23:31:01.388033 1461234 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1127 23:31:01.398390 1461234 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1127 23:31:01.491933 1461234 ssh_runner.go:195] Run: sudo systemctl restart crio
I1127 23:31:01.617016 1461234 start.go:519] Will wait 60s for socket path /var/run/crio/crio.sock
I1127 23:31:01.617182 1461234 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1127 23:31:01.621993 1461234 start.go:540] Will wait 60s for crictl version
I1127 23:31:01.622102 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:31:01.626431 1461234 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1127 23:31:01.669425 1461234 start.go:556] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1127 23:31:01.669528 1461234 ssh_runner.go:195] Run: crio --version
I1127 23:31:01.718159 1461234 ssh_runner.go:195] Run: crio --version
I1127 23:31:01.769621 1461234 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I1127 23:31:01.771944 1461234 cli_runner.go:164] Run: docker network inspect addons-606180 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I1127 23:31:01.788812 1461234 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1127 23:31:01.793518 1461234 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I1127 23:31:01.806763 1461234 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I1127 23:31:01.806833 1461234 ssh_runner.go:195] Run: sudo crictl images --output json
I1127 23:31:01.880618 1461234 crio.go:496] all images are preloaded for cri-o runtime.
I1127 23:31:01.880641 1461234 crio.go:415] Images already preloaded, skipping extraction
I1127 23:31:01.880700 1461234 ssh_runner.go:195] Run: sudo crictl images --output json
I1127 23:31:01.923565 1461234 crio.go:496] all images are preloaded for cri-o runtime.
I1127 23:31:01.923588 1461234 cache_images.go:84] Images are preloaded, skipping loading
I1127 23:31:01.923691 1461234 ssh_runner.go:195] Run: crio config
I1127 23:31:01.978858 1461234 cni.go:84] Creating CNI manager for ""
I1127 23:31:01.978882 1461234 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1127 23:31:01.978916 1461234 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I1127 23:31:01.978939 1461234 kubeadm.go:176] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-606180 NodeName:addons-606180 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock 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.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I1127 23:31:01.979076 1461234 kubeadm.go:181] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-606180"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.28.4
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I1127 23:31:01.979139 1461234 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-606180 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-606180 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I1127 23:31:01.979209 1461234 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I1127 23:31:01.990269 1461234 binaries.go:44] Found k8s binaries, skipping transfer
I1127 23:31:01.990350 1461234 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1127 23:31:02.002319 1461234 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I1127 23:31:02.027597 1461234 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1127 23:31:02.048681 1461234 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I1127 23:31:02.069250 1461234 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1127 23:31:02.073745 1461234 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I1127 23:31:02.086896 1461234 certs.go:56] Setting up /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180 for IP: 192.168.49.2
I1127 23:31:02.086968 1461234 certs.go:190] acquiring lock for shared ca certs: {Name:mk268ef230412b241734813f303d69d9b36c42ad Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:02.087645 1461234 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.key
I1127 23:31:02.297233 1461234 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.crt ...
I1127 23:31:02.297263 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.crt: {Name:mk4b20127df581514b3c4d24b157879416814927 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:02.297450 1461234 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.key ...
I1127 23:31:02.297469 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.key: {Name:mk7cddb679d86b9497de06ce8a9c2874103a1a80 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:02.297560 1461234 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17206-1455288/.minikube/proxy-client-ca.key
I1127 23:31:02.588889 1461234 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17206-1455288/.minikube/proxy-client-ca.crt ...
I1127 23:31:02.588923 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/proxy-client-ca.crt: {Name:mk87ab8f97cb6909c6a81d9bde94a80918683365 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:02.589730 1461234 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17206-1455288/.minikube/proxy-client-ca.key ...
I1127 23:31:02.589748 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/proxy-client-ca.key: {Name:mk29c610283f6f8aff9da8a9370d843a246c6566 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:02.589915 1461234 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/client.key
I1127 23:31:02.589937 1461234 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/client.crt with IP's: []
I1127 23:31:02.791271 1461234 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/client.crt ...
I1127 23:31:02.791303 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/client.crt: {Name:mk93d5c1c5e5949c6d70d91c0abf801330bece20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:02.791491 1461234 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/client.key ...
I1127 23:31:02.791503 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/client.key: {Name:mk01e263fe753af40f8504ea71e90212144eb7fd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:02.792203 1461234 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.key.dd3b5fb2
I1127 23:31:02.792226 1461234 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I1127 23:31:03.966177 1461234 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.crt.dd3b5fb2 ...
I1127 23:31:03.966214 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.crt.dd3b5fb2: {Name:mk3c7b887419259873ae5b55696978e1b8f27414 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:03.966439 1461234 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.key.dd3b5fb2 ...
I1127 23:31:03.966457 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.key.dd3b5fb2: {Name:mk0fd30c8726b6c53e74f9c237301c1515a1dfd8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:03.967100 1461234 certs.go:337] copying /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.crt
I1127 23:31:03.967183 1461234 certs.go:341] copying /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.key
I1127 23:31:03.967245 1461234 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.key
I1127 23:31:03.967270 1461234 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.crt with IP's: []
I1127 23:31:04.156706 1461234 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.crt ...
I1127 23:31:04.156737 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.crt: {Name:mk7cad928c7c7fa64cb618b58286412aa6c38c94 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:04.156931 1461234 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.key ...
I1127 23:31:04.156946 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.key: {Name:mkd37f8afa92ebc544e0ec8aedfb242a8a06e84b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:04.157770 1461234 certs.go:437] found cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca-key.pem (1679 bytes)
I1127 23:31:04.157821 1461234 certs.go:437] found cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/ca.pem (1078 bytes)
I1127 23:31:04.157874 1461234 certs.go:437] found cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/cert.pem (1123 bytes)
I1127 23:31:04.157904 1461234 certs.go:437] found cert: /home/jenkins/minikube-integration/17206-1455288/.minikube/certs/home/jenkins/minikube-integration/17206-1455288/.minikube/certs/key.pem (1679 bytes)
I1127 23:31:04.158512 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I1127 23:31:04.188732 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I1127 23:31:04.218446 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1127 23:31:04.247023 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/profiles/addons-606180/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1127 23:31:04.275827 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1127 23:31:04.304614 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1127 23:31:04.332479 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1127 23:31:04.360499 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1127 23:31:04.389075 1461234 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17206-1455288/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1127 23:31:04.417104 1461234 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1127 23:31:04.438045 1461234 ssh_runner.go:195] Run: openssl version
I1127 23:31:04.445023 1461234 ssh_runner.go:195] 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"
I1127 23:31:04.456589 1461234 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1127 23:31:04.461265 1461234 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Nov 27 23:31 /usr/share/ca-certificates/minikubeCA.pem
I1127 23:31:04.461340 1461234 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1127 23:31:04.469689 1461234 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I1127 23:31:04.481610 1461234 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I1127 23:31:04.485825 1461234 certs.go:353] certs directory doesn't exist, likely first start: ls /var/lib/minikube/certs/etcd: Process exited with status 2
stdout:
stderr:
ls: cannot access '/var/lib/minikube/certs/etcd': No such file or directory
I1127 23:31:04.485893 1461234 kubeadm.go:404] StartCluster: {Name:addons-606180 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1700142204-17634@sha256:b5ff7180d8eca5924b7e763cf222f5d9cfa39b21ab2c921f1394f3275e214b50 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-606180 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1127 23:31:04.485968 1461234 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1127 23:31:04.486023 1461234 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1127 23:31:04.528273 1461234 cri.go:89] found id: ""
I1127 23:31:04.528342 1461234 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1127 23:31:04.538786 1461234 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1127 23:31:04.549679 1461234 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I1127 23:31:04.549745 1461234 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I1127 23:31:04.560494 1461234 kubeadm.go:152] 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
I1127 23:31:04.560572 1461234 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$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,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I1127 23:31:04.618237 1461234 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I1127 23:31:04.618637 1461234 kubeadm.go:322] [preflight] Running pre-flight checks
I1127 23:31:04.664406 1461234 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I1127 23:31:04.664477 1461234 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1050-aws[0m
I1127 23:31:04.664520 1461234 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I1127 23:31:04.664566 1461234 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1127 23:31:04.664614 1461234 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1127 23:31:04.664662 1461234 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1127 23:31:04.664712 1461234 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1127 23:31:04.664763 1461234 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1127 23:31:04.664816 1461234 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1127 23:31:04.664861 1461234 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1127 23:31:04.664910 1461234 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1127 23:31:04.664957 1461234 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1127 23:31:04.752084 1461234 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I1127 23:31:04.752254 1461234 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1127 23:31:04.752380 1461234 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I1127 23:31:05.027173 1461234 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1127 23:31:05.030690 1461234 out.go:204] - Generating certificates and keys ...
I1127 23:31:05.030829 1461234 kubeadm.go:322] [certs] Using existing ca certificate authority
I1127 23:31:05.030992 1461234 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I1127 23:31:05.733223 1461234 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I1127 23:31:05.930097 1461234 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I1127 23:31:06.489965 1461234 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I1127 23:31:06.810977 1461234 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I1127 23:31:07.447121 1461234 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I1127 23:31:07.447276 1461234 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-606180 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1127 23:31:08.021666 1461234 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I1127 23:31:08.021886 1461234 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-606180 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1127 23:31:08.993897 1461234 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I1127 23:31:10.036368 1461234 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I1127 23:31:10.483821 1461234 kubeadm.go:322] [certs] Generating "sa" key and public key
I1127 23:31:10.483999 1461234 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1127 23:31:10.807125 1461234 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I1127 23:31:11.485744 1461234 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1127 23:31:11.709901 1461234 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1127 23:31:12.203528 1461234 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1127 23:31:12.204483 1461234 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1127 23:31:12.207392 1461234 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1127 23:31:12.210179 1461234 out.go:204] - Booting up control plane ...
I1127 23:31:12.210337 1461234 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1127 23:31:12.210417 1461234 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1127 23:31:12.210951 1461234 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1127 23:31:12.221711 1461234 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1127 23:31:12.222588 1461234 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1127 23:31:12.222889 1461234 kubeadm.go:322] [kubelet-start] Starting the kubelet
I1127 23:31:12.328298 1461234 kubeadm.go:322] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I1127 23:31:20.332865 1461234 kubeadm.go:322] [apiclient] All control plane components are healthy after 8.004662 seconds
I1127 23:31:20.332989 1461234 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1127 23:31:20.360281 1461234 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1127 23:31:20.915333 1461234 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I1127 23:31:20.915541 1461234 kubeadm.go:322] [mark-control-plane] Marking the node addons-606180 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1127 23:31:21.428157 1461234 kubeadm.go:322] [bootstrap-token] Using token: upi9dy.yrcavm3msp6sby15
I1127 23:31:21.429837 1461234 out.go:204] - Configuring RBAC rules ...
I1127 23:31:21.429968 1461234 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1127 23:31:21.436949 1461234 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1127 23:31:21.445425 1461234 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I1127 23:31:21.449217 1461234 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1127 23:31:21.453068 1461234 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1127 23:31:21.456907 1461234 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1127 23:31:21.470861 1461234 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1127 23:31:21.727227 1461234 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I1127 23:31:21.842179 1461234 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I1127 23:31:21.845467 1461234 kubeadm.go:322]
I1127 23:31:21.845541 1461234 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I1127 23:31:21.845547 1461234 kubeadm.go:322]
I1127 23:31:21.845620 1461234 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I1127 23:31:21.845625 1461234 kubeadm.go:322]
I1127 23:31:21.845651 1461234 kubeadm.go:322] mkdir -p $HOME/.kube
I1127 23:31:21.845706 1461234 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1127 23:31:21.845771 1461234 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1127 23:31:21.845779 1461234 kubeadm.go:322]
I1127 23:31:21.845830 1461234 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I1127 23:31:21.845835 1461234 kubeadm.go:322]
I1127 23:31:21.845930 1461234 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I1127 23:31:21.845935 1461234 kubeadm.go:322]
I1127 23:31:21.845985 1461234 kubeadm.go:322] You should now deploy a pod network to the cluster.
I1127 23:31:21.846054 1461234 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1127 23:31:21.846119 1461234 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1127 23:31:21.846124 1461234 kubeadm.go:322]
I1127 23:31:21.846202 1461234 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I1127 23:31:21.846274 1461234 kubeadm.go:322] and service account keys on each node and then running the following as root:
I1127 23:31:21.846279 1461234 kubeadm.go:322]
I1127 23:31:21.846356 1461234 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token upi9dy.yrcavm3msp6sby15 \
I1127 23:31:21.846453 1461234 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:4bf7580b26a5e006cb8545a36d546acc708a5c0d8ea7cd28dd99f58e9fcb6509 \
I1127 23:31:21.846472 1461234 kubeadm.go:322] --control-plane
I1127 23:31:21.846478 1461234 kubeadm.go:322]
I1127 23:31:21.846557 1461234 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I1127 23:31:21.846562 1461234 kubeadm.go:322]
I1127 23:31:21.846638 1461234 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token upi9dy.yrcavm3msp6sby15 \
I1127 23:31:21.846733 1461234 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:4bf7580b26a5e006cb8545a36d546acc708a5c0d8ea7cd28dd99f58e9fcb6509
I1127 23:31:21.848279 1461234 kubeadm.go:322] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1050-aws\n", err: exit status 1
I1127 23:31:21.848387 1461234 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1127 23:31:21.848404 1461234 cni.go:84] Creating CNI manager for ""
I1127 23:31:21.848412 1461234 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1127 23:31:21.851607 1461234 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1127 23:31:21.853403 1461234 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1127 23:31:21.861055 1461234 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I1127 23:31:21.861076 1461234 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I1127 23:31:21.892877 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1127 23:31:22.737726 1461234 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1127 23:31:22.737815 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:22.737846 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl label nodes minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=c8086df69b157f30f19d083fe45cc014f102df45 minikube.k8s.io/name=addons-606180 minikube.k8s.io/updated_at=2023_11_27T23_31_22_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:22.936152 1461234 ops.go:34] apiserver oom_adj: -16
I1127 23:31:22.936238 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:23.056660 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:23.652163 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:24.151918 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:24.651936 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:25.152076 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:25.652383 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:26.152460 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:26.652014 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:27.151683 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:27.651592 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:28.151622 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:28.652207 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:29.151549 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:29.652258 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:30.152008 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:30.652356 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:31.152029 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:31.651870 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:32.151863 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:32.651768 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:33.152520 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:33.652510 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:34.152428 1461234 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1127 23:31:34.249451 1461234 kubeadm.go:1081] duration metric: took 11.511704583s to wait for elevateKubeSystemPrivileges.
I1127 23:31:34.249482 1461234 kubeadm.go:406] StartCluster complete in 29.763592285s
I1127 23:31:34.249504 1461234 settings.go:142] acquiring lock: {Name:mk2effde19f5a08dd61e438cec70b0751f0f2f09 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:34.249620 1461234 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17206-1455288/kubeconfig
I1127 23:31:34.250032 1461234 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17206-1455288/kubeconfig: {Name:mk024e2b9ecd216772e0b17d0d1d16e859027716 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1127 23:31:34.252230 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1127 23:31:34.252478 1461234 config.go:182] Loaded profile config "addons-606180": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1127 23:31:34.252513 1461234 addons.go:499] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true]
I1127 23:31:34.252590 1461234 addons.go:69] Setting volumesnapshots=true in profile "addons-606180"
I1127 23:31:34.252606 1461234 addons.go:231] Setting addon volumesnapshots=true in "addons-606180"
I1127 23:31:34.252663 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.253150 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.253786 1461234 addons.go:69] Setting ingress=true in profile "addons-606180"
I1127 23:31:34.253809 1461234 addons.go:231] Setting addon ingress=true in "addons-606180"
I1127 23:31:34.253861 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.254276 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.254576 1461234 addons.go:69] Setting ingress-dns=true in profile "addons-606180"
I1127 23:31:34.254595 1461234 addons.go:231] Setting addon ingress-dns=true in "addons-606180"
I1127 23:31:34.254640 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.255019 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.255237 1461234 addons.go:69] Setting cloud-spanner=true in profile "addons-606180"
I1127 23:31:34.255267 1461234 addons.go:231] Setting addon cloud-spanner=true in "addons-606180"
I1127 23:31:34.255326 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.255831 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.257371 1461234 addons.go:69] Setting inspektor-gadget=true in profile "addons-606180"
I1127 23:31:34.257396 1461234 addons.go:231] Setting addon inspektor-gadget=true in "addons-606180"
I1127 23:31:34.257441 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.257923 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.267884 1461234 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-606180"
I1127 23:31:34.267956 1461234 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-606180"
I1127 23:31:34.268007 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.268501 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.281259 1461234 addons.go:69] Setting metrics-server=true in profile "addons-606180"
I1127 23:31:34.281302 1461234 addons.go:231] Setting addon metrics-server=true in "addons-606180"
I1127 23:31:34.281351 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.281809 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.282059 1461234 addons.go:69] Setting default-storageclass=true in profile "addons-606180"
I1127 23:31:34.282074 1461234 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-606180"
I1127 23:31:34.282377 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.296498 1461234 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-606180"
I1127 23:31:34.296537 1461234 addons.go:231] Setting addon nvidia-device-plugin=true in "addons-606180"
I1127 23:31:34.296585 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.297096 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.304011 1461234 addons.go:69] Setting gcp-auth=true in profile "addons-606180"
I1127 23:31:34.304091 1461234 mustload.go:65] Loading cluster: addons-606180
I1127 23:31:34.304319 1461234 config.go:182] Loaded profile config "addons-606180": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I1127 23:31:34.304601 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.308407 1461234 addons.go:69] Setting registry=true in profile "addons-606180"
I1127 23:31:34.308441 1461234 addons.go:231] Setting addon registry=true in "addons-606180"
I1127 23:31:34.308494 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.308944 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.340157 1461234 addons.go:69] Setting storage-provisioner=true in profile "addons-606180"
I1127 23:31:34.340186 1461234 addons.go:231] Setting addon storage-provisioner=true in "addons-606180"
I1127 23:31:34.340235 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.340668 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.361837 1461234 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-606180"
I1127 23:31:34.361876 1461234 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-606180"
I1127 23:31:34.362291 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.389094 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1127 23:31:34.391079 1461234 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1127 23:31:34.391116 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1127 23:31:34.391200 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.437728 1461234 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I1127 23:31:34.469721 1461234 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1127 23:31:34.469767 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1127 23:31:34.469890 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.490911 1461234 addons.go:231] Setting addon default-storageclass=true in "addons-606180"
I1127 23:31:34.490955 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.491569 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.526071 1461234 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.12
I1127 23:31:34.528557 1461234 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I1127 23:31:34.528628 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1127 23:31:34.528751 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.587716 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1127 23:31:34.589182 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1127 23:31:34.589219 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.601185 1461234 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.3
I1127 23:31:34.605053 1461234 addons.go:423] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1127 23:31:34.605081 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1127 23:31:34.605149 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.622840 1461234 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1127 23:31:34.615094 1461234 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.22.0
I1127 23:31:34.622047 1461234 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I1127 23:31:34.622058 1461234 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1127 23:31:34.627682 1461234 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1127 23:31:34.627691 1461234 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I1127 23:31:34.628002 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.630928 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1127 23:31:34.632599 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I1127 23:31:34.637687 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1127 23:31:34.637762 1461234 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1127 23:31:34.637914 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.642104 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1127 23:31:34.642043 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I1127 23:31:34.643649 1461234 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.4
I1127 23:31:34.648314 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.650255 1461234 out.go:177] - Using image docker.io/registry:2.8.3
I1127 23:31:34.650346 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.654479 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.658446 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1127 23:31:34.659572 1461234 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I1127 23:31:34.675075 1461234 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I1127 23:31:34.675084 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I1127 23:31:34.675158 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.678129 1461234 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1127 23:31:34.674953 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1127 23:31:34.683937 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.697807 1461234 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1127 23:31:34.697836 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I1127 23:31:34.698122 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.701050 1461234 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-606180" context rescaled to 1 replicas
I1127 23:31:34.701101 1461234 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I1127 23:31:34.704768 1461234 out.go:177] * Verifying Kubernetes components...
I1127 23:31:34.706807 1461234 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1127 23:31:34.706971 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.711807 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1127 23:31:34.714109 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1127 23:31:34.717229 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1127 23:31:34.720844 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1127 23:31:34.724729 1461234 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1127 23:31:34.723211 1461234 addons.go:231] Setting addon storage-provisioner-rancher=true in "addons-606180"
I1127 23:31:34.729195 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:34.729872 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:34.730167 1461234 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1127 23:31:34.730184 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1127 23:31:34.730237 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:34.809991 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.824572 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.860783 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.886131 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.927445 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.936184 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.949580 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.962565 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:34.973532 1461234 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1127 23:31:34.975443 1461234 out.go:177] - Using image docker.io/busybox:stable
I1127 23:31:34.977302 1461234 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1127 23:31:34.977334 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1127 23:31:34.977414 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:35.020683 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:35.142848 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1127 23:31:35.314470 1461234 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1127 23:31:35.314505 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1127 23:31:35.392246 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1127 23:31:35.403713 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I1127 23:31:35.403739 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I1127 23:31:35.414756 1461234 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1127 23:31:35.414788 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1127 23:31:35.420049 1461234 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I1127 23:31:35.420120 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1127 23:31:35.424466 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1127 23:31:35.438944 1461234 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1127 23:31:35.438968 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1127 23:31:35.476184 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1127 23:31:35.486829 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1127 23:31:35.546644 1461234 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1127 23:31:35.546728 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1127 23:31:35.547527 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I1127 23:31:35.547581 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I1127 23:31:35.598266 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1127 23:31:35.621013 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1127 23:31:35.623743 1461234 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1127 23:31:35.623807 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1127 23:31:35.663576 1461234 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I1127 23:31:35.663644 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1127 23:31:35.717582 1461234 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1127 23:31:35.717663 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1127 23:31:35.720979 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I1127 23:31:35.721044 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I1127 23:31:35.735752 1461234 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1127 23:31:35.735827 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1127 23:31:35.812121 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1127 23:31:35.869260 1461234 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1127 23:31:35.869335 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1127 23:31:35.900777 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I1127 23:31:35.900848 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I1127 23:31:35.923241 1461234 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1127 23:31:35.923312 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1127 23:31:35.928450 1461234 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1127 23:31:35.928520 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1127 23:31:36.093654 1461234 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1127 23:31:36.093732 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1127 23:31:36.102995 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I1127 23:31:36.103061 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I1127 23:31:36.152588 1461234 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1127 23:31:36.152679 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1127 23:31:36.174166 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I1127 23:31:36.296951 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1127 23:31:36.327380 1461234 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1127 23:31:36.327447 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1127 23:31:36.340776 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I1127 23:31:36.340844 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I1127 23:31:36.434577 1461234 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1127 23:31:36.434640 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1127 23:31:36.463716 1461234 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I1127 23:31:36.463788 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I1127 23:31:36.567521 1461234 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1127 23:31:36.567593 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1127 23:31:36.621816 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I1127 23:31:36.653128 1461234 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1127 23:31:36.653199 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1127 23:31:36.715579 1461234 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1127 23:31:36.715656 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1127 23:31:36.879068 1461234 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1127 23:31:36.879134 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1127 23:31:36.990615 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1127 23:31:37.062706 1461234 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.440625034s)
I1127 23:31:37.062735 1461234 start.go:926] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1127 23:31:37.062797 1461234 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (2.355965422s)
I1127 23:31:37.063581 1461234 node_ready.go:35] waiting up to 6m0s for node "addons-606180" to be "Ready" ...
I1127 23:31:38.859018 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.71613283s)
I1127 23:31:38.859102 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.46683078s)
I1127 23:31:38.859187 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.434652921s)
I1127 23:31:38.893265 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.417030874s)
I1127 23:31:39.411025 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:40.454843 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (4.967981561s)
I1127 23:31:40.454880 1461234 addons.go:467] Verifying addon ingress=true in "addons-606180"
I1127 23:31:40.454903 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.856476057s)
I1127 23:31:40.458143 1461234 out.go:177] * Verifying ingress addon...
I1127 23:31:40.455234 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.834149337s)
I1127 23:31:40.455262 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.643069502s)
I1127 23:31:40.455344 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.281112871s)
I1127 23:31:40.455492 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.158456671s)
I1127 23:31:40.455555 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.833633219s)
I1127 23:31:40.460772 1461234 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1127 23:31:40.461149 1461234 addons.go:467] Verifying addon metrics-server=true in "addons-606180"
I1127 23:31:40.461162 1461234 addons.go:467] Verifying addon registry=true in "addons-606180"
I1127 23:31:40.463054 1461234 out.go:177] * Verifying registry addon...
W1127 23:31:40.461189 1461234 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1127 23:31:40.463095 1461234 retry.go:31] will retry after 178.914262ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1127 23:31:40.466019 1461234 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1127 23:31:40.506641 1461234 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1127 23:31:40.506673 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:40.512707 1461234 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1127 23:31:40.512740 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:40.523376 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:40.524502 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:40.645288 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1127 23:31:40.848825 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.858110164s)
I1127 23:31:40.848904 1461234 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-606180"
I1127 23:31:40.850769 1461234 out.go:177] * Verifying csi-hostpath-driver addon...
I1127 23:31:40.853677 1461234 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1127 23:31:40.876155 1461234 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1127 23:31:40.876179 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:40.881156 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:41.031527 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:41.033092 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:41.386785 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:41.531913 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:41.532407 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:41.685917 1461234 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.040583515s)
I1127 23:31:41.759329 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:41.885720 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:42.028852 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:42.031863 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:42.047513 1461234 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1127 23:31:42.047593 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:42.072504 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:42.252143 1461234 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1127 23:31:42.302418 1461234 addons.go:231] Setting addon gcp-auth=true in "addons-606180"
I1127 23:31:42.302474 1461234 host.go:66] Checking if "addons-606180" exists ...
I1127 23:31:42.302951 1461234 cli_runner.go:164] Run: docker container inspect addons-606180 --format={{.State.Status}}
I1127 23:31:42.327906 1461234 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1127 23:31:42.327989 1461234 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-606180
I1127 23:31:42.358210 1461234 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34069 SSHKeyPath:/home/jenkins/minikube-integration/17206-1455288/.minikube/machines/addons-606180/id_rsa Username:docker}
I1127 23:31:42.387776 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:42.457235 1461234 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I1127 23:31:42.459270 1461234 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1127 23:31:42.461326 1461234 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1127 23:31:42.461347 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1127 23:31:42.484388 1461234 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1127 23:31:42.484415 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1127 23:31:42.508158 1461234 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1127 23:31:42.508182 1461234 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I1127 23:31:42.530801 1461234 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1127 23:31:42.532151 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:42.533292 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:42.886277 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:43.033091 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:43.033494 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:43.264671 1461234 addons.go:467] Verifying addon gcp-auth=true in "addons-606180"
I1127 23:31:43.268329 1461234 out.go:177] * Verifying gcp-auth addon...
I1127 23:31:43.270811 1461234 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1127 23:31:43.299009 1461234 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1127 23:31:43.299032 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:43.309746 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:43.386519 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:43.533130 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:43.534428 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:43.760723 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:43.817439 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:43.887809 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:44.032233 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:44.034911 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:44.314193 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:44.385998 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:44.530940 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:44.542899 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:44.813920 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:44.886854 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:45.047716 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:45.071886 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:45.315435 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:45.394808 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:45.530031 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:45.530890 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:45.814848 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:45.886283 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:46.031768 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:46.039227 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:46.259718 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:46.313592 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:46.386523 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:46.531688 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:46.533172 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:46.813752 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:46.890277 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:47.030813 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:47.032298 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:47.314463 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:47.387116 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:47.536874 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:47.538291 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:47.815874 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:47.886883 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:48.030257 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:48.031851 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:48.260073 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:48.314397 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:48.387314 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:48.528107 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:48.529169 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:48.816000 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:48.886107 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:49.028506 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:49.029920 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:49.313486 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:49.385982 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:49.528806 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:49.529596 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:49.813882 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:49.886222 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:50.028991 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:50.030392 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:50.313880 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:50.385589 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:50.527707 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:50.528849 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:50.759227 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:50.813935 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:50.886029 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:51.028245 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:51.030084 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:51.313662 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:51.386074 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:51.527935 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:51.528534 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:51.813385 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:51.885696 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:52.029288 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:52.029877 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:52.314099 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:52.386479 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:52.528089 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:52.529138 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:52.759701 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:52.814637 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:52.885695 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:53.028502 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:53.029434 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:53.313756 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:53.386107 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:53.528641 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:53.530335 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:53.813164 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:53.885382 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:54.035058 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:54.036453 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:54.313691 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:54.386328 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:54.528349 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:54.529185 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:54.760096 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:54.813640 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:54.886077 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:55.029707 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:55.030362 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:55.313131 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:55.386498 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:55.528179 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:55.529494 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:55.814096 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:55.886204 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:56.027874 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:56.029266 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:56.313549 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:56.386293 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:56.528794 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:56.529508 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:56.813417 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:56.885715 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:57.028314 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:57.030267 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:57.260238 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:57.314069 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:57.386027 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:57.527578 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:57.529344 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:57.813994 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:57.886123 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:58.030734 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:58.031033 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:58.314294 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:58.386854 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:58.527727 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:58.530710 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:58.813385 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:58.886238 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:59.027907 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:59.029391 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:59.313427 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:59.385736 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:31:59.528364 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:31:59.530314 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:31:59.759866 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:31:59.814639 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:31:59.885847 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:00.093197 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:00.094841 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:00.319455 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:00.397139 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:00.529583 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:00.530328 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:00.814106 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:00.885394 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:01.027975 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:01.029024 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:01.313218 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:01.385494 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:01.527931 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:01.530428 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:01.760160 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:32:01.814410 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:01.885651 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:02.028581 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:02.029449 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:02.314098 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:02.385608 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:02.527768 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:02.529520 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:02.814054 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:02.886146 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:03.028236 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:03.029531 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:03.313500 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:03.385809 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:03.528139 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:03.530098 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:03.813409 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:03.885633 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:04.030436 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:04.032020 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:04.259973 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:32:04.313265 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:04.385683 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:04.527762 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:04.529748 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:04.813666 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:04.886410 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:05.029520 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:05.030333 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:05.313455 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:05.385757 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:05.527775 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:05.529037 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:05.813463 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:05.886333 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:06.029188 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:06.029965 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:06.313329 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:06.386429 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:06.528025 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:06.529058 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:06.759601 1461234 node_ready.go:58] node "addons-606180" has status "Ready":"False"
I1127 23:32:06.813485 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:06.885815 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:07.028984 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:07.029792 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:07.303806 1461234 node_ready.go:49] node "addons-606180" has status "Ready":"True"
I1127 23:32:07.303839 1461234 node_ready.go:38] duration metric: took 30.240218857s waiting for node "addons-606180" to be "Ready" ...
I1127 23:32:07.303850 1461234 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I1127 23:32:07.328173 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:07.336561 1461234 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-l4fd2" in "kube-system" namespace to be "Ready" ...
I1127 23:32:07.393345 1461234 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1127 23:32:07.393372 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:07.566726 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:07.594463 1461234 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1127 23:32:07.594496 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:07.836910 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:07.944523 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:08.122000 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:08.124265 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:08.315207 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:08.391655 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:08.531134 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:08.531800 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:08.814260 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:08.888413 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:09.031163 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:09.039511 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:09.317922 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:09.392997 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:09.410647 1461234 pod_ready.go:92] pod "coredns-5dd5756b68-l4fd2" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:09.410673 1461234 pod_ready.go:81] duration metric: took 2.074070896s waiting for pod "coredns-5dd5756b68-l4fd2" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.410697 1461234 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.417874 1461234 pod_ready.go:92] pod "etcd-addons-606180" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:09.417899 1461234 pod_ready.go:81] duration metric: took 7.194496ms waiting for pod "etcd-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.417915 1461234 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.424829 1461234 pod_ready.go:92] pod "kube-apiserver-addons-606180" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:09.424901 1461234 pod_ready.go:81] duration metric: took 6.976168ms waiting for pod "kube-apiserver-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.424939 1461234 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.436026 1461234 pod_ready.go:92] pod "kube-controller-manager-addons-606180" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:09.436054 1461234 pod_ready.go:81] duration metric: took 11.077129ms waiting for pod "kube-controller-manager-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.436070 1461234 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-jp57p" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.531903 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:09.533102 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:09.660459 1461234 pod_ready.go:92] pod "kube-proxy-jp57p" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:09.660486 1461234 pod_ready.go:81] duration metric: took 224.40759ms waiting for pod "kube-proxy-jp57p" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.660498 1461234 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:09.816165 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:09.887912 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:10.033158 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:10.036558 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:10.060512 1461234 pod_ready.go:92] pod "kube-scheduler-addons-606180" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:10.060541 1461234 pod_ready.go:81] duration metric: took 400.03408ms waiting for pod "kube-scheduler-addons-606180" in "kube-system" namespace to be "Ready" ...
I1127 23:32:10.060555 1461234 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace to be "Ready" ...
I1127 23:32:10.313439 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:10.387978 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:10.528136 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:10.530715 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:10.815459 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:10.890881 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:11.028945 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:11.031781 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:11.313952 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:11.387895 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:11.531639 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:11.536408 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:11.814697 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:11.887558 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:12.038187 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:12.048023 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:12.315028 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:12.367621 1461234 pod_ready.go:102] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:12.399215 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:12.542418 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:12.543488 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:12.813471 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:12.888196 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:13.028968 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:13.031059 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:13.320154 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:13.387817 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:13.533329 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:13.534573 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:13.815681 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:13.888900 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:14.030796 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:14.033838 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:14.328465 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:14.369751 1461234 pod_ready.go:102] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:14.387559 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:14.528828 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:14.529740 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:14.813441 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:14.888422 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:15.057784 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:15.059376 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:15.314203 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:15.389763 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:15.531242 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:15.535567 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:15.813906 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:15.902530 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:16.030295 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:16.031588 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:16.313025 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:16.387832 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:16.528963 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:16.529819 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:16.814190 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:16.866791 1461234 pod_ready.go:102] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:16.887004 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:17.029542 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:17.030943 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:17.319219 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:17.388663 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:17.532264 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:17.533504 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:17.813497 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:17.887422 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:18.032579 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:18.033799 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:18.315795 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:18.387505 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:18.533577 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:18.534824 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:18.824909 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:18.867168 1461234 pod_ready.go:102] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:18.889495 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:19.029899 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:19.031942 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:19.314184 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:19.392007 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:19.531695 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:19.532121 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:19.816138 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:19.887570 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:20.059356 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:20.061840 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:20.314367 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:20.387554 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:20.531101 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:20.532361 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:20.814582 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:20.873789 1461234 pod_ready.go:102] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:20.888183 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:21.032147 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:21.034400 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:21.313916 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:21.388713 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:21.529976 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:21.534844 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:21.821886 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:21.888015 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:22.031831 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:22.032427 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:22.316321 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:22.395612 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:22.530943 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:22.535578 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:22.813366 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:22.887760 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:23.029359 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:23.030332 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:23.313633 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:23.366586 1461234 pod_ready.go:102] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:23.389312 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:23.537955 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:23.539356 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:23.816722 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:23.888111 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:24.030051 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:24.031203 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:24.316224 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:24.387305 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:24.535107 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:24.536440 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:24.819115 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:24.914353 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:25.030246 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:25.032038 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:25.317465 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:25.371240 1461234 pod_ready.go:102] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:25.388020 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:25.536826 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:25.543822 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:25.819311 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:25.888323 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:26.032862 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:26.033622 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:26.314832 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:26.387804 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:26.532687 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:26.535123 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:26.826891 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:26.892123 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:27.046815 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:27.047442 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:27.314782 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:27.370279 1461234 pod_ready.go:92] pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:27.370311 1461234 pod_ready.go:81] duration metric: took 17.30974199s waiting for pod "metrics-server-7c66d45ddc-958nm" in "kube-system" namespace to be "Ready" ...
I1127 23:32:27.370325 1461234 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-g52cs" in "kube-system" namespace to be "Ready" ...
I1127 23:32:27.418104 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:27.533291 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:27.534237 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:27.814326 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:27.889922 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:28.047065 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:28.048674 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:28.313460 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:28.387781 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:28.532038 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:28.532545 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:28.814045 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:28.887158 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:29.029438 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:29.030934 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:29.314168 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:29.400282 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:29.432077 1461234 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-g52cs" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:29.534603 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:29.535668 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:29.819771 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:29.888127 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:30.063655 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:30.064759 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:30.313438 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:30.387677 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:30.529649 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:30.531098 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:30.813127 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:30.886626 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:31.029316 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:31.031101 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:31.314244 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:31.387106 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:31.529087 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:31.530255 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:31.814248 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:31.887562 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:31.930830 1461234 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-g52cs" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:32.029633 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:32.029904 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:32.318309 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:32.393203 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:32.546282 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:32.548674 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:32.814889 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:32.889542 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:33.032102 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:33.033415 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:33.315081 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:33.390338 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:33.530147 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:33.540538 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:33.813900 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:33.888755 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:33.932918 1461234 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-g52cs" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:34.033422 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:34.035383 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:34.315371 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:34.388483 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:34.536730 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:34.539346 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:34.814221 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:34.899673 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:35.029455 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:35.033908 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:35.314228 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:35.387837 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:35.534514 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:35.538076 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:35.814156 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:35.888754 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:36.028887 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:36.031180 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:36.314080 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:36.386654 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:36.429677 1461234 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-g52cs" in "kube-system" namespace has status "Ready":"False"
I1127 23:32:36.529077 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:36.530595 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:36.813826 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:36.887470 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:36.929674 1461234 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-g52cs" in "kube-system" namespace has status "Ready":"True"
I1127 23:32:36.929694 1461234 pod_ready.go:81] duration metric: took 9.559361595s waiting for pod "nvidia-device-plugin-daemonset-g52cs" in "kube-system" namespace to be "Ready" ...
I1127 23:32:36.929737 1461234 pod_ready.go:38] duration metric: took 29.625874478s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I1127 23:32:36.929761 1461234 api_server.go:52] waiting for apiserver process to appear ...
I1127 23:32:36.929788 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1127 23:32:36.929891 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1127 23:32:36.980193 1461234 cri.go:89] found id: "4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614"
I1127 23:32:36.980217 1461234 cri.go:89] found id: ""
I1127 23:32:36.980226 1461234 logs.go:284] 1 containers: [4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614]
I1127 23:32:36.980280 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:36.988021 1461234 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1127 23:32:36.988088 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1127 23:32:37.033960 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:37.037893 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:37.074296 1461234 cri.go:89] found id: "9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d"
I1127 23:32:37.074367 1461234 cri.go:89] found id: ""
I1127 23:32:37.074389 1461234 logs.go:284] 1 containers: [9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d]
I1127 23:32:37.074472 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:37.081819 1461234 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1127 23:32:37.081976 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1127 23:32:37.172719 1461234 cri.go:89] found id: "625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a"
I1127 23:32:37.172789 1461234 cri.go:89] found id: ""
I1127 23:32:37.172828 1461234 logs.go:284] 1 containers: [625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a]
I1127 23:32:37.172922 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:37.191990 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1127 23:32:37.192140 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1127 23:32:37.315697 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:37.389111 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:37.504073 1461234 cri.go:89] found id: "9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e"
I1127 23:32:37.504145 1461234 cri.go:89] found id: ""
I1127 23:32:37.504167 1461234 logs.go:284] 1 containers: [9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e]
I1127 23:32:37.504258 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:37.518968 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1127 23:32:37.519090 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1127 23:32:37.539461 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:37.551612 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:37.691690 1461234 cri.go:89] found id: "cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0"
I1127 23:32:37.691764 1461234 cri.go:89] found id: ""
I1127 23:32:37.691786 1461234 logs.go:284] 1 containers: [cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0]
I1127 23:32:37.691871 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:37.726494 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1127 23:32:37.726620 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1127 23:32:37.831020 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:37.874228 1461234 cri.go:89] found id: "1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0"
I1127 23:32:37.874300 1461234 cri.go:89] found id: ""
I1127 23:32:37.874335 1461234 logs.go:284] 1 containers: [1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0]
I1127 23:32:37.874434 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:37.888615 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:37.900151 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1127 23:32:37.900287 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1127 23:32:38.038278 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:38.038627 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:38.079085 1461234 cri.go:89] found id: "4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87"
I1127 23:32:38.079167 1461234 cri.go:89] found id: ""
I1127 23:32:38.079190 1461234 logs.go:284] 1 containers: [4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87]
I1127 23:32:38.079325 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:38.087003 1461234 logs.go:123] Gathering logs for CRI-O ...
I1127 23:32:38.087091 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1127 23:32:38.193286 1461234 logs.go:123] Gathering logs for container status ...
I1127 23:32:38.193335 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1127 23:32:38.260016 1461234 logs.go:123] Gathering logs for kubelet ...
I1127 23:32:38.260046 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I1127 23:32:38.313468 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1127 23:32:38.325945 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: W1127 23:31:33.296460 1349 reflector.go:535] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.326200 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: E1127 23:31:33.296500 1349 reflector.go:147] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.326408 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: W1127 23:31:33.299356 1349 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.326632 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: E1127 23:31:33.299393 1349 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.329954 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:40 addons-606180 kubelet[1349]: W1127 23:31:40.102404 1349 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.330185 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:40 addons-606180 kubelet[1349]: E1127 23:31:40.102446 1349 reflector.go:147] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.337648 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200155 1349 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.337903 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200180 1349 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.338109 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200226 1349 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.338333 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200239 1349 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.338536 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200276 1349 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.338852 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200287 1349 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.339068 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200319 1349 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.339295 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200328 1349 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.340534 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.227825 1349 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
W1127 23:32:38.340762 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.227867 1349 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
I1127 23:32:38.374261 1461234 logs.go:123] Gathering logs for dmesg ...
I1127 23:32:38.374343 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1127 23:32:38.388709 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:38.419952 1461234 logs.go:123] Gathering logs for describe nodes ...
I1127 23:32:38.419988 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1127 23:32:38.544079 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:38.545052 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:38.704552 1461234 logs.go:123] Gathering logs for etcd [9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d] ...
I1127 23:32:38.704881 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d"
I1127 23:32:38.809819 1461234 logs.go:123] Gathering logs for kube-controller-manager [1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0] ...
I1127 23:32:38.810337 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0"
I1127 23:32:38.817582 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:38.889012 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:38.924687 1461234 logs.go:123] Gathering logs for kindnet [4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87] ...
I1127 23:32:38.924836 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87"
I1127 23:32:39.022464 1461234 logs.go:123] Gathering logs for kube-apiserver [4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614] ...
I1127 23:32:39.022494 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614"
I1127 23:32:39.035382 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:39.036348 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:39.115062 1461234 logs.go:123] Gathering logs for coredns [625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a] ...
I1127 23:32:39.115147 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a"
I1127 23:32:39.208034 1461234 logs.go:123] Gathering logs for kube-scheduler [9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e] ...
I1127 23:32:39.208115 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e"
I1127 23:32:39.312144 1461234 logs.go:123] Gathering logs for kube-proxy [cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0] ...
I1127 23:32:39.312219 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0"
I1127 23:32:39.314350 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:39.398263 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:39.426618 1461234 out.go:309] Setting ErrFile to fd 2...
I1127 23:32:39.426644 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1127 23:32:39.426690 1461234 out.go:239] X Problems detected in kubelet:
W1127 23:32:39.426704 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200287 1349 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:39.426712 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200319 1349 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:39.426724 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200328 1349 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:39.426733 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.227825 1349 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
W1127 23:32:39.426739 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.227867 1349 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
I1127 23:32:39.426752 1461234 out.go:309] Setting ErrFile to fd 2...
I1127 23:32:39.426758 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 23:32:39.530476 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:39.531607 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:39.814053 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:39.888000 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:40.034713 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:40.035256 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:40.313655 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:40.392866 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:40.528796 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:40.530406 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:40.813942 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:40.888293 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:41.043618 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:41.044964 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:41.313894 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:41.386743 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:41.533412 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:41.534881 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1127 23:32:41.813970 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:41.893240 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:42.032974 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:42.037125 1461234 kapi.go:107] duration metric: took 1m1.571090729s to wait for kubernetes.io/minikube-addons=registry ...
I1127 23:32:42.315337 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:42.389712 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:42.530115 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:42.814116 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:42.887737 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:43.029640 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:43.313247 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:43.394384 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:43.530845 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:43.828757 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:43.924427 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:44.044557 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:44.315182 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:44.388344 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:44.531682 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:44.814190 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:44.897300 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:45.047225 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:45.317724 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:45.388036 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:45.531083 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:45.814931 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:45.897683 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:46.030021 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:46.314861 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:46.386910 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:46.529089 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:46.813657 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:46.886816 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:47.029408 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:47.314542 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:47.391221 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:47.529792 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:47.813727 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:47.887525 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:48.030400 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:48.313302 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:48.387220 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:48.538088 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:48.833214 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:48.887194 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:49.034323 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:49.314208 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:49.391727 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:49.427639 1461234 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1127 23:32:49.450178 1461234 api_server.go:72] duration metric: took 1m14.74904638s to wait for apiserver process to appear ...
I1127 23:32:49.450258 1461234 api_server.go:88] waiting for apiserver healthz status ...
I1127 23:32:49.450304 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1127 23:32:49.450381 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1127 23:32:49.517685 1461234 cri.go:89] found id: "4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614"
I1127 23:32:49.517757 1461234 cri.go:89] found id: ""
I1127 23:32:49.517779 1461234 logs.go:284] 1 containers: [4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614]
I1127 23:32:49.517925 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:49.522627 1461234 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1127 23:32:49.522729 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1127 23:32:49.529710 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:49.580686 1461234 cri.go:89] found id: "9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d"
I1127 23:32:49.580711 1461234 cri.go:89] found id: ""
I1127 23:32:49.580720 1461234 logs.go:284] 1 containers: [9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d]
I1127 23:32:49.580801 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:49.585318 1461234 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1127 23:32:49.585405 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1127 23:32:49.628229 1461234 cri.go:89] found id: "625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a"
I1127 23:32:49.628253 1461234 cri.go:89] found id: ""
I1127 23:32:49.628261 1461234 logs.go:284] 1 containers: [625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a]
I1127 23:32:49.628346 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:49.632737 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1127 23:32:49.632838 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1127 23:32:49.675697 1461234 cri.go:89] found id: "9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e"
I1127 23:32:49.675768 1461234 cri.go:89] found id: ""
I1127 23:32:49.675782 1461234 logs.go:284] 1 containers: [9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e]
I1127 23:32:49.675846 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:49.680333 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1127 23:32:49.680402 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1127 23:32:49.732222 1461234 cri.go:89] found id: "cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0"
I1127 23:32:49.732245 1461234 cri.go:89] found id: ""
I1127 23:32:49.732252 1461234 logs.go:284] 1 containers: [cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0]
I1127 23:32:49.732306 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:49.736985 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1127 23:32:49.737090 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1127 23:32:49.783188 1461234 cri.go:89] found id: "1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0"
I1127 23:32:49.783211 1461234 cri.go:89] found id: ""
I1127 23:32:49.783219 1461234 logs.go:284] 1 containers: [1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0]
I1127 23:32:49.783273 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:49.788122 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1127 23:32:49.788190 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1127 23:32:49.813620 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:49.839707 1461234 cri.go:89] found id: "4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87"
I1127 23:32:49.839730 1461234 cri.go:89] found id: ""
I1127 23:32:49.839737 1461234 logs.go:284] 1 containers: [4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87]
I1127 23:32:49.839794 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:32:49.844039 1461234 logs.go:123] Gathering logs for describe nodes ...
I1127 23:32:49.844062 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1127 23:32:49.888094 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:49.989599 1461234 logs.go:123] Gathering logs for etcd [9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d] ...
I1127 23:32:49.989628 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d"
I1127 23:32:50.031687 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:50.055752 1461234 logs.go:123] Gathering logs for coredns [625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a] ...
I1127 23:32:50.055784 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a"
I1127 23:32:50.115059 1461234 logs.go:123] Gathering logs for kube-scheduler [9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e] ...
I1127 23:32:50.115096 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e"
I1127 23:32:50.164373 1461234 logs.go:123] Gathering logs for kube-controller-manager [1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0] ...
I1127 23:32:50.164402 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0"
I1127 23:32:50.272834 1461234 logs.go:123] Gathering logs for container status ...
I1127 23:32:50.272868 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1127 23:32:50.313201 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:50.330105 1461234 logs.go:123] Gathering logs for kubelet ...
I1127 23:32:50.330133 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1127 23:32:50.385059 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: W1127 23:31:33.296460 1349 reflector.go:535] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.385282 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: E1127 23:31:33.296500 1349 reflector.go:147] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.385466 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: W1127 23:31:33.299356 1349 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.385813 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: E1127 23:31:33.299393 1349 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
I1127 23:32:50.388391 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W1127 23:32:50.389416 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:40 addons-606180 kubelet[1349]: W1127 23:31:40.102404 1349 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.389628 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:40 addons-606180 kubelet[1349]: E1127 23:31:40.102446 1349 reflector.go:147] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.394508 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200155 1349 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.394708 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200180 1349 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.394887 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200226 1349 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.395085 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200239 1349 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.395266 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200276 1349 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.395468 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200287 1349 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.395654 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200319 1349 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.395858 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200328 1349 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.397066 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.227825 1349 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.397272 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.227867 1349 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
I1127 23:32:50.431634 1461234 logs.go:123] Gathering logs for dmesg ...
I1127 23:32:50.431663 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1127 23:32:50.454916 1461234 logs.go:123] Gathering logs for kindnet [4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87] ...
I1127 23:32:50.454954 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87"
I1127 23:32:50.511592 1461234 logs.go:123] Gathering logs for CRI-O ...
I1127 23:32:50.511618 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1127 23:32:50.540205 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:50.605721 1461234 logs.go:123] Gathering logs for kube-apiserver [4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614] ...
I1127 23:32:50.605757 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614"
I1127 23:32:50.705574 1461234 logs.go:123] Gathering logs for kube-proxy [cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0] ...
I1127 23:32:50.705651 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0"
I1127 23:32:50.772676 1461234 out.go:309] Setting ErrFile to fd 2...
I1127 23:32:50.772754 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1127 23:32:50.772834 1461234 out.go:239] X Problems detected in kubelet:
W1127 23:32:50.772878 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200287 1349 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.772924 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200319 1349 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.772963 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200328 1349 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.773006 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.227825 1349 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
W1127 23:32:50.773045 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.227867 1349 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
I1127 23:32:50.773089 1461234 out.go:309] Setting ErrFile to fd 2...
I1127 23:32:50.773097 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 23:32:50.813642 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:50.887392 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:51.042224 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:51.313805 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:51.388184 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:51.530650 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:51.815231 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:51.888716 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:52.030510 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:52.314366 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1127 23:32:52.387762 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:52.529421 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:52.831912 1461234 kapi.go:107] duration metric: took 1m9.561095284s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1127 23:32:52.836949 1461234 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-606180 cluster.
I1127 23:32:52.840413 1461234 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
I1127 23:32:52.850333 1461234 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1127 23:32:52.915932 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:53.030938 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:53.392727 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:53.529748 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:53.887843 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:54.030469 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:54.387130 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:54.528936 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:54.887196 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:55.042580 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:55.388245 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:55.530637 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:55.887917 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:56.029289 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:56.387676 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:56.529693 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:56.889175 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:57.030753 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:57.387956 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:57.530343 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:57.887314 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:58.029692 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:58.387631 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:58.529909 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:58.889185 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:59.032321 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:59.389241 1461234 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1127 23:32:59.530336 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:32:59.887071 1461234 kapi.go:107] duration metric: took 1m19.033398873s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1127 23:33:00.049933 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:00.529546 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:00.774985 1461234 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1127 23:33:00.785116 1461234 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1127 23:33:00.786505 1461234 api_server.go:141] control plane version: v1.28.4
I1127 23:33:00.786527 1461234 api_server.go:131] duration metric: took 11.336248285s to wait for apiserver health ...
I1127 23:33:00.786536 1461234 system_pods.go:43] waiting for kube-system pods to appear ...
I1127 23:33:00.786555 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1127 23:33:00.786623 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1127 23:33:00.841912 1461234 cri.go:89] found id: "4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614"
I1127 23:33:00.841933 1461234 cri.go:89] found id: ""
I1127 23:33:00.841941 1461234 logs.go:284] 1 containers: [4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614]
I1127 23:33:00.841996 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:33:00.846604 1461234 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1127 23:33:00.846676 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1127 23:33:00.887304 1461234 cri.go:89] found id: "9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d"
I1127 23:33:00.887325 1461234 cri.go:89] found id: ""
I1127 23:33:00.887332 1461234 logs.go:284] 1 containers: [9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d]
I1127 23:33:00.887387 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:33:00.892079 1461234 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1127 23:33:00.892155 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1127 23:33:00.937705 1461234 cri.go:89] found id: "625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a"
I1127 23:33:00.937728 1461234 cri.go:89] found id: ""
I1127 23:33:00.937736 1461234 logs.go:284] 1 containers: [625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a]
I1127 23:33:00.937792 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:33:00.942238 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1127 23:33:00.942312 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1127 23:33:00.985469 1461234 cri.go:89] found id: "9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e"
I1127 23:33:00.985493 1461234 cri.go:89] found id: ""
I1127 23:33:00.985505 1461234 logs.go:284] 1 containers: [9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e]
I1127 23:33:00.985590 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:33:00.990469 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1127 23:33:00.990547 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1127 23:33:01.029346 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:01.044395 1461234 cri.go:89] found id: "cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0"
I1127 23:33:01.044418 1461234 cri.go:89] found id: ""
I1127 23:33:01.044426 1461234 logs.go:284] 1 containers: [cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0]
I1127 23:33:01.044494 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:33:01.049155 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1127 23:33:01.049229 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1127 23:33:01.094734 1461234 cri.go:89] found id: "1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0"
I1127 23:33:01.094797 1461234 cri.go:89] found id: ""
I1127 23:33:01.094819 1461234 logs.go:284] 1 containers: [1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0]
I1127 23:33:01.094885 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:33:01.099465 1461234 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1127 23:33:01.099552 1461234 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1127 23:33:01.144061 1461234 cri.go:89] found id: "4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87"
I1127 23:33:01.144085 1461234 cri.go:89] found id: ""
I1127 23:33:01.144093 1461234 logs.go:284] 1 containers: [4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87]
I1127 23:33:01.144151 1461234 ssh_runner.go:195] Run: which crictl
I1127 23:33:01.148863 1461234 logs.go:123] Gathering logs for CRI-O ...
I1127 23:33:01.148889 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1127 23:33:01.254574 1461234 logs.go:123] Gathering logs for kubelet ...
I1127 23:33:01.254617 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1127 23:33:01.315152 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: W1127 23:31:33.296460 1349 reflector.go:535] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.315368 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: E1127 23:31:33.296500 1349 reflector.go:147] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.315556 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: W1127 23:31:33.299356 1349 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.315764 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:33 addons-606180 kubelet[1349]: E1127 23:31:33.299393 1349 reflector.go:147] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.319124 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:40 addons-606180 kubelet[1349]: W1127 23:31:40.102404 1349 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.319331 1461234 logs.go:138] Found kubelet problem: Nov 27 23:31:40 addons-606180 kubelet[1349]: E1127 23:31:40.102446 1349 reflector.go:147] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.323911 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200155 1349 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.324099 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200180 1349 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.324284 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200226 1349 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.324487 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200239 1349 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.324673 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200276 1349 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.324879 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200287 1349 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.325068 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200319 1349 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.325284 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200328 1349 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.326526 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.227825 1349 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
W1127 23:33:01.326737 1461234 logs.go:138] Found kubelet problem: Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.227867 1349 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
I1127 23:33:01.363847 1461234 logs.go:123] Gathering logs for kube-apiserver [4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614] ...
I1127 23:33:01.363886 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614"
I1127 23:33:01.425963 1461234 logs.go:123] Gathering logs for etcd [9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d] ...
I1127 23:33:01.425997 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d"
I1127 23:33:01.481042 1461234 logs.go:123] Gathering logs for kube-scheduler [9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e] ...
I1127 23:33:01.481085 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e"
I1127 23:33:01.523100 1461234 logs.go:123] Gathering logs for kube-proxy [cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0] ...
I1127 23:33:01.523128 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0"
I1127 23:33:01.531765 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:01.569140 1461234 logs.go:123] Gathering logs for kube-controller-manager [1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0] ...
I1127 23:33:01.569168 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0"
I1127 23:33:01.659270 1461234 logs.go:123] Gathering logs for kindnet [4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87] ...
I1127 23:33:01.659321 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87"
I1127 23:33:01.702899 1461234 logs.go:123] Gathering logs for dmesg ...
I1127 23:33:01.702937 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1127 23:33:01.725512 1461234 logs.go:123] Gathering logs for describe nodes ...
I1127 23:33:01.725595 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1127 23:33:01.902604 1461234 logs.go:123] Gathering logs for coredns [625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a] ...
I1127 23:33:01.902635 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a"
I1127 23:33:01.949543 1461234 logs.go:123] Gathering logs for container status ...
I1127 23:33:01.949575 1461234 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1127 23:33:02.014722 1461234 out.go:309] Setting ErrFile to fd 2...
I1127 23:33:02.014753 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1127 23:33:02.014811 1461234 out.go:239] X Problems detected in kubelet:
W1127 23:33:02.014825 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200287 1349 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:33:02.014832 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.200319 1349 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:33:02.014841 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.200328 1349 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-606180" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-606180' and this object
W1127 23:33:02.014848 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: W1127 23:32:07.227825 1349 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
W1127 23:33:02.014893 1461234 out.go:239] Nov 27 23:32:07 addons-606180 kubelet[1349]: E1127 23:32:07.227867 1349 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-606180" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-606180' and this object
I1127 23:33:02.014903 1461234 out.go:309] Setting ErrFile to fd 2...
I1127 23:33:02.014909 1461234 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1127 23:33:02.029180 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:02.528950 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:03.030256 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:03.528943 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:04.030046 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:04.529469 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:05.029822 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:05.529275 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:06.029823 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:06.529689 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:07.028798 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:07.529817 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:08.030023 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:08.529597 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:09.029675 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:09.529595 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:10.033618 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:10.529209 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:11.029529 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:11.529414 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:12.028053 1461234 system_pods.go:59] 18 kube-system pods found
I1127 23:33:12.028100 1461234 system_pods.go:61] "coredns-5dd5756b68-l4fd2" [385f55cc-f543-4ad9-812c-10530c0d79b0] Running
I1127 23:33:12.028108 1461234 system_pods.go:61] "csi-hostpath-attacher-0" [76d2c097-f0f2-4bfc-a05f-ff3745477118] Running
I1127 23:33:12.028113 1461234 system_pods.go:61] "csi-hostpath-resizer-0" [40db1436-2767-450d-89c1-1cb3a22bdfa6] Running
I1127 23:33:12.028118 1461234 system_pods.go:61] "csi-hostpathplugin-xl8vb" [a7da2290-5804-475d-b717-6e4442f455fa] Running
I1127 23:33:12.028125 1461234 system_pods.go:61] "etcd-addons-606180" [665e7324-fe65-401e-ac36-8114b4b3111a] Running
I1127 23:33:12.028130 1461234 system_pods.go:61] "kindnet-j2rwb" [d51e8be5-449b-43c4-9934-a5b251c23423] Running
I1127 23:33:12.028136 1461234 system_pods.go:61] "kube-apiserver-addons-606180" [d12c5fc1-6b96-4c2d-8e00-3983bca3bfe0] Running
I1127 23:33:12.028141 1461234 system_pods.go:61] "kube-controller-manager-addons-606180" [61191a9f-b07f-4b63-adec-57e01f976ffb] Running
I1127 23:33:12.028156 1461234 system_pods.go:61] "kube-ingress-dns-minikube" [1224d62a-dc95-4202-b8c8-955e70d28dac] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1127 23:33:12.028169 1461234 system_pods.go:61] "kube-proxy-jp57p" [bdd9dff8-93c4-4ce8-815f-5b46ae700e8b] Running
I1127 23:33:12.028175 1461234 system_pods.go:61] "kube-scheduler-addons-606180" [e37dd4cd-80d8-4a57-b184-09ea3dda8a4e] Running
I1127 23:33:12.028187 1461234 system_pods.go:61] "metrics-server-7c66d45ddc-958nm" [1fbde937-4bc9-42bd-9d82-4139b59c9660] Running
I1127 23:33:12.028194 1461234 system_pods.go:61] "nvidia-device-plugin-daemonset-g52cs" [36e3cc61-cb27-466b-b53f-7c52daf2d850] Running
I1127 23:33:12.028203 1461234 system_pods.go:61] "registry-proxy-hdjm6" [018a3f9c-a04e-43dd-b703-e873cea20fb0] Running
I1127 23:33:12.028208 1461234 system_pods.go:61] "registry-pwpqm" [374cdeaf-b970-4ff9-bb78-cb2fc4f63693] Running
I1127 23:33:12.028213 1461234 system_pods.go:61] "snapshot-controller-58dbcc7b99-8gmlv" [c2725314-697a-4663-96d3-4d45e312a4e4] Running
I1127 23:33:12.028223 1461234 system_pods.go:61] "snapshot-controller-58dbcc7b99-l5gzr" [f30d7fa0-92f6-455b-8796-7b542e5e47a8] Running
I1127 23:33:12.028228 1461234 system_pods.go:61] "storage-provisioner" [32e0c4c3-cd98-46ac-9d35-4c3462add8a1] Running
I1127 23:33:12.028235 1461234 system_pods.go:74] duration metric: took 11.241693545s to wait for pod list to return data ...
I1127 23:33:12.028249 1461234 default_sa.go:34] waiting for default service account to be created ...
I1127 23:33:12.030512 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:12.031852 1461234 default_sa.go:45] found service account: "default"
I1127 23:33:12.031879 1461234 default_sa.go:55] duration metric: took 3.622634ms for default service account to be created ...
I1127 23:33:12.031890 1461234 system_pods.go:116] waiting for k8s-apps to be running ...
I1127 23:33:12.042440 1461234 system_pods.go:86] 18 kube-system pods found
I1127 23:33:12.042492 1461234 system_pods.go:89] "coredns-5dd5756b68-l4fd2" [385f55cc-f543-4ad9-812c-10530c0d79b0] Running
I1127 23:33:12.042502 1461234 system_pods.go:89] "csi-hostpath-attacher-0" [76d2c097-f0f2-4bfc-a05f-ff3745477118] Running
I1127 23:33:12.042513 1461234 system_pods.go:89] "csi-hostpath-resizer-0" [40db1436-2767-450d-89c1-1cb3a22bdfa6] Running
I1127 23:33:12.042543 1461234 system_pods.go:89] "csi-hostpathplugin-xl8vb" [a7da2290-5804-475d-b717-6e4442f455fa] Running
I1127 23:33:12.042558 1461234 system_pods.go:89] "etcd-addons-606180" [665e7324-fe65-401e-ac36-8114b4b3111a] Running
I1127 23:33:12.042565 1461234 system_pods.go:89] "kindnet-j2rwb" [d51e8be5-449b-43c4-9934-a5b251c23423] Running
I1127 23:33:12.042571 1461234 system_pods.go:89] "kube-apiserver-addons-606180" [d12c5fc1-6b96-4c2d-8e00-3983bca3bfe0] Running
I1127 23:33:12.042576 1461234 system_pods.go:89] "kube-controller-manager-addons-606180" [61191a9f-b07f-4b63-adec-57e01f976ffb] Running
I1127 23:33:12.042593 1461234 system_pods.go:89] "kube-ingress-dns-minikube" [1224d62a-dc95-4202-b8c8-955e70d28dac] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1127 23:33:12.042600 1461234 system_pods.go:89] "kube-proxy-jp57p" [bdd9dff8-93c4-4ce8-815f-5b46ae700e8b] Running
I1127 23:33:12.042635 1461234 system_pods.go:89] "kube-scheduler-addons-606180" [e37dd4cd-80d8-4a57-b184-09ea3dda8a4e] Running
I1127 23:33:12.042649 1461234 system_pods.go:89] "metrics-server-7c66d45ddc-958nm" [1fbde937-4bc9-42bd-9d82-4139b59c9660] Running
I1127 23:33:12.042656 1461234 system_pods.go:89] "nvidia-device-plugin-daemonset-g52cs" [36e3cc61-cb27-466b-b53f-7c52daf2d850] Running
I1127 23:33:12.042661 1461234 system_pods.go:89] "registry-proxy-hdjm6" [018a3f9c-a04e-43dd-b703-e873cea20fb0] Running
I1127 23:33:12.042669 1461234 system_pods.go:89] "registry-pwpqm" [374cdeaf-b970-4ff9-bb78-cb2fc4f63693] Running
I1127 23:33:12.042674 1461234 system_pods.go:89] "snapshot-controller-58dbcc7b99-8gmlv" [c2725314-697a-4663-96d3-4d45e312a4e4] Running
I1127 23:33:12.042679 1461234 system_pods.go:89] "snapshot-controller-58dbcc7b99-l5gzr" [f30d7fa0-92f6-455b-8796-7b542e5e47a8] Running
I1127 23:33:12.042686 1461234 system_pods.go:89] "storage-provisioner" [32e0c4c3-cd98-46ac-9d35-4c3462add8a1] Running
I1127 23:33:12.042694 1461234 system_pods.go:126] duration metric: took 10.797842ms to wait for k8s-apps to be running ...
I1127 23:33:12.042727 1461234 system_svc.go:44] waiting for kubelet service to be running ....
I1127 23:33:12.042808 1461234 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1127 23:33:12.058064 1461234 system_svc.go:56] duration metric: took 15.33766ms WaitForService to wait for kubelet.
I1127 23:33:12.058110 1461234 kubeadm.go:581] duration metric: took 1m37.356975284s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I1127 23:33:12.058153 1461234 node_conditions.go:102] verifying NodePressure condition ...
I1127 23:33:12.061847 1461234 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1127 23:33:12.061916 1461234 node_conditions.go:123] node cpu capacity is 2
I1127 23:33:12.061929 1461234 node_conditions.go:105] duration metric: took 3.770415ms to run NodePressure ...
I1127 23:33:12.061969 1461234 start.go:228] waiting for startup goroutines ...
I1127 23:33:12.529267 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:13.029520 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:13.532866 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:14.031746 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:14.530493 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:15.034028 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:15.529462 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:16.030736 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:16.530956 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:17.030484 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:17.530001 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:18.030046 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:18.530111 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:19.029559 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:19.529704 1461234 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1127 23:33:20.031091 1461234 kapi.go:107] duration metric: took 1m39.570316135s to wait for app.kubernetes.io/name=ingress-nginx ...
I1127 23:33:20.033188 1461234 out.go:177] * Enabled addons: ingress-dns, nvidia-device-plugin, cloud-spanner, default-storageclass, storage-provisioner, inspektor-gadget, metrics-server, storage-provisioner-rancher, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I1127 23:33:20.034842 1461234 addons.go:502] enable addons completed in 1m45.782308027s: enabled=[ingress-dns nvidia-device-plugin cloud-spanner default-storageclass storage-provisioner inspektor-gadget metrics-server storage-provisioner-rancher volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I1127 23:33:20.034917 1461234 start.go:233] waiting for cluster config update ...
I1127 23:33:20.034944 1461234 start.go:242] writing updated cluster config ...
I1127 23:33:20.035321 1461234 ssh_runner.go:195] Run: rm -f paused
I1127 23:33:20.360979 1461234 start.go:600] kubectl: 1.28.4, cluster: 1.28.4 (minor skew: 0)
I1127 23:33:20.363276 1461234 out.go:177] * Done! kubectl is now configured to use "addons-606180" cluster and "default" namespace by default
*
* ==> CRI-O <==
* Nov 27 23:37:18 addons-606180 crio[886]: time="2023-11-27 23:37:18.790210733Z" level=info msg="Stopped pod sandbox: e462317d59bbb85d9a9894419b5a9863770ad0e0e6f2c6f79c345ddcd0dc69e4" id=51d9b26d-8665-4df2-866a-4e7a7bd9cca1 name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:18 addons-606180 crio[886]: time="2023-11-27 23:37:18.851646894Z" level=info msg="Removing container: 9177accc2b014c6fa7d330a32585c6ab35fdf3524dddace6c606449c2233c5c2" id=eef230d6-96a3-4bb1-961e-4c1165bf2740 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:18 addons-606180 crio[886]: time="2023-11-27 23:37:18.895174083Z" level=info msg="Removed container 9177accc2b014c6fa7d330a32585c6ab35fdf3524dddace6c606449c2233c5c2: default/hello-world-app-5d77478584-tkzmg/hello-world-app" id=eef230d6-96a3-4bb1-961e-4c1165bf2740 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:18 addons-606180 crio[886]: time="2023-11-27 23:37:18.896818840Z" level=info msg="Removing container: ae5fc44c781a614b6b8b0c4fe64ac9899105a67437bcd6fb8881d51c779d21f6" id=651216dc-9895-462d-9c3c-2f7eda0bc9f7 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:18 addons-606180 crio[886]: time="2023-11-27 23:37:18.919354263Z" level=info msg="Removed container ae5fc44c781a614b6b8b0c4fe64ac9899105a67437bcd6fb8881d51c779d21f6: ingress-nginx/ingress-nginx-controller-7c6974c4d8-hmzsr/controller" id=651216dc-9895-462d-9c3c-2f7eda0bc9f7 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.266448328Z" level=info msg="Removing container: d52d358cd36c9101d980006629b169f8bc9b0f86d87fb64037a6788a2f5a717d" id=dfdcb37a-7993-458e-9b35-8c2ec8996c2c name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.286767791Z" level=info msg="Removed container d52d358cd36c9101d980006629b169f8bc9b0f86d87fb64037a6788a2f5a717d: ingress-nginx/ingress-nginx-admission-patch-kdqx5/patch" id=dfdcb37a-7993-458e-9b35-8c2ec8996c2c name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.288729730Z" level=info msg="Removing container: 8a6cded543ff95c1ac743ef97b9893d52a90a4e750989a938fec7f3c817e2201" id=03579059-ffa0-4870-b8e7-aa85b76a4073 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.326575162Z" level=info msg="Removed container 8a6cded543ff95c1ac743ef97b9893d52a90a4e750989a938fec7f3c817e2201: ingress-nginx/ingress-nginx-admission-create-vlmh8/create" id=03579059-ffa0-4870-b8e7-aa85b76a4073 name=/runtime.v1.RuntimeService/RemoveContainer
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.327903443Z" level=info msg="Stopping pod sandbox: 477b43ceddbb84e4b6ef1155f1d5cfe31b61f2b111987442f93393fd210d9a73" id=1d2703c6-ecb6-4ea3-93e2-939efb0811b3 name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.327948800Z" level=info msg="Stopped pod sandbox (already stopped): 477b43ceddbb84e4b6ef1155f1d5cfe31b61f2b111987442f93393fd210d9a73" id=1d2703c6-ecb6-4ea3-93e2-939efb0811b3 name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.328393653Z" level=info msg="Removing pod sandbox: 477b43ceddbb84e4b6ef1155f1d5cfe31b61f2b111987442f93393fd210d9a73" id=b0ea0c58-c31a-42e9-bf31-d06ab1b583c4 name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.336937722Z" level=info msg="Removed pod sandbox: 477b43ceddbb84e4b6ef1155f1d5cfe31b61f2b111987442f93393fd210d9a73" id=b0ea0c58-c31a-42e9-bf31-d06ab1b583c4 name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.337444654Z" level=info msg="Stopping pod sandbox: e462317d59bbb85d9a9894419b5a9863770ad0e0e6f2c6f79c345ddcd0dc69e4" id=2e55c7ba-e41a-4903-9175-8e140dad2b83 name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.337476555Z" level=info msg="Stopped pod sandbox (already stopped): e462317d59bbb85d9a9894419b5a9863770ad0e0e6f2c6f79c345ddcd0dc69e4" id=2e55c7ba-e41a-4903-9175-8e140dad2b83 name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.337750669Z" level=info msg="Removing pod sandbox: e462317d59bbb85d9a9894419b5a9863770ad0e0e6f2c6f79c345ddcd0dc69e4" id=b0163fcf-4da7-48c5-8d3f-60eedeed2c76 name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.345712575Z" level=info msg="Removed pod sandbox: e462317d59bbb85d9a9894419b5a9863770ad0e0e6f2c6f79c345ddcd0dc69e4" id=b0163fcf-4da7-48c5-8d3f-60eedeed2c76 name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.346223388Z" level=info msg="Stopping pod sandbox: 46968edbfdb3561a6c436572ad4cfc9a1f1a16a0983ca2528bb86572f95c375d" id=8855afae-2075-40b8-b614-f45f26535b3d name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.346263174Z" level=info msg="Stopped pod sandbox (already stopped): 46968edbfdb3561a6c436572ad4cfc9a1f1a16a0983ca2528bb86572f95c375d" id=8855afae-2075-40b8-b614-f45f26535b3d name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.346597480Z" level=info msg="Removing pod sandbox: 46968edbfdb3561a6c436572ad4cfc9a1f1a16a0983ca2528bb86572f95c375d" id=ab2e23ff-354e-4ab5-b303-1cc297ab1a96 name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.354485294Z" level=info msg="Removed pod sandbox: 46968edbfdb3561a6c436572ad4cfc9a1f1a16a0983ca2528bb86572f95c375d" id=ab2e23ff-354e-4ab5-b303-1cc297ab1a96 name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.355138399Z" level=info msg="Stopping pod sandbox: c1a2496f5e84d251128681f4d225b908e7d5ed64fecad77f775bd65b2b311b31" id=da6a885d-4da4-4854-b016-af7cf6dbcbb0 name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.355184987Z" level=info msg="Stopped pod sandbox (already stopped): c1a2496f5e84d251128681f4d225b908e7d5ed64fecad77f775bd65b2b311b31" id=da6a885d-4da4-4854-b016-af7cf6dbcbb0 name=/runtime.v1.RuntimeService/StopPodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.355565258Z" level=info msg="Removing pod sandbox: c1a2496f5e84d251128681f4d225b908e7d5ed64fecad77f775bd65b2b311b31" id=a92e1cac-dbc2-4c21-851c-40a26a1aa7bf name=/runtime.v1.RuntimeService/RemovePodSandbox
Nov 27 23:37:22 addons-606180 crio[886]: time="2023-11-27 23:37:22.363967782Z" level=info msg="Removed pod sandbox: c1a2496f5e84d251128681f4d225b908e7d5ed64fecad77f775bd65b2b311b31" id=a92e1cac-dbc2-4c21-851c-40a26a1aa7bf name=/runtime.v1.RuntimeService/RemovePodSandbox
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
f9ca17ae9247a dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 6 seconds ago Exited hello-world-app 2 094246ba59326 hello-world-app-5d77478584-tkzmg
365d16d4b6479 docker.io/library/nginx@sha256:b7537eea6ffa4f00aac311f16654b50736328eb370208c68b6649a97b7a2724b 2 minutes ago Running nginx 0 f0ed10ff9a53c nginx
ed30c08e4e4b9 ghcr.io/headlamp-k8s/headlamp@sha256:7a9587036bd29304f8f1387a7245556a3c479434670b2ca58e3624d44d2a68c9 3 minutes ago Running headlamp 0 f52aee2a3debd headlamp-777fd4b855-98cdp
263e7fbb3c164 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 4 minutes ago Running gcp-auth 0 92361a7191dd9 gcp-auth-d4c87556c-94zg9
625e9810ce5fd 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 5 minutes ago Running coredns 0 71e95a611f525 coredns-5dd5756b68-l4fd2
c375368fdb7ae ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 5b874ff1de065 storage-provisioner
cf56f8af181f7 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 5 minutes ago Running kube-proxy 0 0d0e27eb0c4d3 kube-proxy-jp57p
4df224723a061 04b4eaa3d3db8abea4b9ea4d10a0926ebb31db5a31b673aa1cf7a4b3af4add26 5 minutes ago Running kindnet-cni 0 11f488212ae99 kindnet-j2rwb
9eec496f1ec73 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 6 minutes ago Running etcd 0 ddda8ee8f1795 etcd-addons-606180
9eaa4515394b6 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 6 minutes ago Running kube-scheduler 0 1b067edc6a50f kube-scheduler-addons-606180
4acde5ffc6f5e 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 6 minutes ago Running kube-apiserver 0 8705b6ba4215c kube-apiserver-addons-606180
1190f5ab8649a 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 6 minutes ago Running kube-controller-manager 0 ede30ad4722e1 kube-controller-manager-addons-606180
*
* ==> coredns [625e9810ce5fdc84ea9f1dfb08c75ad3dfb50c11fbe1cbe3199bf62104b2cc8a] <==
* [INFO] 10.244.0.19:44401 - 65492 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000068454s
[INFO] 10.244.0.19:44401 - 47914 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000077374s
[INFO] 10.244.0.19:44401 - 503 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000092668s
[INFO] 10.244.0.19:44401 - 57381 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000066929s
[INFO] 10.244.0.19:44401 - 62763 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001305019s
[INFO] 10.244.0.19:44401 - 37979 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001329495s
[INFO] 10.244.0.19:44401 - 37576 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000085808s
[INFO] 10.244.0.19:42986 - 42533 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000132248s
[INFO] 10.244.0.19:58209 - 20723 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000051118s
[INFO] 10.244.0.19:42986 - 4334 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000135333s
[INFO] 10.244.0.19:58209 - 21305 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000256366s
[INFO] 10.244.0.19:42986 - 29462 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000047761s
[INFO] 10.244.0.19:58209 - 12419 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000031138s
[INFO] 10.244.0.19:42986 - 28731 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000054121s
[INFO] 10.244.0.19:58209 - 8986 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000045054s
[INFO] 10.244.0.19:42986 - 8077 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000085234s
[INFO] 10.244.0.19:58209 - 7983 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000038498s
[INFO] 10.244.0.19:58209 - 53733 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00005664s
[INFO] 10.244.0.19:42986 - 33721 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000041312s
[INFO] 10.244.0.19:42986 - 47896 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001278968s
[INFO] 10.244.0.19:58209 - 5637 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001499913s
[INFO] 10.244.0.19:58209 - 30478 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000943333s
[INFO] 10.244.0.19:42986 - 55330 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001115902s
[INFO] 10.244.0.19:58209 - 1834 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000058649s
[INFO] 10.244.0.19:42986 - 31287 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000110038s
*
* ==> describe nodes <==
* Name: addons-606180
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-606180
kubernetes.io/os=linux
minikube.k8s.io/commit=c8086df69b157f30f19d083fe45cc014f102df45
minikube.k8s.io/name=addons-606180
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_11_27T23_31_22_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-606180
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 27 Nov 2023 23:31:18 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-606180
AcquireTime: <unset>
RenewTime: Mon, 27 Nov 2023 23:37:20 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 27 Nov 2023 23:34:56 +0000 Mon, 27 Nov 2023 23:31:15 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 27 Nov 2023 23:34:56 +0000 Mon, 27 Nov 2023 23:31:15 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 27 Nov 2023 23:34:56 +0000 Mon, 27 Nov 2023 23:31:15 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 27 Nov 2023 23:34:56 +0000 Mon, 27 Nov 2023 23:32:07 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-606180
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
System Info:
Machine ID: 0b7562edf4c64f10834e6e460a9f8b0f
System UUID: ac6fbf0a-4b6b-4d00-b885-f14e4dacf446
Boot ID: eb10cf4d-5884-4052-85dd-9e7b7999f82d
Kernel Version: 5.15.0-1050-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-tkzmg 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 27s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m47s
gcp-auth gcp-auth-d4c87556c-94zg9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m41s
headlamp headlamp-777fd4b855-98cdp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m15s
kube-system coredns-5dd5756b68-l4fd2 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m50s
kube-system etcd-addons-606180 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m2s
kube-system kindnet-j2rwb 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m51s
kube-system kube-apiserver-addons-606180 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m2s
kube-system kube-controller-manager-addons-606180 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m2s
kube-system kube-proxy-jp57p 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
kube-system kube-scheduler-addons-606180 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m4s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m45s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 220Mi (2%!)(MISSING) 220Mi (2%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m44s kube-proxy
Normal Starting 6m3s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m3s kubelet Node addons-606180 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m3s kubelet Node addons-606180 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m3s kubelet Node addons-606180 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m51s node-controller Node addons-606180 event: Registered Node addons-606180 in Controller
Normal NodeReady 5m17s kubelet Node addons-606180 status is now: NodeReady
*
* ==> dmesg <==
* [ +0.001116] FS-Cache: N-key=[8] '81d5c90000000000'
[ +0.003087] FS-Cache: Duplicate cookie detected
[ +0.000723] FS-Cache: O-cookie c=0000003c [p=00000039 fl=226 nc=0 na=1]
[ +0.001030] FS-Cache: O-cookie d=00000000fe658175{9p.inode} n=000000004dfe655c
[ +0.001167] FS-Cache: O-key=[8] '81d5c90000000000'
[ +0.000748] FS-Cache: N-cookie c=00000043 [p=00000039 fl=2 nc=0 na=1]
[ +0.000974] FS-Cache: N-cookie d=00000000fe658175{9p.inode} n=00000000d6c55197
[ +0.001089] FS-Cache: N-key=[8] '81d5c90000000000'
[ +3.372327] FS-Cache: Duplicate cookie detected
[ +0.000762] FS-Cache: O-cookie c=0000003a [p=00000039 fl=226 nc=0 na=1]
[ +0.000996] FS-Cache: O-cookie d=00000000fe658175{9p.inode} n=000000005ad38b61
[ +0.001079] FS-Cache: O-key=[8] '80d5c90000000000'
[ +0.000757] FS-Cache: N-cookie c=00000045 [p=00000039 fl=2 nc=0 na=1]
[ +0.001008] FS-Cache: N-cookie d=00000000fe658175{9p.inode} n=0000000093b40df3
[ +0.001066] FS-Cache: N-key=[8] '80d5c90000000000'
[ +0.388699] FS-Cache: Duplicate cookie detected
[ +0.000756] FS-Cache: O-cookie c=0000003f [p=00000039 fl=226 nc=0 na=1]
[ +0.001038] FS-Cache: O-cookie d=00000000fe658175{9p.inode} n=00000000a0c32ce7
[ +0.001085] FS-Cache: O-key=[8] '86d5c90000000000'
[ +0.000729] FS-Cache: N-cookie c=00000046 [p=00000039 fl=2 nc=0 na=1]
[ +0.000954] FS-Cache: N-cookie d=00000000fe658175{9p.inode} n=00000000dca046b6
[ +0.001139] FS-Cache: N-key=[8] '86d5c90000000000'
[Nov27 22:55] systemd-journald[139]: Failed to send stream file descriptor to service manager: Connection refused
[Nov27 23:02] systemd-journald[223]: Failed to send stream file descriptor to service manager: Connection refused
[Nov27 23:03] systemd-journald[222]: Failed to send stream file descriptor to service manager: Connection refused
*
* ==> etcd [9eec496f1ec73e7e42c9ef2866cf724838c0a2f79226dd31ae75423fb329ed9d] <==
* {"level":"info","ts":"2023-11-27T23:31:15.730027Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-11-27T23:31:15.734052Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-606180 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-11-27T23:31:15.73421Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-11-27T23:31:15.735233Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-11-27T23:31:15.735333Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2023-11-27T23:31:15.735742Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-11-27T23:31:15.736248Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-11-27T23:31:15.735613Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-11-27T23:31:15.738702Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-11-27T23:31:15.746378Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-11-27T23:31:15.747088Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2023-11-27T23:31:35.715761Z","caller":"traceutil/trace.go:171","msg":"trace[1736014750] transaction","detail":"{read_only:false; response_revision:364; number_of_response:1; }","duration":"113.311634ms","start":"2023-11-27T23:31:35.602435Z","end":"2023-11-27T23:31:35.715746Z","steps":["trace[1736014750] 'process raft request' (duration: 113.224734ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T23:31:36.138039Z","caller":"traceutil/trace.go:171","msg":"trace[1151142694] transaction","detail":"{read_only:false; response_revision:365; number_of_response:1; }","duration":"118.231738ms","start":"2023-11-27T23:31:36.01979Z","end":"2023-11-27T23:31:36.138022Z","steps":["trace[1151142694] 'process raft request' (duration: 82.126883ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T23:31:36.254209Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"100.832384ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128025441256248926 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/events/kube-system/kube-proxy-jp57p.179b9ecedfb278d3\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/kube-proxy-jp57p.179b9ecedfb278d3\" value_size:634 lease:8128025441256248621 >> failure:<>>","response":"size:16"}
{"level":"info","ts":"2023-11-27T23:31:36.2682Z","caller":"traceutil/trace.go:171","msg":"trace[1671104341] transaction","detail":"{read_only:false; response_revision:366; number_of_response:1; }","duration":"149.618055ms","start":"2023-11-27T23:31:36.118563Z","end":"2023-11-27T23:31:36.268181Z","steps":["trace[1671104341] 'process raft request' (duration: 19.437926ms)","trace[1671104341] 'compare' (duration: 96.803102ms)"],"step_count":2}
{"level":"info","ts":"2023-11-27T23:31:36.716765Z","caller":"traceutil/trace.go:171","msg":"trace[1173001461] transaction","detail":"{read_only:false; response_revision:369; number_of_response:1; }","duration":"138.993303ms","start":"2023-11-27T23:31:36.57775Z","end":"2023-11-27T23:31:36.716744Z","steps":["trace[1173001461] 'process raft request' (duration: 51.061121ms)","trace[1173001461] 'compare' (duration: 81.209238ms)"],"step_count":2}
{"level":"info","ts":"2023-11-27T23:31:37.392794Z","caller":"traceutil/trace.go:171","msg":"trace[1370585266] linearizableReadLoop","detail":"{readStateIndex:384; appliedIndex:383; }","duration":"114.434143ms","start":"2023-11-27T23:31:37.278344Z","end":"2023-11-27T23:31:37.392778Z","steps":["trace[1370585266] 'read index received' (duration: 790.262µs)","trace[1370585266] 'applied index is now lower than readState.Index' (duration: 113.642954ms)"],"step_count":2}
{"level":"warn","ts":"2023-11-27T23:31:37.393136Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"114.772298ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-606180\" ","response":"range_response_count:1 size:5743"}
{"level":"info","ts":"2023-11-27T23:31:37.393171Z","caller":"traceutil/trace.go:171","msg":"trace[232118623] range","detail":"{range_begin:/registry/minions/addons-606180; range_end:; response_count:1; response_revision:373; }","duration":"114.840088ms","start":"2023-11-27T23:31:37.278321Z","end":"2023-11-27T23:31:37.393162Z","steps":["trace[232118623] 'agreement among raft nodes before linearized reading' (duration: 114.674665ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T23:31:37.393559Z","caller":"traceutil/trace.go:171","msg":"trace[1790860593] transaction","detail":"{read_only:false; response_revision:373; number_of_response:1; }","duration":"115.296142ms","start":"2023-11-27T23:31:37.278233Z","end":"2023-11-27T23:31:37.393529Z","steps":["trace[1790860593] 'process raft request' (duration: 114.396556ms)"],"step_count":1}
{"level":"warn","ts":"2023-11-27T23:31:37.725652Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"111.869341ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128025441256248938 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/coredns\" mod_revision:231 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/coredns\" value_size:124 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/coredns\" > >>","response":"size:16"}
{"level":"warn","ts":"2023-11-27T23:31:37.726432Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"110.967982ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/standard\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-11-27T23:31:37.726477Z","caller":"traceutil/trace.go:171","msg":"trace[1079227380] range","detail":"{range_begin:/registry/storageclasses/standard; range_end:; response_count:0; response_revision:375; }","duration":"111.01544ms","start":"2023-11-27T23:31:37.615449Z","end":"2023-11-27T23:31:37.726465Z","steps":["trace[1079227380] 'agreement among raft nodes before linearized reading' (duration: 110.952614ms)"],"step_count":1}
{"level":"info","ts":"2023-11-27T23:31:37.727244Z","caller":"traceutil/trace.go:171","msg":"trace[1902940342] transaction","detail":"{read_only:false; response_revision:374; number_of_response:1; }","duration":"372.668758ms","start":"2023-11-27T23:31:37.354565Z","end":"2023-11-27T23:31:37.727234Z","steps":["trace[1902940342] 'process raft request' (duration: 259.012126ms)","trace[1902940342] 'compare' (duration: 88.560377ms)"],"step_count":2}
{"level":"warn","ts":"2023-11-27T23:31:37.727304Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2023-11-27T23:31:37.354548Z","time spent":"372.717636ms","remote":"127.0.0.1:56452","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":176,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-system/coredns\" mod_revision:231 > success:<request_put:<key:\"/registry/serviceaccounts/kube-system/coredns\" value_size:124 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-system/coredns\" > >"}
*
* ==> gcp-auth [263e7fbb3c1648ce109c5be2f5d1036f392dbbb7dd2fc0a8a9c068b862fa774b] <==
* 2023/11/27 23:32:51 GCP Auth Webhook started!
2023/11/27 23:33:28 Ready to marshal response ...
2023/11/27 23:33:28 Ready to write response ...
2023/11/27 23:33:30 Ready to marshal response ...
2023/11/27 23:33:30 Ready to write response ...
2023/11/27 23:33:44 Ready to marshal response ...
2023/11/27 23:33:44 Ready to write response ...
2023/11/27 23:33:44 Ready to marshal response ...
2023/11/27 23:33:44 Ready to write response ...
2023/11/27 23:33:45 Ready to marshal response ...
2023/11/27 23:33:45 Ready to write response ...
2023/11/27 23:33:53 Ready to marshal response ...
2023/11/27 23:33:53 Ready to write response ...
2023/11/27 23:34:09 Ready to marshal response ...
2023/11/27 23:34:09 Ready to write response ...
2023/11/27 23:34:09 Ready to marshal response ...
2023/11/27 23:34:09 Ready to write response ...
2023/11/27 23:34:09 Ready to marshal response ...
2023/11/27 23:34:09 Ready to write response ...
2023/11/27 23:34:37 Ready to marshal response ...
2023/11/27 23:34:37 Ready to write response ...
2023/11/27 23:36:57 Ready to marshal response ...
2023/11/27 23:36:57 Ready to write response ...
*
* ==> kernel <==
* 23:37:24 up 6:19, 0 users, load average: 0.18, 1.45, 2.77
Linux addons-606180 5.15.0-1050-aws #55~20.04.1-Ubuntu SMP Mon Nov 6 12:18:16 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
*
* ==> kindnet [4df224723a061c4322e74c4a6fe0c42b5f6bde92eff76afe7a08b5a4fdc29c87] <==
* I1127 23:35:16.893781 1 main.go:227] handling current node
I1127 23:35:26.906175 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:35:26.906200 1 main.go:227] handling current node
I1127 23:35:36.910114 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:35:36.910141 1 main.go:227] handling current node
I1127 23:35:46.924860 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:35:46.924890 1 main.go:227] handling current node
I1127 23:35:56.937615 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:35:56.937641 1 main.go:227] handling current node
I1127 23:36:06.941888 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:36:06.942066 1 main.go:227] handling current node
I1127 23:36:16.950861 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:36:16.950889 1 main.go:227] handling current node
I1127 23:36:26.963416 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:36:26.963445 1 main.go:227] handling current node
I1127 23:36:36.967899 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:36:36.967924 1 main.go:227] handling current node
I1127 23:36:46.979998 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:36:46.980027 1 main.go:227] handling current node
I1127 23:36:56.992198 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:36:56.992230 1 main.go:227] handling current node
I1127 23:37:07.002756 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:37:07.002789 1 main.go:227] handling current node
I1127 23:37:17.007952 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1127 23:37:17.007982 1 main.go:227] handling current node
*
* ==> kube-apiserver [4acde5ffc6f5e58cbd575d400616f38f441a2f39dcb5612e040722a56fef7614] <==
* I1127 23:34:02.329596 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 23:34:02.329708 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 23:34:02.357603 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 23:34:02.357654 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 23:34:02.357913 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 23:34:02.357956 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 23:34:02.377213 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 23:34:02.377269 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 23:34:02.385443 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 23:34:02.385490 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1127 23:34:02.388245 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1127 23:34:02.388293 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1127 23:34:03.358296 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1127 23:34:03.387072 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1127 23:34:03.416606 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E1127 23:34:09.712352 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I1127 23:34:09.718722 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.105.98.21"}
I1127 23:34:18.113541 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I1127 23:34:28.154817 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1127 23:34:31.276273 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I1127 23:34:31.285667 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1127 23:34:32.303457 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1127 23:34:37.357394 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I1127 23:34:37.774488 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.235.123"}
I1127 23:36:58.177198 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.96.110.153"}
*
* ==> kube-controller-manager [1190f5ab8649a19420911be3fdff74aa915e240d2918bb980cffb6f2bd6120a0] <==
* E1127 23:36:02.047913 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 23:36:33.296674 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 23:36:33.296707 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 23:36:37.898037 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 23:36:37.898069 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 23:36:43.096908 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 23:36:43.096938 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1127 23:36:55.204301 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 23:36:55.204332 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I1127 23:36:57.903655 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I1127 23:36:57.939363 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-tkzmg"
I1127 23:36:57.958146 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="54.238747ms"
I1127 23:36:57.972519 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="14.224194ms"
I1127 23:36:57.972756 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="31.245µs"
I1127 23:37:00.829751 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="54.178µs"
I1127 23:37:01.828175 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="72.303µs"
I1127 23:37:02.828206 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="75.018µs"
W1127 23:37:05.019723 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 23:37:05.019765 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I1127 23:37:15.545552 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I1127 23:37:15.553488 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I1127 23:37:15.553771 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-7c6974c4d8" duration="6.843µs"
I1127 23:37:18.874341 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="81.254µs"
W1127 23:37:21.109933 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1127 23:37:21.109968 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
*
* ==> kube-proxy [cf56f8af181f7667845cf630a0931a8b5ec982efd7680d6286c08f39bed711a0] <==
* I1127 23:31:39.440052 1 server_others.go:69] "Using iptables proxy"
I1127 23:31:39.614168 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I1127 23:31:39.950738 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1127 23:31:39.953399 1 server_others.go:152] "Using iptables Proxier"
I1127 23:31:39.953491 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I1127 23:31:39.953524 1 server_others.go:438] "Defaulting to no-op detect-local"
I1127 23:31:39.953625 1 proxier.go:251] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I1127 23:31:39.954034 1 server.go:846] "Version info" version="v1.28.4"
I1127 23:31:39.954273 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1127 23:31:39.955144 1 config.go:188] "Starting service config controller"
I1127 23:31:39.955222 1 shared_informer.go:311] Waiting for caches to sync for service config
I1127 23:31:39.955279 1 config.go:97] "Starting endpoint slice config controller"
I1127 23:31:39.955306 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I1127 23:31:39.955826 1 config.go:315] "Starting node config controller"
I1127 23:31:39.955874 1 shared_informer.go:311] Waiting for caches to sync for node config
I1127 23:31:40.064335 1 shared_informer.go:318] Caches are synced for service config
I1127 23:31:40.064472 1 shared_informer.go:318] Caches are synced for endpoint slice config
I1127 23:31:40.060159 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [9eaa4515394b6211693689b3b71e75375a645c2dc8cf58ae0c34dffe92e8a53e] <==
* I1127 23:31:18.679959 1 serving.go:348] Generated self-signed cert in-memory
I1127 23:31:19.922475 1 server.go:154] "Starting Kubernetes Scheduler" version="v1.28.4"
I1127 23:31:19.922585 1 server.go:156] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1127 23:31:19.927334 1 requestheader_controller.go:169] Starting RequestHeaderAuthRequestController
I1127 23:31:19.927371 1 shared_informer.go:311] Waiting for caches to sync for RequestHeaderAuthRequestController
I1127 23:31:19.927415 1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
I1127 23:31:19.927424 1 shared_informer.go:311] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
I1127 23:31:19.927440 1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"
I1127 23:31:19.927445 1 shared_informer.go:311] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
I1127 23:31:19.928235 1 secure_serving.go:213] Serving securely on 127.0.0.1:10259
I1127 23:31:19.928336 1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
I1127 23:31:20.028531 1 shared_informer.go:318] Caches are synced for RequestHeaderAuthRequestController
I1127 23:31:20.028704 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
I1127 23:31:20.028756 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.035564 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/983d58f27a60f49aff0cc6461af8df37de1641464c8bae12503f3dc58627c946/diff" to get inode usage: stat /var/lib/containers/storage/overlay/983d58f27a60f49aff0cc6461af8df37de1641464c8bae12503f3dc58627c946/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.048494 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/cd6b3334d50c548868c2e3e90dca94a273f6cd9db0f24af88d4428a7bdb582b0/diff" to get inode usage: stat /var/lib/containers/storage/overlay/cd6b3334d50c548868c2e3e90dca94a273f6cd9db0f24af88d4428a7bdb582b0/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.051822 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/46ec65e0776e7bc363cafe0009bf60a0e1287321c033e7a8c8085e9ff11360db/diff" to get inode usage: stat /var/lib/containers/storage/overlay/46ec65e0776e7bc363cafe0009bf60a0e1287321c033e7a8c8085e9ff11360db/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.051828 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0b5c5ef6c8a2a4d44e31438ff0c9fc804b311221af523799677b66c306fe4f6c/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0b5c5ef6c8a2a4d44e31438ff0c9fc804b311221af523799677b66c306fe4f6c/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.052113 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/b7c7417de4512918a342f9320414203d0c8d3d1dee1b702f7c242ddeaddfeda6/diff" to get inode usage: stat /var/lib/containers/storage/overlay/b7c7417de4512918a342f9320414203d0c8d3d1dee1b702f7c242ddeaddfeda6/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.053345 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/66fc76da52c9937408ceac280178a9036636d7fc6b794c5f4f1ad2d5b9a0915a/diff" to get inode usage: stat /var/lib/containers/storage/overlay/66fc76da52c9937408ceac280178a9036636d7fc6b794c5f4f1ad2d5b9a0915a/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.054440 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/062a440cf8288f21863f0d145c9dfe9250e1ae7bc835c0d8b8c5b3eb1ccc106f/diff" to get inode usage: stat /var/lib/containers/storage/overlay/062a440cf8288f21863f0d145c9dfe9250e1ae7bc835c0d8b8c5b3eb1ccc106f/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.055601 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/173518763d566f851d027db2191ec80fbfb12e6aa1b7b8e9b5bf31d93812ba50/diff" to get inode usage: stat /var/lib/containers/storage/overlay/173518763d566f851d027db2191ec80fbfb12e6aa1b7b8e9b5bf31d93812ba50/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.055991 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/08a07871762110f79042b28676d173b072d2400e421c4d4401a1676534b8f53e/diff" to get inode usage: stat /var/lib/containers/storage/overlay/08a07871762110f79042b28676d173b072d2400e421c4d4401a1676534b8f53e/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.063414 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6f7d1965dcfb459301b99777ad5d34128bbbfa67bd5624dbcdd2b3832082b86b/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6f7d1965dcfb459301b99777ad5d34128bbbfa67bd5624dbcdd2b3832082b86b/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.064592 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6f7d1965dcfb459301b99777ad5d34128bbbfa67bd5624dbcdd2b3832082b86b/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6f7d1965dcfb459301b99777ad5d34128bbbfa67bd5624dbcdd2b3832082b86b/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.067014 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/96a3a4b8485e727a00442e4ab3e3b6d4a821e48a3be8f00473d0b849d523d285/diff" to get inode usage: stat /var/lib/containers/storage/overlay/96a3a4b8485e727a00442e4ab3e3b6d4a821e48a3be8f00473d0b849d523d285/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.067025 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/b7c7417de4512918a342f9320414203d0c8d3d1dee1b702f7c242ddeaddfeda6/diff" to get inode usage: stat /var/lib/containers/storage/overlay/b7c7417de4512918a342f9320414203d0c8d3d1dee1b702f7c242ddeaddfeda6/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.068148 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/8557cd473e4fbd6d5f45c3525aa9d9573def1929a65dac33bd2584c692b70647/diff" to get inode usage: stat /var/lib/containers/storage/overlay/8557cd473e4fbd6d5f45c3525aa9d9573def1929a65dac33bd2584c692b70647/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.072428 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c53604170879b279f433432098bd1df165d0c0272bb971c6943c1028e18c317a/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c53604170879b279f433432098bd1df165d0c0272bb971c6943c1028e18c317a/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.073540 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/c53604170879b279f433432098bd1df165d0c0272bb971c6943c1028e18c317a/diff" to get inode usage: stat /var/lib/containers/storage/overlay/c53604170879b279f433432098bd1df165d0c0272bb971c6943c1028e18c317a/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.075757 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0b5c5ef6c8a2a4d44e31438ff0c9fc804b311221af523799677b66c306fe4f6c/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0b5c5ef6c8a2a4d44e31438ff0c9fc804b311221af523799677b66c306fe4f6c/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.076891 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/8557cd473e4fbd6d5f45c3525aa9d9573def1929a65dac33bd2584c692b70647/diff" to get inode usage: stat /var/lib/containers/storage/overlay/8557cd473e4fbd6d5f45c3525aa9d9573def1929a65dac33bd2584c692b70647/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.076910 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/78b279568d93364e6d2c4f6ce90e6355176b7c84713920564a9d223438541d3e/diff" to get inode usage: stat /var/lib/containers/storage/overlay/78b279568d93364e6d2c4f6ce90e6355176b7c84713920564a9d223438541d3e/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.076979 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/6d2e507e66ec03484e2ba6c8bdca85ae8e5944ac085bcaa4f34867057c323fea/diff" to get inode usage: stat /var/lib/containers/storage/overlay/6d2e507e66ec03484e2ba6c8bdca85ae8e5944ac085bcaa4f34867057c323fea/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.078421 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/062a440cf8288f21863f0d145c9dfe9250e1ae7bc835c0d8b8c5b3eb1ccc106f/diff" to get inode usage: stat /var/lib/containers/storage/overlay/062a440cf8288f21863f0d145c9dfe9250e1ae7bc835c0d8b8c5b3eb1ccc106f/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.080264 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/96a3a4b8485e727a00442e4ab3e3b6d4a821e48a3be8f00473d0b849d523d285/diff" to get inode usage: stat /var/lib/containers/storage/overlay/96a3a4b8485e727a00442e4ab3e3b6d4a821e48a3be8f00473d0b849d523d285/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: E1127 23:37:22.088951 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/173518763d566f851d027db2191ec80fbfb12e6aa1b7b8e9b5bf31d93812ba50/diff" to get inode usage: stat /var/lib/containers/storage/overlay/173518763d566f851d027db2191ec80fbfb12e6aa1b7b8e9b5bf31d93812ba50/diff: no such file or directory, extraDiskErr: <nil>
Nov 27 23:37:22 addons-606180 kubelet[1349]: I1127 23:37:22.265273 1349 scope.go:117] "RemoveContainer" containerID="d52d358cd36c9101d980006629b169f8bc9b0f86d87fb64037a6788a2f5a717d"
Nov 27 23:37:22 addons-606180 kubelet[1349]: I1127 23:37:22.287112 1349 scope.go:117] "RemoveContainer" containerID="8a6cded543ff95c1ac743ef97b9893d52a90a4e750989a938fec7f3c817e2201"
*
* ==> storage-provisioner [c375368fdb7aea16064ef078c95b3cf4ca9ebccdcc89ea09139d2270b3c7d542] <==
* I1127 23:32:07.839661 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1127 23:32:08.033445 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1127 23:32:08.033547 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1127 23:32:08.199906 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1127 23:32:08.220057 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-606180_6d890f52-e172-4aa8-9c21-eda4349eab97!
I1127 23:32:08.222039 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6a945d28-55d8-4cd1-b410-1bbcf948bd9f", APIVersion:"v1", ResourceVersion:"821", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-606180_6d890f52-e172-4aa8-9c21-eda4349eab97 became leader
I1127 23:32:08.321288 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-606180_6d890f52-e172-4aa8-9c21-eda4349eab97!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-606180 -n addons-606180
helpers_test.go:261: (dbg) Run: kubectl --context addons-606180 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (168.81s)