=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:206: (dbg) Run: kubectl --context addons-891734 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-891734 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:244: (dbg) Run: kubectl --context addons-891734 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" [20c72671-3250-4814-8b9e-706b5944bd3e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [20c72671-3250-4814-8b9e-706b5944bd3e] Running
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.012746686s
addons_test.go:261: (dbg) Run: out/minikube-linux-arm64 -p addons-891734 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-891734 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.489470571s)
** 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-891734 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:290: (dbg) Run: out/minikube-linux-arm64 -p addons-891734 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.049121632s)
-- 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-891734 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:305: (dbg) Done: out/minikube-linux-arm64 -p addons-891734 addons disable ingress-dns --alsologtostderr -v=1: (1.375665514s)
addons_test.go:310: (dbg) Run: out/minikube-linux-arm64 -p addons-891734 addons disable ingress --alsologtostderr -v=1
addons_test.go:310: (dbg) Done: out/minikube-linux-arm64 -p addons-891734 addons disable ingress --alsologtostderr -v=1: (7.836494509s)
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-891734
helpers_test.go:235: (dbg) docker inspect addons-891734:
-- stdout --
[
{
"Id": "1bf82584606a26622e8b544b23e136e6eff90546573d21bf23266150114bdfab",
"Created": "2023-10-06T02:11:53.908889024Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 2269284,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-10-06T02:11:54.261990564Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:7c31788aee97084e64d3a410721295a10fc01c1f34b468c1bc9be09686708026",
"ResolvConfPath": "/var/lib/docker/containers/1bf82584606a26622e8b544b23e136e6eff90546573d21bf23266150114bdfab/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/1bf82584606a26622e8b544b23e136e6eff90546573d21bf23266150114bdfab/hostname",
"HostsPath": "/var/lib/docker/containers/1bf82584606a26622e8b544b23e136e6eff90546573d21bf23266150114bdfab/hosts",
"LogPath": "/var/lib/docker/containers/1bf82584606a26622e8b544b23e136e6eff90546573d21bf23266150114bdfab/1bf82584606a26622e8b544b23e136e6eff90546573d21bf23266150114bdfab-json.log",
"Name": "/addons-891734",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-891734:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-891734",
"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/68f1962a5a429132c6b10da0f3c3a2050999251166dda2b568ce3b324f48ec1c-init/diff:/var/lib/docker/overlay2/ab4f4fc5e8cd2d4bbf1718e21432b9cb0d953b7279be1c1cbb7bd550f03b46dc/diff",
"MergedDir": "/var/lib/docker/overlay2/68f1962a5a429132c6b10da0f3c3a2050999251166dda2b568ce3b324f48ec1c/merged",
"UpperDir": "/var/lib/docker/overlay2/68f1962a5a429132c6b10da0f3c3a2050999251166dda2b568ce3b324f48ec1c/diff",
"WorkDir": "/var/lib/docker/overlay2/68f1962a5a429132c6b10da0f3c3a2050999251166dda2b568ce3b324f48ec1c/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-891734",
"Source": "/var/lib/docker/volumes/addons-891734/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-891734",
"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.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae",
"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-891734",
"name.minikube.sigs.k8s.io": "addons-891734",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "9b39a3e4d2d8e96f0c5748a08c9fec6e673094f3d959ce53428ceee14c4e1f77",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35264"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35263"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35260"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35262"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35261"
}
]
},
"SandboxKey": "/var/run/docker/netns/9b39a3e4d2d8",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-891734": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"1bf82584606a",
"addons-891734"
],
"NetworkID": "458fc62b716778192a84de8c21d219c670d623b883cdb14f2a90271df9e58fa2",
"EndpointID": "fdd34c50ab09b27a0e10c9dd6123a7b7c580a2808628d450283430067791aac8",
"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-891734 -n addons-891734
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-891734 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-891734 logs -n 25: (1.627122871s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | 06 Oct 23 02:11 UTC |
| delete | -p download-only-310473 | download-only-310473 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | 06 Oct 23 02:11 UTC |
| delete | -p download-only-310473 | download-only-310473 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | 06 Oct 23 02:11 UTC |
| start | --download-only -p | download-docker-058597 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | |
| | download-docker-058597 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-058597 | download-docker-058597 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | 06 Oct 23 02:11 UTC |
| start | --download-only -p | binary-mirror-306268 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | |
| | binary-mirror-306268 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:43951 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-306268 | binary-mirror-306268 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | 06 Oct 23 02:11 UTC |
| addons | enable dashboard -p | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | |
| | addons-891734 | | | | | |
| addons | disable dashboard -p | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | |
| | addons-891734 | | | | | |
| start | -p addons-891734 --wait=true | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:11 UTC | 06 Oct 23 02:14 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-891734 ip | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:14 UTC | 06 Oct 23 02:14 UTC |
| addons | addons-891734 addons disable | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:14 UTC | 06 Oct 23 02:14 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-891734 addons | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:14 UTC | 06 Oct 23 02:14 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:15 UTC | 06 Oct 23 02:15 UTC |
| | addons-891734 | | | | | |
| ssh | addons-891734 ssh curl -s | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:15 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-891734 addons | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:15 UTC | 06 Oct 23 02:15 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-891734 addons | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:15 UTC | 06 Oct 23 02:15 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-891734 ssh cat | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:15 UTC | 06 Oct 23 02:15 UTC |
| | /opt/local-path-provisioner/pvc-c94cf330-8988-48fe-a88a-dba4db821981_default_test-pvc/file1 | | | | | |
| addons | addons-891734 addons disable | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:15 UTC | 06 Oct 23 02:15 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:16 UTC | 06 Oct 23 02:16 UTC |
| | -p addons-891734 | | | | | |
| addons | disable cloud-spanner -p | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:16 UTC | 06 Oct 23 02:16 UTC |
| | addons-891734 | | | | | |
| addons | enable headlamp | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:16 UTC | 06 Oct 23 02:16 UTC |
| | -p addons-891734 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-891734 ip | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:17 UTC | 06 Oct 23 02:17 UTC |
| addons | addons-891734 addons disable | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:17 UTC | 06 Oct 23 02:17 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-891734 addons disable | addons-891734 | jenkins | v1.31.2 | 06 Oct 23 02:17 UTC | 06 Oct 23 02:17 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/10/06 02:11:30
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.21.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1006 02:11:30.835031 2268811 out.go:296] Setting OutFile to fd 1 ...
I1006 02:11:30.835254 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1006 02:11:30.835282 2268811 out.go:309] Setting ErrFile to fd 2...
I1006 02:11:30.835305 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1006 02:11:30.835563 2268811 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17314-2262959/.minikube/bin
I1006 02:11:30.836026 2268811 out.go:303] Setting JSON to false
I1006 02:11:30.837041 2268811 start.go:128] hostinfo: {"hostname":"ip-172-31-21-244","uptime":42837,"bootTime":1696515454,"procs":280,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1047-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I1006 02:11:30.837144 2268811 start.go:138] virtualization:
I1006 02:11:30.839816 2268811 out.go:177] * [addons-891734] minikube v1.31.2 on Ubuntu 20.04 (arm64)
I1006 02:11:30.842141 2268811 out.go:177] - MINIKUBE_LOCATION=17314
I1006 02:11:30.844363 2268811 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1006 02:11:30.842331 2268811 notify.go:220] Checking for updates...
I1006 02:11:30.848766 2268811 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17314-2262959/kubeconfig
I1006 02:11:30.850995 2268811 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17314-2262959/.minikube
I1006 02:11:30.853466 2268811 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1006 02:11:30.855387 2268811 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1006 02:11:30.857704 2268811 driver.go:378] Setting default libvirt URI to qemu:///system
I1006 02:11:30.881443 2268811 docker.go:122] docker version: linux-24.0.6:Docker Engine - Community
I1006 02:11:30.881550 2268811 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1006 02:11:30.958515 2268811 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-10-06 02:11:30.947243151 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1047-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-21-244 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 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:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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>}}
I1006 02:11:30.958636 2268811 docker.go:295] overlay module found
I1006 02:11:30.960855 2268811 out.go:177] * Using the docker driver based on user configuration
I1006 02:11:30.962826 2268811 start.go:298] selected driver: docker
I1006 02:11:30.962848 2268811 start.go:902] validating driver "docker" against <nil>
I1006 02:11:30.962861 2268811 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1006 02:11:30.963500 2268811 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1006 02:11:31.033598 2268811 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH 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:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-10-06 02:11:31.024233557 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1047-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-21-244 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 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:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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>}}
I1006 02:11:31.033771 2268811 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I1006 02:11:31.033998 2268811 start_flags.go:926] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1006 02:11:31.036047 2268811 out.go:177] * Using Docker driver with root privileges
I1006 02:11:31.038187 2268811 cni.go:84] Creating CNI manager for ""
I1006 02:11:31.038209 2268811 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1006 02:11:31.038222 2268811 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I1006 02:11:31.038244 2268811 start_flags.go:323] config:
{Name:addons-891734 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae 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.2 ClusterName:addons-891734 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:}
I1006 02:11:31.040701 2268811 out.go:177] * Starting control plane node addons-891734 in cluster addons-891734
I1006 02:11:31.042809 2268811 cache.go:122] Beginning downloading kic base image for docker with crio
I1006 02:11:31.044942 2268811 out.go:177] * Pulling base image ...
I1006 02:11:31.047534 2268811 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I1006 02:11:31.047600 2268811 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17314-2262959/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4
I1006 02:11:31.047615 2268811 cache.go:57] Caching tarball of preloaded images
I1006 02:11:31.047628 2268811 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae in local docker daemon
I1006 02:11:31.047695 2268811 preload.go:174] Found /home/jenkins/minikube-integration/17314-2262959/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1006 02:11:31.047705 2268811 cache.go:60] Finished verifying existence of preloaded tar for v1.28.2 on crio
I1006 02:11:31.048056 2268811 profile.go:148] Saving config to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/config.json ...
I1006 02:11:31.048086 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/config.json: {Name:mke28d888ee7f45bbdfcf5a15fa1c76913db274f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:11:31.065464 2268811 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae to local cache
I1006 02:11:31.065585 2268811 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae in local cache directory
I1006 02:11:31.065604 2268811 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae in local cache directory, skipping pull
I1006 02:11:31.065609 2268811 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae exists in cache, skipping pull
I1006 02:11:31.065617 2268811 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae as a tarball
I1006 02:11:31.065623 2268811 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae from local cache
I1006 02:11:46.845699 2268811 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae from cached tarball
I1006 02:11:46.845739 2268811 cache.go:195] Successfully downloaded all kic artifacts
I1006 02:11:46.845818 2268811 start.go:365] acquiring machines lock for addons-891734: {Name:mk7c8629d979a3a412e9f7fc701a702867a6f91d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1006 02:11:46.847356 2268811 start.go:369] acquired machines lock for "addons-891734" in 1.503781ms
I1006 02:11:46.847402 2268811 start.go:93] Provisioning new machine with config: &{Name:addons-891734 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae 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.2 ClusterName:addons-891734 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.2 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1006 02:11:46.847499 2268811 start.go:125] createHost starting for "" (driver="docker")
I1006 02:11:46.849977 2268811 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1006 02:11:46.850234 2268811 start.go:159] libmachine.API.Create for "addons-891734" (driver="docker")
I1006 02:11:46.850271 2268811 client.go:168] LocalClient.Create starting
I1006 02:11:46.850410 2268811 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca.pem
I1006 02:11:47.343613 2268811 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/cert.pem
I1006 02:11:47.644538 2268811 cli_runner.go:164] Run: docker network inspect addons-891734 --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}}]}"
W1006 02:11:47.663868 2268811 cli_runner.go:211] docker network inspect addons-891734 --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
I1006 02:11:47.663967 2268811 network_create.go:281] running [docker network inspect addons-891734] to gather additional debugging logs...
I1006 02:11:47.663988 2268811 cli_runner.go:164] Run: docker network inspect addons-891734
W1006 02:11:47.680981 2268811 cli_runner.go:211] docker network inspect addons-891734 returned with exit code 1
I1006 02:11:47.681038 2268811 network_create.go:284] error running [docker network inspect addons-891734]: docker network inspect addons-891734: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-891734 not found
I1006 02:11:47.681074 2268811 network_create.go:286] output of [docker network inspect addons-891734]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-891734 not found
** /stderr **
I1006 02:11:47.681175 2268811 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}}]}"
I1006 02:11:47.699130 2268811 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:0x4002583100}
I1006 02:11:47.699169 2268811 network_create.go:124] attempt to create docker network addons-891734 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1006 02:11:47.699234 2268811 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-891734 addons-891734
I1006 02:11:47.780130 2268811 network_create.go:108] docker network addons-891734 192.168.49.0/24 created
I1006 02:11:47.780179 2268811 kic.go:118] calculated static IP "192.168.49.2" for the "addons-891734" container
I1006 02:11:47.780255 2268811 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1006 02:11:47.797973 2268811 cli_runner.go:164] Run: docker volume create addons-891734 --label name.minikube.sigs.k8s.io=addons-891734 --label created_by.minikube.sigs.k8s.io=true
I1006 02:11:47.817509 2268811 oci.go:103] Successfully created a docker volume addons-891734
I1006 02:11:47.817607 2268811 cli_runner.go:164] Run: docker run --rm --name addons-891734-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-891734 --entrypoint /usr/bin/test -v addons-891734:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -d /var/lib
I1006 02:11:49.668453 2268811 cli_runner.go:217] Completed: docker run --rm --name addons-891734-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-891734 --entrypoint /usr/bin/test -v addons-891734:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -d /var/lib: (1.850798132s)
I1006 02:11:49.668484 2268811 oci.go:107] Successfully prepared a docker volume addons-891734
I1006 02:11:49.668516 2268811 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I1006 02:11:49.668534 2268811 kic.go:191] Starting extracting preloaded images to volume ...
I1006 02:11:49.668620 2268811 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17314-2262959/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-891734:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -I lz4 -xf /preloaded.tar -C /extractDir
I1006 02:11:53.825685 2268811 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17314-2262959/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-891734:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -I lz4 -xf /preloaded.tar -C /extractDir: (4.157022927s)
I1006 02:11:53.825718 2268811 kic.go:200] duration metric: took 4.157180 seconds to extract preloaded images to volume
W1006 02:11:53.825870 2268811 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1006 02:11:53.825992 2268811 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1006 02:11:53.892655 2268811 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-891734 --name addons-891734 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-891734 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-891734 --network addons-891734 --ip 192.168.49.2 --volume addons-891734:/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.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae
I1006 02:11:54.270458 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Running}}
I1006 02:11:54.294375 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:11:54.318927 2268811 cli_runner.go:164] Run: docker exec addons-891734 stat /var/lib/dpkg/alternatives/iptables
I1006 02:11:54.413105 2268811 oci.go:144] the created container "addons-891734" has a running status.
I1006 02:11:54.413136 2268811 kic.go:222] Creating ssh key for kic: /home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa...
I1006 02:11:54.726525 2268811 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1006 02:11:54.749880 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:11:54.774636 2268811 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1006 02:11:54.774661 2268811 kic_runner.go:114] Args: [docker exec --privileged addons-891734 chown docker:docker /home/docker/.ssh/authorized_keys]
I1006 02:11:54.873498 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:11:54.902066 2268811 machine.go:88] provisioning docker machine ...
I1006 02:11:54.902108 2268811 ubuntu.go:169] provisioning hostname "addons-891734"
I1006 02:11:54.902174 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:54.930351 2268811 main.go:141] libmachine: Using SSH client type: native
I1006 02:11:54.930778 2268811 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aef90] 0x3b1700 <nil> [] 0s} 127.0.0.1 35264 <nil> <nil>}
I1006 02:11:54.930796 2268811 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-891734 && echo "addons-891734" | sudo tee /etc/hostname
I1006 02:11:54.931396 2268811 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38084->127.0.0.1:35264: read: connection reset by peer
I1006 02:11:58.079371 2268811 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-891734
I1006 02:11:58.079453 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:58.097830 2268811 main.go:141] libmachine: Using SSH client type: native
I1006 02:11:58.098268 2268811 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aef90] 0x3b1700 <nil> [] 0s} 127.0.0.1 35264 <nil> <nil>}
I1006 02:11:58.098292 2268811 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-891734' /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-891734/g' /etc/hosts;
else
echo '127.0.1.1 addons-891734' | sudo tee -a /etc/hosts;
fi
fi
I1006 02:11:58.228591 2268811 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1006 02:11:58.228631 2268811 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17314-2262959/.minikube CaCertPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17314-2262959/.minikube}
I1006 02:11:58.228660 2268811 ubuntu.go:177] setting up certificates
I1006 02:11:58.228669 2268811 provision.go:83] configureAuth start
I1006 02:11:58.228734 2268811 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-891734
I1006 02:11:58.250423 2268811 provision.go:138] copyHostCerts
I1006 02:11:58.250504 2268811 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17314-2262959/.minikube/key.pem (1675 bytes)
I1006 02:11:58.250632 2268811 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.pem (1082 bytes)
I1006 02:11:58.250740 2268811 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17314-2262959/.minikube/cert.pem (1123 bytes)
I1006 02:11:58.250791 2268811 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca-key.pem org=jenkins.addons-891734 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-891734]
I1006 02:11:58.550986 2268811 provision.go:172] copyRemoteCerts
I1006 02:11:58.551087 2268811 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1006 02:11:58.551129 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:58.570204 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:11:58.665874 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I1006 02:11:58.695385 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I1006 02:11:58.726064 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1006 02:11:58.756041 2268811 provision.go:86] duration metric: configureAuth took 527.354642ms
I1006 02:11:58.756066 2268811 ubuntu.go:193] setting minikube options for container-runtime
I1006 02:11:58.756268 2268811 config.go:182] Loaded profile config "addons-891734": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I1006 02:11:58.756370 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:58.776855 2268811 main.go:141] libmachine: Using SSH client type: native
I1006 02:11:58.777281 2268811 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aef90] 0x3b1700 <nil> [] 0s} 127.0.0.1 35264 <nil> <nil>}
I1006 02:11:58.777303 2268811 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
I1006 02:11:59.031101 2268811 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1006 02:11:59.031123 2268811 machine.go:91] provisioned docker machine in 4.129034863s
I1006 02:11:59.031132 2268811 client.go:171] LocalClient.Create took 12.180834904s
I1006 02:11:59.031145 2268811 start.go:167] duration metric: libmachine.API.Create for "addons-891734" took 12.18091213s
I1006 02:11:59.031153 2268811 start.go:300] post-start starting for "addons-891734" (driver="docker")
I1006 02:11:59.031163 2268811 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]
I1006 02:11:59.031224 2268811 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
I1006 02:11:59.031261 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:59.049129 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:11:59.150165 2268811 ssh_runner.go:195] Run: cat /etc/os-release
I1006 02:11:59.154393 2268811 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1006 02:11:59.154432 2268811 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1006 02:11:59.154461 2268811 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1006 02:11:59.154477 2268811 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I1006 02:11:59.154488 2268811 filesync.go:126] Scanning /home/jenkins/minikube-integration/17314-2262959/.minikube/addons for local assets ...
I1006 02:11:59.154565 2268811 filesync.go:126] Scanning /home/jenkins/minikube-integration/17314-2262959/.minikube/files for local assets ...
I1006 02:11:59.154591 2268811 start.go:303] post-start completed in 123.432778ms
I1006 02:11:59.154912 2268811 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-891734
I1006 02:11:59.174304 2268811 profile.go:148] Saving config to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/config.json ...
I1006 02:11:59.174583 2268811 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1006 02:11:59.174642 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:59.192817 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:11:59.285334 2268811 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1006 02:11:59.291271 2268811 start.go:128] duration metric: createHost completed in 12.443755753s
I1006 02:11:59.291291 2268811 start.go:83] releasing machines lock for "addons-891734", held for 12.443913157s
I1006 02:11:59.291361 2268811 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-891734
I1006 02:11:59.309300 2268811 ssh_runner.go:195] Run: cat /version.json
I1006 02:11:59.309339 2268811 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1006 02:11:59.309351 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:59.309423 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:11:59.331558 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:11:59.338357 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:11:59.423674 2268811 ssh_runner.go:195] Run: systemctl --version
I1006 02:11:59.561452 2268811 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1006 02:11:59.709891 2268811 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1006 02:11:59.715563 2268811 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" ;
I1006 02:11:59.741409 2268811 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1006 02:11:59.741510 2268811 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" ;
I1006 02:11:59.775436 2268811 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1006 02:11:59.775461 2268811 start.go:472] detecting cgroup driver to use...
I1006 02:11:59.775510 2268811 detect.go:196] detected "cgroupfs" cgroup driver on host os
I1006 02:11:59.775594 2268811 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1006 02:11:59.793816 2268811 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1006 02:11:59.807950 2268811 docker.go:198] disabling cri-docker service (if available) ...
I1006 02:11:59.808039 2268811 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1006 02:11:59.824471 2268811 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1006 02:11:59.841885 2268811 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1006 02:11:59.939124 2268811 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1006 02:12:00.098294 2268811 docker.go:214] disabling docker service ...
I1006 02:12:00.098417 2268811 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1006 02:12:00.129718 2268811 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1006 02:12:00.148458 2268811 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1006 02:12:00.260869 2268811 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1006 02:12:00.368935 2268811 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1006 02:12:00.384384 2268811 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"
I1006 02:12:00.408256 2268811 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I1006 02:12:00.408326 2268811 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"
I1006 02:12:00.422512 2268811 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1006 02:12:00.422680 2268811 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1006 02:12:00.436975 2268811 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1006 02:12:00.450275 2268811 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1006 02:12:00.463642 2268811 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1006 02:12:00.475982 2268811 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1006 02:12:00.486717 2268811 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1006 02:12:00.497446 2268811 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1006 02:12:00.596066 2268811 ssh_runner.go:195] Run: sudo systemctl restart crio
I1006 02:12:00.721309 2268811 start.go:519] Will wait 60s for socket path /var/run/crio/crio.sock
I1006 02:12:00.721444 2268811 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1006 02:12:00.726792 2268811 start.go:540] Will wait 60s for crictl version
I1006 02:12:00.726855 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:12:00.731342 2268811 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1006 02:12:00.773859 2268811 start.go:556] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1006 02:12:00.773959 2268811 ssh_runner.go:195] Run: crio --version
I1006 02:12:00.823152 2268811 ssh_runner.go:195] Run: crio --version
I1006 02:12:00.869898 2268811 out.go:177] * Preparing Kubernetes v1.28.2 on CRI-O 1.24.6 ...
I1006 02:12:00.871778 2268811 cli_runner.go:164] Run: docker network inspect addons-891734 --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}}]}"
I1006 02:12:00.892495 2268811 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1006 02:12:00.897356 2268811 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""
I1006 02:12:00.911134 2268811 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I1006 02:12:00.911208 2268811 ssh_runner.go:195] Run: sudo crictl images --output json
I1006 02:12:00.974959 2268811 crio.go:496] all images are preloaded for cri-o runtime.
I1006 02:12:00.974984 2268811 crio.go:415] Images already preloaded, skipping extraction
I1006 02:12:00.975067 2268811 ssh_runner.go:195] Run: sudo crictl images --output json
I1006 02:12:01.020816 2268811 crio.go:496] all images are preloaded for cri-o runtime.
I1006 02:12:01.020841 2268811 cache_images.go:84] Images are preloaded, skipping loading
I1006 02:12:01.020920 2268811 ssh_runner.go:195] Run: crio config
I1006 02:12:01.097314 2268811 cni.go:84] Creating CNI manager for ""
I1006 02:12:01.097347 2268811 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1006 02:12:01.097379 2268811 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I1006 02:12:01.097404 2268811 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-891734 NodeName:addons-891734 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}
I1006 02:12:01.097547 2268811 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-891734"
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.2
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
I1006 02:12:01.097649 2268811 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.2/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-891734 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.2 ClusterName:addons-891734 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:}
I1006 02:12:01.097727 2268811 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.2
I1006 02:12:01.109334 2268811 binaries.go:44] Found k8s binaries, skipping transfer
I1006 02:12:01.109437 2268811 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1006 02:12:01.120880 2268811 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I1006 02:12:01.143585 2268811 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1006 02:12:01.165793 2268811 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I1006 02:12:01.187816 2268811 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1006 02:12:01.192988 2268811 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""
I1006 02:12:01.207009 2268811 certs.go:56] Setting up /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734 for IP: 192.168.49.2
I1006 02:12:01.207041 2268811 certs.go:190] acquiring lock for shared ca certs: {Name:mk4532656c287f04abff160cc5263fddcb69ac4f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:01.207202 2268811 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.key
I1006 02:12:01.551237 2268811 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.crt ...
I1006 02:12:01.551273 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.crt: {Name:mk27eb232d380889b0983d8f9a30ef73671df562 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:01.551511 2268811 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.key ...
I1006 02:12:01.551530 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.key: {Name:mk58202ba50f11d0f10070a041974158dcb01839 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:01.552346 2268811 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17314-2262959/.minikube/proxy-client-ca.key
I1006 02:12:01.659007 2268811 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17314-2262959/.minikube/proxy-client-ca.crt ...
I1006 02:12:01.659065 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/proxy-client-ca.crt: {Name:mkd426817e44d12245ed38dc4032297e8ce2b595 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:01.659678 2268811 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17314-2262959/.minikube/proxy-client-ca.key ...
I1006 02:12:01.659699 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/proxy-client-ca.key: {Name:mk01683eca45f2e0bbcb37035204a8983a679982 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:01.660292 2268811 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/client.key
I1006 02:12:01.660310 2268811 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/client.crt with IP's: []
I1006 02:12:02.177565 2268811 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/client.crt ...
I1006 02:12:02.177597 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/client.crt: {Name:mkc6f306c2235a988fe9ead7a9f15ba3502861af Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:02.177793 2268811 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/client.key ...
I1006 02:12:02.177806 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/client.key: {Name:mkd3a20ae0230903ea9590b824bc14f50eb78313 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:02.178395 2268811 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.key.dd3b5fb2
I1006 02:12:02.178419 2268811 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I1006 02:12:02.494466 2268811 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.crt.dd3b5fb2 ...
I1006 02:12:02.494497 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.crt.dd3b5fb2: {Name:mk5812e503f4f9c86353bd18b0f00d8d56261eb8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:02.494690 2268811 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.key.dd3b5fb2 ...
I1006 02:12:02.494702 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.key.dd3b5fb2: {Name:mk54d02feb9bade69cb43b273dc6175ad07a3ed4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:02.495423 2268811 certs.go:337] copying /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.crt
I1006 02:12:02.495507 2268811 certs.go:341] copying /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.key
I1006 02:12:02.495560 2268811 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.key
I1006 02:12:02.495581 2268811 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.crt with IP's: []
I1006 02:12:03.320650 2268811 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.crt ...
I1006 02:12:03.320685 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.crt: {Name:mk499dcaae145ec47c0d3cfb5b4b0aea18d1d1f5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:03.320883 2268811 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.key ...
I1006 02:12:03.320896 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.key: {Name:mkb5eb7c0ad6676ff071a13171ea0b435fc9da1e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:03.321811 2268811 certs.go:437] found cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca-key.pem (1675 bytes)
I1006 02:12:03.321860 2268811 certs.go:437] found cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/ca.pem (1082 bytes)
I1006 02:12:03.321887 2268811 certs.go:437] found cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/cert.pem (1123 bytes)
I1006 02:12:03.321916 2268811 certs.go:437] found cert: /home/jenkins/minikube-integration/17314-2262959/.minikube/certs/home/jenkins/minikube-integration/17314-2262959/.minikube/certs/key.pem (1675 bytes)
I1006 02:12:03.322543 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I1006 02:12:03.352037 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1006 02:12:03.380457 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1006 02:12:03.409037 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/profiles/addons-891734/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I1006 02:12:03.440446 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1006 02:12:03.469226 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I1006 02:12:03.497868 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1006 02:12:03.526059 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I1006 02:12:03.554500 2268811 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17314-2262959/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1006 02:12:03.586489 2268811 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1006 02:12:03.608194 2268811 ssh_runner.go:195] Run: openssl version
I1006 02:12:03.615469 2268811 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"
I1006 02:12:03.627564 2268811 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1006 02:12:03.632409 2268811 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Oct 6 02:12 /usr/share/ca-certificates/minikubeCA.pem
I1006 02:12:03.632509 2268811 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1006 02:12:03.640942 2268811 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"
I1006 02:12:03.652508 2268811 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I1006 02:12:03.657008 2268811 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
I1006 02:12:03.657084 2268811 kubeadm.go:404] StartCluster: {Name:addons-891734 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae 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.2 ClusterName:addons-891734 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.2 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:}
I1006 02:12:03.657170 2268811 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1006 02:12:03.657230 2268811 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1006 02:12:03.698911 2268811 cri.go:89] found id: ""
I1006 02:12:03.699028 2268811 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1006 02:12:03.709880 2268811 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1006 02:12:03.721478 2268811 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I1006 02:12:03.721558 2268811 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
I1006 02:12:03.732442 2268811 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
I1006 02:12:03.732523 2268811 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.2:$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"
I1006 02:12:03.786804 2268811 kubeadm.go:322] [init] Using Kubernetes version: v1.28.2
I1006 02:12:03.787029 2268811 kubeadm.go:322] [preflight] Running pre-flight checks
I1006 02:12:03.832354 2268811 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I1006 02:12:03.832490 2268811 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1047-aws[0m
I1006 02:12:03.832578 2268811 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I1006 02:12:03.832671 2268811 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1006 02:12:03.832769 2268811 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1006 02:12:03.832844 2268811 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1006 02:12:03.832926 2268811 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1006 02:12:03.833009 2268811 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1006 02:12:03.833091 2268811 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1006 02:12:03.833171 2268811 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1006 02:12:03.833251 2268811 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1006 02:12:03.833333 2268811 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1006 02:12:03.914744 2268811 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I1006 02:12:03.914913 2268811 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1006 02:12:03.915040 2268811 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I1006 02:12:04.196234 2268811 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1006 02:12:04.200524 2268811 out.go:204] - Generating certificates and keys ...
I1006 02:12:04.200797 2268811 kubeadm.go:322] [certs] Using existing ca certificate authority
I1006 02:12:04.200898 2268811 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I1006 02:12:05.168226 2268811 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I1006 02:12:05.552576 2268811 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I1006 02:12:06.176769 2268811 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I1006 02:12:06.875869 2268811 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I1006 02:12:07.031864 2268811 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I1006 02:12:07.032238 2268811 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-891734 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1006 02:12:07.310338 2268811 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I1006 02:12:07.310630 2268811 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-891734 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1006 02:12:07.586331 2268811 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I1006 02:12:07.997532 2268811 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I1006 02:12:09.066432 2268811 kubeadm.go:322] [certs] Generating "sa" key and public key
I1006 02:12:09.066792 2268811 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1006 02:12:09.987863 2268811 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I1006 02:12:11.391860 2268811 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1006 02:12:11.657087 2268811 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1006 02:12:12.129541 2268811 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1006 02:12:12.130252 2268811 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1006 02:12:12.133093 2268811 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1006 02:12:12.137732 2268811 out.go:204] - Booting up control plane ...
I1006 02:12:12.137911 2268811 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1006 02:12:12.137988 2268811 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1006 02:12:12.138403 2268811 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1006 02:12:12.149408 2268811 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1006 02:12:12.150292 2268811 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1006 02:12:12.150569 2268811 kubeadm.go:322] [kubelet-start] Starting the kubelet
I1006 02:12:12.247187 2268811 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
I1006 02:12:19.249529 2268811 kubeadm.go:322] [apiclient] All control plane components are healthy after 7.002379 seconds
I1006 02:12:19.249661 2268811 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1006 02:12:19.266614 2268811 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1006 02:12:19.790269 2268811 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I1006 02:12:19.790458 2268811 kubeadm.go:322] [mark-control-plane] Marking the node addons-891734 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1006 02:12:20.301690 2268811 kubeadm.go:322] [bootstrap-token] Using token: r0hmso.shy8bkgrdndkqll2
I1006 02:12:20.303701 2268811 out.go:204] - Configuring RBAC rules ...
I1006 02:12:20.303836 2268811 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1006 02:12:20.309200 2268811 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1006 02:12:20.317528 2268811 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
I1006 02:12:20.323371 2268811 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1006 02:12:20.329586 2268811 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1006 02:12:20.333658 2268811 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1006 02:12:20.350215 2268811 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1006 02:12:20.598474 2268811 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I1006 02:12:20.738801 2268811 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I1006 02:12:20.739996 2268811 kubeadm.go:322]
I1006 02:12:20.740063 2268811 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I1006 02:12:20.740069 2268811 kubeadm.go:322]
I1006 02:12:20.740141 2268811 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I1006 02:12:20.740146 2268811 kubeadm.go:322]
I1006 02:12:20.740170 2268811 kubeadm.go:322] mkdir -p $HOME/.kube
I1006 02:12:20.740225 2268811 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1006 02:12:20.740272 2268811 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1006 02:12:20.740278 2268811 kubeadm.go:322]
I1006 02:12:20.740328 2268811 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I1006 02:12:20.740333 2268811 kubeadm.go:322]
I1006 02:12:20.740378 2268811 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I1006 02:12:20.740382 2268811 kubeadm.go:322]
I1006 02:12:20.740432 2268811 kubeadm.go:322] You should now deploy a pod network to the cluster.
I1006 02:12:20.740502 2268811 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1006 02:12:20.740566 2268811 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1006 02:12:20.740572 2268811 kubeadm.go:322]
I1006 02:12:20.740651 2268811 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I1006 02:12:20.740722 2268811 kubeadm.go:322] and service account keys on each node and then running the following as root:
I1006 02:12:20.740727 2268811 kubeadm.go:322]
I1006 02:12:20.740806 2268811 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token r0hmso.shy8bkgrdndkqll2 \
I1006 02:12:20.740902 2268811 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:80472cab419bab12b6f684b1710332d34cec39ebaa3946bc81d26724ddc88d38 \
I1006 02:12:20.740922 2268811 kubeadm.go:322] --control-plane
I1006 02:12:20.740926 2268811 kubeadm.go:322]
I1006 02:12:20.741005 2268811 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I1006 02:12:20.741010 2268811 kubeadm.go:322]
I1006 02:12:20.743156 2268811 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token r0hmso.shy8bkgrdndkqll2 \
I1006 02:12:20.743261 2268811 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:80472cab419bab12b6f684b1710332d34cec39ebaa3946bc81d26724ddc88d38
I1006 02:12:20.744340 2268811 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-1047-aws\n", err: exit status 1
I1006 02:12:20.744446 2268811 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1006 02:12:20.744459 2268811 cni.go:84] Creating CNI manager for ""
I1006 02:12:20.744468 2268811 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1006 02:12:20.747072 2268811 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1006 02:12:20.749345 2268811 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1006 02:12:20.762138 2268811 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.2/kubectl ...
I1006 02:12:20.762161 2268811 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I1006 02:12:20.802951 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1006 02:12:21.686370 2268811 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1006 02:12:21.686429 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:21.686508 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl label nodes minikube.k8s.io/version=v1.31.2 minikube.k8s.io/commit=84890cb24d0240d9d992d7c7712ee519ceed4154 minikube.k8s.io/name=addons-891734 minikube.k8s.io/updated_at=2023_10_06T02_12_21_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:21.846033 2268811 ops.go:34] apiserver oom_adj: -16
I1006 02:12:21.846125 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:21.964522 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:22.567887 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:23.067296 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:23.568362 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:24.067864 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:24.567301 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:25.067827 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:25.567462 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:26.067865 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:26.567366 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:27.067891 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:27.567674 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:28.067822 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:28.568264 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:29.067911 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:29.567882 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:30.068361 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:30.567977 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:31.068134 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:31.567333 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:32.068259 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:32.567928 2268811 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1006 02:12:32.662447 2268811 kubeadm.go:1081] duration metric: took 10.976074637s to wait for elevateKubeSystemPrivileges.
I1006 02:12:32.662480 2268811 kubeadm.go:406] StartCluster complete in 29.005426936s
I1006 02:12:32.662498 2268811 settings.go:142] acquiring lock: {Name:mkbf8759b61c125112e0d07f4c53bb4e84a6de4f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:32.663164 2268811 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17314-2262959/kubeconfig
I1006 02:12:32.663580 2268811 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17314-2262959/kubeconfig: {Name:mkf2ae4867a3638ac11dac5beae6919a4f83b43a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1006 02:12:32.664471 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1006 02:12:32.664757 2268811 config.go:182] Loaded profile config "addons-891734": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I1006 02:12:32.664872 2268811 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]
I1006 02:12:32.664955 2268811 addons.go:69] Setting volumesnapshots=true in profile "addons-891734"
I1006 02:12:32.664969 2268811 addons.go:231] Setting addon volumesnapshots=true in "addons-891734"
I1006 02:12:32.665059 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.665540 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.667007 2268811 addons.go:69] Setting ingress-dns=true in profile "addons-891734"
I1006 02:12:32.667033 2268811 addons.go:231] Setting addon ingress-dns=true in "addons-891734"
I1006 02:12:32.667103 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.667564 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.668023 2268811 addons.go:69] Setting cloud-spanner=true in profile "addons-891734"
I1006 02:12:32.668050 2268811 addons.go:231] Setting addon cloud-spanner=true in "addons-891734"
I1006 02:12:32.668084 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.668482 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.668589 2268811 addons.go:69] Setting inspektor-gadget=true in profile "addons-891734"
I1006 02:12:32.668606 2268811 addons.go:231] Setting addon inspektor-gadget=true in "addons-891734"
I1006 02:12:32.668636 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.669014 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.678273 2268811 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-891734"
I1006 02:12:32.678396 2268811 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-891734"
I1006 02:12:32.678479 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.679201 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.681926 2268811 addons.go:69] Setting metrics-server=true in profile "addons-891734"
I1006 02:12:32.686091 2268811 addons.go:231] Setting addon metrics-server=true in "addons-891734"
I1006 02:12:32.686188 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.682085 2268811 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-891734"
I1006 02:12:32.700689 2268811 addons.go:231] Setting addon nvidia-device-plugin=true in "addons-891734"
I1006 02:12:32.701210 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.682094 2268811 addons.go:69] Setting registry=true in profile "addons-891734"
I1006 02:12:32.682099 2268811 addons.go:69] Setting storage-provisioner=true in profile "addons-891734"
I1006 02:12:32.682103 2268811 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-891734"
I1006 02:12:32.685893 2268811 addons.go:69] Setting default-storageclass=true in profile "addons-891734"
I1006 02:12:32.685905 2268811 addons.go:69] Setting gcp-auth=true in profile "addons-891734"
I1006 02:12:32.685910 2268811 addons.go:69] Setting ingress=true in profile "addons-891734"
I1006 02:12:32.701446 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.712088 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.719710 2268811 addons.go:231] Setting addon registry=true in "addons-891734"
I1006 02:12:32.719783 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.720230 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.738700 2268811 mustload.go:65] Loading cluster: addons-891734
I1006 02:12:32.739171 2268811 config.go:182] Loaded profile config "addons-891734": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I1006 02:12:32.742021 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.742372 2268811 addons.go:231] Setting addon ingress=true in "addons-891734"
I1006 02:12:32.787852 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.788346 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.819001 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1006 02:12:32.813150 2268811 addons.go:231] Setting addon storage-provisioner=true in "addons-891734"
I1006 02:12:32.813170 2268811 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-891734"
I1006 02:12:32.813179 2268811 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-891734"
I1006 02:12:32.826297 2268811 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I1006 02:12:32.829353 2268811 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1006 02:12:32.829428 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1006 02:12:32.829530 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:32.833823 2268811 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.21.0
I1006 02:12:32.836066 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I1006 02:12:32.836089 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I1006 02:12:32.836157 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:32.845064 2268811 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1006 02:12:32.845133 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1006 02:12:32.845246 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:32.869719 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:32.874748 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1006 02:12:32.879216 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1006 02:12:32.874843 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.874735 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.875106 2268811 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-891734" context rescaled to 1 replicas
I1006 02:12:32.875120 2268811 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.10
I1006 02:12:32.875427 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:32.886738 2268811 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I1006 02:12:32.899183 2268811 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1006 02:12:32.899214 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1006 02:12:32.899282 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:32.887573 2268811 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1006 02:12:32.902386 2268811 out.go:177] * Verifying Kubernetes components...
I1006 02:12:32.906333 2268811 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1006 02:12:32.908956 2268811 out.go:177] - Using image docker.io/registry:2.8.1
I1006 02:12:32.903283 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1006 02:12:32.914432 2268811 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I1006 02:12:32.914453 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1006 02:12:32.914518 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:32.912657 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1006 02:12:32.950465 2268811 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.1
I1006 02:12:32.954655 2268811 addons.go:423] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1006 02:12:32.954676 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1006 02:12:32.954744 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:32.960562 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1006 02:12:32.951613 2268811 node_ready.go:35] waiting up to 6m0s for node "addons-891734" to be "Ready" ...
I1006 02:12:32.950474 2268811 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I1006 02:12:32.967933 2268811 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I1006 02:12:32.968010 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I1006 02:12:32.968111 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:33.007132 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1006 02:12:33.009078 2268811 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1006 02:12:33.014253 2268811 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1006 02:12:33.014344 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1006 02:12:33.014450 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:33.032347 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1006 02:12:33.038006 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1006 02:12:33.043683 2268811 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1006 02:12:33.047166 2268811 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1006 02:12:33.047234 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1006 02:12:33.047336 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:33.037532 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:33.070269 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.081172 2268811 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.1
I1006 02:12:33.084225 2268811 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I1006 02:12:33.086442 2268811 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I1006 02:12:33.088911 2268811 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1006 02:12:33.088930 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I1006 02:12:33.095225 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:33.166811 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.180434 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.187768 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.215700 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.220594 2268811 addons.go:231] Setting addon default-storageclass=true in "addons-891734"
I1006 02:12:33.220631 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:33.221071 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:33.221996 2268811 addons.go:231] Setting addon storage-provisioner-rancher=true in "addons-891734"
I1006 02:12:33.222042 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:33.222492 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:33.262134 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.262953 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.282394 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.303265 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.366682 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.405563 2268811 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1006 02:12:33.407505 2268811 out.go:177] - Using image docker.io/busybox:stable
I1006 02:12:33.410000 2268811 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1006 02:12:33.410018 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1006 02:12:33.410082 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:33.407411 2268811 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I1006 02:12:33.410283 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1006 02:12:33.410319 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:33.483505 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I1006 02:12:33.483540 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I1006 02:12:33.506724 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.512919 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:33.566826 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I1006 02:12:33.566852 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I1006 02:12:33.572804 2268811 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I1006 02:12:33.572829 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1006 02:12:33.640749 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1006 02:12:33.643833 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I1006 02:12:33.643853 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I1006 02:12:33.689059 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1006 02:12:33.697852 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1006 02:12:33.700184 2268811 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I1006 02:12:33.700249 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1006 02:12:33.700408 2268811 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1006 02:12:33.700438 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1006 02:12:33.731638 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I1006 02:12:33.731708 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I1006 02:12:33.802340 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1006 02:12:33.802717 2268811 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1006 02:12:33.802762 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1006 02:12:33.805405 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1006 02:12:33.840335 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1006 02:12:33.841683 2268811 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1006 02:12:33.841730 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1006 02:12:33.888013 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I1006 02:12:33.888066 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I1006 02:12:33.924672 2268811 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1006 02:12:33.924741 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1006 02:12:34.006739 2268811 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1006 02:12:34.006817 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1006 02:12:34.024220 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1006 02:12:34.043002 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1006 02:12:34.056996 2268811 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1006 02:12:34.057018 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1006 02:12:34.112770 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I1006 02:12:34.112798 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I1006 02:12:34.129312 2268811 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1006 02:12:34.129377 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1006 02:12:34.208671 2268811 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1006 02:12:34.208741 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1006 02:12:34.219489 2268811 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1006 02:12:34.219559 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1006 02:12:34.275381 2268811 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I1006 02:12:34.275451 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I1006 02:12:34.342505 2268811 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1006 02:12:34.342574 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1006 02:12:34.404322 2268811 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1006 02:12:34.404381 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1006 02:12:34.407889 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:34.504348 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:34.545757 2268811 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1006 02:12:34.545826 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1006 02:12:34.557045 2268811 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1006 02:12:34.557143 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1006 02:12:34.669408 2268811 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1006 02:12:34.669478 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1006 02:12:34.669841 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:34.750323 2268811 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1006 02:12:34.750393 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1006 02:12:34.818550 2268811 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1006 02:12:34.818622 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1006 02:12:34.929641 2268811 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1006 02:12:34.929712 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1006 02:12:34.989681 2268811 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1006 02:12:34.989762 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1006 02:12:35.113919 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:35.349235 2268811 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/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.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.436555437s)
I1006 02:12:35.349338 2268811 start.go:926] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1006 02:12:35.565199 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:37.782194 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:38.102848 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.462043328s)
I1006 02:12:38.103026 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.413870474s)
I1006 02:12:38.103118 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.405192173s)
I1006 02:12:38.103198 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.30078758s)
I1006 02:12:38.103262 2268811 addons.go:467] Verifying addon registry=true in "addons-891734"
I1006 02:12:38.105979 2268811 out.go:177] * Verifying registry addon...
I1006 02:12:38.109682 2268811 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1006 02:12:38.167533 2268811 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1006 02:12:38.167611 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:38.197690 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:38.400321 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.594847355s)
I1006 02:12:38.729512 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:39.124220 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.283813529s)
I1006 02:12:39.124392 2268811 addons.go:467] Verifying addon ingress=true in "addons-891734"
I1006 02:12:39.124486 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.08138862s)
I1006 02:12:39.126665 2268811 out.go:177] * Verifying ingress addon...
I1006 02:12:39.124679 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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.716715391s)
I1006 02:12:39.124734 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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: (4.620305471s)
I1006 02:12:39.124814 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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.454931125s)
I1006 02:12:39.124332 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.100041083s)
I1006 02:12:39.129909 2268811 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1006 02:12:39.130062 2268811 addons.go:467] Verifying addon metrics-server=true in "addons-891734"
W1006 02:12:39.130098 2268811 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:39.130114 2268811 retry.go:31] will retry after 340.613103ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:39.146944 2268811 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1006 02:12:39.147003 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W1006 02:12:39.168049 2268811 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I1006 02:12:39.170039 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:39.202005 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:39.425539 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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: (4.311522405s)
I1006 02:12:39.425619 2268811 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-891734"
I1006 02:12:39.428063 2268811 out.go:177] * Verifying csi-hostpath-driver addon...
I1006 02:12:39.430902 2268811 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1006 02:12:39.436877 2268811 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1006 02:12:39.436931 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:39.446556 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:39.471259 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:39.675074 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:39.703876 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:39.991971 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:40.101614 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:40.188665 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:40.202679 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:40.470148 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:40.677841 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:40.702931 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:40.969508 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:41.174653 2268811 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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.703307417s)
I1006 02:12:41.177132 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:41.203585 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:41.451847 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:41.675296 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:41.702680 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:41.762400 2268811 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1006 02:12:41.762544 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:41.788491 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:41.908249 2268811 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1006 02:12:41.928947 2268811 addons.go:231] Setting addon gcp-auth=true in "addons-891734"
I1006 02:12:41.929038 2268811 host.go:66] Checking if "addons-891734" exists ...
I1006 02:12:41.929512 2268811 cli_runner.go:164] Run: docker container inspect addons-891734 --format={{.State.Status}}
I1006 02:12:41.949264 2268811 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1006 02:12:41.949317 2268811 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-891734
I1006 02:12:41.959717 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:41.974712 2268811 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35264 SSHKeyPath:/home/jenkins/minikube-integration/17314-2262959/.minikube/machines/addons-891734/id_rsa Username:docker}
I1006 02:12:42.078904 2268811 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I1006 02:12:42.080986 2268811 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I1006 02:12:42.082976 2268811 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1006 02:12:42.083087 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1006 02:12:42.101766 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:42.111725 2268811 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1006 02:12:42.111756 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1006 02:12:42.140366 2268811 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1006 02:12:42.140394 2268811 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I1006 02:12:42.171224 2268811 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/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
I1006 02:12:42.176449 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:42.203617 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:42.451247 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:42.675279 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:42.706794 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:42.835340 2268811 addons.go:467] Verifying addon gcp-auth=true in "addons-891734"
I1006 02:12:42.838764 2268811 out.go:177] * Verifying gcp-auth addon...
I1006 02:12:42.841932 2268811 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1006 02:12:42.863633 2268811 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1006 02:12:42.863699 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:42.872216 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:42.951753 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:43.175983 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:43.203136 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:43.376198 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:43.456019 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:43.675173 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:43.702525 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:43.877197 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:43.951654 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:44.101997 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:44.175548 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:44.203503 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:44.376708 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:44.451971 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:44.675564 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:44.703185 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:44.877005 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:44.952230 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:45.176699 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:45.203674 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:45.376663 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:45.451428 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:45.675024 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:45.703835 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:45.876346 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:45.951858 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:46.175021 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:46.202657 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:46.376526 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:46.451433 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:46.600978 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:46.674700 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:46.702207 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:46.876374 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:46.951400 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:47.176098 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:47.202426 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:47.376091 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:47.451750 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:47.674354 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:47.702654 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:47.875678 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:47.951535 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:48.175153 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:48.202077 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:48.376365 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:48.451203 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:48.674914 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:48.702612 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:48.875771 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:48.951890 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:49.101415 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:49.174956 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:49.202662 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:49.375847 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:49.451464 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:49.675072 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:49.702880 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:49.876542 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:49.951661 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:50.174378 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:50.202665 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:50.376644 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:50.450949 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:50.674602 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:50.703210 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:50.875806 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:50.955778 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:51.101925 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:51.175260 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:51.202649 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:51.375797 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:51.451627 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:51.676073 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:51.702484 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:51.876875 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:51.954469 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:52.175024 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:52.202116 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:52.376447 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:52.451438 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:52.674500 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:52.702597 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:52.875924 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:52.953322 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:53.174825 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:53.201884 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:53.376442 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:53.453408 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:53.601045 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:53.674041 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:53.702114 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:53.875687 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:53.951582 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:54.174438 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:54.202596 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:54.375808 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:54.454641 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:54.674070 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:54.702148 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:54.875676 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:54.951089 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:55.174750 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:55.201848 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:55.377333 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:55.452128 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:55.604410 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:55.675651 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:55.701503 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:55.875913 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:55.951001 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:56.174865 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:56.201758 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:56.376310 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:56.451578 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:56.674874 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:56.703732 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:56.875987 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:56.951371 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:57.174232 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:57.202828 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:57.375977 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:57.451384 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:57.674246 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:57.702511 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:57.876126 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:57.951325 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:58.101472 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:12:58.175072 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:58.202390 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:58.377351 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:58.451272 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:58.674556 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:58.702582 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:58.875871 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:58.951402 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:59.174901 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:59.203537 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:59.375874 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:59.451143 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:12:59.675029 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:12:59.702190 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:12:59.875784 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:12:59.952188 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:00.103080 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:13:00.175557 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:00.203330 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:00.376104 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:00.451884 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:00.674201 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:00.702411 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:00.876013 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:00.951470 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:01.175016 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:01.202327 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:01.375742 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:01.452187 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:01.674254 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:01.702350 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:01.876212 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:01.951410 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:02.174625 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:02.202460 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:02.375641 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:02.461619 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:02.601209 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:13:02.674627 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:02.701688 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:02.880766 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:02.951274 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:03.174854 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:03.202018 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:03.376620 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:03.451599 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:03.674448 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:03.702676 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:03.876010 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:03.951500 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:04.174296 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:04.203082 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:04.376479 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:04.451906 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:04.674707 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:04.701943 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:04.876947 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:04.951337 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:05.101491 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:13:05.174708 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:05.201666 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:05.375948 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:05.451326 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:05.674757 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:05.701967 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:05.877476 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:05.950880 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:06.175123 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:06.202768 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:06.376838 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:06.451306 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:06.674565 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:06.702579 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:06.875677 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:06.952044 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:07.105930 2268811 node_ready.go:58] node "addons-891734" has status "Ready":"False"
I1006 02:13:07.175478 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:07.204247 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:07.406018 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:07.472628 2268811 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1006 02:13:07.472704 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:07.601496 2268811 node_ready.go:49] node "addons-891734" has status "Ready":"True"
I1006 02:13:07.601577 2268811 node_ready.go:38] duration metric: took 34.636647155s waiting for node "addons-891734" to be "Ready" ...
I1006 02:13:07.601603 2268811 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" ...
I1006 02:13:07.613242 2268811 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-mls87" in "kube-system" namespace to be "Ready" ...
I1006 02:13:07.682177 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:07.778767 2268811 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1006 02:13:07.778841 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:07.880050 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:07.953163 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:08.249909 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:08.251910 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:08.376655 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:08.452819 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:08.676627 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:08.707994 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:08.877723 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:08.952328 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:09.175702 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:09.203501 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:09.376494 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:09.452682 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:09.654589 2268811 pod_ready.go:102] pod "coredns-5dd5756b68-mls87" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:09.675180 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:09.702826 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:09.876566 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:09.952147 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:10.156952 2268811 pod_ready.go:92] pod "coredns-5dd5756b68-mls87" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:10.156985 2268811 pod_ready.go:81] duration metric: took 2.543671673s waiting for pod "coredns-5dd5756b68-mls87" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.157009 2268811 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.164658 2268811 pod_ready.go:92] pod "etcd-addons-891734" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:10.164684 2268811 pod_ready.go:81] duration metric: took 7.668887ms waiting for pod "etcd-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.164701 2268811 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.170827 2268811 pod_ready.go:92] pod "kube-apiserver-addons-891734" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:10.170855 2268811 pod_ready.go:81] duration metric: took 6.116589ms waiting for pod "kube-apiserver-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.170867 2268811 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.174667 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:10.182224 2268811 pod_ready.go:92] pod "kube-controller-manager-addons-891734" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:10.182249 2268811 pod_ready.go:81] duration metric: took 11.37484ms waiting for pod "kube-controller-manager-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.182263 2268811 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-c67j7" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.204678 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:10.375917 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:10.401614 2268811 pod_ready.go:92] pod "kube-proxy-c67j7" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:10.401642 2268811 pod_ready.go:81] duration metric: took 219.371949ms waiting for pod "kube-proxy-c67j7" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.401654 2268811 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.452945 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:10.675498 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:10.703072 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:10.802021 2268811 pod_ready.go:92] pod "kube-scheduler-addons-891734" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:10.802048 2268811 pod_ready.go:81] duration metric: took 400.387107ms waiting for pod "kube-scheduler-addons-891734" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.802064 2268811 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace to be "Ready" ...
I1006 02:13:10.876235 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:10.952238 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:11.174736 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:11.203111 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:11.376006 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:11.452794 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:11.674436 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:11.703102 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:11.876631 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:11.951996 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:12.176125 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:12.202661 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:12.375795 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:12.453438 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:12.674754 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:12.702582 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:12.876379 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:12.952393 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:13.108142 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:13.174508 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:13.203041 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:13.375607 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:13.452239 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:13.674393 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:13.702893 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:13.876464 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:13.952970 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:14.174652 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:14.203146 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:14.376148 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:14.452860 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:14.674654 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:14.702211 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:14.876052 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:14.952104 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:15.175318 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:15.203282 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:15.376001 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:15.452598 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:15.608622 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:15.675127 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:15.702936 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:15.876103 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:15.952623 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:16.175142 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:16.203085 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:16.376087 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:16.452483 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:16.675365 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:16.703678 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:16.875834 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:16.952142 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:17.175560 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:17.202917 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:17.376505 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:17.452421 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:17.609072 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:17.675115 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:17.703408 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:17.876051 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:17.951825 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:18.174201 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:18.203262 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:18.375853 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:18.452750 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:18.674766 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:18.702338 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:18.876704 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:18.953256 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:19.175353 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:19.204184 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:19.376474 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:19.453381 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:19.675256 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:19.702629 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:19.875861 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:19.952446 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:20.108513 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:20.174963 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:20.202605 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:20.376318 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:20.452769 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:20.676620 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:20.703331 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:20.875816 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:20.951816 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:21.175228 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:21.202499 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:21.376254 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:21.452038 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:21.674784 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:21.702288 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:21.875813 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:21.952369 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:22.174581 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:22.203962 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:22.376617 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:22.452164 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:22.607473 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:22.674758 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:22.703107 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:22.876141 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:22.953002 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:23.174900 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:23.205996 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:23.376406 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:23.452672 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:23.675279 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:23.706351 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:23.875930 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:23.954496 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:24.175190 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:24.203415 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:24.376209 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:24.463283 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:24.607916 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:24.675026 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:24.703482 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:24.876731 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:24.960582 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:25.175984 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:25.202739 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:25.379941 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:25.460130 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:25.675009 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:25.702766 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:25.876371 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:25.953359 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:26.175275 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:26.204029 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:26.376080 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:26.456359 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:26.609965 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:26.675265 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:26.702960 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:26.876213 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:26.952914 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:27.175719 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:27.202450 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:27.376954 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:27.454011 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:27.674796 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:27.702592 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:27.876415 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:27.953681 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:28.175337 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:28.203315 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:28.379571 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:28.458117 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:28.675474 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:28.703518 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:28.876189 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:28.953977 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:29.115345 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:29.181835 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:29.205517 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:29.376695 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:29.463909 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:29.682824 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:29.703195 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:29.876018 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:29.953457 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:30.174878 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:30.203119 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:30.375917 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:30.458105 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:30.675010 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:30.702781 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:30.881072 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:30.956242 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:31.175223 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:31.207417 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:31.378257 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:31.456611 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:31.608154 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:31.675580 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:31.703687 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:31.878457 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:31.955360 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:32.178011 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:32.202626 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:32.377338 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:32.468747 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:32.676055 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:32.703704 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:32.878302 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:32.959972 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:33.175813 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:33.203200 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:33.376844 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:33.455617 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:33.609075 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:33.676361 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:33.703363 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:33.876444 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:33.953621 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:34.176810 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:34.203093 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:34.376539 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:34.459941 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:34.675309 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:34.703524 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:34.877482 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:34.953695 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:35.177851 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:35.208321 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:35.377511 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:35.461301 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:35.610458 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:35.675520 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:35.702972 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:35.876036 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:35.952531 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:36.182937 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:36.205054 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:36.376419 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:36.452273 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:36.675306 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:36.703295 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:36.876589 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:36.955308 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:37.186275 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:37.203803 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:37.377275 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:37.455486 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:37.678162 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:37.704615 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:37.881353 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:37.952479 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:38.110751 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:38.191575 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:38.207362 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:38.376602 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:38.451958 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:38.675459 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:38.703191 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:38.876304 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:38.953869 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:39.175816 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:39.203921 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:39.376101 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:39.457607 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:39.678031 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:39.704343 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:39.876285 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:39.954129 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:40.175672 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:40.203701 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:40.376046 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:40.452044 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:40.608308 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:40.675274 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:40.703691 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:40.876620 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:40.952760 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:41.175590 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:41.206834 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:41.376921 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:41.453709 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:41.674663 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:41.703652 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:41.881812 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:41.952627 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:42.176983 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:42.219953 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:42.377135 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:42.464018 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:42.609267 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:42.674830 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:42.702690 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:42.880471 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:42.954055 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:43.174944 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:43.202896 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:43.381701 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:43.451942 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:43.675024 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:43.703103 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:43.875783 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:43.953770 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:44.174939 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:44.204465 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:44.376560 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:44.452156 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:44.674406 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:44.706875 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:44.876286 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:44.952738 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:45.109605 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:45.176861 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:45.205041 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:45.376402 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:45.453976 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:45.674543 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:45.703161 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:45.875986 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:45.952433 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:46.174906 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:46.204969 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:46.376574 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:46.456949 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:46.676593 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:46.706656 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:46.877188 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:46.959980 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:47.174517 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:47.205675 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:47.376557 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:47.461445 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:47.607980 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:47.675863 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:47.703098 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:47.877021 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:47.955757 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:48.175536 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:48.210856 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:48.376970 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:48.461402 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:48.675663 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:48.709434 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:48.878462 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:48.954373 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:49.176489 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:49.204280 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:49.377130 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:49.465643 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:49.612014 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:49.676346 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:49.706457 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:49.876879 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:49.953434 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:50.176478 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:50.240595 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:50.376683 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:50.468318 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:50.682523 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:50.703229 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:50.876493 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:50.956628 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:51.189786 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:51.203607 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:51.377020 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:51.452082 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:51.675228 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:51.702799 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:51.877514 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:51.953059 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:52.107312 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:52.174201 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:52.202753 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:52.376572 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:52.452623 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:52.674374 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:52.702998 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:52.876059 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:52.951855 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:53.176088 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:53.204018 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:53.376182 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:53.457615 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:53.681879 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:53.705795 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:53.880098 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:53.954622 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:54.110195 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:54.175625 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:54.203198 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:54.376122 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:54.456968 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:54.677581 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:54.704799 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:54.879145 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:54.955764 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:55.176228 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:55.205231 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:55.376431 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:55.456880 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:55.674713 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:55.703425 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:55.878349 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:55.957939 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:56.174583 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:56.203694 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:56.377617 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:56.458042 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:56.607647 2268811 pod_ready.go:102] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"False"
I1006 02:13:56.675662 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:56.703152 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:56.876295 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:56.952252 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:57.175276 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:57.202872 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:57.376963 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:57.452527 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:57.675205 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:57.704431 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:57.876483 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:57.953010 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:58.112398 2268811 pod_ready.go:92] pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:58.112473 2268811 pod_ready.go:81] duration metric: took 47.310400337s waiting for pod "metrics-server-7c66d45ddc-v9pjf" in "kube-system" namespace to be "Ready" ...
I1006 02:13:58.112502 2268811 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-2pwfm" in "kube-system" namespace to be "Ready" ...
I1006 02:13:58.119851 2268811 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-2pwfm" in "kube-system" namespace has status "Ready":"True"
I1006 02:13:58.119923 2268811 pod_ready.go:81] duration metric: took 7.39878ms waiting for pod "nvidia-device-plugin-daemonset-2pwfm" in "kube-system" namespace to be "Ready" ...
I1006 02:13:58.119977 2268811 pod_ready.go:38] duration metric: took 50.518333978s 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" ...
I1006 02:13:58.120011 2268811 api_server.go:52] waiting for apiserver process to appear ...
I1006 02:13:58.120065 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1006 02:13:58.120160 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1006 02:13:58.174628 2268811 cri.go:89] found id: "27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369"
I1006 02:13:58.174697 2268811 cri.go:89] found id: ""
I1006 02:13:58.174720 2268811 logs.go:284] 1 containers: [27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369]
I1006 02:13:58.174811 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:13:58.178776 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:58.180802 2268811 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1006 02:13:58.180924 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1006 02:13:58.203895 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:58.252547 2268811 cri.go:89] found id: "3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f"
I1006 02:13:58.252617 2268811 cri.go:89] found id: ""
I1006 02:13:58.252639 2268811 logs.go:284] 1 containers: [3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f]
I1006 02:13:58.252735 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:13:58.270269 2268811 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1006 02:13:58.270433 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1006 02:13:58.376913 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:58.453969 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:58.542070 2268811 cri.go:89] found id: "baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637"
I1006 02:13:58.542140 2268811 cri.go:89] found id: ""
I1006 02:13:58.542162 2268811 logs.go:284] 1 containers: [baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637]
I1006 02:13:58.542256 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:13:58.557545 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1006 02:13:58.557691 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1006 02:13:58.677737 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:58.702971 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:58.739800 2268811 cri.go:89] found id: "d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077"
I1006 02:13:58.739881 2268811 cri.go:89] found id: ""
I1006 02:13:58.739905 2268811 logs.go:284] 1 containers: [d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077]
I1006 02:13:58.740008 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:13:58.754680 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1006 02:13:58.754828 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1006 02:13:58.876987 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:58.931334 2268811 cri.go:89] found id: "bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5"
I1006 02:13:58.931409 2268811 cri.go:89] found id: ""
I1006 02:13:58.931443 2268811 logs.go:284] 1 containers: [bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5]
I1006 02:13:58.931531 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:13:58.954781 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:58.956263 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1006 02:13:58.956384 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1006 02:13:59.192646 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:59.211080 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:59.234676 2268811 cri.go:89] found id: "91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67"
I1006 02:13:59.234700 2268811 cri.go:89] found id: ""
I1006 02:13:59.234709 2268811 logs.go:284] 1 containers: [91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67]
I1006 02:13:59.234764 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:13:59.248165 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1006 02:13:59.248242 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1006 02:13:59.351500 2268811 cri.go:89] found id: "5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3"
I1006 02:13:59.351524 2268811 cri.go:89] found id: ""
I1006 02:13:59.351532 2268811 logs.go:284] 1 containers: [5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3]
I1006 02:13:59.351587 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:13:59.363621 2268811 logs.go:123] Gathering logs for kubelet ...
I1006 02:13:59.363696 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I1006 02:13:59.376742 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1006 02:13:59.443153 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.365373 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-891734" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.443482 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.365495 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-891734" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.444933 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.377500 1349 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.445176 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.377613 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-891734" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.446202 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.390685 1349 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.446433 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.390724 1349 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.446631 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.401483 1349 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.446846 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401523 1349 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.447095 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.401566 1349 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.447553 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401576 1349 reflector.go:147] object-"local-path-storage"/"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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.451209 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404375 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.451480 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404418 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.451696 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404471 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
W1006 02:13:59.451936 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404482 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
I1006 02:13:59.457001 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:13:59.491698 2268811 logs.go:123] Gathering logs for kube-apiserver [27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369] ...
I1006 02:13:59.491766 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369"
I1006 02:13:59.573046 2268811 logs.go:123] Gathering logs for kube-proxy [bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5] ...
I1006 02:13:59.573119 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5"
I1006 02:13:59.662671 2268811 logs.go:123] Gathering logs for kube-controller-manager [91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67] ...
I1006 02:13:59.662701 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67"
I1006 02:13:59.677247 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:13:59.707582 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:13:59.769700 2268811 logs.go:123] Gathering logs for CRI-O ...
I1006 02:13:59.769739 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1006 02:13:59.865501 2268811 logs.go:123] Gathering logs for dmesg ...
I1006 02:13:59.865539 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1006 02:13:59.876679 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:13:59.890583 2268811 logs.go:123] Gathering logs for describe nodes ...
I1006 02:13:59.890614 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1006 02:13:59.952530 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:00.172716 2268811 logs.go:123] Gathering logs for etcd [3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f] ...
I1006 02:14:00.172754 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f"
I1006 02:14:00.182254 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:00.210583 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:14:00.270841 2268811 logs.go:123] Gathering logs for coredns [baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637] ...
I1006 02:14:00.270879 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637"
I1006 02:14:00.334540 2268811 logs.go:123] Gathering logs for kube-scheduler [d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077] ...
I1006 02:14:00.334569 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077"
I1006 02:14:00.377396 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:00.418585 2268811 logs.go:123] Gathering logs for kindnet [5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3] ...
I1006 02:14:00.418675 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3"
I1006 02:14:00.480810 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:00.495629 2268811 logs.go:123] Gathering logs for container status ...
I1006 02:14:00.495657 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1006 02:14:00.603386 2268811 out.go:309] Setting ErrFile to fd 2...
I1006 02:14:00.603455 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1006 02:14:00.603534 2268811 out.go:239] X Problems detected in kubelet:
W1006 02:14:00.603574 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401576 1349 reflector.go:147] object-"local-path-storage"/"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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:00.603610 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404375 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:00.603657 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404418 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:00.603695 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404471 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
W1006 02:14:00.603738 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404482 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
I1006 02:14:00.603780 2268811 out.go:309] Setting ErrFile to fd 2...
I1006 02:14:00.603801 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1006 02:14:00.675107 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:00.704270 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:14:00.876985 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:00.954235 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:01.187772 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:01.204824 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:14:01.377456 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:01.473930 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:01.676567 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:01.704224 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:14:01.876397 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:01.955378 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:02.174960 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:02.203581 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1006 02:14:02.376587 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:02.453214 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:02.675122 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:02.702719 2268811 kapi.go:107] duration metric: took 1m24.593042895s to wait for kubernetes.io/minikube-addons=registry ...
I1006 02:14:02.876665 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:02.952204 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:03.175517 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:03.376291 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:03.452381 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:03.676056 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:03.876105 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:03.954185 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:04.178113 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:04.375913 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:04.454842 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:04.675457 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:04.882029 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:04.955311 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:05.176070 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:05.376078 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:05.456793 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:05.675475 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:05.877007 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:05.953716 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:06.175294 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:06.381708 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:06.476923 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:06.674894 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:06.876843 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:06.953346 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:07.185402 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:07.376095 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:07.470696 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:07.675296 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:07.876796 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:07.952650 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:08.179962 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:08.376933 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:08.469449 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:08.675071 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:08.876673 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:08.956980 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:09.175459 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:09.376060 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:09.461898 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:09.675293 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:09.877403 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:09.953095 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:10.176527 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:10.377127 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:10.464038 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:10.604992 2268811 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1006 02:14:10.637948 2268811 api_server.go:72] duration metric: took 1m37.737755822s to wait for apiserver process to appear ...
I1006 02:14:10.637973 2268811 api_server.go:88] waiting for apiserver healthz status ...
I1006 02:14:10.638001 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1006 02:14:10.638068 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1006 02:14:10.677469 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:10.745623 2268811 cri.go:89] found id: "27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369"
I1006 02:14:10.745647 2268811 cri.go:89] found id: ""
I1006 02:14:10.745656 2268811 logs.go:284] 1 containers: [27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369]
I1006 02:14:10.745710 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:10.759053 2268811 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1006 02:14:10.759126 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1006 02:14:10.830430 2268811 cri.go:89] found id: "3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f"
I1006 02:14:10.830449 2268811 cri.go:89] found id: ""
I1006 02:14:10.830458 2268811 logs.go:284] 1 containers: [3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f]
I1006 02:14:10.830511 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:10.837176 2268811 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1006 02:14:10.844760 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1006 02:14:10.876533 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:10.897157 2268811 cri.go:89] found id: "baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637"
I1006 02:14:10.897178 2268811 cri.go:89] found id: ""
I1006 02:14:10.897186 2268811 logs.go:284] 1 containers: [baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637]
I1006 02:14:10.897255 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:10.902946 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1006 02:14:10.903028 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1006 02:14:10.955176 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:10.959319 2268811 cri.go:89] found id: "d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077"
I1006 02:14:10.959344 2268811 cri.go:89] found id: ""
I1006 02:14:10.959359 2268811 logs.go:284] 1 containers: [d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077]
I1006 02:14:10.959452 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:10.964748 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1006 02:14:10.964828 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1006 02:14:11.021014 2268811 cri.go:89] found id: "bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5"
I1006 02:14:11.021037 2268811 cri.go:89] found id: ""
I1006 02:14:11.021045 2268811 logs.go:284] 1 containers: [bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5]
I1006 02:14:11.021099 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:11.026423 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1006 02:14:11.026510 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1006 02:14:11.085335 2268811 cri.go:89] found id: "91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67"
I1006 02:14:11.085359 2268811 cri.go:89] found id: ""
I1006 02:14:11.085368 2268811 logs.go:284] 1 containers: [91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67]
I1006 02:14:11.085424 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:11.093298 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1006 02:14:11.093368 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1006 02:14:11.169683 2268811 cri.go:89] found id: "5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3"
I1006 02:14:11.169704 2268811 cri.go:89] found id: ""
I1006 02:14:11.169712 2268811 logs.go:284] 1 containers: [5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3]
I1006 02:14:11.169767 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:11.176495 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:11.179408 2268811 logs.go:123] Gathering logs for describe nodes ...
I1006 02:14:11.179482 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1006 02:14:11.380272 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1006 02:14:11.385274 2268811 logs.go:123] Gathering logs for kube-apiserver [27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369] ...
I1006 02:14:11.385308 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369"
I1006 02:14:11.450627 2268811 logs.go:123] Gathering logs for etcd [3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f] ...
I1006 02:14:11.455148 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f"
I1006 02:14:11.461601 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:11.536804 2268811 logs.go:123] Gathering logs for kube-scheduler [d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077] ...
I1006 02:14:11.536837 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077"
I1006 02:14:11.593075 2268811 logs.go:123] Gathering logs for container status ...
I1006 02:14:11.593104 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1006 02:14:11.676093 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:11.684253 2268811 logs.go:123] Gathering logs for CRI-O ...
I1006 02:14:11.684286 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1006 02:14:11.777463 2268811 logs.go:123] Gathering logs for kubelet ...
I1006 02:14:11.777499 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1006 02:14:11.844075 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.365373 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-891734" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.844306 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.365495 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-891734" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.845669 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.377500 1349 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.845851 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.377613 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-891734" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.846746 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.390685 1349 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.846938 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.390724 1349 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.847110 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.401483 1349 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.847299 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401523 1349 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.847488 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.401566 1349 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.847699 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401576 1349 reflector.go:147] object-"local-path-storage"/"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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.847883 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404375 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.848086 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404418 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.848286 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404471 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
W1006 02:14:11.848492 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404482 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
I1006 02:14:11.877035 2268811 kapi.go:107] duration metric: took 1m29.035104629s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1006 02:14:11.879322 2268811 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-891734 cluster.
I1006 02:14:11.881172 2268811 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.
I1006 02:14:11.882924 2268811 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1006 02:14:11.883934 2268811 logs.go:123] Gathering logs for dmesg ...
I1006 02:14:11.885065 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1006 02:14:11.907615 2268811 logs.go:123] Gathering logs for coredns [baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637] ...
I1006 02:14:11.907646 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637"
I1006 02:14:11.952643 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:11.964328 2268811 logs.go:123] Gathering logs for kube-proxy [bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5] ...
I1006 02:14:11.964358 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5"
I1006 02:14:12.019538 2268811 logs.go:123] Gathering logs for kube-controller-manager [91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67] ...
I1006 02:14:12.019570 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67"
I1006 02:14:12.100025 2268811 logs.go:123] Gathering logs for kindnet [5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3] ...
I1006 02:14:12.100061 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3"
I1006 02:14:12.164544 2268811 out.go:309] Setting ErrFile to fd 2...
I1006 02:14:12.164567 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1006 02:14:12.164631 2268811 out.go:239] X Problems detected in kubelet:
W1006 02:14:12.164647 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401576 1349 reflector.go:147] object-"local-path-storage"/"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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:12.164656 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404375 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:12.164698 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404418 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:12.164718 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404471 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
W1006 02:14:12.164726 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404482 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
I1006 02:14:12.164732 2268811 out.go:309] Setting ErrFile to fd 2...
I1006 02:14:12.164739 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1006 02:14:12.174407 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:12.456655 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:12.675745 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:12.952730 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:13.175971 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:13.455282 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:13.675317 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:13.965614 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:14.174884 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:14.451956 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:14.676371 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:14.953009 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:15.174760 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:15.452682 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:15.690110 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:15.953199 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:16.175327 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:16.459916 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:16.674826 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:16.955590 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:17.175631 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:17.453293 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:17.675179 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:17.953933 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:18.174723 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:18.456791 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:18.678347 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:18.952967 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:19.176286 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:19.452805 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:19.674756 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:19.953449 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:20.176133 2268811 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1006 02:14:20.461335 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:20.694270 2268811 kapi.go:107] duration metric: took 1m41.564345369s to wait for app.kubernetes.io/name=ingress-nginx ...
I1006 02:14:20.952843 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:21.457383 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:21.952674 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:22.166136 2268811 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1006 02:14:22.176361 2268811 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1006 02:14:22.177731 2268811 api_server.go:141] control plane version: v1.28.2
I1006 02:14:22.177766 2268811 api_server.go:131] duration metric: took 11.539786206s to wait for apiserver health ...
I1006 02:14:22.177779 2268811 system_pods.go:43] waiting for kube-system pods to appear ...
I1006 02:14:22.177803 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1006 02:14:22.177866 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1006 02:14:22.226655 2268811 cri.go:89] found id: "27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369"
I1006 02:14:22.226678 2268811 cri.go:89] found id: ""
I1006 02:14:22.226686 2268811 logs.go:284] 1 containers: [27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369]
I1006 02:14:22.226744 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:22.231417 2268811 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1006 02:14:22.231542 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1006 02:14:22.296913 2268811 cri.go:89] found id: "3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f"
I1006 02:14:22.296938 2268811 cri.go:89] found id: ""
I1006 02:14:22.296947 2268811 logs.go:284] 1 containers: [3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f]
I1006 02:14:22.297023 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:22.302824 2268811 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1006 02:14:22.302907 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1006 02:14:22.373914 2268811 cri.go:89] found id: "baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637"
I1006 02:14:22.373937 2268811 cri.go:89] found id: ""
I1006 02:14:22.373947 2268811 logs.go:284] 1 containers: [baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637]
I1006 02:14:22.374008 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:22.378944 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1006 02:14:22.379019 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1006 02:14:22.445207 2268811 cri.go:89] found id: "d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077"
I1006 02:14:22.445231 2268811 cri.go:89] found id: ""
I1006 02:14:22.445240 2268811 logs.go:284] 1 containers: [d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077]
I1006 02:14:22.445297 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:22.458152 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1006 02:14:22.458291 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1006 02:14:22.471022 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:22.538536 2268811 cri.go:89] found id: "bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5"
I1006 02:14:22.538560 2268811 cri.go:89] found id: ""
I1006 02:14:22.538569 2268811 logs.go:284] 1 containers: [bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5]
I1006 02:14:22.538650 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:22.543625 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1006 02:14:22.543695 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1006 02:14:22.600158 2268811 cri.go:89] found id: "91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67"
I1006 02:14:22.600177 2268811 cri.go:89] found id: ""
I1006 02:14:22.600185 2268811 logs.go:284] 1 containers: [91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67]
I1006 02:14:22.600245 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:22.604893 2268811 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1006 02:14:22.604982 2268811 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1006 02:14:22.656632 2268811 cri.go:89] found id: "5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3"
I1006 02:14:22.656655 2268811 cri.go:89] found id: ""
I1006 02:14:22.656663 2268811 logs.go:284] 1 containers: [5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3]
I1006 02:14:22.656719 2268811 ssh_runner.go:195] Run: which crictl
I1006 02:14:22.661485 2268811 logs.go:123] Gathering logs for kubelet ...
I1006 02:14:22.661509 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1006 02:14:22.728077 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.365373 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-891734" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.728293 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.365495 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-891734" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.729638 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.377500 1349 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.729824 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.377613 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-891734" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.730708 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.390685 1349 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.730900 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.390724 1349 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-891734" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.731074 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.401483 1349 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.731262 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401523 1349 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.731448 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.401566 1349 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.731654 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401576 1349 reflector.go:147] object-"local-path-storage"/"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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.731838 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404375 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.732046 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404418 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.732232 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404471 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
W1006 02:14:22.732437 2268811 logs.go:138] Found kubelet problem: Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404482 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
I1006 02:14:22.770222 2268811 logs.go:123] Gathering logs for describe nodes ...
I1006 02:14:22.770256 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1006 02:14:22.918805 2268811 logs.go:123] Gathering logs for kube-apiserver [27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369] ...
I1006 02:14:22.918834 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369"
I1006 02:14:22.952916 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:23.009674 2268811 logs.go:123] Gathering logs for etcd [3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f] ...
I1006 02:14:23.009710 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f"
I1006 02:14:23.068255 2268811 logs.go:123] Gathering logs for kube-scheduler [d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077] ...
I1006 02:14:23.068290 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077"
I1006 02:14:23.118918 2268811 logs.go:123] Gathering logs for kube-proxy [bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5] ...
I1006 02:14:23.118950 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5"
I1006 02:14:23.172064 2268811 logs.go:123] Gathering logs for kube-controller-manager [91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67] ...
I1006 02:14:23.172091 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67"
I1006 02:14:23.243207 2268811 logs.go:123] Gathering logs for kindnet [5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3] ...
I1006 02:14:23.243240 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3"
I1006 02:14:23.288049 2268811 logs.go:123] Gathering logs for CRI-O ...
I1006 02:14:23.288075 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1006 02:14:23.387341 2268811 logs.go:123] Gathering logs for container status ...
I1006 02:14:23.387444 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1006 02:14:23.452312 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:23.544080 2268811 logs.go:123] Gathering logs for dmesg ...
I1006 02:14:23.544147 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1006 02:14:23.574457 2268811 logs.go:123] Gathering logs for coredns [baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637] ...
I1006 02:14:23.574584 2268811 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637"
I1006 02:14:23.693765 2268811 out.go:309] Setting ErrFile to fd 2...
I1006 02:14:23.693892 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1006 02:14:23.693985 2268811 out.go:239] X Problems detected in kubelet:
W1006 02:14:23.694041 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.401576 1349 reflector.go:147] object-"local-path-storage"/"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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:23.694077 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404375 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:23.694128 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404418 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-891734" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-891734' and this object
W1006 02:14:23.694167 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: W1006 02:13:07.404471 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
W1006 02:14:23.694572 2268811 out.go:239] Oct 06 02:13:07 addons-891734 kubelet[1349]: E1006 02:13:07.404482 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-891734" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-891734' and this object
I1006 02:14:23.694582 2268811 out.go:309] Setting ErrFile to fd 2...
I1006 02:14:23.694591 2268811 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1006 02:14:23.952980 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:24.479261 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:24.954680 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:25.453195 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:25.953641 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:26.454494 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:26.951929 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:27.452419 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:27.954417 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:28.452789 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:28.953501 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:29.459471 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:29.953289 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:30.453986 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:30.952085 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:31.461129 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:31.952232 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:32.453029 2268811 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1006 02:14:32.952112 2268811 kapi.go:107] duration metric: took 1m53.521211537s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1006 02:14:32.954357 2268811 out.go:177] * Enabled addons: ingress-dns, nvidia-device-plugin, cloud-spanner, storage-provisioner, metrics-server, inspektor-gadget, default-storageclass, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I1006 02:14:32.956494 2268811 addons.go:502] enable addons completed in 2m0.291613144s: enabled=[ingress-dns nvidia-device-plugin cloud-spanner storage-provisioner metrics-server inspektor-gadget default-storageclass volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I1006 02:14:33.706765 2268811 system_pods.go:59] 18 kube-system pods found
I1006 02:14:33.706810 2268811 system_pods.go:61] "coredns-5dd5756b68-mls87" [1d0b1ab1-dc34-47a8-8f56-13747d787bdc] Running
I1006 02:14:33.706817 2268811 system_pods.go:61] "csi-hostpath-attacher-0" [515127e5-5d90-410f-ac30-e60cfce4e93f] Running
I1006 02:14:33.706822 2268811 system_pods.go:61] "csi-hostpath-resizer-0" [e1e2cd18-1de7-48da-aed5-4f546b291992] Running
I1006 02:14:33.706829 2268811 system_pods.go:61] "csi-hostpathplugin-4h9hl" [9c6dc7b1-ea02-4e6e-9e9e-a4d92309b2eb] Running
I1006 02:14:33.706834 2268811 system_pods.go:61] "etcd-addons-891734" [075a1860-200d-40e0-8e0b-9d8c9dccebb9] Running
I1006 02:14:33.706840 2268811 system_pods.go:61] "kindnet-nkcw9" [c60e55d6-4d94-451b-9fd3-5b0ad54795e6] Running
I1006 02:14:33.706856 2268811 system_pods.go:61] "kube-apiserver-addons-891734" [aaebdb03-4f04-48be-b104-d4f69a32fb41] Running
I1006 02:14:33.706869 2268811 system_pods.go:61] "kube-controller-manager-addons-891734" [c7f12407-cd96-49f1-b546-6dcb3e38f994] Running
I1006 02:14:33.706877 2268811 system_pods.go:61] "kube-ingress-dns-minikube" [c553fbd4-fcc7-42fe-868c-e85cd1ac80cb] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1006 02:14:33.706884 2268811 system_pods.go:61] "kube-proxy-c67j7" [06d73d28-55f1-4f4f-b9d5-b8f7278f8dfd] Running
I1006 02:14:33.706893 2268811 system_pods.go:61] "kube-scheduler-addons-891734" [1dc212e1-a1c0-4e23-ab14-18aaaaf5edee] Running
I1006 02:14:33.706899 2268811 system_pods.go:61] "metrics-server-7c66d45ddc-v9pjf" [83769c9b-3320-4399-a5da-e3f6c6e53442] Running
I1006 02:14:33.706904 2268811 system_pods.go:61] "nvidia-device-plugin-daemonset-2pwfm" [e2bb64d9-423f-4701-af20-ede29bdaf239] Running
I1006 02:14:33.706914 2268811 system_pods.go:61] "registry-proxy-jnd69" [bb78ebbe-5710-4e7f-830f-33db94c493b0] Running
I1006 02:14:33.706920 2268811 system_pods.go:61] "registry-x4gxk" [ea43b86b-677c-480a-9d39-06963a88c8e4] Running
I1006 02:14:33.706925 2268811 system_pods.go:61] "snapshot-controller-58dbcc7b99-29xdz" [c539aad2-3c5e-4636-9fd9-4c1218392544] Running
I1006 02:14:33.706938 2268811 system_pods.go:61] "snapshot-controller-58dbcc7b99-pz4b4" [dd831192-88f6-4cb5-b895-1bd4e1af8db1] Running
I1006 02:14:33.706945 2268811 system_pods.go:61] "storage-provisioner" [42e562e8-01bd-4299-8476-47d2f260e203] Running
I1006 02:14:33.706954 2268811 system_pods.go:74] duration metric: took 11.529169298s to wait for pod list to return data ...
I1006 02:14:33.706970 2268811 default_sa.go:34] waiting for default service account to be created ...
I1006 02:14:33.709615 2268811 default_sa.go:45] found service account: "default"
I1006 02:14:33.709639 2268811 default_sa.go:55] duration metric: took 2.660847ms for default service account to be created ...
I1006 02:14:33.709649 2268811 system_pods.go:116] waiting for k8s-apps to be running ...
I1006 02:14:33.719939 2268811 system_pods.go:86] 18 kube-system pods found
I1006 02:14:33.720010 2268811 system_pods.go:89] "coredns-5dd5756b68-mls87" [1d0b1ab1-dc34-47a8-8f56-13747d787bdc] Running
I1006 02:14:33.720035 2268811 system_pods.go:89] "csi-hostpath-attacher-0" [515127e5-5d90-410f-ac30-e60cfce4e93f] Running
I1006 02:14:33.720056 2268811 system_pods.go:89] "csi-hostpath-resizer-0" [e1e2cd18-1de7-48da-aed5-4f546b291992] Running
I1006 02:14:33.720092 2268811 system_pods.go:89] "csi-hostpathplugin-4h9hl" [9c6dc7b1-ea02-4e6e-9e9e-a4d92309b2eb] Running
I1006 02:14:33.720122 2268811 system_pods.go:89] "etcd-addons-891734" [075a1860-200d-40e0-8e0b-9d8c9dccebb9] Running
I1006 02:14:33.720145 2268811 system_pods.go:89] "kindnet-nkcw9" [c60e55d6-4d94-451b-9fd3-5b0ad54795e6] Running
I1006 02:14:33.720166 2268811 system_pods.go:89] "kube-apiserver-addons-891734" [aaebdb03-4f04-48be-b104-d4f69a32fb41] Running
I1006 02:14:33.720198 2268811 system_pods.go:89] "kube-controller-manager-addons-891734" [c7f12407-cd96-49f1-b546-6dcb3e38f994] Running
I1006 02:14:33.720224 2268811 system_pods.go:89] "kube-ingress-dns-minikube" [c553fbd4-fcc7-42fe-868c-e85cd1ac80cb] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1006 02:14:33.720250 2268811 system_pods.go:89] "kube-proxy-c67j7" [06d73d28-55f1-4f4f-b9d5-b8f7278f8dfd] Running
I1006 02:14:33.720273 2268811 system_pods.go:89] "kube-scheduler-addons-891734" [1dc212e1-a1c0-4e23-ab14-18aaaaf5edee] Running
I1006 02:14:33.720306 2268811 system_pods.go:89] "metrics-server-7c66d45ddc-v9pjf" [83769c9b-3320-4399-a5da-e3f6c6e53442] Running
I1006 02:14:33.720335 2268811 system_pods.go:89] "nvidia-device-plugin-daemonset-2pwfm" [e2bb64d9-423f-4701-af20-ede29bdaf239] Running
I1006 02:14:33.720357 2268811 system_pods.go:89] "registry-proxy-jnd69" [bb78ebbe-5710-4e7f-830f-33db94c493b0] Running
I1006 02:14:33.720378 2268811 system_pods.go:89] "registry-x4gxk" [ea43b86b-677c-480a-9d39-06963a88c8e4] Running
I1006 02:14:33.720412 2268811 system_pods.go:89] "snapshot-controller-58dbcc7b99-29xdz" [c539aad2-3c5e-4636-9fd9-4c1218392544] Running
I1006 02:14:33.720434 2268811 system_pods.go:89] "snapshot-controller-58dbcc7b99-pz4b4" [dd831192-88f6-4cb5-b895-1bd4e1af8db1] Running
I1006 02:14:33.720454 2268811 system_pods.go:89] "storage-provisioner" [42e562e8-01bd-4299-8476-47d2f260e203] Running
I1006 02:14:33.720484 2268811 system_pods.go:126] duration metric: took 10.828606ms to wait for k8s-apps to be running ...
I1006 02:14:33.720528 2268811 system_svc.go:44] waiting for kubelet service to be running ....
I1006 02:14:33.720614 2268811 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1006 02:14:33.735038 2268811 system_svc.go:56] duration metric: took 14.500969ms WaitForService to wait for kubelet.
I1006 02:14:33.735137 2268811 kubeadm.go:581] duration metric: took 2m0.83495127s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I1006 02:14:33.735172 2268811 node_conditions.go:102] verifying NodePressure condition ...
I1006 02:14:33.738527 2268811 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1006 02:14:33.738611 2268811 node_conditions.go:123] node cpu capacity is 2
I1006 02:14:33.738638 2268811 node_conditions.go:105] duration metric: took 3.445348ms to run NodePressure ...
I1006 02:14:33.738661 2268811 start.go:228] waiting for startup goroutines ...
I1006 02:14:33.738690 2268811 start.go:233] waiting for cluster config update ...
I1006 02:14:33.738723 2268811 start.go:242] writing updated cluster config ...
I1006 02:14:33.739035 2268811 ssh_runner.go:195] Run: rm -f paused
I1006 02:14:33.920426 2268811 start.go:600] kubectl: 1.28.2, cluster: 1.28.2 (minor skew: 0)
I1006 02:14:33.925516 2268811 out.go:177] * Done! kubectl is now configured to use "addons-891734" cluster and "default" namespace by default
*
* ==> CRI-O <==
* Oct 06 02:17:45 addons-891734 crio[882]: time="2023-10-06 02:17:45.737297842Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=1ca13406-6a0d-4221-afb4-bd420e89eb5c name=/runtime.v1.ImageService/ImageStatus
Oct 06 02:17:45 addons-891734 crio[882]: time="2023-10-06 02:17:45.737507496Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:97e050c3e21e9472ce8eb8fcb7bb8f23063c0b473fe44bdc42246bb01c15cdd4,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:9c2e643516106a9eab2bf382e5025f92ec1c15275a7f4315562271033b9356a6],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=1ca13406-6a0d-4221-afb4-bd420e89eb5c name=/runtime.v1.ImageService/ImageStatus
Oct 06 02:17:45 addons-891734 crio[882]: time="2023-10-06 02:17:45.738367126Z" level=info msg="Creating container: default/hello-world-app-5d77478584-mm6ft/hello-world-app" id=e86091df-368f-42df-ae46-64c0de83b230 name=/runtime.v1.RuntimeService/CreateContainer
Oct 06 02:17:45 addons-891734 crio[882]: time="2023-10-06 02:17:45.738478054Z" level=warning msg="Allowed annotations are specified for workload []"
Oct 06 02:17:45 addons-891734 crio[882]: time="2023-10-06 02:17:45.827695178Z" level=info msg="Created container 635e4b59f2236b19bea16aee27a2edcb89dcb439cf2cb45b43f2628b285570e9: default/hello-world-app-5d77478584-mm6ft/hello-world-app" id=e86091df-368f-42df-ae46-64c0de83b230 name=/runtime.v1.RuntimeService/CreateContainer
Oct 06 02:17:45 addons-891734 crio[882]: time="2023-10-06 02:17:45.828570242Z" level=info msg="Starting container: 635e4b59f2236b19bea16aee27a2edcb89dcb439cf2cb45b43f2628b285570e9" id=beb098ac-3909-4975-92ea-c94602b12b95 name=/runtime.v1.RuntimeService/StartContainer
Oct 06 02:17:45 addons-891734 crio[882]: time="2023-10-06 02:17:45.842164202Z" level=info msg="Started container" PID=8650 containerID=635e4b59f2236b19bea16aee27a2edcb89dcb439cf2cb45b43f2628b285570e9 description=default/hello-world-app-5d77478584-mm6ft/hello-world-app id=beb098ac-3909-4975-92ea-c94602b12b95 name=/runtime.v1.RuntimeService/StartContainer sandboxID=35fa97b15546084fac8ee67390fa3cff284fc910b0e37f22f5f9d28c345e364e
Oct 06 02:17:45 addons-891734 conmon[8639]: conmon 635e4b59f2236b19bea1 <ninfo>: container 8650 exited with status 1
Oct 06 02:17:46 addons-891734 crio[882]: time="2023-10-06 02:17:46.374892662Z" level=info msg="Stopping container: d3cb5f139682b6b3946e351e11987430b9c82218c9318ee52cdd823d45834ae0 (timeout: 2s)" id=5594783b-658d-4f89-beea-55c3258dcc26 name=/runtime.v1.RuntimeService/StopContainer
Oct 06 02:17:46 addons-891734 crio[882]: time="2023-10-06 02:17:46.566395980Z" level=info msg="Removing container: 6d90a4e11e3214cc4c9ed15dee44dd820fc167142d40685497eda16a3be98c3a" id=a220cf81-5fdb-4ad0-b49e-a7da6adba859 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 06 02:17:46 addons-891734 crio[882]: time="2023-10-06 02:17:46.606956829Z" level=info msg="Removed container 6d90a4e11e3214cc4c9ed15dee44dd820fc167142d40685497eda16a3be98c3a: default/hello-world-app-5d77478584-mm6ft/hello-world-app" id=a220cf81-5fdb-4ad0-b49e-a7da6adba859 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.384667988Z" level=warning msg="Stopping container d3cb5f139682b6b3946e351e11987430b9c82218c9318ee52cdd823d45834ae0 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=5594783b-658d-4f89-beea-55c3258dcc26 name=/runtime.v1.RuntimeService/StopContainer
Oct 06 02:17:48 addons-891734 conmon[4958]: conmon d3cb5f139682b6b3946e <ninfo>: container 4969 exited with status 137
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.543694091Z" level=info msg="Stopped container d3cb5f139682b6b3946e351e11987430b9c82218c9318ee52cdd823d45834ae0: ingress-nginx/ingress-nginx-controller-5c4c674fdc-s66gd/controller" id=5594783b-658d-4f89-beea-55c3258dcc26 name=/runtime.v1.RuntimeService/StopContainer
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.544188674Z" level=info msg="Stopping pod sandbox: 4bc74895e51095319a3d9d3fb8c7f793fd7eaa83ef1fcfa4564eaaabb01be3bd" id=53161066-5e7e-4b2d-8780-745d4d4f321e name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.547551105Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-ZDGN7SRLCTXOXKPW - [0:0]\n:KUBE-HP-WN5SACDYJWVHY3QN - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-ZDGN7SRLCTXOXKPW\n-X KUBE-HP-WN5SACDYJWVHY3QN\nCOMMIT\n"
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.549052571Z" level=info msg="Closing host port tcp:80"
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.549096896Z" level=info msg="Closing host port tcp:443"
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.550627819Z" level=info msg="Host port tcp:80 does not have an open socket"
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.550654626Z" level=info msg="Host port tcp:443 does not have an open socket"
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.550821095Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-5c4c674fdc-s66gd Namespace:ingress-nginx ID:4bc74895e51095319a3d9d3fb8c7f793fd7eaa83ef1fcfa4564eaaabb01be3bd UID:b9ce15aa-5921-4cd2-b810-1292c8d62318 NetNS:/var/run/netns/e4b7d860-50e3-49f8-90d4-d4daa6e21a5a Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.550988065Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-5c4c674fdc-s66gd from CNI network \"kindnet\" (type=ptp)"
Oct 06 02:17:48 addons-891734 crio[882]: time="2023-10-06 02:17:48.572677745Z" level=info msg="Stopped pod sandbox: 4bc74895e51095319a3d9d3fb8c7f793fd7eaa83ef1fcfa4564eaaabb01be3bd" id=53161066-5e7e-4b2d-8780-745d4d4f321e name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 06 02:17:49 addons-891734 crio[882]: time="2023-10-06 02:17:49.575160567Z" level=info msg="Removing container: d3cb5f139682b6b3946e351e11987430b9c82218c9318ee52cdd823d45834ae0" id=0c0f5812-2d5f-4782-b832-eea805a43052 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 06 02:17:49 addons-891734 crio[882]: time="2023-10-06 02:17:49.593441036Z" level=info msg="Removed container d3cb5f139682b6b3946e351e11987430b9c82218c9318ee52cdd823d45834ae0: ingress-nginx/ingress-nginx-controller-5c4c674fdc-s66gd/controller" id=0c0f5812-2d5f-4782-b832-eea805a43052 name=/runtime.v1.RuntimeService/RemoveContainer
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
635e4b59f2236 97e050c3e21e9472ce8eb8fcb7bb8f23063c0b473fe44bdc42246bb01c15cdd4 7 seconds ago Exited hello-world-app 2 35fa97b155460 hello-world-app-5d77478584-mm6ft
26cdf39dbb75d ghcr.io/headlamp-k8s/headlamp@sha256:44b17c125fc5da7899f2583ca3468a31cc80ea52c9ef2aad503f58d91908e4c1 About a minute ago Running headlamp 0 81b7b37c9e328 headlamp-58b88cff49-8mm4d
850fa3f0d66ab docker.io/library/nginx@sha256:4c93a3bd8bf95412889dd84213570102176b6052d88bb828eaf449c56aca55ef 2 minutes ago Running nginx 0 6d8b351689f17 nginx
40d495ce467fd gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 3 minutes ago Running gcp-auth 0 6881844d58c23 gcp-auth-d4c87556c-mg9lt
b46242eef7f6d docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 3 minutes ago Running local-path-provisioner 0 ee385c4266981 local-path-provisioner-78b46b4d5c-288pl
07073c0d26661 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b 4 minutes ago Exited patch 0 ffbc10b9c486c ingress-nginx-admission-patch-lz4n7
dd9be9419c7e1 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:543c40fd093964bc9ab509d3e791f9989963021f1e9e4c9c7b6700b02bfb227b 4 minutes ago Exited create 0 6e98a6ade8fec ingress-nginx-admission-create-cmxjz
baadd818084ef 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 4 minutes ago Running coredns 0 ecd6349d0fe56 coredns-5dd5756b68-mls87
8ab22a60d8526 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 4 minutes ago Running storage-provisioner 0 cd7c5c7fc00a1 storage-provisioner
bf975e8417fd9 7da62c127fc0f2c3473babe4dd0fe1da874278c4e524a490b1781e3e0e6dddfa 5 minutes ago Running kube-proxy 0 ae1cda58f6931 kube-proxy-c67j7
5a84cf3db6ffb 04b4eaa3d3db8abea4b9ea4d10a0926ebb31db5a31b673aa1cf7a4b3af4add26 5 minutes ago Running kindnet-cni 0 c746e1bae884e kindnet-nkcw9
91a705de1743c 89d57b83c17862d0ca2dd214e9e5ad425f8d67ecba32d10b846f8d22d3b5597c 5 minutes ago Running kube-controller-manager 0 1c842c0610325 kube-controller-manager-addons-891734
3e58465ec0dad 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 5 minutes ago Running etcd 0 ce0fdae72a226 etcd-addons-891734
d8f5c121581ac 64fc40cee3716a4596d219b360ce536adb7998eaeae3f5dbb774d6503f5039d7 5 minutes ago Running kube-scheduler 0 246ad0f60909f kube-scheduler-addons-891734
27c082cd8ae59 30bb499447fe1bc655853e2e8ac386cdeb28c80263536259cb54f290f9a58d6c 5 minutes ago Running kube-apiserver 0 926c19e41ee65 kube-apiserver-addons-891734
*
* ==> coredns [baadd818084efc2a4aabb4ae2b956bd8d563513bd47c92b42ba75462794db637] <==
* [INFO] 10.244.0.18:44316 - 11800 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000061778s
[INFO] 10.244.0.18:44316 - 64349 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000060596s
[INFO] 10.244.0.18:44316 - 57217 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00006104s
[INFO] 10.244.0.18:44316 - 63208 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000063788s
[INFO] 10.244.0.18:44316 - 7030 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001137791s
[INFO] 10.244.0.18:44316 - 6365 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00115988s
[INFO] 10.244.0.18:44316 - 15654 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000071165s
[INFO] 10.244.0.18:37255 - 31361 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000114678s
[INFO] 10.244.0.18:39165 - 61410 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000052965s
[INFO] 10.244.0.18:37255 - 57495 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000039952s
[INFO] 10.244.0.18:39165 - 12153 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000031434s
[INFO] 10.244.0.18:37255 - 8687 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000066209s
[INFO] 10.244.0.18:37255 - 43768 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000141049s
[INFO] 10.244.0.18:39165 - 43837 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000199266s
[INFO] 10.244.0.18:39165 - 26325 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000077705s
[INFO] 10.244.0.18:37255 - 22094 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000056904s
[INFO] 10.244.0.18:37255 - 39270 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000077376s
[INFO] 10.244.0.18:39165 - 47852 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000169062s
[INFO] 10.244.0.18:39165 - 38457 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000068736s
[INFO] 10.244.0.18:37255 - 39772 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001297573s
[INFO] 10.244.0.18:39165 - 3874 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001285782s
[INFO] 10.244.0.18:39165 - 50281 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000978895s
[INFO] 10.244.0.18:37255 - 20577 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001151904s
[INFO] 10.244.0.18:37255 - 19870 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000107908s
[INFO] 10.244.0.18:39165 - 35175 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000046672s
*
* ==> describe nodes <==
* Name: addons-891734
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-891734
kubernetes.io/os=linux
minikube.k8s.io/commit=84890cb24d0240d9d992d7c7712ee519ceed4154
minikube.k8s.io/name=addons-891734
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_10_06T02_12_21_0700
minikube.k8s.io/version=v1.31.2
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-891734
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: Fri, 06 Oct 2023 02:12:17 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-891734
AcquireTime: <unset>
RenewTime: Fri, 06 Oct 2023 02:17:48 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Fri, 06 Oct 2023 02:16:25 +0000 Fri, 06 Oct 2023 02:12:14 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Fri, 06 Oct 2023 02:16:25 +0000 Fri, 06 Oct 2023 02:12:14 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Fri, 06 Oct 2023 02:16:25 +0000 Fri, 06 Oct 2023 02:12:14 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Fri, 06 Oct 2023 02:16:25 +0000 Fri, 06 Oct 2023 02:13:07 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-891734
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: 845361a49b284867a46b946555afe4bc
System UUID: 7cedb657-da4d-416a-a21a-4752cfe58941
Boot ID: d6810820-8fb1-4098-8489-41f3441712b9
Kernel Version: 5.15.0-1047-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.2
Kube-Proxy Version: v1.28.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-mm6ft 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
gcp-auth gcp-auth-d4c87556c-mg9lt 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m11s
headlamp headlamp-58b88cff49-8mm4d 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 105s
kube-system coredns-5dd5756b68-mls87 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m19s
kube-system etcd-addons-891734 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m35s
kube-system kindnet-nkcw9 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m19s
kube-system kube-apiserver-addons-891734 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m32s
kube-system kube-controller-manager-addons-891734 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m32s
kube-system kube-proxy-c67j7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m19s
kube-system kube-scheduler-addons-891734 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m33s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m15s
local-path-storage local-path-provisioner-78b46b4d5c-288pl 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m15s
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 5m15s kube-proxy
Normal NodeHasSufficientMemory 5m40s (x8 over 5m40s) kubelet Node addons-891734 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m40s (x8 over 5m40s) kubelet Node addons-891734 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m40s (x8 over 5m40s) kubelet Node addons-891734 status is now: NodeHasSufficientPID
Normal Starting 5m33s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m33s kubelet Node addons-891734 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m33s kubelet Node addons-891734 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m33s kubelet Node addons-891734 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m21s node-controller Node addons-891734 event: Registered Node addons-891734 in Controller
Normal NodeReady 4m46s kubelet Node addons-891734 status is now: NodeReady
*
* ==> dmesg <==
* [ +0.000724] FS-Cache: N-cookie c=0000008a [p=00000081 fl=2 nc=0 na=1]
[ +0.000881] FS-Cache: N-cookie d=00000000b75c0848{9p.inode} n=00000000c7d5a016
[ +0.000977] FS-Cache: N-key=[8] '83683b0000000000'
[ +0.002761] FS-Cache: Duplicate cookie detected
[ +0.000666] FS-Cache: O-cookie c=00000084 [p=00000081 fl=226 nc=0 na=1]
[ +0.000893] FS-Cache: O-cookie d=00000000b75c0848{9p.inode} n=00000000ac4eed26
[ +0.000977] FS-Cache: O-key=[8] '83683b0000000000'
[ +0.000712] FS-Cache: N-cookie c=0000008b [p=00000081 fl=2 nc=0 na=1]
[ +0.000873] FS-Cache: N-cookie d=00000000b75c0848{9p.inode} n=00000000829faa01
[ +0.000986] FS-Cache: N-key=[8] '83683b0000000000'
[ +2.635876] FS-Cache: Duplicate cookie detected
[ +0.000696] FS-Cache: O-cookie c=00000082 [p=00000081 fl=226 nc=0 na=1]
[ +0.000912] FS-Cache: O-cookie d=00000000b75c0848{9p.inode} n=000000000ec71b23
[ +0.001054] FS-Cache: O-key=[8] '82683b0000000000'
[ +0.000673] FS-Cache: N-cookie c=0000008d [p=00000081 fl=2 nc=0 na=1]
[ +0.000887] FS-Cache: N-cookie d=00000000b75c0848{9p.inode} n=00000000a2c82d9a
[ +0.000977] FS-Cache: N-key=[8] '82683b0000000000'
[ +0.322832] FS-Cache: Duplicate cookie detected
[ +0.000747] FS-Cache: O-cookie c=00000087 [p=00000081 fl=226 nc=0 na=1]
[ +0.000953] FS-Cache: O-cookie d=00000000b75c0848{9p.inode} n=000000008b78ebee
[ +0.001110] FS-Cache: O-key=[8] '8a683b0000000000'
[ +0.000713] FS-Cache: N-cookie c=0000008e [p=00000081 fl=2 nc=0 na=1]
[ +0.000948] FS-Cache: N-cookie d=00000000b75c0848{9p.inode} n=0000000019ad38e0
[ +0.001028] FS-Cache: N-key=[8] '8a683b0000000000'
[ +32.439348] new mount options do not match the existing superblock, will be ignored
*
* ==> etcd [3e58465ec0dad3716a0f6fdcbfeb0e6dd40b06e22263c02ffd01c94a8462da7f] <==
* {"level":"info","ts":"2023-10-06T02:12:14.171208Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2023-10-06T02:12:14.171249Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2023-10-06T02:12:14.171303Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2023-10-06T02:12:14.171344Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-10-06T02:12:14.171386Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2023-10-06T02:12:14.171425Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-10-06T02:12:14.175226Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-891734 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-10-06T02:12:14.175321Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-10-06T02:12:14.176315Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-10-06T02:12:14.176461Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-06T02:12:14.176857Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-10-06T02:12:14.177196Z","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-10-06T02:12:14.179127Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-06T02:12:14.179188Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-06T02:12:14.195843Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-10-06T02:12:14.235069Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-10-06T02:12:14.235109Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"warn","ts":"2023-10-06T02:12:35.736035Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"107.645735ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128024271453663358 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/events/kube-system/coredns.178b62d5df5a7b63\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/coredns.178b62d5df5a7b63\" value_size:618 lease:8128024271453662635 >> failure:<>>","response":"size:16"}
{"level":"info","ts":"2023-10-06T02:12:35.740764Z","caller":"traceutil/trace.go:171","msg":"trace[1722666794] linearizableReadLoop","detail":"{readStateIndex:390; appliedIndex:389; }","duration":"113.065492ms","start":"2023-10-06T02:12:35.627678Z","end":"2023-10-06T02:12:35.740743Z","steps":["trace[1722666794] 'read index received' (duration: 272.035µs)","trace[1722666794] 'applied index is now lower than readState.Index' (duration: 112.790618ms)"],"step_count":2}
{"level":"info","ts":"2023-10-06T02:12:35.7409Z","caller":"traceutil/trace.go:171","msg":"trace[1438481036] transaction","detail":"{read_only:false; response_revision:377; number_of_response:1; }","duration":"173.651236ms","start":"2023-10-06T02:12:35.567237Z","end":"2023-10-06T02:12:35.740889Z","steps":["trace[1438481036] 'process raft request' (duration: 60.8075ms)","trace[1438481036] 'compare' (duration: 107.36204ms)"],"step_count":2}
{"level":"warn","ts":"2023-10-06T02:12:35.741298Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"113.585342ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/kindnet\" ","response":"range_response_count:1 size:4681"}
{"level":"info","ts":"2023-10-06T02:12:35.742127Z","caller":"traceutil/trace.go:171","msg":"trace[1896377010] range","detail":"{range_begin:/registry/daemonsets/kube-system/kindnet; range_end:; response_count:1; response_revision:377; }","duration":"114.411631ms","start":"2023-10-06T02:12:35.627704Z","end":"2023-10-06T02:12:35.742115Z","steps":["trace[1896377010] 'agreement among raft nodes before linearized reading' (duration: 113.559135ms)"],"step_count":1}
{"level":"warn","ts":"2023-10-06T02:12:35.741003Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"113.326222ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-proxy-c67j7\" ","response":"range_response_count:1 size:3426"}
{"level":"info","ts":"2023-10-06T02:12:35.742469Z","caller":"traceutil/trace.go:171","msg":"trace[2093012599] range","detail":"{range_begin:/registry/pods/kube-system/kube-proxy-c67j7; range_end:; response_count:1; response_revision:377; }","duration":"114.79733ms","start":"2023-10-06T02:12:35.627652Z","end":"2023-10-06T02:12:35.742449Z","steps":["trace[2093012599] 'agreement among raft nodes before linearized reading' (duration: 113.263995ms)"],"step_count":1}
{"level":"info","ts":"2023-10-06T02:12:36.360465Z","caller":"traceutil/trace.go:171","msg":"trace[1198911854] transaction","detail":"{read_only:false; response_revision:380; number_of_response:1; }","duration":"128.853898ms","start":"2023-10-06T02:12:36.231588Z","end":"2023-10-06T02:12:36.360442Z","steps":["trace[1198911854] 'process raft request' (duration: 100.945331ms)","trace[1198911854] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/events/kube-system/coredns-5dd5756b68.178b62d5fd4b0f32; req_size:701; } (duration: 27.7062ms)"],"step_count":2}
*
* ==> gcp-auth [40d495ce467fdfcddfba7ee6a95a2b405cc95b602b9040b46cb4791a23488c28] <==
* 2023/10/06 02:14:11 GCP Auth Webhook started!
2023/10/06 02:14:44 Ready to marshal response ...
2023/10/06 02:14:44 Ready to write response ...
2023/10/06 02:15:07 Ready to marshal response ...
2023/10/06 02:15:07 Ready to write response ...
2023/10/06 02:15:11 Ready to marshal response ...
2023/10/06 02:15:11 Ready to write response ...
2023/10/06 02:15:30 Ready to marshal response ...
2023/10/06 02:15:30 Ready to write response ...
2023/10/06 02:15:48 Ready to marshal response ...
2023/10/06 02:15:48 Ready to write response ...
2023/10/06 02:15:48 Ready to marshal response ...
2023/10/06 02:15:48 Ready to write response ...
2023/10/06 02:15:55 Ready to marshal response ...
2023/10/06 02:15:55 Ready to write response ...
2023/10/06 02:16:08 Ready to marshal response ...
2023/10/06 02:16:08 Ready to write response ...
2023/10/06 02:16:08 Ready to marshal response ...
2023/10/06 02:16:08 Ready to write response ...
2023/10/06 02:16:08 Ready to marshal response ...
2023/10/06 02:16:08 Ready to write response ...
2023/10/06 02:17:27 Ready to marshal response ...
2023/10/06 02:17:27 Ready to write response ...
*
* ==> kernel <==
* 02:17:54 up 12:00, 0 users, load average: 0.61, 1.60, 2.19
Linux addons-891734 5.15.0-1047-aws #52~20.04.1-Ubuntu SMP Thu Sep 21 10:08:54 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
*
* ==> kindnet [5a84cf3db6ffb45808d711e27820b13396b233b3c67794d1aaab46bfe1614cd3] <==
* I1006 02:15:47.302127 1 main.go:227] handling current node
I1006 02:15:57.306733 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:15:57.306764 1 main.go:227] handling current node
I1006 02:16:07.319997 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:16:07.320098 1 main.go:227] handling current node
I1006 02:16:17.332185 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:16:17.332212 1 main.go:227] handling current node
I1006 02:16:27.337048 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:16:27.337080 1 main.go:227] handling current node
I1006 02:16:37.341037 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:16:37.341066 1 main.go:227] handling current node
I1006 02:16:47.349152 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:16:47.349186 1 main.go:227] handling current node
I1006 02:16:57.353190 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:16:57.353220 1 main.go:227] handling current node
I1006 02:17:07.363437 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:17:07.363464 1 main.go:227] handling current node
I1006 02:17:17.374830 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:17:17.374857 1 main.go:227] handling current node
I1006 02:17:27.383808 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:17:27.383840 1 main.go:227] handling current node
I1006 02:17:37.388134 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:17:37.388164 1 main.go:227] handling current node
I1006 02:17:47.401004 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1006 02:17:47.401034 1 main.go:227] handling current node
*
* ==> kube-apiserver [27c082cd8ae5999ad0f0ca05adbe90847b817c9351c089bc379a187e9d384369] <==
* I1006 02:15:01.395849 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I1006 02:15:01.417123 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1006 02:15:02.454944 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1006 02:15:07.530500 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I1006 02:15:07.929526 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.108.1.17"}
I1006 02:15:22.505856 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I1006 02:15:46.631225 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1006 02:15:46.631356 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1006 02:15:46.640793 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1006 02:15:46.640925 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1006 02:15:46.652493 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1006 02:15:46.652619 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1006 02:15:46.690136 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1006 02:15:46.690313 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1006 02:15:46.739117 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1006 02:15:46.739243 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1006 02:15:46.767695 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1006 02:15:46.767808 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1006 02:15:46.789515 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1006 02:15:46.790208 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1006 02:15:47.723862 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1006 02:15:47.772684 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1006 02:15:47.833715 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I1006 02:16:08.565960 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.101.89.202"}
I1006 02:17:27.933295 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.99.199.169"}
*
* ==> kube-controller-manager [91a705de1743c9ffe70d4720f9dac4523e884bbe289aea05416b550ab6249c67] <==
* W1006 02:16:56.822264 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
E1006 02:16:56.822299 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
W1006 02:17:21.237632 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
E1006 02:17:21.237665 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
I1006 02:17:27.669774 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"
I1006 02:17:27.691109 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-mm6ft"
I1006 02:17:27.700142 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="30.9631ms"
I1006 02:17:27.717003 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="16.720377ms"
I1006 02:17:27.717188 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="65.495µs"
I1006 02:17:27.731088 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.316µs"
I1006 02:17:30.544014 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="37.63µs"
I1006 02:17:31.539852 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="42.446µs"
W1006 02:17:32.071482 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
E1006 02:17:32.071517 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
I1006 02:17:32.540995 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="49.987µs"
W1006 02:17:40.353059 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
E1006 02:17:40.353097 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
W1006 02:17:43.066272 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
E1006 02:17:43.066307 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
I1006 02:17:45.340037 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I1006 02:17:45.345160 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-5c4c674fdc" duration="6.105µs"
I1006 02:17:45.349976 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I1006 02:17:46.587618 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="87.132µs"
W1006 02:17:53.503794 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
E1006 02:17:53.503916 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 [bf975e8417fd962a40c466d2913d0fdd34264e9aead6c69acba465f0c00401f5] <==
* I1006 02:12:37.979355 1 server_others.go:69] "Using iptables proxy"
I1006 02:12:38.176542 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I1006 02:12:38.555613 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1006 02:12:38.562496 1 server_others.go:152] "Using iptables Proxier"
I1006 02:12:38.562644 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I1006 02:12:38.562678 1 server_others.go:438] "Defaulting to no-op detect-local"
I1006 02:12:38.562752 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"
I1006 02:12:38.563125 1 server.go:846] "Version info" version="v1.28.2"
I1006 02:12:38.563170 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1006 02:12:38.565280 1 config.go:188] "Starting service config controller"
I1006 02:12:38.565298 1 shared_informer.go:311] Waiting for caches to sync for service config
I1006 02:12:38.565316 1 config.go:97] "Starting endpoint slice config controller"
I1006 02:12:38.565320 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I1006 02:12:38.565820 1 config.go:315] "Starting node config controller"
I1006 02:12:38.565837 1 shared_informer.go:311] Waiting for caches to sync for node config
I1006 02:12:38.666788 1 shared_informer.go:318] Caches are synced for node config
I1006 02:12:38.666822 1 shared_informer.go:318] Caches are synced for service config
I1006 02:12:38.666848 1 shared_informer.go:318] Caches are synced for endpoint slice config
*
* ==> kube-scheduler [d8f5c121581ac399db699f771268c9fd21bab013daa95c65dc53b921e150b077] <==
* I1006 02:12:17.045437 1 serving.go:348] Generated self-signed cert in-memory
W1006 02:12:18.764991 1 requestheader_controller.go:193] Unable to get configmap/extension-apiserver-authentication in kube-system. Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
W1006 02:12:18.765028 1 authentication.go:368] Error looking up in-cluster authentication configuration: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot get resource "configmaps" in API group "" in the namespace "kube-system"
W1006 02:12:18.765039 1 authentication.go:369] Continuing without authentication configuration. This may treat all requests as anonymous.
W1006 02:12:18.765046 1 authentication.go:370] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false
I1006 02:12:18.785411 1 server.go:154] "Starting Kubernetes Scheduler" version="v1.28.2"
I1006 02:12:18.785444 1 server.go:156] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1006 02:12:18.787822 1 secure_serving.go:210] Serving securely on 127.0.0.1:10259
I1006 02:12:18.787984 1 configmap_cafile_content.go:202] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
I1006 02:12:18.788029 1 shared_informer.go:311] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
I1006 02:12:18.788051 1 tlsconfig.go:240] "Starting DynamicServingCertificateController"
W1006 02:12:18.802356 1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E1006 02:12:18.802455 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I1006 02:12:19.688649 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Oct 06 02:17:32 addons-891734 kubelet[1349]: I1006 02:17:32.527859 1349 scope.go:117] "RemoveContainer" containerID="6d90a4e11e3214cc4c9ed15dee44dd820fc167142d40685497eda16a3be98c3a"
Oct 06 02:17:32 addons-891734 kubelet[1349]: E1006 02:17:32.528143 1349 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-mm6ft_default(150419cb-ac5e-4795-9d55-8d177d28dc95)\"" pod="default/hello-world-app-5d77478584-mm6ft" podUID="150419cb-ac5e-4795-9d55-8d177d28dc95"
Oct 06 02:17:37 addons-891734 kubelet[1349]: I1006 02:17:37.734969 1349 scope.go:117] "RemoveContainer" containerID="dd6fc4ce9a45b9be45d299c22952265b497b80b3ffc7516f88b40a7bfb7d7075"
Oct 06 02:17:37 addons-891734 kubelet[1349]: E1006 02:17:37.735283 1349 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(c553fbd4-fcc7-42fe-868c-e85cd1ac80cb)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="c553fbd4-fcc7-42fe-868c-e85cd1ac80cb"
Oct 06 02:17:38 addons-891734 kubelet[1349]: E1006 02:17:38.941081 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/4afee1d62526244d9e4b7595494926510483278a8581b82485bfd56e889b891b/diff" to get inode usage: stat /var/lib/containers/storage/overlay/4afee1d62526244d9e4b7595494926510483278a8581b82485bfd56e889b891b/diff: no such file or directory, extraDiskErr: <nil>
Oct 06 02:17:43 addons-891734 kubelet[1349]: I1006 02:17:43.857839 1349 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-mh9hd\" (UniqueName: \"kubernetes.io/projected/c553fbd4-fcc7-42fe-868c-e85cd1ac80cb-kube-api-access-mh9hd\") pod \"c553fbd4-fcc7-42fe-868c-e85cd1ac80cb\" (UID: \"c553fbd4-fcc7-42fe-868c-e85cd1ac80cb\") "
Oct 06 02:17:43 addons-891734 kubelet[1349]: I1006 02:17:43.862825 1349 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c553fbd4-fcc7-42fe-868c-e85cd1ac80cb-kube-api-access-mh9hd" (OuterVolumeSpecName: "kube-api-access-mh9hd") pod "c553fbd4-fcc7-42fe-868c-e85cd1ac80cb" (UID: "c553fbd4-fcc7-42fe-868c-e85cd1ac80cb"). InnerVolumeSpecName "kube-api-access-mh9hd". PluginName "kubernetes.io/projected", VolumeGidValue ""
Oct 06 02:17:43 addons-891734 kubelet[1349]: I1006 02:17:43.958886 1349 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-mh9hd\" (UniqueName: \"kubernetes.io/projected/c553fbd4-fcc7-42fe-868c-e85cd1ac80cb-kube-api-access-mh9hd\") on node \"addons-891734\" DevicePath \"\""
Oct 06 02:17:44 addons-891734 kubelet[1349]: I1006 02:17:44.550994 1349 scope.go:117] "RemoveContainer" containerID="dd6fc4ce9a45b9be45d299c22952265b497b80b3ffc7516f88b40a7bfb7d7075"
Oct 06 02:17:44 addons-891734 kubelet[1349]: E1006 02:17:44.676252 1349 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/2447191d092f705104bf69406d485fec66b2a345ac16b7b6e768766fb5bd9969/diff" to get inode usage: stat /var/lib/containers/storage/overlay/2447191d092f705104bf69406d485fec66b2a345ac16b7b6e768766fb5bd9969/diff: no such file or directory, extraDiskErr: <nil>
Oct 06 02:17:44 addons-891734 kubelet[1349]: I1006 02:17:44.737530 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="c553fbd4-fcc7-42fe-868c-e85cd1ac80cb" path="/var/lib/kubelet/pods/c553fbd4-fcc7-42fe-868c-e85cd1ac80cb/volumes"
Oct 06 02:17:45 addons-891734 kubelet[1349]: I1006 02:17:45.735612 1349 scope.go:117] "RemoveContainer" containerID="6d90a4e11e3214cc4c9ed15dee44dd820fc167142d40685497eda16a3be98c3a"
Oct 06 02:17:46 addons-891734 kubelet[1349]: I1006 02:17:46.563630 1349 scope.go:117] "RemoveContainer" containerID="6d90a4e11e3214cc4c9ed15dee44dd820fc167142d40685497eda16a3be98c3a"
Oct 06 02:17:46 addons-891734 kubelet[1349]: I1006 02:17:46.563984 1349 scope.go:117] "RemoveContainer" containerID="635e4b59f2236b19bea16aee27a2edcb89dcb439cf2cb45b43f2628b285570e9"
Oct 06 02:17:46 addons-891734 kubelet[1349]: E1006 02:17:46.564321 1349 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-mm6ft_default(150419cb-ac5e-4795-9d55-8d177d28dc95)\"" pod="default/hello-world-app-5d77478584-mm6ft" podUID="150419cb-ac5e-4795-9d55-8d177d28dc95"
Oct 06 02:17:46 addons-891734 kubelet[1349]: I1006 02:17:46.737345 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="12ed1b3d-f600-4d4f-8c18-37083740115e" path="/var/lib/kubelet/pods/12ed1b3d-f600-4d4f-8c18-37083740115e/volumes"
Oct 06 02:17:46 addons-891734 kubelet[1349]: I1006 02:17:46.737737 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="940139f2-658e-436c-a5f2-6372959a9586" path="/var/lib/kubelet/pods/940139f2-658e-436c-a5f2-6372959a9586/volumes"
Oct 06 02:17:48 addons-891734 kubelet[1349]: I1006 02:17:48.705304 1349 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b9ce15aa-5921-4cd2-b810-1292c8d62318-webhook-cert\") pod \"b9ce15aa-5921-4cd2-b810-1292c8d62318\" (UID: \"b9ce15aa-5921-4cd2-b810-1292c8d62318\") "
Oct 06 02:17:48 addons-891734 kubelet[1349]: I1006 02:17:48.705364 1349 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-p4ff7\" (UniqueName: \"kubernetes.io/projected/b9ce15aa-5921-4cd2-b810-1292c8d62318-kube-api-access-p4ff7\") pod \"b9ce15aa-5921-4cd2-b810-1292c8d62318\" (UID: \"b9ce15aa-5921-4cd2-b810-1292c8d62318\") "
Oct 06 02:17:48 addons-891734 kubelet[1349]: I1006 02:17:48.708529 1349 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/b9ce15aa-5921-4cd2-b810-1292c8d62318-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "b9ce15aa-5921-4cd2-b810-1292c8d62318" (UID: "b9ce15aa-5921-4cd2-b810-1292c8d62318"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Oct 06 02:17:48 addons-891734 kubelet[1349]: I1006 02:17:48.709249 1349 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b9ce15aa-5921-4cd2-b810-1292c8d62318-kube-api-access-p4ff7" (OuterVolumeSpecName: "kube-api-access-p4ff7") pod "b9ce15aa-5921-4cd2-b810-1292c8d62318" (UID: "b9ce15aa-5921-4cd2-b810-1292c8d62318"). InnerVolumeSpecName "kube-api-access-p4ff7". PluginName "kubernetes.io/projected", VolumeGidValue ""
Oct 06 02:17:48 addons-891734 kubelet[1349]: I1006 02:17:48.740677 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="b9ce15aa-5921-4cd2-b810-1292c8d62318" path="/var/lib/kubelet/pods/b9ce15aa-5921-4cd2-b810-1292c8d62318/volumes"
Oct 06 02:17:48 addons-891734 kubelet[1349]: I1006 02:17:48.805895 1349 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-p4ff7\" (UniqueName: \"kubernetes.io/projected/b9ce15aa-5921-4cd2-b810-1292c8d62318-kube-api-access-p4ff7\") on node \"addons-891734\" DevicePath \"\""
Oct 06 02:17:48 addons-891734 kubelet[1349]: I1006 02:17:48.805936 1349 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/b9ce15aa-5921-4cd2-b810-1292c8d62318-webhook-cert\") on node \"addons-891734\" DevicePath \"\""
Oct 06 02:17:49 addons-891734 kubelet[1349]: I1006 02:17:49.573629 1349 scope.go:117] "RemoveContainer" containerID="d3cb5f139682b6b3946e351e11987430b9c82218c9318ee52cdd823d45834ae0"
*
* ==> storage-provisioner [8ab22a60d852632d854bdf16b6fc8f673b4e03dd0d57ef0db62bcf29276d4890] <==
* I1006 02:13:07.906713 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1006 02:13:07.920606 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1006 02:13:07.920783 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1006 02:13:07.928229 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1006 02:13:07.928505 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-891734_e7da60db-e4ca-432b-aee1-3b1bf8c4a1d4!
I1006 02:13:07.929786 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"a99e7680-254d-4388-8225-bd0b3886c2eb", APIVersion:"v1", ResourceVersion:"834", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-891734_e7da60db-e4ca-432b-aee1-3b1bf8c4a1d4 became leader
I1006 02:13:08.044300 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-891734_e7da60db-e4ca-432b-aee1-3b1bf8c4a1d4!
E1006 02:15:38.991594 1 controller.go:1050] claim "ff09fc74-d780-4cd9-9fb9-dff5768cf31d" in work queue no longer exists
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-891734 -n addons-891734
helpers_test.go:261: (dbg) Run: kubectl --context addons-891734 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.60s)