=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-035693 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-035693 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-035693 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [9a86ad02-4c45-49c4-97f7-fc426a6cff4e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [9a86ad02-4c45-49c4-97f7-fc426a6cff4e] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.002950669s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-035693 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-035693 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.467760784s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run: kubectl --context addons-035693 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-035693 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-035693 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-035693 addons disable ingress-dns --alsologtostderr -v=1: (1.466093058s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-035693 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-035693 addons disable ingress --alsologtostderr -v=1: (7.757548643s)
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-035693
helpers_test.go:235: (dbg) docker inspect addons-035693:
-- stdout --
[
{
"Id": "476c3ad0d88c065a4f85fa189ca7b29f9ec649f33c7f7825b15962224faa28a8",
"Created": "2024-08-16T17:49:37.189676917Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 285535,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-08-16T17:49:37.337084512Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:decdd59746a9dba10062a73f6cd4b910c7b4e60613660b1022f8357747681c4d",
"ResolvConfPath": "/var/lib/docker/containers/476c3ad0d88c065a4f85fa189ca7b29f9ec649f33c7f7825b15962224faa28a8/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/476c3ad0d88c065a4f85fa189ca7b29f9ec649f33c7f7825b15962224faa28a8/hostname",
"HostsPath": "/var/lib/docker/containers/476c3ad0d88c065a4f85fa189ca7b29f9ec649f33c7f7825b15962224faa28a8/hosts",
"LogPath": "/var/lib/docker/containers/476c3ad0d88c065a4f85fa189ca7b29f9ec649f33c7f7825b15962224faa28a8/476c3ad0d88c065a4f85fa189ca7b29f9ec649f33c7f7825b15962224faa28a8-json.log",
"Name": "/addons-035693",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-035693:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-035693",
"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": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/947dbc3b107a5acd33a6b006e02949c9b2452bfe48994eeae84559323de14ce1-init/diff:/var/lib/docker/overlay2/70037d522e00dd0a89a9843a2c58153706242dc665eddca7b5915c2487a67ddf/diff",
"MergedDir": "/var/lib/docker/overlay2/947dbc3b107a5acd33a6b006e02949c9b2452bfe48994eeae84559323de14ce1/merged",
"UpperDir": "/var/lib/docker/overlay2/947dbc3b107a5acd33a6b006e02949c9b2452bfe48994eeae84559323de14ce1/diff",
"WorkDir": "/var/lib/docker/overlay2/947dbc3b107a5acd33a6b006e02949c9b2452bfe48994eeae84559323de14ce1/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-035693",
"Source": "/var/lib/docker/volumes/addons-035693/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-035693",
"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.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d",
"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-035693",
"name.minikube.sigs.k8s.io": "addons-035693",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "92e865572677ca1bbcd69c32a59062040b6c58e3627396f20143012c7bea7194",
"SandboxKey": "/var/run/docker/netns/92e865572677",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33134"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33135"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33138"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33136"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33137"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-035693": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "8b521fbf1af19d1dfad15c433f7e1bd8503f271e638f4b949c047a9c0b659da8",
"EndpointID": "fdf53fe0696062dae63d98a57ebd77b53282244e6dbe57c6383a7ded0bc64d06",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-035693",
"476c3ad0d88c"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-035693 -n addons-035693
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-035693 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-035693 logs -n 25: (1.364393882s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-628669 | download-only-628669 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | 16 Aug 24 17:49 UTC |
| start | --download-only -p | download-docker-240993 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | |
| | download-docker-240993 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-240993 | download-docker-240993 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | 16 Aug 24 17:49 UTC |
| start | --download-only -p | binary-mirror-205704 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | |
| | binary-mirror-205704 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:41837 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-205704 | binary-mirror-205704 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | 16 Aug 24 17:49 UTC |
| addons | disable dashboard -p | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | |
| | addons-035693 | | | | | |
| addons | enable dashboard -p | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | |
| | addons-035693 | | | | | |
| start | -p addons-035693 --wait=true | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:49 UTC | 16 Aug 24 17:52 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 | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | addons-035693 addons disable | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:52 UTC | 16 Aug 24 17:53 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-035693 addons disable | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| ip | addons-035693 ip | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| addons | addons-035693 addons disable | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | -p addons-035693 | | | | | |
| ssh | addons-035693 ssh cat | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | /opt/local-path-provisioner/pvc-8f665f0d-7f70-4b2f-b5f6-7d515479e3bb_default_test-pvc/file1 | | | | | |
| addons | addons-035693 addons disable | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | addons-035693 | | | | | |
| addons | enable headlamp | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | -p addons-035693 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-035693 addons | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-035693 addons | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:53 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-035693 addons disable | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:53 UTC | 16 Aug 24 17:54 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:54 UTC | 16 Aug 24 17:54 UTC |
| | addons-035693 | | | | | |
| ssh | addons-035693 ssh curl -s | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:54 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-035693 ip | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:56 UTC | 16 Aug 24 17:56 UTC |
| addons | addons-035693 addons disable | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:56 UTC | 16 Aug 24 17:56 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-035693 addons disable | addons-035693 | jenkins | v1.33.1 | 16 Aug 24 17:56 UTC | 16 Aug 24 17:56 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/08/16 17:49:12
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0816 17:49:12.491073 285045 out.go:345] Setting OutFile to fd 1 ...
I0816 17:49:12.491277 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0816 17:49:12.491304 285045 out.go:358] Setting ErrFile to fd 2...
I0816 17:49:12.491325 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0816 17:49:12.491607 285045 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19461-278896/.minikube/bin
I0816 17:49:12.492129 285045 out.go:352] Setting JSON to false
I0816 17:49:12.493053 285045 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":5501,"bootTime":1723825052,"procs":152,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1067-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0816 17:49:12.493162 285045 start.go:139] virtualization:
I0816 17:49:12.495600 285045 out.go:177] * [addons-035693] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0816 17:49:12.497898 285045 out.go:177] - MINIKUBE_LOCATION=19461
I0816 17:49:12.498025 285045 notify.go:220] Checking for updates...
I0816 17:49:12.501298 285045 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0816 17:49:12.503133 285045 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19461-278896/kubeconfig
I0816 17:49:12.504749 285045 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19461-278896/.minikube
I0816 17:49:12.506579 285045 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0816 17:49:12.508261 285045 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0816 17:49:12.510104 285045 driver.go:392] Setting default libvirt URI to qemu:///system
I0816 17:49:12.533541 285045 docker.go:123] docker version: linux-27.1.2:Docker Engine - Community
I0816 17:49:12.533661 285045 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0816 17:49:12.597131 285045 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 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-08-16 17:49:12.587883065 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1067-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0816 17:49:12.597250 285045 docker.go:307] overlay module found
I0816 17:49:12.600472 285045 out.go:177] * Using the docker driver based on user configuration
I0816 17:49:12.602096 285045 start.go:297] selected driver: docker
I0816 17:49:12.602113 285045 start.go:901] validating driver "docker" against <nil>
I0816 17:49:12.602127 285045 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0816 17:49:12.602776 285045 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0816 17:49:12.661686 285045 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 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:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-08-16 17:49:12.650713657 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1067-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 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:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0816 17:49:12.661883 285045 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0816 17:49:12.662127 285045 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0816 17:49:12.664148 285045 out.go:177] * Using Docker driver with root privileges
I0816 17:49:12.666027 285045 cni.go:84] Creating CNI manager for ""
I0816 17:49:12.666058 285045 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0816 17:49:12.666076 285045 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0816 17:49:12.666204 285045 start.go:340] cluster config:
{Name:addons-035693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.0 ClusterName:addons-035693 Namespace:default APIServerHAVIP: 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:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.0 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:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0816 17:49:12.668308 285045 out.go:177] * Starting "addons-035693" primary control-plane node in "addons-035693" cluster
I0816 17:49:12.669958 285045 cache.go:121] Beginning downloading kic base image for docker with crio
I0816 17:49:12.671810 285045 out.go:177] * Pulling base image v0.0.44-1723740748-19452 ...
I0816 17:49:12.673468 285045 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
I0816 17:49:12.673519 285045 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19461-278896/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4
I0816 17:49:12.673536 285045 cache.go:56] Caching tarball of preloaded images
I0816 17:49:12.673567 285045 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d in local docker daemon
I0816 17:49:12.673623 285045 preload.go:172] Found /home/jenkins/minikube-integration/19461-278896/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0816 17:49:12.673633 285045 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0 on crio
I0816 17:49:12.673997 285045 profile.go:143] Saving config to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/config.json ...
I0816 17:49:12.674030 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/config.json: {Name:mkbb27cbeedd58dd6672b815036d375a27c5cf00 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:12.688632 285045 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d to local cache
I0816 17:49:12.688756 285045 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d in local cache directory
I0816 17:49:12.688783 285045 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d in local cache directory, skipping pull
I0816 17:49:12.688789 285045 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d exists in cache, skipping pull
I0816 17:49:12.688796 285045 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d as a tarball
I0816 17:49:12.688807 285045 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d from local cache
I0816 17:49:29.783534 285045 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d from cached tarball
I0816 17:49:29.783577 285045 cache.go:194] Successfully downloaded all kic artifacts
I0816 17:49:29.783616 285045 start.go:360] acquireMachinesLock for addons-035693: {Name:mk10c159bb3bc4a2c181acf77d64f0fe4d1d4dec Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0816 17:49:29.783753 285045 start.go:364] duration metric: took 110.227µs to acquireMachinesLock for "addons-035693"
I0816 17:49:29.783790 285045 start.go:93] Provisioning new machine with config: &{Name:addons-035693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.0 ClusterName:addons-035693 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA 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:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.0 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:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.0 ContainerRuntime:crio ControlPlane:true Worker:true}
I0816 17:49:29.783869 285045 start.go:125] createHost starting for "" (driver="docker")
I0816 17:49:29.786258 285045 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0816 17:49:29.786514 285045 start.go:159] libmachine.API.Create for "addons-035693" (driver="docker")
I0816 17:49:29.786556 285045 client.go:168] LocalClient.Create starting
I0816 17:49:29.786673 285045 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca.pem
I0816 17:49:30.086025 285045 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/cert.pem
I0816 17:49:30.701732 285045 cli_runner.go:164] Run: docker network inspect addons-035693 --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}}]}"
W0816 17:49:30.717106 285045 cli_runner.go:211] docker network inspect addons-035693 --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
I0816 17:49:30.717189 285045 network_create.go:284] running [docker network inspect addons-035693] to gather additional debugging logs...
I0816 17:49:30.717210 285045 cli_runner.go:164] Run: docker network inspect addons-035693
W0816 17:49:30.732203 285045 cli_runner.go:211] docker network inspect addons-035693 returned with exit code 1
I0816 17:49:30.732236 285045 network_create.go:287] error running [docker network inspect addons-035693]: docker network inspect addons-035693: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-035693 not found
I0816 17:49:30.732250 285045 network_create.go:289] output of [docker network inspect addons-035693]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-035693 not found
** /stderr **
I0816 17:49:30.732353 285045 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}}]}"
I0816 17:49:30.747845 285045 network.go:206] 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:0x400177be90}
I0816 17:49:30.747888 285045 network_create.go:124] attempt to create docker network addons-035693 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0816 17:49:30.747955 285045 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-035693 addons-035693
I0816 17:49:30.815066 285045 network_create.go:108] docker network addons-035693 192.168.49.0/24 created
I0816 17:49:30.815110 285045 kic.go:121] calculated static IP "192.168.49.2" for the "addons-035693" container
I0816 17:49:30.815186 285045 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0816 17:49:30.829817 285045 cli_runner.go:164] Run: docker volume create addons-035693 --label name.minikube.sigs.k8s.io=addons-035693 --label created_by.minikube.sigs.k8s.io=true
I0816 17:49:30.846456 285045 oci.go:103] Successfully created a docker volume addons-035693
I0816 17:49:30.846552 285045 cli_runner.go:164] Run: docker run --rm --name addons-035693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-035693 --entrypoint /usr/bin/test -v addons-035693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d -d /var/lib
I0816 17:49:32.942429 285045 cli_runner.go:217] Completed: docker run --rm --name addons-035693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-035693 --entrypoint /usr/bin/test -v addons-035693:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d -d /var/lib: (2.095830883s)
I0816 17:49:32.942463 285045 oci.go:107] Successfully prepared a docker volume addons-035693
I0816 17:49:32.942494 285045 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
I0816 17:49:32.942515 285045 kic.go:194] Starting extracting preloaded images to volume ...
I0816 17:49:32.942594 285045 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19461-278896/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-035693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d -I lz4 -xf /preloaded.tar -C /extractDir
I0816 17:49:37.120912 285045 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19461-278896/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-035693:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d -I lz4 -xf /preloaded.tar -C /extractDir: (4.178279408s)
I0816 17:49:37.120958 285045 kic.go:203] duration metric: took 4.178427772s to extract preloaded images to volume ...
W0816 17:49:37.121092 285045 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0816 17:49:37.121201 285045 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0816 17:49:37.175152 285045 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-035693 --name addons-035693 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-035693 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-035693 --network addons-035693 --ip 192.168.49.2 --volume addons-035693:/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.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d
I0816 17:49:37.486971 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Running}}
I0816 17:49:37.507017 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:49:37.529165 285045 cli_runner.go:164] Run: docker exec addons-035693 stat /var/lib/dpkg/alternatives/iptables
I0816 17:49:37.597985 285045 oci.go:144] the created container "addons-035693" has a running status.
I0816 17:49:37.598017 285045 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa...
I0816 17:49:38.349462 285045 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0816 17:49:38.383555 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:49:38.402620 285045 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0816 17:49:38.402640 285045 kic_runner.go:114] Args: [docker exec --privileged addons-035693 chown docker:docker /home/docker/.ssh/authorized_keys]
I0816 17:49:38.469526 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:49:38.486282 285045 machine.go:93] provisionDockerMachine start ...
I0816 17:49:38.486371 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:38.504535 285045 main.go:141] libmachine: Using SSH client type: native
I0816 17:49:38.504839 285045 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil> [] 0s} 127.0.0.1 33134 <nil> <nil>}
I0816 17:49:38.504857 285045 main.go:141] libmachine: About to run SSH command:
hostname
I0816 17:49:38.647906 285045 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-035693
I0816 17:49:38.647972 285045 ubuntu.go:169] provisioning hostname "addons-035693"
I0816 17:49:38.648045 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:38.666123 285045 main.go:141] libmachine: Using SSH client type: native
I0816 17:49:38.666382 285045 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil> [] 0s} 127.0.0.1 33134 <nil> <nil>}
I0816 17:49:38.666401 285045 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-035693 && echo "addons-035693" | sudo tee /etc/hostname
I0816 17:49:38.808187 285045 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-035693
I0816 17:49:38.808291 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:38.825627 285045 main.go:141] libmachine: Using SSH client type: native
I0816 17:49:38.825867 285045 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil> [] 0s} 127.0.0.1 33134 <nil> <nil>}
I0816 17:49:38.825890 285045 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-035693' /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-035693/g' /etc/hosts;
else
echo '127.0.1.1 addons-035693' | sudo tee -a /etc/hosts;
fi
fi
I0816 17:49:38.960899 285045 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0816 17:49:38.960928 285045 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19461-278896/.minikube CaCertPath:/home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19461-278896/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19461-278896/.minikube}
I0816 17:49:38.960957 285045 ubuntu.go:177] setting up certificates
I0816 17:49:38.960966 285045 provision.go:84] configureAuth start
I0816 17:49:38.961034 285045 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-035693
I0816 17:49:38.977611 285045 provision.go:143] copyHostCerts
I0816 17:49:38.977695 285045 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19461-278896/.minikube/ca.pem (1082 bytes)
I0816 17:49:38.977826 285045 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19461-278896/.minikube/cert.pem (1123 bytes)
I0816 17:49:38.977887 285045 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19461-278896/.minikube/key.pem (1679 bytes)
I0816 17:49:38.977939 285045 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19461-278896/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca-key.pem org=jenkins.addons-035693 san=[127.0.0.1 192.168.49.2 addons-035693 localhost minikube]
I0816 17:49:39.140644 285045 provision.go:177] copyRemoteCerts
I0816 17:49:39.140722 285045 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0816 17:49:39.140769 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:39.157356 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:49:39.249753 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0816 17:49:39.275376 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0816 17:49:39.299604 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0816 17:49:39.323771 285045 provision.go:87] duration metric: took 362.782383ms to configureAuth
I0816 17:49:39.323802 285045 ubuntu.go:193] setting minikube options for container-runtime
I0816 17:49:39.323992 285045 config.go:182] Loaded profile config "addons-035693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0816 17:49:39.324105 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:39.340782 285045 main.go:141] libmachine: Using SSH client type: native
I0816 17:49:39.341020 285045 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil> [] 0s} 127.0.0.1 33134 <nil> <nil>}
I0816 17:49:39.341039 285045 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %s "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0816 17:49:39.576337 285045 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0816 17:49:39.576361 285045 machine.go:96] duration metric: took 1.090058129s to provisionDockerMachine
I0816 17:49:39.576372 285045 client.go:171] duration metric: took 9.789804776s to LocalClient.Create
I0816 17:49:39.576387 285045 start.go:167] duration metric: took 9.789873149s to libmachine.API.Create "addons-035693"
I0816 17:49:39.576404 285045 start.go:293] postStartSetup for "addons-035693" (driver="docker")
I0816 17:49:39.576414 285045 start.go:322] 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]
I0816 17:49:39.576477 285045 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
I0816 17:49:39.576517 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:39.595717 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:49:39.689843 285045 ssh_runner.go:195] Run: cat /etc/os-release
I0816 17:49:39.692978 285045 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0816 17:49:39.693014 285045 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0816 17:49:39.693026 285045 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0816 17:49:39.693033 285045 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0816 17:49:39.693044 285045 filesync.go:126] Scanning /home/jenkins/minikube-integration/19461-278896/.minikube/addons for local assets ...
I0816 17:49:39.693118 285045 filesync.go:126] Scanning /home/jenkins/minikube-integration/19461-278896/.minikube/files for local assets ...
I0816 17:49:39.693149 285045 start.go:296] duration metric: took 116.739657ms for postStartSetup
I0816 17:49:39.693484 285045 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-035693
I0816 17:49:39.709424 285045 profile.go:143] Saving config to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/config.json ...
I0816 17:49:39.709708 285045 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0816 17:49:39.709767 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:39.726164 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:49:39.817366 285045 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0816 17:49:39.821749 285045 start.go:128] duration metric: took 10.037862917s to createHost
I0816 17:49:39.821775 285045 start.go:83] releasing machines lock for "addons-035693", held for 10.038008836s
I0816 17:49:39.821855 285045 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-035693
I0816 17:49:39.837362 285045 ssh_runner.go:195] Run: cat /version.json
I0816 17:49:39.837413 285045 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0816 17:49:39.837426 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:39.837488 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:49:39.860745 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:49:39.863482 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:49:40.118456 285045 ssh_runner.go:195] Run: systemctl --version
I0816 17:49:40.123336 285045 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0816 17:49:40.268896 285045 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0816 17:49:40.273440 285045 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" ;
I0816 17:49:40.295465 285045 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0816 17:49:40.295550 285045 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0816 17:49:40.333676 285045 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0816 17:49:40.333703 285045 start.go:495] detecting cgroup driver to use...
I0816 17:49:40.333739 285045 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0816 17:49:40.333792 285045 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0816 17:49:40.352299 285045 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0816 17:49:40.365554 285045 docker.go:217] disabling cri-docker service (if available) ...
I0816 17:49:40.365707 285045 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0816 17:49:40.382014 285045 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0816 17:49:40.397221 285045 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0816 17:49:40.480365 285045 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0816 17:49:40.585807 285045 docker.go:233] disabling docker service ...
I0816 17:49:40.585884 285045 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0816 17:49:40.606451 285045 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0816 17:49:40.618549 285045 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0816 17:49:40.715159 285045 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0816 17:49:40.812318 285045 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0816 17:49:40.824829 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0816 17:49:40.841260 285045 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
I0816 17:49:40.841330 285045 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
I0816 17:49:40.851380 285045 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0816 17:49:40.851504 285045 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0816 17:49:40.861311 285045 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0816 17:49:40.871201 285045 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0816 17:49:40.881521 285045 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0816 17:49:40.891015 285045 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0816 17:49:40.900769 285045 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0816 17:49:40.916899 285045 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0816 17:49:40.926850 285045 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0816 17:49:40.935824 285045 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0816 17:49:40.944250 285045 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0816 17:49:41.022918 285045 ssh_runner.go:195] Run: sudo systemctl restart crio
I0816 17:49:41.135330 285045 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0816 17:49:41.135412 285045 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0816 17:49:41.138964 285045 start.go:563] Will wait 60s for crictl version
I0816 17:49:41.139074 285045 ssh_runner.go:195] Run: which crictl
I0816 17:49:41.142934 285045 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0816 17:49:41.181669 285045 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0816 17:49:41.181795 285045 ssh_runner.go:195] Run: crio --version
I0816 17:49:41.228599 285045 ssh_runner.go:195] Run: crio --version
I0816 17:49:41.269844 285045 out.go:177] * Preparing Kubernetes v1.31.0 on CRI-O 1.24.6 ...
I0816 17:49:41.272021 285045 cli_runner.go:164] Run: docker network inspect addons-035693 --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}}]}"
I0816 17:49:41.289933 285045 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0816 17:49:41.293620 285045 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""
I0816 17:49:41.304816 285045 kubeadm.go:883] updating cluster {Name:addons-035693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.0 ClusterName:addons-035693 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] 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:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.0 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:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0816 17:49:41.304943 285045 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
I0816 17:49:41.305024 285045 ssh_runner.go:195] Run: sudo crictl images --output json
I0816 17:49:41.383622 285045 crio.go:514] all images are preloaded for cri-o runtime.
I0816 17:49:41.383646 285045 crio.go:433] Images already preloaded, skipping extraction
I0816 17:49:41.383700 285045 ssh_runner.go:195] Run: sudo crictl images --output json
I0816 17:49:41.424870 285045 crio.go:514] all images are preloaded for cri-o runtime.
I0816 17:49:41.424931 285045 cache_images.go:84] Images are preloaded, skipping loading
I0816 17:49:41.424941 285045 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.0 crio true true} ...
I0816 17:49:41.425043 285045 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-035693 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.0 ClusterName:addons-035693 Namespace:default APIServerHAVIP: 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:}
I0816 17:49:41.425123 285045 ssh_runner.go:195] Run: crio config
I0816 17:49:41.477162 285045 cni.go:84] Creating CNI manager for ""
I0816 17:49:41.477188 285045 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0816 17:49:41.477205 285045 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0816 17:49:41.477229 285045 kubeadm.go:181] 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.31.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-035693 NodeName:addons-035693 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[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0816 17:49:41.477382 285045 kubeadm.go:187] 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-035693"
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.31.0
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "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
I0816 17:49:41.477468 285045 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.0
I0816 17:49:41.486473 285045 binaries.go:44] Found k8s binaries, skipping transfer
I0816 17:49:41.486546 285045 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0816 17:49:41.495546 285045 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0816 17:49:41.513750 285045 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0816 17:49:41.531574 285045 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0816 17:49:41.550204 285045 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0816 17:49:41.553797 285045 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""
I0816 17:49:41.564907 285045 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0816 17:49:41.657386 285045 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0816 17:49:41.671102 285045 certs.go:68] Setting up /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693 for IP: 192.168.49.2
I0816 17:49:41.671134 285045 certs.go:194] generating shared ca certs ...
I0816 17:49:41.671152 285045 certs.go:226] acquiring lock for ca certs: {Name:mk5387cb6cbb5a544c3c082f10b573950a035d73 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:41.671320 285045 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19461-278896/.minikube/ca.key
I0816 17:49:41.980959 285045 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19461-278896/.minikube/ca.crt ...
I0816 17:49:41.980993 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/ca.crt: {Name:mk5214fbcb931ec9c573571ab7e2e949722d8301 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:41.981618 285045 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19461-278896/.minikube/ca.key ...
I0816 17:49:41.981634 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/ca.key: {Name:mk4aa1aedafc855a8e7dc18ed3510793dd3a613d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:41.981726 285045 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19461-278896/.minikube/proxy-client-ca.key
I0816 17:49:42.323782 285045 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19461-278896/.minikube/proxy-client-ca.crt ...
I0816 17:49:42.323817 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/proxy-client-ca.crt: {Name:mk75128e47dd037679fc405e656c58508593e4dc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:42.324657 285045 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19461-278896/.minikube/proxy-client-ca.key ...
I0816 17:49:42.324689 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/proxy-client-ca.key: {Name:mk3f6ccdc85d2dc2c1b5d768e569cd2508b4985f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:42.324822 285045 certs.go:256] generating profile certs ...
I0816 17:49:42.324901 285045 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/client.key
I0816 17:49:42.325000 285045 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/client.crt with IP's: []
I0816 17:49:42.977182 285045 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/client.crt ...
I0816 17:49:42.977216 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/client.crt: {Name:mk1bda83cfdab2272cfc81be06128d85dee1c240 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:42.978073 285045 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/client.key ...
I0816 17:49:42.978099 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/client.key: {Name:mk987eaaed9a9a3f7e4e5bdd35ab8ad4be3481b9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:42.978551 285045 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.key.302e7c68
I0816 17:49:42.978575 285045 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.crt.302e7c68 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0816 17:49:43.170392 285045 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.crt.302e7c68 ...
I0816 17:49:43.170422 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.crt.302e7c68: {Name:mk3c2e80871adf23f9ae2045573df0a3468378e7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:43.170608 285045 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.key.302e7c68 ...
I0816 17:49:43.170625 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.key.302e7c68: {Name:mk55b7900f4990ee92b1785096a1a3a93adad724 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:43.170717 285045 certs.go:381] copying /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.crt.302e7c68 -> /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.crt
I0816 17:49:43.170796 285045 certs.go:385] copying /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.key.302e7c68 -> /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.key
I0816 17:49:43.170854 285045 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.key
I0816 17:49:43.170876 285045 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.crt with IP's: []
I0816 17:49:43.452907 285045 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.crt ...
I0816 17:49:43.452943 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.crt: {Name:mkfce6ad7090274346daaec3a6dbf34f56a24604 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:43.453130 285045 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.key ...
I0816 17:49:43.453144 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.key: {Name:mka0fbb455b5925750b76784800dbe67f2c8762f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:49:43.453346 285045 certs.go:484] found cert: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca-key.pem (1679 bytes)
I0816 17:49:43.453389 285045 certs.go:484] found cert: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/ca.pem (1082 bytes)
I0816 17:49:43.453424 285045 certs.go:484] found cert: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/cert.pem (1123 bytes)
I0816 17:49:43.453454 285045 certs.go:484] found cert: /home/jenkins/minikube-integration/19461-278896/.minikube/certs/key.pem (1679 bytes)
I0816 17:49:43.454131 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0816 17:49:43.479895 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0816 17:49:43.503746 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0816 17:49:43.527799 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0816 17:49:43.551976 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0816 17:49:43.576536 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0816 17:49:43.601177 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0816 17:49:43.625723 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/profiles/addons-035693/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0816 17:49:43.649499 285045 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19461-278896/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0816 17:49:43.674001 285045 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0816 17:49:43.692435 285045 ssh_runner.go:195] Run: openssl version
I0816 17:49:43.697904 285045 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"
I0816 17:49:43.707617 285045 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0816 17:49:43.711110 285045 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Aug 16 17:49 /usr/share/ca-certificates/minikubeCA.pem
I0816 17:49:43.711182 285045 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0816 17:49:43.718133 285045 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"
I0816 17:49:43.727616 285045 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0816 17:49:43.731067 285045 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0816 17:49:43.731121 285045 kubeadm.go:392] StartCluster: {Name:addons-035693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1723740748-19452@sha256:2211a6931895d2d502e957e9667096db10734a96767d670cb4dbffdd37397b0d Memory:4000 CPUs:2 DiskSize:20000 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:8443 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.31.0 ClusterName:addons-035693 Namespace:default APIServerHAVIP: 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:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.0 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:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0816 17:49:43.731202 285045 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0816 17:49:43.731266 285045 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0816 17:49:43.770083 285045 cri.go:89] found id: ""
I0816 17:49:43.770178 285045 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0816 17:49:43.779109 285045 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0816 17:49:43.788134 285045 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0816 17:49:43.788223 285045 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
I0816 17:49:43.797002 285045 kubeadm.go:155] 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
I0816 17:49:43.797022 285045 kubeadm.go:157] found existing configuration files:
I0816 17:49:43.797076 285045 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0816 17:49:43.805922 285045 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0816 17:49:43.805991 285045 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0816 17:49:43.814545 285045 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0816 17:49:43.823138 285045 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0816 17:49:43.823203 285045 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0816 17:49:43.831805 285045 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0816 17:49:43.840896 285045 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0816 17:49:43.840990 285045 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0816 17:49:43.849586 285045 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0816 17:49:43.858947 285045 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0816 17:49:43.859043 285045 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0816 17:49:43.867419 285045 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0816 17:49:43.916259 285045 kubeadm.go:310] [init] Using Kubernetes version: v1.31.0
I0816 17:49:43.916494 285045 kubeadm.go:310] [preflight] Running pre-flight checks
I0816 17:49:43.961968 285045 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0816 17:49:43.962047 285045 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1067-aws[0m
I0816 17:49:43.962099 285045 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0816 17:49:43.962149 285045 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0816 17:49:43.962203 285045 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0816 17:49:43.962255 285045 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0816 17:49:43.962322 285045 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0816 17:49:43.962373 285045 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0816 17:49:43.962423 285045 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0816 17:49:43.962470 285045 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0816 17:49:43.962518 285045 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0816 17:49:43.962567 285045 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0816 17:49:44.031861 285045 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0816 17:49:44.031985 285045 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0816 17:49:44.032111 285045 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0816 17:49:44.039195 285045 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0816 17:49:44.043016 285045 out.go:235] - Generating certificates and keys ...
I0816 17:49:44.043239 285045 kubeadm.go:310] [certs] Using existing ca certificate authority
I0816 17:49:44.043346 285045 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0816 17:49:44.286736 285045 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0816 17:49:44.511056 285045 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0816 17:49:44.772081 285045 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0816 17:49:46.085635 285045 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0816 17:49:46.523458 285045 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0816 17:49:46.523713 285045 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-035693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0816 17:49:47.056190 285045 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0816 17:49:47.056475 285045 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-035693 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0816 17:49:47.590822 285045 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0816 17:49:47.752715 285045 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0816 17:49:48.014187 285045 kubeadm.go:310] [certs] Generating "sa" key and public key
I0816 17:49:48.014264 285045 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0816 17:49:48.437238 285045 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0816 17:49:48.779088 285045 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0816 17:49:49.212979 285045 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0816 17:49:49.391114 285045 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0816 17:49:50.256074 285045 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0816 17:49:50.257834 285045 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0816 17:49:50.259990 285045 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0816 17:49:50.262242 285045 out.go:235] - Booting up control plane ...
I0816 17:49:50.262348 285045 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0816 17:49:50.262426 285045 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0816 17:49:50.263303 285045 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0816 17:49:50.273483 285045 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0816 17:49:50.279178 285045 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0816 17:49:50.279510 285045 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0816 17:49:50.372209 285045 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0816 17:49:50.372332 285045 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0816 17:49:51.373800 285045 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001684122s
I0816 17:49:51.373898 285045 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0816 17:49:57.877257 285045 kubeadm.go:310] [api-check] The API server is healthy after 6.501311028s
I0816 17:49:57.895654 285045 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0816 17:49:57.912930 285045 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0816 17:49:57.938925 285045 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0816 17:49:57.939117 285045 kubeadm.go:310] [mark-control-plane] Marking the node addons-035693 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0816 17:49:57.950829 285045 kubeadm.go:310] [bootstrap-token] Using token: dfzgpf.u099ubqf8oq9r2ar
I0816 17:49:57.952770 285045 out.go:235] - Configuring RBAC rules ...
I0816 17:49:57.952894 285045 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0816 17:49:57.958001 285045 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0816 17:49:57.966571 285045 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0816 17:49:57.971924 285045 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0816 17:49:57.975967 285045 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0816 17:49:57.979880 285045 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0816 17:49:58.281497 285045 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0816 17:49:58.720885 285045 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0816 17:49:59.281869 285045 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0816 17:49:59.282985 285045 kubeadm.go:310]
I0816 17:49:59.283070 285045 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0816 17:49:59.283083 285045 kubeadm.go:310]
I0816 17:49:59.283159 285045 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0816 17:49:59.283168 285045 kubeadm.go:310]
I0816 17:49:59.283193 285045 kubeadm.go:310] mkdir -p $HOME/.kube
I0816 17:49:59.283253 285045 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0816 17:49:59.283305 285045 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0816 17:49:59.283314 285045 kubeadm.go:310]
I0816 17:49:59.283366 285045 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0816 17:49:59.283374 285045 kubeadm.go:310]
I0816 17:49:59.283420 285045 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0816 17:49:59.283429 285045 kubeadm.go:310]
I0816 17:49:59.283480 285045 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0816 17:49:59.283555 285045 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0816 17:49:59.283626 285045 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0816 17:49:59.283634 285045 kubeadm.go:310]
I0816 17:49:59.283716 285045 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0816 17:49:59.283800 285045 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0816 17:49:59.283809 285045 kubeadm.go:310]
I0816 17:49:59.283890 285045 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token dfzgpf.u099ubqf8oq9r2ar \
I0816 17:49:59.283992 285045 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:522d2e9084bbcb6112ba1fb935ecdfcda75cfb6d9f17126bcf73feb6609fe7d4 \
I0816 17:49:59.284016 285045 kubeadm.go:310] --control-plane
I0816 17:49:59.284023 285045 kubeadm.go:310]
I0816 17:49:59.284105 285045 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0816 17:49:59.284113 285045 kubeadm.go:310]
I0816 17:49:59.284192 285045 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token dfzgpf.u099ubqf8oq9r2ar \
I0816 17:49:59.284294 285045 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:522d2e9084bbcb6112ba1fb935ecdfcda75cfb6d9f17126bcf73feb6609fe7d4
I0816 17:49:59.288651 285045 kubeadm.go:310] W0816 17:49:43.912416 1174 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0816 17:49:59.288952 285045 kubeadm.go:310] W0816 17:49:43.913746 1174 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0816 17:49:59.289162 285045 kubeadm.go:310] [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-1067-aws\n", err: exit status 1
I0816 17:49:59.289269 285045 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0816 17:49:59.289291 285045 cni.go:84] Creating CNI manager for ""
I0816 17:49:59.289300 285045 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0816 17:49:59.291494 285045 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0816 17:49:59.293474 285045 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0816 17:49:59.297743 285045 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.0/kubectl ...
I0816 17:49:59.297766 285045 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0816 17:49:59.316991 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0816 17:49:59.621246 285045 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0816 17:49:59.621413 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:49:59.621419 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-035693 minikube.k8s.io/updated_at=2024_08_16T17_49_59_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=8789c54b9bc6db8e66c461a83302d5a0be0abbdd minikube.k8s.io/name=addons-035693 minikube.k8s.io/primary=true
I0816 17:49:59.799087 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:49:59.799135 285045 ops.go:34] apiserver oom_adj: -16
I0816 17:50:00.326410 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:00.800126 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:01.299698 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:01.799218 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:02.299219 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:02.799694 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:03.299981 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:03.799549 285045 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0816 17:50:03.885997 285045 kubeadm.go:1113] duration metric: took 4.264647393s to wait for elevateKubeSystemPrivileges
I0816 17:50:03.886042 285045 kubeadm.go:394] duration metric: took 20.154925999s to StartCluster
I0816 17:50:03.886061 285045 settings.go:142] acquiring lock: {Name:mk45720424438a5d93f082d2cc69f502b3ed6f5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:50:03.886975 285045 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19461-278896/kubeconfig
I0816 17:50:03.887455 285045 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19461-278896/kubeconfig: {Name:mk0b74dabbab2b27fb455b2cd76965b27d9abfcf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0816 17:50:03.888054 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0816 17:50:03.888094 285045 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.0 ContainerRuntime:crio ControlPlane:true Worker:true}
I0816 17:50:03.888478 285045 config.go:182] Loaded profile config "addons-035693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0816 17:50:03.888500 285045 addons.go:507] 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 volcano:true volumesnapshots:true yakd:true]
I0816 17:50:03.888625 285045 addons.go:69] Setting ingress-dns=true in profile "addons-035693"
I0816 17:50:03.888624 285045 addons.go:69] Setting yakd=true in profile "addons-035693"
I0816 17:50:03.888673 285045 addons.go:234] Setting addon yakd=true in "addons-035693"
I0816 17:50:03.888703 285045 addons.go:234] Setting addon ingress-dns=true in "addons-035693"
I0816 17:50:03.888720 285045 addons.go:69] Setting metrics-server=true in profile "addons-035693"
I0816 17:50:03.888738 285045 addons.go:234] Setting addon metrics-server=true in "addons-035693"
I0816 17:50:03.888755 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.888807 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.889277 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.889286 285045 addons.go:69] Setting cloud-spanner=true in profile "addons-035693"
I0816 17:50:03.889350 285045 addons.go:234] Setting addon cloud-spanner=true in "addons-035693"
I0816 17:50:03.889399 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.889790 285045 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-035693"
I0816 17:50:03.889820 285045 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-035693"
I0816 17:50:03.889853 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.889870 285045 addons.go:69] Setting storage-provisioner=true in profile "addons-035693"
I0816 17:50:03.889909 285045 addons.go:234] Setting addon storage-provisioner=true in "addons-035693"
I0816 17:50:03.889929 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.890355 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.892642 285045 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-035693"
I0816 17:50:03.892693 285045 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-035693"
I0816 17:50:03.893020 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.893198 285045 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-035693"
I0816 17:50:03.893280 285045 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-035693"
I0816 17:50:03.893330 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.893733 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.889277 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.889854 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.909292 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.893846 285045 addons.go:69] Setting default-storageclass=true in profile "addons-035693"
I0816 17:50:03.888712 285045 addons.go:69] Setting inspektor-gadget=true in profile "addons-035693"
I0816 17:50:03.920735 285045 addons.go:234] Setting addon inspektor-gadget=true in "addons-035693"
I0816 17:50:03.888705 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.889862 285045 addons.go:69] Setting registry=true in profile "addons-035693"
I0816 17:50:03.920876 285045 addons.go:234] Setting addon registry=true in "addons-035693"
I0816 17:50:03.893858 285045 addons.go:69] Setting gcp-auth=true in profile "addons-035693"
I0816 17:50:03.920961 285045 mustload.go:65] Loading cluster: addons-035693
I0816 17:50:03.893870 285045 addons.go:69] Setting ingress=true in profile "addons-035693"
I0816 17:50:03.921029 285045 addons.go:234] Setting addon ingress=true in "addons-035693"
I0816 17:50:03.921064 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.941079 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.893899 285045 out.go:177] * Verifying Kubernetes components...
I0816 17:50:03.894736 285045 addons.go:69] Setting volcano=true in profile "addons-035693"
I0816 17:50:03.894748 285045 addons.go:69] Setting volumesnapshots=true in profile "addons-035693"
I0816 17:50:03.931122 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.933300 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.933323 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.933470 285045 config.go:182] Loaded profile config "addons-035693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0816 17:50:03.931064 285045 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-035693"
I0816 17:50:03.954555 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.968625 285045 addons.go:234] Setting addon volcano=true in "addons-035693"
I0816 17:50:03.968707 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.969273 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.972353 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.976497 285045 addons.go:234] Setting addon volumesnapshots=true in "addons-035693"
I0816 17:50:03.976643 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:03.977195 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:03.981479 285045 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0816 17:50:03.999113 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:04.047576 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:04.049898 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0816 17:50:04.052854 285045 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0816 17:50:04.058698 285045 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
I0816 17:50:04.060912 285045 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0816 17:50:04.063690 285045 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-035693"
I0816 17:50:04.063780 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:04.064289 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:04.064838 285045 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0816 17:50:04.065251 285045 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0816 17:50:04.065273 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0816 17:50:04.065331 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.076322 285045 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0816 17:50:04.076343 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0816 17:50:04.076414 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.077478 285045 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0816 17:50:04.084755 285045 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0816 17:50:04.088433 285045 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0816 17:50:04.088462 285045 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0816 17:50:04.088550 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.126975 285045 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0816 17:50:04.127001 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0816 17:50:04.127070 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
W0816 17:50:04.136823 285045 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0816 17:50:04.149070 285045 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0816 17:50:04.152467 285045 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0816 17:50:04.154738 285045 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0816 17:50:04.157272 285045 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0816 17:50:04.161505 285045 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0816 17:50:04.163393 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:04.167335 285045 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0816 17:50:04.169134 285045 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0816 17:50:04.171255 285045 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0816 17:50:04.171297 285045 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0816 17:50:04.171460 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.171732 285045 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0816 17:50:04.172505 285045 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0816 17:50:04.172521 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0816 17:50:04.172741 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.200214 285045 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0816 17:50:04.202545 285045 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0816 17:50:04.204810 285045 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0816 17:50:04.204880 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0816 17:50:04.204983 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.209403 285045 addons.go:234] Setting addon default-storageclass=true in "addons-035693"
I0816 17:50:04.209495 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:04.210006 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:04.237112 285045 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.31.0
I0816 17:50:04.238975 285045 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0816 17:50:04.239002 285045 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0816 17:50:04.239080 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.280222 285045 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0816 17:50:04.287414 285045 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0816 17:50:04.296460 285045 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0816 17:50:04.296558 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.332716 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.333441 285045 out.go:177] - Using image docker.io/busybox:stable
I0816 17:50:04.339078 285045 out.go:177] - Using image docker.io/registry:2.8.3
I0816 17:50:04.344994 285045 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0816 17:50:04.345033 285045 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0816 17:50:04.345015 285045 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0816 17:50:04.351493 285045 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0816 17:50:04.351516 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0816 17:50:04.351582 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.352751 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.353468 285045 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0816 17:50:04.353484 285045 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0816 17:50:04.353544 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.353955 285045 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0816 17:50:04.354243 285045 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0816 17:50:04.354256 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0816 17:50:04.354307 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.391898 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.397502 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.426126 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.441946 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.447101 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.467243 285045 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0816 17:50:04.467266 285045 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0816 17:50:04.467328 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:04.490239 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.491055 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.491762 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.519442 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.525684 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.530453 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:04.753878 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0816 17:50:04.759952 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0816 17:50:04.795375 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0816 17:50:04.840109 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0816 17:50:04.893011 285045 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0816 17:50:04.893075 285045 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0816 17:50:04.899706 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0816 17:50:04.944279 285045 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0816 17:50:04.944357 285045 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0816 17:50:04.948291 285045 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0816 17:50:04.948314 285045 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0816 17:50:04.959233 285045 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0816 17:50:04.959258 285045 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0816 17:50:04.962270 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0816 17:50:04.969528 285045 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0816 17:50:04.969550 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0816 17:50:05.013737 285045 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0816 17:50:05.013825 285045 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0816 17:50:05.076188 285045 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0816 17:50:05.076262 285045 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0816 17:50:05.106866 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0816 17:50:05.167922 285045 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0816 17:50:05.167997 285045 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0816 17:50:05.178505 285045 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0816 17:50:05.178586 285045 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0816 17:50:05.193959 285045 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0816 17:50:05.194024 285045 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0816 17:50:05.196107 285045 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0816 17:50:05.196175 285045 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0816 17:50:05.200533 285045 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0816 17:50:05.200659 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0816 17:50:05.291385 285045 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0816 17:50:05.291425 285045 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0816 17:50:05.315226 285045 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0816 17:50:05.315267 285045 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0816 17:50:05.381627 285045 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0816 17:50:05.381655 285045 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0816 17:50:05.384905 285045 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0816 17:50:05.384931 285045 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0816 17:50:05.420850 285045 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0816 17:50:05.420878 285045 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0816 17:50:05.434289 285045 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0816 17:50:05.434315 285045 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0816 17:50:05.435280 285045 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0816 17:50:05.435302 285045 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0816 17:50:05.448975 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0816 17:50:05.554915 285045 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0816 17:50:05.554955 285045 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0816 17:50:05.564768 285045 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0816 17:50:05.564793 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0816 17:50:05.577640 285045 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0816 17:50:05.577666 285045 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0816 17:50:05.590036 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:05.595957 285045 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.241972389s)
I0816 17:50:05.596001 285045 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.546078882s)
I0816 17:50:05.596015 285045 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0816 17:50:05.597777 285045 node_ready.go:35] waiting up to 6m0s for node "addons-035693" to be "Ready" ...
I0816 17:50:05.600396 285045 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0816 17:50:05.600420 285045 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0816 17:50:05.663110 285045 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0816 17:50:05.663137 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0816 17:50:05.666380 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0816 17:50:05.679642 285045 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0816 17:50:05.679670 285045 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0816 17:50:05.724020 285045 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0816 17:50:05.724046 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0816 17:50:05.769778 285045 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0816 17:50:05.769810 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0816 17:50:05.784980 285045 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0816 17:50:05.785008 285045 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0816 17:50:05.868389 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:05.911331 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:05.924895 285045 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0816 17:50:05.924923 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0816 17:50:05.948237 285045 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0816 17:50:05.948276 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0816 17:50:05.984352 285045 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0816 17:50:05.984378 285045 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0816 17:50:06.130782 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:07.153208 285045 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-035693" context rescaled to 1 replicas
I0816 17:50:07.992134 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:09.749034 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.995070193s)
I0816 17:50:09.749149 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.989111146s)
I0816 17:50:09.749210 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.953754182s)
I0816 17:50:10.175788 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:10.853353 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.953570704s)
I0816 17:50:10.853401 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.891110182s)
I0816 17:50:10.853440 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.746506365s)
I0816 17:50:10.853487 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.404482969s)
I0816 17:50:10.853949 285045 addons.go:475] Verifying addon registry=true in "addons-035693"
I0816 17:50:10.853537 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.263470737s)
I0816 17:50:10.854131 285045 addons.go:475] Verifying addon metrics-server=true in "addons-035693"
I0816 17:50:10.853571 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.187164322s)
I0816 17:50:10.854512 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.014327792s)
I0816 17:50:10.854539 285045 addons.go:475] Verifying addon ingress=true in "addons-035693"
I0816 17:50:10.856194 285045 out.go:177] * Verifying ingress addon...
I0816 17:50:10.856292 285045 out.go:177] * Verifying registry addon...
I0816 17:50:10.856339 285045 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-035693 service yakd-dashboard -n yakd-dashboard
I0816 17:50:10.859728 285045 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0816 17:50:10.860653 285045 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0816 17:50:10.867769 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.999339134s)
W0816 17:50:10.867803 285045 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:10.867834 285045 retry.go:31] will retry after 188.586243ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:10.867903 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.956538166s)
W0816 17:50:10.884371 285045 out.go:270] ! 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]
I0816 17:50:10.887939 285045 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0816 17:50:10.888017 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:10.888654 285045 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0816 17:50:10.888707 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:11.056668 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:11.342682 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.211847634s)
I0816 17:50:11.342768 285045 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-035693"
I0816 17:50:11.345550 285045 out.go:177] * Verifying csi-hostpath-driver addon...
I0816 17:50:11.348584 285045 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0816 17:50:11.435847 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:11.445367 285045 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0816 17:50:11.445444 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:11.448505 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:11.870817 285045 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0816 17:50:11.870894 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:11.885931 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:11.888013 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:11.917120 285045 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0816 17:50:11.917268 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:11.941936 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:12.131665 285045 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0816 17:50:12.191567 285045 addons.go:234] Setting addon gcp-auth=true in "addons-035693"
I0816 17:50:12.191667 285045 host.go:66] Checking if "addons-035693" exists ...
I0816 17:50:12.192217 285045 cli_runner.go:164] Run: docker container inspect addons-035693 --format={{.State.Status}}
I0816 17:50:12.218677 285045 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0816 17:50:12.218728 285045 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-035693
I0816 17:50:12.242594 285045 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33134 SSHKeyPath:/home/jenkins/minikube-integration/19461-278896/.minikube/machines/addons-035693/id_rsa Username:docker}
I0816 17:50:12.352554 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:12.367301 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:12.368542 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:12.601639 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:12.852752 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:12.864026 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:12.864895 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:13.352495 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:13.366464 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:13.366758 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:13.852663 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:13.863624 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:13.865233 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:14.346922 285045 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (3.290161191s)
I0816 17:50:14.346994 285045 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.128298929s)
I0816 17:50:14.349289 285045 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0816 17:50:14.350918 285045 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0816 17:50:14.352910 285045 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0816 17:50:14.352933 285045 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0816 17:50:14.356273 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:14.366861 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:14.368130 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:14.387707 285045 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0816 17:50:14.387799 285045 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0816 17:50:14.413340 285045 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0816 17:50:14.413414 285045 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0816 17:50:14.435641 285045 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0816 17:50:14.601717 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:14.853376 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:14.865634 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:14.869932 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:15.135140 285045 addons.go:475] Verifying addon gcp-auth=true in "addons-035693"
I0816 17:50:15.139722 285045 out.go:177] * Verifying gcp-auth addon...
I0816 17:50:15.143101 285045 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0816 17:50:15.148470 285045 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0816 17:50:15.148550 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:15.353023 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:15.366956 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:15.368104 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:15.647486 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:15.852688 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:15.864466 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:15.865718 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:16.146952 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:16.353352 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:16.365845 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:16.368164 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:16.602232 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:16.652315 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:16.852614 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:16.864555 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:16.865004 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:17.147584 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:17.353123 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:17.363878 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:17.365115 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:17.647102 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:17.852839 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:17.864116 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:17.864713 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:18.147445 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:18.353962 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:18.363939 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:18.364978 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:18.646831 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:18.852957 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:18.863965 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:18.864711 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:19.101010 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:19.148394 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:19.353427 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:19.364027 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:19.365099 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:19.646563 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:19.852220 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:19.868864 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:19.869904 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:20.147223 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:20.352384 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:20.364019 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:20.364437 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:20.647484 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:20.853178 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:20.863653 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:20.864296 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:21.147569 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:21.352834 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:21.363676 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:21.364186 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:21.600840 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:21.646510 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:21.852998 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:21.864320 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:21.865125 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:22.146699 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:22.353127 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:22.364041 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:22.365241 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:22.647476 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:22.852046 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:22.863788 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:22.864548 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:23.147123 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:23.352377 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:23.363918 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:23.364708 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:23.601198 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:23.646834 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:23.852805 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:23.863733 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:23.865151 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:24.147437 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:24.352665 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:24.364207 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:24.364834 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:24.646770 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:24.853151 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:24.864433 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:24.865195 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:25.146628 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:25.352921 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:25.364651 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:25.365065 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:25.646759 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:25.852786 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:25.863581 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:25.864661 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:26.100861 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:26.147114 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:26.352307 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:26.364602 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:26.364773 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:26.647486 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:26.852776 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:26.863873 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:26.864511 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:27.146593 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:27.353102 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:27.363761 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:27.365811 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:27.647544 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:27.852874 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:27.863545 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:27.864550 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:28.146707 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:28.351991 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:28.363719 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:28.364922 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:28.602283 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:28.646913 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:28.851892 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:28.865076 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:28.865328 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:29.148348 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:29.354066 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:29.363639 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:29.365312 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:29.647006 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:29.852538 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:29.864500 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:29.865282 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:30.149467 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:30.352761 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:30.363549 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:30.364299 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:30.646926 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:30.852150 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:30.864539 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:30.865073 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:31.101223 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:31.147117 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:31.352100 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:31.365309 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:31.365422 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:31.646607 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:31.852824 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:31.864486 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:31.865729 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:32.147178 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:32.352426 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:32.363853 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:32.364960 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:32.646513 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:32.852955 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:32.864768 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:32.865011 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:33.102251 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:33.147357 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:33.352997 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:33.369889 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:33.370322 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:33.646539 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:33.853119 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:33.870295 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:33.872076 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:34.148367 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:34.353911 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:34.364365 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:34.365682 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:34.646537 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:34.851930 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:34.863624 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:34.866458 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:35.102946 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:35.146999 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:35.352643 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:35.363233 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:35.364322 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:35.646410 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:35.852866 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:35.863946 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:35.864384 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:36.147540 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:36.352333 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:36.363496 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:36.364488 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:36.646742 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:36.852901 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:36.863597 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:36.864730 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:37.147404 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:37.353168 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:37.364472 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:37.365251 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:37.601774 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:37.647337 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:37.852377 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:37.863938 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:37.864704 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:38.146637 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:38.352283 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:38.363994 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:38.365128 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:38.647488 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:38.852647 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:38.862946 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:38.864241 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:39.147152 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:39.352126 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:39.363672 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:39.365533 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:39.647237 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:39.853085 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:39.863471 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:39.865361 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:40.101658 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:40.147453 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:40.352761 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:40.363341 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:40.364586 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:40.646829 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:40.852662 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:40.864804 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:40.865201 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:41.146635 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:41.352076 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:41.364230 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:41.364683 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:41.646284 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:41.852922 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:41.863914 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:41.865173 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:42.103239 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:42.147593 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:42.352830 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:42.364947 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:42.365877 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:42.646574 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:42.852097 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:42.863627 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:42.865514 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:43.146576 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:43.352484 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:43.363889 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:43.365628 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:43.646057 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:43.852542 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:43.864649 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:43.865488 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:44.146125 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:44.352490 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:44.363840 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:44.364917 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:44.601456 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:44.646263 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:44.852818 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:44.864056 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:44.866039 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:45.148168 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:45.353692 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:45.366681 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:45.367604 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:45.646479 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:45.852667 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:45.863580 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:45.865579 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:46.146568 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:46.352057 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:46.364347 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:46.365419 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:46.647100 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:46.853071 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:46.863652 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:46.864363 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:47.101731 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:47.146371 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:47.353031 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:47.363677 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:47.364756 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:47.648498 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:47.854674 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:47.864924 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:47.865184 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:48.147142 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:48.352943 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:48.364655 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:48.366594 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:48.647160 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:48.852711 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:48.863396 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:48.864054 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:49.146931 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:49.352015 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:49.364861 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:49.365257 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:49.601265 285045 node_ready.go:53] node "addons-035693" has status "Ready":"False"
I0816 17:50:49.646901 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:49.852171 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:49.864412 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:49.866114 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:50.147500 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:50.361770 285045 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0816 17:50:50.361848 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:50.381060 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:50.381329 285045 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0816 17:50:50.381371 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:50.654928 285045 node_ready.go:49] node "addons-035693" has status "Ready":"True"
I0816 17:50:50.655001 285045 node_ready.go:38] duration metric: took 45.057196224s for node "addons-035693" to be "Ready" ...
I0816 17:50:50.655042 285045 pod_ready.go:36] 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" ...
I0816 17:50:50.668394 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:50.685870 285045 pod_ready.go:79] waiting up to 6m0s for pod "coredns-6f6b679f8f-rbz4z" in "kube-system" namespace to be "Ready" ...
I0816 17:50:50.854186 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:50.865103 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:50.865403 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:51.162401 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:51.360715 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:51.367185 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:51.367618 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:51.646949 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:51.855100 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:51.863976 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:51.864665 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:52.147813 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:52.398801 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:52.399871 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:52.411686 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:52.647636 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:52.694885 285045 pod_ready.go:103] pod "coredns-6f6b679f8f-rbz4z" in "kube-system" namespace has status "Ready":"False"
I0816 17:50:52.874250 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:52.880709 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:52.882252 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:53.147593 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:53.381303 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:53.466159 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:53.468134 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:53.646648 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:53.696610 285045 pod_ready.go:93] pod "coredns-6f6b679f8f-rbz4z" in "kube-system" namespace has status "Ready":"True"
I0816 17:50:53.696685 285045 pod_ready.go:82] duration metric: took 3.010740776s for pod "coredns-6f6b679f8f-rbz4z" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.696722 285045 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.703115 285045 pod_ready.go:93] pod "etcd-addons-035693" in "kube-system" namespace has status "Ready":"True"
I0816 17:50:53.703181 285045 pod_ready.go:82] duration metric: took 6.428986ms for pod "etcd-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.703210 285045 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.717140 285045 pod_ready.go:93] pod "kube-apiserver-addons-035693" in "kube-system" namespace has status "Ready":"True"
I0816 17:50:53.717215 285045 pod_ready.go:82] duration metric: took 13.984627ms for pod "kube-apiserver-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.717241 285045 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.729656 285045 pod_ready.go:93] pod "kube-controller-manager-addons-035693" in "kube-system" namespace has status "Ready":"True"
I0816 17:50:53.729723 285045 pod_ready.go:82] duration metric: took 12.461066ms for pod "kube-controller-manager-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.729751 285045 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-gk9xc" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.740221 285045 pod_ready.go:93] pod "kube-proxy-gk9xc" in "kube-system" namespace has status "Ready":"True"
I0816 17:50:53.740295 285045 pod_ready.go:82] duration metric: took 10.524667ms for pod "kube-proxy-gk9xc" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.740321 285045 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:53.854423 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:53.867652 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:53.869247 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:54.092453 285045 pod_ready.go:93] pod "kube-scheduler-addons-035693" in "kube-system" namespace has status "Ready":"True"
I0816 17:50:54.092534 285045 pod_ready.go:82] duration metric: took 352.19134ms for pod "kube-scheduler-addons-035693" in "kube-system" namespace to be "Ready" ...
I0816 17:50:54.092584 285045 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace to be "Ready" ...
I0816 17:50:54.152350 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:54.354432 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:54.367461 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:54.373575 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:54.647430 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:54.855566 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:54.867874 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:54.869224 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:55.148416 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:55.354014 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:55.376324 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:55.377729 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:55.647150 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:55.864347 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:55.869854 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:55.872677 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:56.100007 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:50:56.148850 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:56.354281 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:56.364669 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:56.366005 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:56.647436 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:56.853437 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:56.864132 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:56.865807 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:57.147105 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:57.353300 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:57.371437 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:57.372589 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:57.647311 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:57.854955 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:57.869292 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:57.871730 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:58.116422 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:50:58.147738 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:58.353610 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:58.368324 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:58.371470 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:58.647816 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:58.854110 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:58.865568 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:58.867414 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:59.147748 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:59.355375 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:59.365193 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:50:59.371358 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:59.648182 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:50:59.879769 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:50:59.890345 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:50:59.891917 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:00.121083 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:00.151927 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:00.359406 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:00.367672 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:51:00.371519 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:00.647682 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:00.856113 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:00.870764 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0816 17:51:00.872065 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:01.148808 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:01.361976 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:01.381777 285045 kapi.go:107] duration metric: took 50.52111974s to wait for kubernetes.io/minikube-addons=registry ...
I0816 17:51:01.382947 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:01.656093 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:01.853183 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:01.863809 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:02.147012 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:02.354520 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:02.365529 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:02.602207 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:02.647477 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:02.862035 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:02.880385 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:03.147589 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:03.354102 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:03.364177 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:03.647858 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:03.862837 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:03.867631 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:04.147267 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:04.362564 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:04.365068 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:04.647733 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:04.853960 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:04.864844 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:05.100269 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:05.147109 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:05.357997 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:05.364319 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:05.647443 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:05.853891 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:05.864263 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:06.147695 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:06.360106 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:06.366377 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:06.647089 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:06.854089 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:06.864280 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:07.148091 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:07.362526 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:07.383316 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:07.599540 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:07.648080 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:07.854168 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:07.866208 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:08.147834 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:08.354472 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:08.364431 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:08.674021 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:08.855090 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:08.864753 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:09.146373 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:09.358309 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:09.366376 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:09.647286 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:09.854689 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:09.863793 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:10.100505 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:10.147191 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:10.354491 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:10.371873 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:10.647548 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:10.853676 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:10.864329 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:11.148143 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:11.355051 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:11.383508 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:11.647123 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:11.855727 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:11.864799 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:12.101201 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:12.147483 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:12.354516 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:12.364256 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:12.647634 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:12.853866 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:12.865522 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:13.147085 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:13.357241 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:13.370668 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:13.648501 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:13.853972 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:13.865543 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:14.105406 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:14.149218 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:14.354265 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:14.363944 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:14.647914 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:14.853703 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:14.864264 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:15.147559 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:15.355786 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:15.364385 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:15.648220 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:15.854651 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:15.865556 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:16.147565 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:16.354505 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:16.365487 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:16.600425 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:16.647157 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:16.855260 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:16.866078 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:17.147976 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:17.354504 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:17.365453 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:17.649461 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:17.860811 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:17.867091 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:18.147113 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:18.353683 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:18.364744 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:18.647586 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:18.854338 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:18.864978 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:19.100434 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:19.147876 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:19.353834 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:19.364548 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:19.647377 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:19.854611 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:19.865182 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:20.147838 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:20.354058 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:20.381672 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:20.647689 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:20.854266 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:20.866839 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:21.105357 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:21.147832 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:21.354478 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:21.372022 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:21.647282 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:21.853838 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:21.869542 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:22.147038 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:22.353799 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:22.364016 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:22.646531 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:22.855142 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:22.865256 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:23.147244 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:23.354654 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:23.366452 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:23.601852 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:23.648171 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:23.855905 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:23.954707 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:24.147135 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:24.353204 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:24.364951 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:24.647645 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:24.853845 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:24.864558 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:25.148205 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:25.353933 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:25.364146 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:25.646839 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:25.854192 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:25.864475 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:26.100324 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:26.146914 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:26.357422 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:26.364738 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:26.647825 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:26.856113 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:26.864979 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:27.148216 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:27.353495 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:27.364675 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:27.650669 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:27.854872 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:27.864273 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:28.146994 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:28.354251 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:28.364897 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:28.601779 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:28.648191 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:28.855330 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:28.864816 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:29.154052 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:29.356117 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:29.364834 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:29.647841 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:29.854699 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:29.864729 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:30.147558 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:30.353855 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:30.366512 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:30.653687 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:30.855447 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:30.865076 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:31.100424 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:31.147468 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:31.355209 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:31.364250 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:31.649077 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:31.853515 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:31.864751 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:32.147370 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:32.354256 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:32.364185 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:32.648917 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:32.854193 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:32.864502 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:33.149376 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:33.359353 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:33.365975 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:33.600215 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:33.646999 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:33.854939 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:33.864887 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:34.148664 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:34.355152 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:34.363993 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:34.646907 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:34.854193 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:34.864635 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:35.147232 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:35.353890 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:35.364395 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:35.647363 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:35.855025 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:35.864812 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:36.101431 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:36.148967 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:36.354614 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:36.366744 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:36.647758 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:36.855666 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:36.865514 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:37.147555 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:37.355058 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:37.364605 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:37.651097 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:37.854423 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:37.864154 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:38.147225 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:38.353461 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:38.365764 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:38.598836 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:38.646863 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:38.853856 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:38.864046 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:39.150957 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:39.354006 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:39.364804 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:39.647305 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:39.870022 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:39.880372 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:40.146923 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:40.354690 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:40.364302 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:40.602195 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:40.647883 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:40.860433 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:40.886975 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:41.174060 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:41.356139 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:41.365699 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:41.661435 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:41.862306 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:41.865526 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:42.160109 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:42.357369 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:42.365075 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:42.646561 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:42.853626 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:42.864032 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:43.099898 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:43.147916 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:43.353997 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:43.364431 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:43.647808 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:43.854796 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:43.865323 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:44.146837 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:44.354643 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:44.364493 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:44.649019 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:44.853742 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:44.864619 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:45.123716 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:45.166897 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:45.410276 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:45.412011 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:45.652252 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:45.855105 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:45.864072 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:46.147818 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:46.357936 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:46.367566 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:46.646395 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:46.854799 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:46.866170 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:47.148368 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:47.354900 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:47.374701 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:47.600502 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:47.652277 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:47.861296 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:47.870863 285045 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0816 17:51:48.158936 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:48.356329 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:48.367114 285045 kapi.go:107] duration metric: took 1m37.50738507s to wait for app.kubernetes.io/name=ingress-nginx ...
I0816 17:51:48.647142 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:48.854979 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:49.146753 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:49.354039 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:49.601386 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:49.693167 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:49.854050 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:50.148315 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:50.353268 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:50.646860 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:50.854277 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:51.149149 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:51.363022 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:51.601696 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:51.648531 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:51.853798 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:52.148017 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:52.353357 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:52.649751 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:52.855277 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:53.148870 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:53.358278 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:53.647023 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:53.854289 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:54.100268 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:54.147149 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:54.354672 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:54.648752 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:54.853943 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:55.148502 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:55.355270 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:55.648737 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:55.861222 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:56.113451 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:56.148300 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:56.358511 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:56.649027 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:56.853754 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:57.147643 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:57.354241 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:57.646812 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:57.854290 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:58.154998 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:58.354108 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:58.600942 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:51:58.646862 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:58.854252 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:59.147596 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0816 17:51:59.354095 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:51:59.647250 285045 kapi.go:107] duration metric: took 1m44.504161402s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0816 17:51:59.649340 285045 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-035693 cluster.
I0816 17:51:59.651040 285045 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.
I0816 17:51:59.652803 285045 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0816 17:51:59.853009 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:52:00.357790 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:52:00.621925 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:52:00.854564 285045 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0816 17:52:01.353962 285045 kapi.go:107] duration metric: took 1m50.00539667s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0816 17:52:01.356271 285045 out.go:177] * Enabled addons: storage-provisioner, ingress-dns, cloud-spanner, nvidia-device-plugin, metrics-server, yakd, inspektor-gadget, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
I0816 17:52:01.358985 285045 addons.go:510] duration metric: took 1m57.47047744s for enable addons: enabled=[storage-provisioner ingress-dns cloud-spanner nvidia-device-plugin metrics-server yakd inspektor-gadget default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
I0816 17:52:03.100224 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:52:05.599371 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:52:08.099221 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:52:10.100834 285045 pod_ready.go:103] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"False"
I0816 17:52:11.099041 285045 pod_ready.go:93] pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace has status "Ready":"True"
I0816 17:52:11.099074 285045 pod_ready.go:82] duration metric: took 1m17.006461408s for pod "metrics-server-8988944d9-ssk4x" in "kube-system" namespace to be "Ready" ...
I0816 17:52:11.099089 285045 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-jsx2r" in "kube-system" namespace to be "Ready" ...
I0816 17:52:11.104870 285045 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-jsx2r" in "kube-system" namespace has status "Ready":"True"
I0816 17:52:11.104898 285045 pod_ready.go:82] duration metric: took 5.801913ms for pod "nvidia-device-plugin-daemonset-jsx2r" in "kube-system" namespace to be "Ready" ...
I0816 17:52:11.104922 285045 pod_ready.go:39] duration metric: took 1m20.449849672s 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" ...
I0816 17:52:11.104938 285045 api_server.go:52] waiting for apiserver process to appear ...
I0816 17:52:11.104974 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0816 17:52:11.105042 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0816 17:52:11.163469 285045 cri.go:89] found id: "16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2"
I0816 17:52:11.163492 285045 cri.go:89] found id: ""
I0816 17:52:11.163502 285045 logs.go:276] 1 containers: [16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2]
I0816 17:52:11.163596 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:11.166996 285045 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0816 17:52:11.167077 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0816 17:52:11.206891 285045 cri.go:89] found id: "561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea"
I0816 17:52:11.206913 285045 cri.go:89] found id: ""
I0816 17:52:11.206922 285045 logs.go:276] 1 containers: [561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea]
I0816 17:52:11.206978 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:11.210709 285045 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0816 17:52:11.210781 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0816 17:52:11.250990 285045 cri.go:89] found id: "012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52"
I0816 17:52:11.251064 285045 cri.go:89] found id: ""
I0816 17:52:11.251100 285045 logs.go:276] 1 containers: [012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52]
I0816 17:52:11.251195 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:11.256402 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0816 17:52:11.256473 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0816 17:52:11.299843 285045 cri.go:89] found id: "37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db"
I0816 17:52:11.299867 285045 cri.go:89] found id: ""
I0816 17:52:11.299875 285045 logs.go:276] 1 containers: [37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db]
I0816 17:52:11.299931 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:11.303593 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0816 17:52:11.303668 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0816 17:52:11.347845 285045 cri.go:89] found id: "2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3"
I0816 17:52:11.347865 285045 cri.go:89] found id: ""
I0816 17:52:11.347873 285045 logs.go:276] 1 containers: [2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3]
I0816 17:52:11.347928 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:11.351603 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0816 17:52:11.351723 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0816 17:52:11.400968 285045 cri.go:89] found id: "8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e"
I0816 17:52:11.401037 285045 cri.go:89] found id: ""
I0816 17:52:11.401058 285045 logs.go:276] 1 containers: [8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e]
I0816 17:52:11.401145 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:11.405081 285045 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0816 17:52:11.405200 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0816 17:52:11.448800 285045 cri.go:89] found id: "3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac"
I0816 17:52:11.448869 285045 cri.go:89] found id: ""
I0816 17:52:11.448884 285045 logs.go:276] 1 containers: [3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac]
I0816 17:52:11.448958 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:11.452524 285045 logs.go:123] Gathering logs for coredns [012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52] ...
I0816 17:52:11.452551 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52"
I0816 17:52:11.514732 285045 logs.go:123] Gathering logs for kube-scheduler [37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db] ...
I0816 17:52:11.514775 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db"
I0816 17:52:11.566526 285045 logs.go:123] Gathering logs for CRI-O ...
I0816 17:52:11.566562 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0816 17:52:11.667037 285045 logs.go:123] Gathering logs for dmesg ...
I0816 17:52:11.667076 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0816 17:52:11.683945 285045 logs.go:123] Gathering logs for describe nodes ...
I0816 17:52:11.683977 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0816 17:52:11.885764 285045 logs.go:123] Gathering logs for kube-apiserver [16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2] ...
I0816 17:52:11.885796 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2"
I0816 17:52:11.949048 285045 logs.go:123] Gathering logs for kube-controller-manager [8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e] ...
I0816 17:52:11.949087 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e"
I0816 17:52:12.029026 285045 logs.go:123] Gathering logs for kindnet [3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac] ...
I0816 17:52:12.029089 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac"
I0816 17:52:12.125610 285045 logs.go:123] Gathering logs for container status ...
I0816 17:52:12.125700 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0816 17:52:12.209774 285045 logs.go:123] Gathering logs for kubelet ...
I0816 17:52:12.209809 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0816 17:52:12.259765 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.299922 1482 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:12.260009 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.299969 1482 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:12.260189 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.300343 1482 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-035693' and this object
W0816 17:52:12.260402 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300373 1482 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:12.260622 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.300698 1482 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:12.260853 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300726 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:12.261036 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301026 1482 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:12.261261 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301072 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:12.261430 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301389 1482 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-035693" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:12.261637 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301415 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
I0816 17:52:12.300441 285045 logs.go:123] Gathering logs for etcd [561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea] ...
I0816 17:52:12.300470 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea"
I0816 17:52:12.351415 285045 logs.go:123] Gathering logs for kube-proxy [2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3] ...
I0816 17:52:12.351448 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3"
I0816 17:52:12.395004 285045 out.go:358] Setting ErrFile to fd 2...
I0816 17:52:12.395037 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0816 17:52:12.395142 285045 out.go:270] X Problems detected in kubelet:
W0816 17:52:12.395162 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300726 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:12.395175 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301026 1482 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:12.395183 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301072 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:12.395195 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301389 1482 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-035693" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:12.395201 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301415 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
I0816 17:52:12.395224 285045 out.go:358] Setting ErrFile to fd 2...
I0816 17:52:12.395232 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0816 17:52:22.396545 285045 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0816 17:52:22.412549 285045 api_server.go:72] duration metric: took 2m18.524415052s to wait for apiserver process to appear ...
I0816 17:52:22.412593 285045 api_server.go:88] waiting for apiserver healthz status ...
I0816 17:52:22.412632 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0816 17:52:22.412697 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0816 17:52:22.461140 285045 cri.go:89] found id: "16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2"
I0816 17:52:22.461166 285045 cri.go:89] found id: ""
I0816 17:52:22.461175 285045 logs.go:276] 1 containers: [16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2]
I0816 17:52:22.461234 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:22.465222 285045 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0816 17:52:22.465290 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0816 17:52:22.512115 285045 cri.go:89] found id: "561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea"
I0816 17:52:22.512136 285045 cri.go:89] found id: ""
I0816 17:52:22.512144 285045 logs.go:276] 1 containers: [561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea]
I0816 17:52:22.512201 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:22.515891 285045 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0816 17:52:22.515970 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0816 17:52:22.556457 285045 cri.go:89] found id: "012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52"
I0816 17:52:22.556478 285045 cri.go:89] found id: ""
I0816 17:52:22.556499 285045 logs.go:276] 1 containers: [012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52]
I0816 17:52:22.556556 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:22.560650 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0816 17:52:22.560722 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0816 17:52:22.600623 285045 cri.go:89] found id: "37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db"
I0816 17:52:22.600649 285045 cri.go:89] found id: ""
I0816 17:52:22.600667 285045 logs.go:276] 1 containers: [37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db]
I0816 17:52:22.600728 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:22.604611 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0816 17:52:22.604693 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0816 17:52:22.652837 285045 cri.go:89] found id: "2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3"
I0816 17:52:22.652861 285045 cri.go:89] found id: ""
I0816 17:52:22.652872 285045 logs.go:276] 1 containers: [2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3]
I0816 17:52:22.652947 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:22.656998 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0816 17:52:22.657093 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0816 17:52:22.704427 285045 cri.go:89] found id: "8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e"
I0816 17:52:22.704500 285045 cri.go:89] found id: ""
I0816 17:52:22.704514 285045 logs.go:276] 1 containers: [8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e]
I0816 17:52:22.704613 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:22.708328 285045 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0816 17:52:22.708395 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0816 17:52:22.749812 285045 cri.go:89] found id: "3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac"
I0816 17:52:22.749836 285045 cri.go:89] found id: ""
I0816 17:52:22.749844 285045 logs.go:276] 1 containers: [3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac]
I0816 17:52:22.749923 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:22.753783 285045 logs.go:123] Gathering logs for describe nodes ...
I0816 17:52:22.753814 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0816 17:52:22.903048 285045 logs.go:123] Gathering logs for kube-scheduler [37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db] ...
I0816 17:52:22.903081 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db"
I0816 17:52:22.959876 285045 logs.go:123] Gathering logs for kube-controller-manager [8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e] ...
I0816 17:52:22.959910 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e"
I0816 17:52:23.033378 285045 logs.go:123] Gathering logs for kindnet [3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac] ...
I0816 17:52:23.033416 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac"
I0816 17:52:23.079523 285045 logs.go:123] Gathering logs for kubelet ...
I0816 17:52:23.079557 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0816 17:52:23.130020 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.299922 1482 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:23.130290 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.299969 1482 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:23.130469 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.300343 1482 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-035693' and this object
W0816 17:52:23.130682 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300373 1482 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:23.130870 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.300698 1482 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:23.131101 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300726 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:23.131287 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301026 1482 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:23.131521 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301072 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:23.131740 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301389 1482 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-035693" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:23.131956 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301415 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
I0816 17:52:23.172004 285045 logs.go:123] Gathering logs for dmesg ...
I0816 17:52:23.172042 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0816 17:52:23.189120 285045 logs.go:123] Gathering logs for kube-apiserver [16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2] ...
I0816 17:52:23.189151 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2"
I0816 17:52:23.262456 285045 logs.go:123] Gathering logs for etcd [561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea] ...
I0816 17:52:23.262488 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea"
I0816 17:52:23.312676 285045 logs.go:123] Gathering logs for coredns [012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52] ...
I0816 17:52:23.312715 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52"
I0816 17:52:23.362275 285045 logs.go:123] Gathering logs for kube-proxy [2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3] ...
I0816 17:52:23.362306 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3"
I0816 17:52:23.408344 285045 logs.go:123] Gathering logs for CRI-O ...
I0816 17:52:23.408376 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0816 17:52:23.510483 285045 logs.go:123] Gathering logs for container status ...
I0816 17:52:23.510570 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0816 17:52:23.577126 285045 out.go:358] Setting ErrFile to fd 2...
I0816 17:52:23.577157 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0816 17:52:23.577241 285045 out.go:270] X Problems detected in kubelet:
W0816 17:52:23.577255 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300726 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:23.577285 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301026 1482 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:23.577294 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301072 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:23.577301 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301389 1482 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-035693" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:23.577308 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301415 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
I0816 17:52:23.577320 285045 out.go:358] Setting ErrFile to fd 2...
I0816 17:52:23.577327 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0816 17:52:33.578632 285045 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0816 17:52:33.586611 285045 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0816 17:52:33.587709 285045 api_server.go:141] control plane version: v1.31.0
I0816 17:52:33.587737 285045 api_server.go:131] duration metric: took 11.175137198s to wait for apiserver health ...
I0816 17:52:33.587746 285045 system_pods.go:43] waiting for kube-system pods to appear ...
I0816 17:52:33.587768 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0816 17:52:33.587825 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0816 17:52:33.624854 285045 cri.go:89] found id: "16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2"
I0816 17:52:33.624879 285045 cri.go:89] found id: ""
I0816 17:52:33.624896 285045 logs.go:276] 1 containers: [16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2]
I0816 17:52:33.624955 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:33.628433 285045 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0816 17:52:33.628500 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0816 17:52:33.668071 285045 cri.go:89] found id: "561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea"
I0816 17:52:33.668091 285045 cri.go:89] found id: ""
I0816 17:52:33.668100 285045 logs.go:276] 1 containers: [561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea]
I0816 17:52:33.668156 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:33.671765 285045 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0816 17:52:33.671833 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0816 17:52:33.714887 285045 cri.go:89] found id: "012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52"
I0816 17:52:33.714906 285045 cri.go:89] found id: ""
I0816 17:52:33.714915 285045 logs.go:276] 1 containers: [012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52]
I0816 17:52:33.714973 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:33.718624 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0816 17:52:33.718692 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0816 17:52:33.759957 285045 cri.go:89] found id: "37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db"
I0816 17:52:33.759982 285045 cri.go:89] found id: ""
I0816 17:52:33.759991 285045 logs.go:276] 1 containers: [37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db]
I0816 17:52:33.760047 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:33.763595 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0816 17:52:33.763665 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0816 17:52:33.804084 285045 cri.go:89] found id: "2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3"
I0816 17:52:33.804111 285045 cri.go:89] found id: ""
I0816 17:52:33.804119 285045 logs.go:276] 1 containers: [2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3]
I0816 17:52:33.804177 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:33.808159 285045 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0816 17:52:33.808233 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0816 17:52:33.847110 285045 cri.go:89] found id: "8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e"
I0816 17:52:33.847132 285045 cri.go:89] found id: ""
I0816 17:52:33.847140 285045 logs.go:276] 1 containers: [8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e]
I0816 17:52:33.847232 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:33.851158 285045 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0816 17:52:33.851280 285045 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0816 17:52:33.890592 285045 cri.go:89] found id: "3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac"
I0816 17:52:33.890622 285045 cri.go:89] found id: ""
I0816 17:52:33.890630 285045 logs.go:276] 1 containers: [3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac]
I0816 17:52:33.890692 285045 ssh_runner.go:195] Run: which crictl
I0816 17:52:33.894418 285045 logs.go:123] Gathering logs for kubelet ...
I0816 17:52:33.894453 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0816 17:52:33.940428 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.299922 1482 reflector.go:561] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:33.940703 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.299969 1482 reflector.go:158] "Unhandled Error" err="object-\"gcp-auth\"/\"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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:33.940881 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.300343 1482 reflector.go:561] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-035693' and this object
W0816 17:52:33.941099 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300373 1482 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"coredns\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"coredns\" is forbidden: User \"system:node:addons-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:33.941287 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.300698 1482 reflector.go:561] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:33.941514 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300726 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:33.941702 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301026 1482 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:33.941929 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301072 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:33.942131 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301389 1482 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-035693" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:33.942353 285045 logs.go:138] Found kubelet problem: Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301415 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
I0816 17:52:33.984453 285045 logs.go:123] Gathering logs for dmesg ...
I0816 17:52:33.984488 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0816 17:52:34.000832 285045 logs.go:123] Gathering logs for describe nodes ...
I0816 17:52:34.000862 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0816 17:52:34.147169 285045 logs.go:123] Gathering logs for kube-apiserver [16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2] ...
I0816 17:52:34.147198 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2"
I0816 17:52:34.200849 285045 logs.go:123] Gathering logs for coredns [012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52] ...
I0816 17:52:34.200884 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52"
I0816 17:52:34.250310 285045 logs.go:123] Gathering logs for kube-controller-manager [8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e] ...
I0816 17:52:34.250341 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e"
I0816 17:52:34.321425 285045 logs.go:123] Gathering logs for etcd [561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea] ...
I0816 17:52:34.321464 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea"
I0816 17:52:34.370297 285045 logs.go:123] Gathering logs for kube-scheduler [37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db] ...
I0816 17:52:34.370371 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db"
I0816 17:52:34.429642 285045 logs.go:123] Gathering logs for kube-proxy [2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3] ...
I0816 17:52:34.429675 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3"
I0816 17:52:34.470183 285045 logs.go:123] Gathering logs for kindnet [3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac] ...
I0816 17:52:34.470214 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac"
I0816 17:52:34.517728 285045 logs.go:123] Gathering logs for CRI-O ...
I0816 17:52:34.517767 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0816 17:52:34.613499 285045 logs.go:123] Gathering logs for container status ...
I0816 17:52:34.613537 285045 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0816 17:52:34.664287 285045 out.go:358] Setting ErrFile to fd 2...
I0816 17:52:34.664316 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0816 17:52:34.664462 285045 out.go:270] X Problems detected in kubelet:
W0816 17:52:34.664480 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.300726 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:34.664626 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301026 1482 reflector.go:561] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-035693" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-035693' and this object
W0816 17:52:34.664637 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301072 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
W0816 17:52:34.664649 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: W0816 17:50:50.301389 1482 reflector.go:561] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-035693" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-035693' and this object
W0816 17:52:34.664657 285045 out.go:270] Aug 16 17:50:50 addons-035693 kubelet[1482]: E0816 17:50:50.301415 1482 reflector.go:158] "Unhandled Error" err="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-035693\" cannot list resource \"secrets\" in API group \"\" in the namespace \"gcp-auth\": no relationship found between node 'addons-035693' and this object" logger="UnhandledError"
I0816 17:52:34.664663 285045 out.go:358] Setting ErrFile to fd 2...
I0816 17:52:34.664670 285045 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0816 17:52:44.677793 285045 system_pods.go:59] 18 kube-system pods found
I0816 17:52:44.677834 285045 system_pods.go:61] "coredns-6f6b679f8f-rbz4z" [92644452-aa36-4753-a264-a18cccb9492c] Running
I0816 17:52:44.677842 285045 system_pods.go:61] "csi-hostpath-attacher-0" [664885ca-b697-49ae-880d-8ecc99fc3626] Running
I0816 17:52:44.677849 285045 system_pods.go:61] "csi-hostpath-resizer-0" [2f444058-2a11-47d1-9aa5-5819a61fd0eb] Running
I0816 17:52:44.677854 285045 system_pods.go:61] "csi-hostpathplugin-zhj5f" [f51366cb-7c4d-495a-82b3-e94e9f6e557a] Running
I0816 17:52:44.677859 285045 system_pods.go:61] "etcd-addons-035693" [921b06ac-bc6a-42f2-b195-bf0df0c41429] Running
I0816 17:52:44.677863 285045 system_pods.go:61] "kindnet-ss96t" [a57b0d98-03aa-45a1-a52d-fa5c7752f339] Running
I0816 17:52:44.677868 285045 system_pods.go:61] "kube-apiserver-addons-035693" [46468507-7fa1-48a0-86a7-bb8c24da898a] Running
I0816 17:52:44.677898 285045 system_pods.go:61] "kube-controller-manager-addons-035693" [437a7398-1257-4c14-9bdb-dc231abacfc3] Running
I0816 17:52:44.677903 285045 system_pods.go:61] "kube-ingress-dns-minikube" [678e56e7-144e-4853-bb85-8157ca9cdd5d] Running
I0816 17:52:44.677908 285045 system_pods.go:61] "kube-proxy-gk9xc" [fdb8dfd7-8793-4882-9b5f-d512e5caff6f] Running
I0816 17:52:44.677912 285045 system_pods.go:61] "kube-scheduler-addons-035693" [9996406e-7cbf-43cf-8100-4a4e1fed2cb7] Running
I0816 17:52:44.677916 285045 system_pods.go:61] "metrics-server-8988944d9-ssk4x" [0bdf104e-0061-4330-aaa3-3ed64ee249e7] Running
I0816 17:52:44.677920 285045 system_pods.go:61] "nvidia-device-plugin-daemonset-jsx2r" [c4f0b8cd-7cfb-4b35-b194-ec9b1febfd6b] Running
I0816 17:52:44.677924 285045 system_pods.go:61] "registry-6fb4cdfc84-tm8w6" [7a1098d6-9eed-44ed-b050-d7eb7f621f53] Running
I0816 17:52:44.677927 285045 system_pods.go:61] "registry-proxy-t2nrw" [b85d1b9d-5cbc-4b35-a578-9eb458257f07] Running
I0816 17:52:44.677931 285045 system_pods.go:61] "snapshot-controller-56fcc65765-cnwmk" [1d49b80b-be25-4e9d-ba9b-44170fa68be0] Running
I0816 17:52:44.677935 285045 system_pods.go:61] "snapshot-controller-56fcc65765-gr2ps" [1efa743e-f16d-4942-8095-a87be8bd0e66] Running
I0816 17:52:44.677939 285045 system_pods.go:61] "storage-provisioner" [7ce79565-40dd-4899-9f49-003e0e94fdd9] Running
I0816 17:52:44.677945 285045 system_pods.go:74] duration metric: took 11.090193132s to wait for pod list to return data ...
I0816 17:52:44.677952 285045 default_sa.go:34] waiting for default service account to be created ...
I0816 17:52:44.681217 285045 default_sa.go:45] found service account: "default"
I0816 17:52:44.681245 285045 default_sa.go:55] duration metric: took 3.28594ms for default service account to be created ...
I0816 17:52:44.681255 285045 system_pods.go:116] waiting for k8s-apps to be running ...
I0816 17:52:44.691915 285045 system_pods.go:86] 18 kube-system pods found
I0816 17:52:44.692014 285045 system_pods.go:89] "coredns-6f6b679f8f-rbz4z" [92644452-aa36-4753-a264-a18cccb9492c] Running
I0816 17:52:44.692038 285045 system_pods.go:89] "csi-hostpath-attacher-0" [664885ca-b697-49ae-880d-8ecc99fc3626] Running
I0816 17:52:44.692082 285045 system_pods.go:89] "csi-hostpath-resizer-0" [2f444058-2a11-47d1-9aa5-5819a61fd0eb] Running
I0816 17:52:44.692107 285045 system_pods.go:89] "csi-hostpathplugin-zhj5f" [f51366cb-7c4d-495a-82b3-e94e9f6e557a] Running
I0816 17:52:44.692127 285045 system_pods.go:89] "etcd-addons-035693" [921b06ac-bc6a-42f2-b195-bf0df0c41429] Running
I0816 17:52:44.692161 285045 system_pods.go:89] "kindnet-ss96t" [a57b0d98-03aa-45a1-a52d-fa5c7752f339] Running
I0816 17:52:44.692186 285045 system_pods.go:89] "kube-apiserver-addons-035693" [46468507-7fa1-48a0-86a7-bb8c24da898a] Running
I0816 17:52:44.692205 285045 system_pods.go:89] "kube-controller-manager-addons-035693" [437a7398-1257-4c14-9bdb-dc231abacfc3] Running
I0816 17:52:44.692244 285045 system_pods.go:89] "kube-ingress-dns-minikube" [678e56e7-144e-4853-bb85-8157ca9cdd5d] Running
I0816 17:52:44.692265 285045 system_pods.go:89] "kube-proxy-gk9xc" [fdb8dfd7-8793-4882-9b5f-d512e5caff6f] Running
I0816 17:52:44.692284 285045 system_pods.go:89] "kube-scheduler-addons-035693" [9996406e-7cbf-43cf-8100-4a4e1fed2cb7] Running
I0816 17:52:44.692296 285045 system_pods.go:89] "metrics-server-8988944d9-ssk4x" [0bdf104e-0061-4330-aaa3-3ed64ee249e7] Running
I0816 17:52:44.692301 285045 system_pods.go:89] "nvidia-device-plugin-daemonset-jsx2r" [c4f0b8cd-7cfb-4b35-b194-ec9b1febfd6b] Running
I0816 17:52:44.692305 285045 system_pods.go:89] "registry-6fb4cdfc84-tm8w6" [7a1098d6-9eed-44ed-b050-d7eb7f621f53] Running
I0816 17:52:44.692309 285045 system_pods.go:89] "registry-proxy-t2nrw" [b85d1b9d-5cbc-4b35-a578-9eb458257f07] Running
I0816 17:52:44.692315 285045 system_pods.go:89] "snapshot-controller-56fcc65765-cnwmk" [1d49b80b-be25-4e9d-ba9b-44170fa68be0] Running
I0816 17:52:44.692319 285045 system_pods.go:89] "snapshot-controller-56fcc65765-gr2ps" [1efa743e-f16d-4942-8095-a87be8bd0e66] Running
I0816 17:52:44.692323 285045 system_pods.go:89] "storage-provisioner" [7ce79565-40dd-4899-9f49-003e0e94fdd9] Running
I0816 17:52:44.692334 285045 system_pods.go:126] duration metric: took 11.073024ms to wait for k8s-apps to be running ...
I0816 17:52:44.692343 285045 system_svc.go:44] waiting for kubelet service to be running ....
I0816 17:52:44.692404 285045 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0816 17:52:44.705414 285045 system_svc.go:56] duration metric: took 13.060632ms WaitForService to wait for kubelet
I0816 17:52:44.705445 285045 kubeadm.go:582] duration metric: took 2m40.817316329s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0816 17:52:44.705469 285045 node_conditions.go:102] verifying NodePressure condition ...
I0816 17:52:44.709137 285045 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0816 17:52:44.709188 285045 node_conditions.go:123] node cpu capacity is 2
I0816 17:52:44.709200 285045 node_conditions.go:105] duration metric: took 3.724607ms to run NodePressure ...
I0816 17:52:44.709213 285045 start.go:241] waiting for startup goroutines ...
I0816 17:52:44.709221 285045 start.go:246] waiting for cluster config update ...
I0816 17:52:44.709238 285045 start.go:255] writing updated cluster config ...
I0816 17:52:44.709541 285045 ssh_runner.go:195] Run: rm -f paused
I0816 17:52:45.116965 285045 start.go:600] kubectl: 1.31.0, cluster: 1.31.0 (minor skew: 0)
I0816 17:52:45.120058 285045 out.go:177] * Done! kubectl is now configured to use "addons-035693" cluster and "default" namespace by default
==> CRI-O <==
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.059311489Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=8d439e74-bb89-43c1-913d-18e2aad7446b name=/runtime.v1.ImageService/ImageStatus
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.061252017Z" level=info msg="Creating container: default/hello-world-app-55bf9c44b4-tjfkk/hello-world-app" id=45d566f8-b462-4166-a178-3eacf851646f name=/runtime.v1.RuntimeService/CreateContainer
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.061473472Z" level=warning msg="Allowed annotations are specified for workload []"
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.091051452Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/ff0015cdff5e5aef8e73a5718c3a41979764a5b2726231011cd2fb42b7775f02/merged/etc/passwd: no such file or directory"
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.091258729Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/ff0015cdff5e5aef8e73a5718c3a41979764a5b2726231011cd2fb42b7775f02/merged/etc/group: no such file or directory"
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.134215639Z" level=info msg="Created container a8a7185f682c17a58ab8bdd186b92acaa4c1070f0add9266b85924a0137c35d9: default/hello-world-app-55bf9c44b4-tjfkk/hello-world-app" id=45d566f8-b462-4166-a178-3eacf851646f name=/runtime.v1.RuntimeService/CreateContainer
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.134962072Z" level=info msg="Starting container: a8a7185f682c17a58ab8bdd186b92acaa4c1070f0add9266b85924a0137c35d9" id=629db2b4-ac16-4689-82d1-cfcb89034902 name=/runtime.v1.RuntimeService/StartContainer
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.141651607Z" level=info msg="Started container" PID=8428 containerID=a8a7185f682c17a58ab8bdd186b92acaa4c1070f0add9266b85924a0137c35d9 description=default/hello-world-app-55bf9c44b4-tjfkk/hello-world-app id=629db2b4-ac16-4689-82d1-cfcb89034902 name=/runtime.v1.RuntimeService/StartContainer sandboxID=b7dfdd1af7e75a93cdad5ed07ae661dd336f29e2da2c7265c16a28dcc76c35fb
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.583686490Z" level=info msg="Removing container: 06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07" id=68ce5b31-a1e4-4e08-bd9d-3297c8e76acb name=/runtime.v1.RuntimeService/RemoveContainer
Aug 16 17:56:38 addons-035693 crio[963]: time="2024-08-16 17:56:38.605515979Z" level=info msg="Removed container 06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=68ce5b31-a1e4-4e08-bd9d-3297c8e76acb name=/runtime.v1.RuntimeService/RemoveContainer
Aug 16 17:56:40 addons-035693 crio[963]: time="2024-08-16 17:56:40.308551422Z" level=info msg="Stopping container: 085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5 (timeout: 2s)" id=1b05f1d5-e7f0-4606-85b8-bb32e50ea6c2 name=/runtime.v1.RuntimeService/StopContainer
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.315565862Z" level=warning msg="Stopping container 085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=1b05f1d5-e7f0-4606-85b8-bb32e50ea6c2 name=/runtime.v1.RuntimeService/StopContainer
Aug 16 17:56:42 addons-035693 conmon[4714]: conmon 085c1bb71ef37abe2844 <ninfo>: container 4725 exited with status 137
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.455127461Z" level=info msg="Stopped container 085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5: ingress-nginx/ingress-nginx-controller-bc57996ff-2xxm6/controller" id=1b05f1d5-e7f0-4606-85b8-bb32e50ea6c2 name=/runtime.v1.RuntimeService/StopContainer
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.455753132Z" level=info msg="Stopping pod sandbox: a629521fd300726232807d723b2f60943451dc5c9a417ecdf73b2eed7c60bba1" id=3d7a32bc-422a-430c-bbc5-84effbb695c0 name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.459378813Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-Z7WGR3465HMCS5KF - [0:0]\n:KUBE-HP-GHDZLHUB6YNDXZ43 - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-GHDZLHUB6YNDXZ43\n-X KUBE-HP-Z7WGR3465HMCS5KF\nCOMMIT\n"
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.461709402Z" level=info msg="Closing host port tcp:80"
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.461771605Z" level=info msg="Closing host port tcp:443"
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.463434826Z" level=info msg="Host port tcp:80 does not have an open socket"
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.463472651Z" level=info msg="Host port tcp:443 does not have an open socket"
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.463663666Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-bc57996ff-2xxm6 Namespace:ingress-nginx ID:a629521fd300726232807d723b2f60943451dc5c9a417ecdf73b2eed7c60bba1 UID:f95f446b-c51a-47e5-9fc3-68ca0527411b NetNS:/var/run/netns/5a0eeb41-5c4f-4e15-b1be-2633e7f22b5d Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.463806935Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-bc57996ff-2xxm6 from CNI network \"kindnet\" (type=ptp)"
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.491018051Z" level=info msg="Stopped pod sandbox: a629521fd300726232807d723b2f60943451dc5c9a417ecdf73b2eed7c60bba1" id=3d7a32bc-422a-430c-bbc5-84effbb695c0 name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.592133389Z" level=info msg="Removing container: 085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5" id=ad8d8d23-7a70-4f6c-8f7b-866c853217c0 name=/runtime.v1.RuntimeService/RemoveContainer
Aug 16 17:56:42 addons-035693 crio[963]: time="2024-08-16 17:56:42.608522067Z" level=info msg="Removed container 085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5: ingress-nginx/ingress-nginx-controller-bc57996ff-2xxm6/controller" id=ad8d8d23-7a70-4f6c-8f7b-866c853217c0 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
a8a7185f682c1 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 9 seconds ago Running hello-world-app 0 b7dfdd1af7e75 hello-world-app-55bf9c44b4-tjfkk
32ce343b9cee4 docker.io/library/nginx@sha256:ba188f579f7a2638229e326e78c957a185630e303757813ef1ad7aac1b8248b6 2 minutes ago Running nginx 0 bfddf0315f927 nginx
8ca4276cff561 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 a53ed5ae8418d busybox
2970f6e69eeae docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 5 minutes ago Running local-path-provisioner 0 357c57ee43388 local-path-provisioner-86d989889c-q9262
4ea49a234283c 420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e 5 minutes ago Exited patch 1 4cf660e3241dc ingress-nginx-admission-patch-qkv45
852a4d200668c registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3 5 minutes ago Exited create 0 be1f6065f7ad6 ingress-nginx-admission-create-mkgjx
f3a4ca79ab8fe registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 648e2f793ade0 metrics-server-8988944d9-ssk4x
012e15f9a1f7c 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 5 minutes ago Running coredns 0 2b67237d2dc49 coredns-6f6b679f8f-rbz4z
63d1a9f6ba13e ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 61293d44ba42f storage-provisioner
3dd59dbbe567f docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64 6 minutes ago Running kindnet-cni 0 d9a660edd4ffe kindnet-ss96t
2f1c05f8b2d29 71d55d66fd4eec8986225089a135fadd96bc6624d987096808772ce1e1924d89 6 minutes ago Running kube-proxy 0 6c2ddff24a6f6 kube-proxy-gk9xc
16603acf52d48 cd0f0ae0ec9e0cdc092079156c122bf034ba3f24d31c1b1dd1b52a42ecf9b388 6 minutes ago Running kube-apiserver 0 dec70b8738945 kube-apiserver-addons-035693
37ec5b1fb253c fbbbd428abb4dae52ab3018797d00d5840a739f0cc5697b662791831a60b0adb 6 minutes ago Running kube-scheduler 0 fcd75fe526843 kube-scheduler-addons-035693
561d83fad4550 27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da 6 minutes ago Running etcd 0 6bda942b786e6 etcd-addons-035693
8087f1df94210 fcb0683e6bdbd083710cf2d6fd7eb699c77fe4994c38a5c82d059e2e3cb4c2fd 6 minutes ago Running kube-controller-manager 0 f4447781e9f34 kube-controller-manager-addons-035693
==> coredns [012e15f9a1f7c20fbe55d6e406638d4b933c25461471c3bd1ca35b27b5b45f52] <==
[INFO] 10.244.0.2:45338 - 44082 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001699954s
[INFO] 10.244.0.2:41294 - 38935 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000081042s
[INFO] 10.244.0.2:41294 - 38698 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000193968s
[INFO] 10.244.0.2:52210 - 27882 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000110022s
[INFO] 10.244.0.2:52210 - 1686 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000172487s
[INFO] 10.244.0.2:60220 - 62726 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000059413s
[INFO] 10.244.0.2:60220 - 59652 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000036808s
[INFO] 10.244.0.2:37554 - 59365 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000048861s
[INFO] 10.244.0.2:37554 - 61163 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00003607s
[INFO] 10.244.0.2:58464 - 869 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001352066s
[INFO] 10.244.0.2:58464 - 6499 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001419536s
[INFO] 10.244.0.2:35475 - 56940 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000068406s
[INFO] 10.244.0.2:35475 - 65362 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000114773s
[INFO] 10.244.0.20:58227 - 5366 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000172511s
[INFO] 10.244.0.20:41401 - 8599 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000069079s
[INFO] 10.244.0.20:43759 - 13969 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000125784s
[INFO] 10.244.0.20:52886 - 11569 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000098043s
[INFO] 10.244.0.20:47274 - 34174 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000212118s
[INFO] 10.244.0.20:53242 - 61048 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000097928s
[INFO] 10.244.0.20:33077 - 62665 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003038531s
[INFO] 10.244.0.20:55133 - 20954 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003908852s
[INFO] 10.244.0.20:43332 - 13158 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001371981s
[INFO] 10.244.0.20:42221 - 58688 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001199461s
[INFO] 10.244.0.22:48707 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000175974s
[INFO] 10.244.0.22:42769 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000122247s
==> describe nodes <==
Name: addons-035693
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-035693
kubernetes.io/os=linux
minikube.k8s.io/commit=8789c54b9bc6db8e66c461a83302d5a0be0abbdd
minikube.k8s.io/name=addons-035693
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_08_16T17_49_59_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-035693
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, 16 Aug 2024 17:49:55 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-035693
AcquireTime: <unset>
RenewTime: Fri, 16 Aug 2024 17:56:37 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Fri, 16 Aug 2024 17:54:35 +0000 Fri, 16 Aug 2024 17:49:52 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Fri, 16 Aug 2024 17:54:35 +0000 Fri, 16 Aug 2024 17:49:52 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Fri, 16 Aug 2024 17:54:35 +0000 Fri, 16 Aug 2024 17:49:52 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Fri, 16 Aug 2024 17:54:35 +0000 Fri, 16 Aug 2024 17:50:50 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-035693
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
System Info:
Machine ID: bc4014d276dd41d38ed343c7bfd38367
System UUID: 0d15ea8b-f4e9-4cd8-9086-0f5742e0dff3
Boot ID: 42540284-5019-4b99-817b-c2e55433aff8
Kernel Version: 5.15.0-1067-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.31.0
Kube-Proxy Version:
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 busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 4m2s
default hello-world-app-55bf9c44b4-tjfkk 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11s
default nginx 0 (0%) 0 (0%) 0 (0%) 0 (0%) 2m32s
kube-system coredns-6f6b679f8f-rbz4z 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 6m44s
kube-system etcd-addons-035693 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 6m49s
kube-system kindnet-ss96t 100m (5%) 100m (5%) 50Mi (0%) 50Mi (0%) 6m45s
kube-system kube-apiserver-addons-035693 250m (12%) 0 (0%) 0 (0%) 0 (0%) 6m49s
kube-system kube-controller-manager-addons-035693 200m (10%) 0 (0%) 0 (0%) 0 (0%) 6m49s
kube-system kube-proxy-gk9xc 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m45s
kube-system kube-scheduler-addons-035693 100m (5%) 0 (0%) 0 (0%) 0 (0%) 6m49s
kube-system metrics-server-8988944d9-ssk4x 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 6m38s
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m38s
local-path-storage local-path-provisioner-86d989889c-q9262 0 (0%) 0 (0%) 0 (0%) 0 (0%) 6m38s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 100m (5%)
memory 420Mi (5%) 220Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
hugepages-32Mi 0 (0%) 0 (0%)
hugepages-64Ki 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 6m36s kube-proxy
Normal Starting 6m56s kubelet Starting kubelet.
Warning CgroupV1 6m56s kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 6m56s (x8 over 6m56s) kubelet Node addons-035693 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m56s (x8 over 6m56s) kubelet Node addons-035693 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m56s (x7 over 6m56s) kubelet Node addons-035693 status is now: NodeHasSufficientPID
Normal Starting 6m49s kubelet Starting kubelet.
Warning CgroupV1 6m49s kubelet Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
Normal NodeHasSufficientMemory 6m49s (x2 over 6m49s) kubelet Node addons-035693 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m49s (x2 over 6m49s) kubelet Node addons-035693 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m49s (x2 over 6m49s) kubelet Node addons-035693 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m45s node-controller Node addons-035693 event: Registered Node addons-035693 in Controller
Normal NodeReady 5m57s kubelet Node addons-035693 status is now: NodeReady
==> dmesg <==
[Aug16 16:17] ACPI: SRAT not present
[ +0.000000] ACPI: SRAT not present
[ +0.000000] SPI driver altr_a10sr has no spi_device_id for altr,a10sr
[ +0.013703] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ +0.456008] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ +0.059863] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002591] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.017003] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.004100] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.003508] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.725784] ena 0000:00:05.0: LLQ is not supported Fallback to host mode policy.
[ +6.595200] kauditd_printk_skb: 36 callbacks suppressed
[Aug16 16:48] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Aug16 16:51] hrtimer: interrupt took 1350672 ns
[Aug16 17:21] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
==> etcd [561d83fad4550540f02fbd655d5b88d17e2d9df95401041d8ac872122b453cea] <==
{"level":"info","ts":"2024-08-16T17:49:51.896129Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/snap","suffix":"snap","max":5,"interval":"30s"}
{"level":"info","ts":"2024-08-16T17:49:51.896361Z","caller":"fileutil/purge.go:50","msg":"started to purge file","dir":"/var/lib/minikube/etcd/member/wal","suffix":"wal","max":5,"interval":"30s"}
{"level":"info","ts":"2024-08-16T17:49:52.148611Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-08-16T17:49:52.148754Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-08-16T17:49:52.148807Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-08-16T17:49:52.148861Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-08-16T17:49:52.148897Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-08-16T17:49:52.148937Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-08-16T17:49:52.148975Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-08-16T17:49:52.154311Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-035693 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-08-16T17:49:52.154740Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-08-16T17:49:52.154781Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-16T17:49:52.157349Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-08-16T17:49:52.160671Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-08-16T17:49:52.160776Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-08-16T17:49:52.160879Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-16T17:49:52.160984Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-16T17:49:52.161042Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-16T17:49:52.154809Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-08-16T17:49:52.161885Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
{"level":"info","ts":"2024-08-16T17:49:52.162838Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-08-16T17:49:52.165142Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-08-16T17:50:05.420955Z","caller":"traceutil/trace.go:171","msg":"trace[427995030] transaction","detail":"{read_only:false; response_revision:399; number_of_response:1; }","duration":"213.342128ms","start":"2024-08-16T17:50:05.207507Z","end":"2024-08-16T17:50:05.420850Z","steps":["trace[427995030] 'process raft request' (duration: 207.054353ms)"],"step_count":1}
{"level":"info","ts":"2024-08-16T17:50:06.204366Z","caller":"traceutil/trace.go:171","msg":"trace[1409747860] transaction","detail":"{read_only:false; response_revision:401; number_of_response:1; }","duration":"272.602168ms","start":"2024-08-16T17:50:05.931749Z","end":"2024-08-16T17:50:06.204351Z","steps":["trace[1409747860] 'process raft request' (duration: 272.477033ms)"],"step_count":1}
{"level":"info","ts":"2024-08-16T17:50:07.416840Z","caller":"traceutil/trace.go:171","msg":"trace[2140881632] transaction","detail":"{read_only:false; response_revision:413; number_of_response:1; }","duration":"117.650046ms","start":"2024-08-16T17:50:07.299169Z","end":"2024-08-16T17:50:07.416820Z","steps":["trace[2140881632] 'process raft request' (duration: 55.75318ms)","trace[2140881632] 'compare' (duration: 51.745647ms)"],"step_count":2}
==> kernel <==
17:56:47 up 1:39, 0 users, load average: 1.13, 1.18, 1.91
Linux addons-035693 5.15.0-1067-aws #73~20.04.1-Ubuntu SMP Wed Jul 24 17:31:05 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [3dd59dbbe567f2d245e345801144eab8a3071ac9373f1207ba120ca78d114fac] <==
I0816 17:55:29.934116 1 main.go:299] handling current node
W0816 17:55:36.029434 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0816 17:55:36.029475 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0816 17:55:39.933934 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0816 17:55:39.933968 1 main.go:299] handling current node
W0816 17:55:48.433873 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0816 17:55:48.433909 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0816 17:55:49.933485 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0816 17:55:49.933520 1 main.go:299] handling current node
I0816 17:55:59.933877 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0816 17:55:59.933908 1 main.go:299] handling current node
W0816 17:56:04.180409 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0816 17:56:04.180465 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0816 17:56:09.933029 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0816 17:56:09.933059 1 main.go:299] handling current node
I0816 17:56:19.933428 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0816 17:56:19.933464 1 main.go:299] handling current node
W0816 17:56:25.336706 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0816 17:56:25.336747 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0816 17:56:29.933708 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0816 17:56:29.933746 1 main.go:299] handling current node
W0816 17:56:37.492355 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0816 17:56:37.492494 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.3/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0816 17:56:39.933991 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0816 17:56:39.934027 1 main.go:299] handling current node
==> kube-apiserver [16603acf52d4858a0a4d045945e3e83452b0785af12a9c502ed0dd330665f1f2] <==
E0816 17:52:10.913782 1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.107.107.224:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.107.107.224:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.107.107.224:443: connect: connection refused" logger="UnhandledError"
I0816 17:52:11.021316 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0816 17:52:54.195348 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:43404: use of closed network connection
E0816 17:52:54.355261 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:43434: use of closed network connection
I0816 17:53:36.265906 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0816 17:53:46.288399 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.79.244"}
I0816 17:53:57.813291 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0816 17:53:57.813342 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0816 17:53:57.855480 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0816 17:53:57.855536 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0816 17:53:57.941515 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0816 17:53:57.941727 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0816 17:53:58.013443 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0816 17:53:58.013509 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0816 17:53:58.036329 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0816 17:53:58.036697 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0816 17:53:59.014149 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0816 17:53:59.037371 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0816 17:53:59.166301 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0816 17:54:09.974518 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0816 17:54:11.002766 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0816 17:54:15.639164 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0816 17:54:15.948556 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.63.102"}
I0816 17:56:36.879946 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.108.165.101"}
E0816 17:56:39.359359 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [8087f1df942107045e526a7dfbc35384f7446526d7df5f84e96245b5d262797e] <==
W0816 17:55:28.363573 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:55:28.363617 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0816 17:55:41.965868 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:55:41.965912 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0816 17:55:51.113837 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:55:51.113884 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0816 17:56:01.354671 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:56:01.354718 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0816 17:56:17.209702 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:56:17.209754 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0816 17:56:17.417233 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:56:17.417288 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
I0816 17:56:36.631444 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="41.064233ms"
I0816 17:56:36.651452 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="19.357953ms"
I0816 17:56:36.671613 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="20.036095ms"
I0816 17:56:36.671773 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="51.979µs"
I0816 17:56:38.604236 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="12.520923ms"
I0816 17:56:38.607485 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="53.193µs"
I0816 17:56:39.285461 1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create" delay="0s"
I0816 17:56:39.288222 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="8.156µs"
I0816 17:56:39.291138 1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch" delay="0s"
W0816 17:56:44.447997 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:56:44.448045 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
W0816 17:56:46.033384 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0816 17:56:46.033534 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
==> kube-proxy [2f1c05f8b2d294f719f8e0c5743ba9d8f84ba8c744333bcda3dbb51a7b9ee1a3] <==
I0816 17:50:09.285955 1 server_linux.go:66] "Using iptables proxy"
I0816 17:50:10.422616 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0816 17:50:10.422687 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I0816 17:50:10.765993 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0816 17:50:10.766078 1 server_linux.go:169] "Using iptables Proxier"
I0816 17:50:10.778956 1 proxier.go:255] "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" ipFamily="IPv4"
I0816 17:50:10.789207 1 server.go:483] "Version info" version="v1.31.0"
I0816 17:50:10.789332 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0816 17:50:10.793126 1 config.go:197] "Starting service config controller"
I0816 17:50:10.793247 1 shared_informer.go:313] Waiting for caches to sync for service config
I0816 17:50:10.793327 1 config.go:104] "Starting endpoint slice config controller"
I0816 17:50:10.793370 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0816 17:50:10.793907 1 config.go:326] "Starting node config controller"
I0816 17:50:10.793974 1 shared_informer.go:313] Waiting for caches to sync for node config
I0816 17:50:10.894446 1 shared_informer.go:320] Caches are synced for node config
I0816 17:50:10.894509 1 shared_informer.go:320] Caches are synced for service config
I0816 17:50:10.894536 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [37ec5b1fb253cf065389c9039cfa8673b05005ab8c510d306aa665b63d6d68db] <==
W0816 17:49:56.006825 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0816 17:49:56.017124 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.007107 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0816 17:49:56.017216 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.007158 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0816 17:49:56.017335 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.007222 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0816 17:49:56.017427 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.017697 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0816 17:49:56.017761 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.017874 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0816 17:49:56.017921 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.018037 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0816 17:49:56.018082 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.018190 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0816 17:49:56.018254 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.893453 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0816 17:49:56.893499 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.950082 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0816 17:49:56.950126 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0816 17:49:56.981236 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0816 17:49:56.981286 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0816 17:49:57.037808 1 reflector.go:561] runtime/asm_arm64.s:1222: 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"
E0816 17:49:57.037939 1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: 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\"" logger="UnhandledError"
I0816 17:49:58.988972 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Aug 16 17:56:36 addons-035693 kubelet[1482]: I0816 17:56:36.784781 1482 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-hfhrz\" (UniqueName: \"kubernetes.io/projected/19ab0c07-0879-4694-973f-1d99d7284ca4-kube-api-access-hfhrz\") pod \"hello-world-app-55bf9c44b4-tjfkk\" (UID: \"19ab0c07-0879-4694-973f-1d99d7284ca4\") " pod="default/hello-world-app-55bf9c44b4-tjfkk"
Aug 16 17:56:37 addons-035693 kubelet[1482]: I0816 17:56:37.997457 1482 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-7h5r6\" (UniqueName: \"kubernetes.io/projected/678e56e7-144e-4853-bb85-8157ca9cdd5d-kube-api-access-7h5r6\") pod \"678e56e7-144e-4853-bb85-8157ca9cdd5d\" (UID: \"678e56e7-144e-4853-bb85-8157ca9cdd5d\") "
Aug 16 17:56:38 addons-035693 kubelet[1482]: I0816 17:56:37.999435 1482 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/678e56e7-144e-4853-bb85-8157ca9cdd5d-kube-api-access-7h5r6" (OuterVolumeSpecName: "kube-api-access-7h5r6") pod "678e56e7-144e-4853-bb85-8157ca9cdd5d" (UID: "678e56e7-144e-4853-bb85-8157ca9cdd5d"). InnerVolumeSpecName "kube-api-access-7h5r6". PluginName "kubernetes.io/projected", VolumeGidValue ""
Aug 16 17:56:38 addons-035693 kubelet[1482]: I0816 17:56:38.097886 1482 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-7h5r6\" (UniqueName: \"kubernetes.io/projected/678e56e7-144e-4853-bb85-8157ca9cdd5d-kube-api-access-7h5r6\") on node \"addons-035693\" DevicePath \"\""
Aug 16 17:56:38 addons-035693 kubelet[1482]: I0816 17:56:38.580944 1482 scope.go:117] "RemoveContainer" containerID="06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07"
Aug 16 17:56:38 addons-035693 kubelet[1482]: I0816 17:56:38.590587 1482 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-55bf9c44b4-tjfkk" podStartSLOduration=1.554956626 podStartE2EDuration="2.590562518s" podCreationTimestamp="2024-08-16 17:56:36 +0000 UTC" firstStartedPulling="2024-08-16 17:56:37.022186695 +0000 UTC m=+398.528764669" lastFinishedPulling="2024-08-16 17:56:38.057792588 +0000 UTC m=+399.564370561" observedRunningTime="2024-08-16 17:56:38.589930783 +0000 UTC m=+400.096508757" watchObservedRunningTime="2024-08-16 17:56:38.590562518 +0000 UTC m=+400.097140492"
Aug 16 17:56:38 addons-035693 kubelet[1482]: I0816 17:56:38.605996 1482 scope.go:117] "RemoveContainer" containerID="06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07"
Aug 16 17:56:38 addons-035693 kubelet[1482]: E0816 17:56:38.606593 1482 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07\": container with ID starting with 06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07 not found: ID does not exist" containerID="06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07"
Aug 16 17:56:38 addons-035693 kubelet[1482]: I0816 17:56:38.606631 1482 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07"} err="failed to get container status \"06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07\": rpc error: code = NotFound desc = could not find container \"06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07\": container with ID starting with 06c72a4a91fcb16caaac101aa8bf863c68925a07c6f9fc8a918044dc3d86cc07 not found: ID does not exist"
Aug 16 17:56:38 addons-035693 kubelet[1482]: I0816 17:56:38.692654 1482 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="678e56e7-144e-4853-bb85-8157ca9cdd5d" path="/var/lib/kubelet/pods/678e56e7-144e-4853-bb85-8157ca9cdd5d/volumes"
Aug 16 17:56:38 addons-035693 kubelet[1482]: E0816 17:56:38.833614 1482 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1723830998833327385,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:597209,},InodesUsed:&UInt64Value{Value:237,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Aug 16 17:56:38 addons-035693 kubelet[1482]: E0816 17:56:38.833654 1482 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1723830998833327385,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:597209,},InodesUsed:&UInt64Value{Value:237,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
Aug 16 17:56:40 addons-035693 kubelet[1482]: I0816 17:56:40.691866 1482 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="1bfff3e6-87c2-4fa5-9990-a7a38e929c5e" path="/var/lib/kubelet/pods/1bfff3e6-87c2-4fa5-9990-a7a38e929c5e/volumes"
Aug 16 17:56:40 addons-035693 kubelet[1482]: I0816 17:56:40.692266 1482 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="7208706a-08fa-460c-9f5a-ee4733c9d5e1" path="/var/lib/kubelet/pods/7208706a-08fa-460c-9f5a-ee4733c9d5e1/volumes"
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.590876 1482 scope.go:117] "RemoveContainer" containerID="085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5"
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.608800 1482 scope.go:117] "RemoveContainer" containerID="085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5"
Aug 16 17:56:42 addons-035693 kubelet[1482]: E0816 17:56:42.609209 1482 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5\": container with ID starting with 085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5 not found: ID does not exist" containerID="085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5"
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.609250 1482 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5"} err="failed to get container status \"085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5\": rpc error: code = NotFound desc = could not find container \"085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5\": container with ID starting with 085c1bb71ef37abe2844f2172a8f841d11c876086d62343c4eeae9edb52fcea5 not found: ID does not exist"
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.638608 1482 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f95f446b-c51a-47e5-9fc3-68ca0527411b-webhook-cert\") pod \"f95f446b-c51a-47e5-9fc3-68ca0527411b\" (UID: \"f95f446b-c51a-47e5-9fc3-68ca0527411b\") "
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.638671 1482 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-7vv52\" (UniqueName: \"kubernetes.io/projected/f95f446b-c51a-47e5-9fc3-68ca0527411b-kube-api-access-7vv52\") pod \"f95f446b-c51a-47e5-9fc3-68ca0527411b\" (UID: \"f95f446b-c51a-47e5-9fc3-68ca0527411b\") "
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.640654 1482 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f95f446b-c51a-47e5-9fc3-68ca0527411b-kube-api-access-7vv52" (OuterVolumeSpecName: "kube-api-access-7vv52") pod "f95f446b-c51a-47e5-9fc3-68ca0527411b" (UID: "f95f446b-c51a-47e5-9fc3-68ca0527411b"). InnerVolumeSpecName "kube-api-access-7vv52". PluginName "kubernetes.io/projected", VolumeGidValue ""
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.641561 1482 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/f95f446b-c51a-47e5-9fc3-68ca0527411b-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "f95f446b-c51a-47e5-9fc3-68ca0527411b" (UID: "f95f446b-c51a-47e5-9fc3-68ca0527411b"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.691638 1482 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f95f446b-c51a-47e5-9fc3-68ca0527411b" path="/var/lib/kubelet/pods/f95f446b-c51a-47e5-9fc3-68ca0527411b/volumes"
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.739422 1482 reconciler_common.go:288] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f95f446b-c51a-47e5-9fc3-68ca0527411b-webhook-cert\") on node \"addons-035693\" DevicePath \"\""
Aug 16 17:56:42 addons-035693 kubelet[1482]: I0816 17:56:42.739464 1482 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-7vv52\" (UniqueName: \"kubernetes.io/projected/f95f446b-c51a-47e5-9fc3-68ca0527411b-kube-api-access-7vv52\") on node \"addons-035693\" DevicePath \"\""
==> storage-provisioner [63d1a9f6ba13e8a852d2e9c0f42a6ffe70f60f0cdd413245f71726d5791c7fff] <==
I0816 17:50:51.313414 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0816 17:50:51.328685 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0816 17:50:51.328735 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0816 17:50:51.336716 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0816 17:50:51.339869 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-035693_dbfaaf44-207e-4f5f-839a-e775aa43bdeb!
I0816 17:50:51.337244 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"2627d9f4-4c1e-47dc-8d77-6117f68f8057", APIVersion:"v1", ResourceVersion:"945", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-035693_dbfaaf44-207e-4f5f-839a-e775aa43bdeb became leader
I0816 17:50:51.440116 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-035693_dbfaaf44-207e-4f5f-839a-e775aa43bdeb!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-035693 -n addons-035693
helpers_test.go:261: (dbg) Run: kubectl --context addons-035693 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 (153.49s)