=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-983119 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-983119 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-983119 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [bf2440d0-25f9-4766-b965-c7bef823fa5f] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [bf2440d0-25f9-4766-b965-c7bef823fa5f] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.004507041s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-983119 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-983119 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.29969187s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-983119 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-983119 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.052419912s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-983119 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-983119 addons disable ingress-dns --alsologtostderr -v=1: (1.258324753s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-983119 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-983119 addons disable ingress --alsologtostderr -v=1: (7.790126621s)
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-983119
helpers_test.go:235: (dbg) docker inspect addons-983119:
-- stdout --
[
{
"Id": "5ab5012f14c1aa6f44a92723f0a432b95403f9292cb27652c9d65d74e31ed939",
"Created": "2024-01-09T00:01:55.648497723Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1684996,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-01-09T00:01:55.990262324Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:a5be0745bf7211988da1521fe4ee64cb5f5dee2ca8e3061f061c5272199c616c",
"ResolvConfPath": "/var/lib/docker/containers/5ab5012f14c1aa6f44a92723f0a432b95403f9292cb27652c9d65d74e31ed939/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/5ab5012f14c1aa6f44a92723f0a432b95403f9292cb27652c9d65d74e31ed939/hostname",
"HostsPath": "/var/lib/docker/containers/5ab5012f14c1aa6f44a92723f0a432b95403f9292cb27652c9d65d74e31ed939/hosts",
"LogPath": "/var/lib/docker/containers/5ab5012f14c1aa6f44a92723f0a432b95403f9292cb27652c9d65d74e31ed939/5ab5012f14c1aa6f44a92723f0a432b95403f9292cb27652c9d65d74e31ed939-json.log",
"Name": "/addons-983119",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-983119:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-983119",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/c9b6267f046476d559fa9d64c45b18f976569f1abe758b943d7bf00b74e57ab4-init/diff:/var/lib/docker/overlay2/a443ad727e446e5b332ea48292deac5ef22cb43b6aa42ee65e414679b2407c31/diff",
"MergedDir": "/var/lib/docker/overlay2/c9b6267f046476d559fa9d64c45b18f976569f1abe758b943d7bf00b74e57ab4/merged",
"UpperDir": "/var/lib/docker/overlay2/c9b6267f046476d559fa9d64c45b18f976569f1abe758b943d7bf00b74e57ab4/diff",
"WorkDir": "/var/lib/docker/overlay2/c9b6267f046476d559fa9d64c45b18f976569f1abe758b943d7bf00b74e57ab4/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-983119",
"Source": "/var/lib/docker/volumes/addons-983119/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-983119",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617",
"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-983119",
"name.minikube.sigs.k8s.io": "addons-983119",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "6a139fa4de1b4335395a4dad5489ad3b8130f79070eb81c279e4d2b10c4e423e",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34369"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34368"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34365"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34367"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34366"
}
]
},
"SandboxKey": "/var/run/docker/netns/6a139fa4de1b",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-983119": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"5ab5012f14c1",
"addons-983119"
],
"NetworkID": "59e4ab69f74e3626a12a60fd634fcd82ec13d843765f10eac1635d0b24f1d108",
"EndpointID": "a2c987fccbc842655787229f7a4bc457fc831edcac565b7b9851abe38be2e323",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-983119 -n addons-983119
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-983119 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-983119 logs -n 25: (1.569075829s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | 09 Jan 24 00:01 UTC |
| delete | -p download-only-345068 | download-only-345068 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | 09 Jan 24 00:01 UTC |
| delete | -p download-only-345068 | download-only-345068 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | 09 Jan 24 00:01 UTC |
| start | --download-only -p | download-docker-594175 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | |
| | download-docker-594175 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-594175 | download-docker-594175 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | 09 Jan 24 00:01 UTC |
| start | --download-only -p | binary-mirror-421596 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | |
| | binary-mirror-421596 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:35921 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-421596 | binary-mirror-421596 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | 09 Jan 24 00:01 UTC |
| addons | enable dashboard -p | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | |
| | addons-983119 | | | | | |
| addons | disable dashboard -p | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | |
| | addons-983119 | | | | | |
| start | -p addons-983119 --wait=true | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:01 UTC | 09 Jan 24 00:04 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 --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-983119 ip | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:04 UTC | 09 Jan 24 00:04 UTC |
| addons | addons-983119 addons disable | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:04 UTC | 09 Jan 24 00:04 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-983119 addons | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:04 UTC | 09 Jan 24 00:04 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:04 UTC | 09 Jan 24 00:04 UTC |
| | addons-983119 | | | | | |
| ssh | addons-983119 ssh curl -s | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:05 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-983119 addons | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:05 UTC | 09 Jan 24 00:05 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-983119 addons | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:05 UTC | 09 Jan 24 00:05 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:05 UTC | 09 Jan 24 00:05 UTC |
| | -p addons-983119 | | | | | |
| ssh | addons-983119 ssh cat | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:05 UTC | 09 Jan 24 00:05 UTC |
| | /opt/local-path-provisioner/pvc-0fb851d4-2568-488a-8306-8d95aae72b4e_default_test-pvc/file1 | | | | | |
| addons | addons-983119 addons disable | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:05 UTC | 09 Jan 24 00:06 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:06 UTC | 09 Jan 24 00:06 UTC |
| | addons-983119 | | | | | |
| addons | enable headlamp | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:06 UTC | 09 Jan 24 00:06 UTC |
| | -p addons-983119 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-983119 ip | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:07 UTC | 09 Jan 24 00:07 UTC |
| addons | addons-983119 addons disable | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:07 UTC | 09 Jan 24 00:07 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-983119 addons disable | addons-983119 | jenkins | v1.32.0 | 09 Jan 24 00:07 UTC | 09 Jan 24 00:07 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/01/09 00:01:32
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.21.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0109 00:01:32.668868 1684539 out.go:296] Setting OutFile to fd 1 ...
I0109 00:01:32.669030 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0109 00:01:32.669057 1684539 out.go:309] Setting ErrFile to fd 2...
I0109 00:01:32.669074 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0109 00:01:32.669373 1684539 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17830-1678586/.minikube/bin
I0109 00:01:32.669862 1684539 out.go:303] Setting JSON to false
I0109 00:01:32.670786 1684539 start.go:128] hostinfo: {"hostname":"ip-172-31-30-239","uptime":24235,"bootTime":1704734258,"procs":160,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1051-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0109 00:01:32.670868 1684539 start.go:138] virtualization:
I0109 00:01:32.673389 1684539 out.go:177] * [addons-983119] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0109 00:01:32.675882 1684539 out.go:177] - MINIKUBE_LOCATION=17830
I0109 00:01:32.677817 1684539 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0109 00:01:32.676013 1684539 notify.go:220] Checking for updates...
I0109 00:01:32.681447 1684539 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17830-1678586/kubeconfig
I0109 00:01:32.683366 1684539 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17830-1678586/.minikube
I0109 00:01:32.685226 1684539 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0109 00:01:32.686983 1684539 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0109 00:01:32.689224 1684539 driver.go:392] Setting default libvirt URI to qemu:///system
I0109 00:01:32.713121 1684539 docker.go:122] docker version: linux-24.0.7:Docker Engine - Community
I0109 00:01:32.713246 1684539 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0109 00:01:32.794297 1684539 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:38 SystemTime:2024-01-09 00:01:32.784704789 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1051-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:3dd1e886e55dd695541fdcd67420c2888645a495 Expected:3dd1e886e55dd695541fdcd67420c2888645a495} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil>
ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I0109 00:01:32.794399 1684539 docker.go:295] overlay module found
I0109 00:01:32.797928 1684539 out.go:177] * Using the docker driver based on user configuration
I0109 00:01:32.799997 1684539 start.go:298] selected driver: docker
I0109 00:01:32.800021 1684539 start.go:902] validating driver "docker" against <nil>
I0109 00:01:32.800034 1684539 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0109 00:01:32.800673 1684539 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0109 00:01:32.871244 1684539 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:38 SystemTime:2024-01-09 00:01:32.861841077 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1051-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.0.7 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:3dd1e886e55dd695541fdcd67420c2888645a495 Expected:3dd1e886e55dd695541fdcd67420c2888645a495} RuncCommit:{ID:v1.1.10-0-g18a0cb0 Expected:v1.1.10-0-g18a0cb0} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil>
ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I0109 00:01:32.871412 1684539 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I0109 00:01:32.871657 1684539 start_flags.go:931] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0109 00:01:32.873487 1684539 out.go:177] * Using Docker driver with root privileges
I0109 00:01:32.875289 1684539 cni.go:84] Creating CNI manager for ""
I0109 00:01:32.875328 1684539 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0109 00:01:32.875345 1684539 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I0109 00:01:32.875355 1684539 start_flags.go:323] config:
{Name:addons-983119 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-983119 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I0109 00:01:32.878942 1684539 out.go:177] * Starting control plane node addons-983119 in cluster addons-983119
I0109 00:01:32.880917 1684539 cache.go:121] Beginning downloading kic base image for docker with crio
I0109 00:01:32.882882 1684539 out.go:177] * Pulling base image v0.0.42-1704751654-17830 ...
I0109 00:01:32.884833 1684539 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0109 00:01:32.884891 1684539 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17830-1678586/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I0109 00:01:32.884903 1684539 cache.go:56] Caching tarball of preloaded images
I0109 00:01:32.884923 1684539 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 in local docker daemon
I0109 00:01:32.884989 1684539 preload.go:174] Found /home/jenkins/minikube-integration/17830-1678586/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0109 00:01:32.884999 1684539 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I0109 00:01:32.885347 1684539 profile.go:148] Saving config to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/config.json ...
I0109 00:01:32.885369 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/config.json: {Name:mka970a360b48037bdcf491fd96ef0d163acb438 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:01:32.904750 1684539 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 to local cache
I0109 00:01:32.904948 1684539 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 in local cache directory
I0109 00:01:32.904976 1684539 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 in local cache directory, skipping pull
I0109 00:01:32.904986 1684539 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 exists in cache, skipping pull
I0109 00:01:32.905008 1684539 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 as a tarball
I0109 00:01:32.905044 1684539 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 from local cache
I0109 00:01:48.691440 1684539 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 from cached tarball
I0109 00:01:48.691479 1684539 cache.go:194] Successfully downloaded all kic artifacts
I0109 00:01:48.691551 1684539 start.go:365] acquiring machines lock for addons-983119: {Name:mkfc8ae80832f1c0312be37cb3cfdf766937698b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0109 00:01:48.691666 1684539 start.go:369] acquired machines lock for "addons-983119" in 92.415µs
I0109 00:01:48.691697 1684539 start.go:93] Provisioning new machine with config: &{Name:addons-983119 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-983119 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0109 00:01:48.691782 1684539 start.go:125] createHost starting for "" (driver="docker")
I0109 00:01:48.694892 1684539 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0109 00:01:48.695156 1684539 start.go:159] libmachine.API.Create for "addons-983119" (driver="docker")
I0109 00:01:48.695212 1684539 client.go:168] LocalClient.Create starting
I0109 00:01:48.695318 1684539 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca.pem
I0109 00:01:48.963519 1684539 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/cert.pem
I0109 00:01:49.385034 1684539 cli_runner.go:164] Run: docker network inspect addons-983119 --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}}]}"
W0109 00:01:49.401629 1684539 cli_runner.go:211] docker network inspect addons-983119 --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
I0109 00:01:49.401722 1684539 network_create.go:281] running [docker network inspect addons-983119] to gather additional debugging logs...
I0109 00:01:49.401746 1684539 cli_runner.go:164] Run: docker network inspect addons-983119
W0109 00:01:49.418269 1684539 cli_runner.go:211] docker network inspect addons-983119 returned with exit code 1
I0109 00:01:49.418302 1684539 network_create.go:284] error running [docker network inspect addons-983119]: docker network inspect addons-983119: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-983119 not found
I0109 00:01:49.418315 1684539 network_create.go:286] output of [docker network inspect addons-983119]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-983119 not found
** /stderr **
I0109 00:01:49.418412 1684539 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}}]}"
I0109 00:01:49.435896 1684539 network.go:209] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x4002955720}
I0109 00:01:49.435936 1684539 network_create.go:124] attempt to create docker network addons-983119 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0109 00:01:49.435999 1684539 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-983119 addons-983119
I0109 00:01:49.504376 1684539 network_create.go:108] docker network addons-983119 192.168.49.0/24 created
I0109 00:01:49.504416 1684539 kic.go:121] calculated static IP "192.168.49.2" for the "addons-983119" container
I0109 00:01:49.504504 1684539 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0109 00:01:49.521230 1684539 cli_runner.go:164] Run: docker volume create addons-983119 --label name.minikube.sigs.k8s.io=addons-983119 --label created_by.minikube.sigs.k8s.io=true
I0109 00:01:49.543954 1684539 oci.go:103] Successfully created a docker volume addons-983119
I0109 00:01:49.544042 1684539 cli_runner.go:164] Run: docker run --rm --name addons-983119-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-983119 --entrypoint /usr/bin/test -v addons-983119:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 -d /var/lib
I0109 00:01:51.417166 1684539 cli_runner.go:217] Completed: docker run --rm --name addons-983119-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-983119 --entrypoint /usr/bin/test -v addons-983119:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 -d /var/lib: (1.873074926s)
I0109 00:01:51.417197 1684539 oci.go:107] Successfully prepared a docker volume addons-983119
I0109 00:01:51.417230 1684539 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0109 00:01:51.417253 1684539 kic.go:194] Starting extracting preloaded images to volume ...
I0109 00:01:51.417337 1684539 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17830-1678586/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-983119:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 -I lz4 -xf /preloaded.tar -C /extractDir
I0109 00:01:55.561145 1684539 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17830-1678586/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-983119:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 -I lz4 -xf /preloaded.tar -C /extractDir: (4.14375622s)
I0109 00:01:55.561178 1684539 kic.go:203] duration metric: took 4.143922 seconds to extract preloaded images to volume
W0109 00:01:55.561330 1684539 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0109 00:01:55.561449 1684539 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0109 00:01:55.630777 1684539 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-983119 --name addons-983119 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-983119 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-983119 --network addons-983119 --ip 192.168.49.2 --volume addons-983119:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617
I0109 00:01:55.999757 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Running}}
I0109 00:01:56.020207 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:01:56.045987 1684539 cli_runner.go:164] Run: docker exec addons-983119 stat /var/lib/dpkg/alternatives/iptables
I0109 00:01:56.114716 1684539 oci.go:144] the created container "addons-983119" has a running status.
I0109 00:01:56.114749 1684539 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa...
I0109 00:01:56.317756 1684539 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0109 00:01:56.345245 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:01:56.371596 1684539 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0109 00:01:56.371616 1684539 kic_runner.go:114] Args: [docker exec --privileged addons-983119 chown docker:docker /home/docker/.ssh/authorized_keys]
I0109 00:01:56.446955 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:01:56.479549 1684539 machine.go:88] provisioning docker machine ...
I0109 00:01:56.479586 1684539 ubuntu.go:169] provisioning hostname "addons-983119"
I0109 00:01:56.479653 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:01:56.500946 1684539 main.go:141] libmachine: Using SSH client type: native
I0109 00:01:56.501657 1684539 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bfa60] 0x3c21d0 <nil> [] 0s} 127.0.0.1 34369 <nil> <nil>}
I0109 00:01:56.501676 1684539 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-983119 && echo "addons-983119" | sudo tee /etc/hostname
I0109 00:01:56.502778 1684539 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
I0109 00:01:59.669420 1684539 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-983119
I0109 00:01:59.669541 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:01:59.689451 1684539 main.go:141] libmachine: Using SSH client type: native
I0109 00:01:59.689855 1684539 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bfa60] 0x3c21d0 <nil> [] 0s} 127.0.0.1 34369 <nil> <nil>}
I0109 00:01:59.689878 1684539 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-983119' /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-983119/g' /etc/hosts;
else
echo '127.0.1.1 addons-983119' | sudo tee -a /etc/hosts;
fi
fi
I0109 00:01:59.839790 1684539 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0109 00:01:59.839818 1684539 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17830-1678586/.minikube CaCertPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17830-1678586/.minikube}
I0109 00:01:59.839837 1684539 ubuntu.go:177] setting up certificates
I0109 00:01:59.839846 1684539 provision.go:83] configureAuth start
I0109 00:01:59.839916 1684539 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-983119
I0109 00:01:59.858752 1684539 provision.go:138] copyHostCerts
I0109 00:01:59.858837 1684539 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17830-1678586/.minikube/key.pem (1679 bytes)
I0109 00:01:59.858979 1684539 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.pem (1082 bytes)
I0109 00:01:59.859053 1684539 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17830-1678586/.minikube/cert.pem (1123 bytes)
I0109 00:01:59.859113 1684539 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca-key.pem org=jenkins.addons-983119 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-983119]
I0109 00:02:00.153133 1684539 provision.go:172] copyRemoteCerts
I0109 00:02:00.153236 1684539 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0109 00:02:00.153284 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:00.175646 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:00.286281 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0109 00:02:00.318624 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0109 00:02:00.351863 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0109 00:02:00.382711 1684539 provision.go:86] duration metric: configureAuth took 542.848236ms
I0109 00:02:00.382738 1684539 ubuntu.go:193] setting minikube options for container-runtime
I0109 00:02:00.382934 1684539 config.go:182] Loaded profile config "addons-983119": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0109 00:02:00.383056 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:00.402004 1684539 main.go:141] libmachine: Using SSH client type: native
I0109 00:02:00.402429 1684539 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3bfa60] 0x3c21d0 <nil> [] 0s} 127.0.0.1 34369 <nil> <nil>}
I0109 00:02:00.402496 1684539 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0109 00:02:00.670703 1684539 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0109 00:02:00.670730 1684539 machine.go:91] provisioned docker machine in 4.191157314s
I0109 00:02:00.670747 1684539 client.go:171] LocalClient.Create took 11.975525881s
I0109 00:02:00.670765 1684539 start.go:167] duration metric: libmachine.API.Create for "addons-983119" took 11.975611084s
I0109 00:02:00.670777 1684539 start.go:300] post-start starting for "addons-983119" (driver="docker")
I0109 00:02:00.670788 1684539 start.go:329] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0109 00:02:00.670876 1684539 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
I0109 00:02:00.670927 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:00.692699 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:00.798212 1684539 ssh_runner.go:195] Run: cat /etc/os-release
I0109 00:02:00.802598 1684539 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0109 00:02:00.802638 1684539 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0109 00:02:00.802649 1684539 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0109 00:02:00.802656 1684539 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0109 00:02:00.802667 1684539 filesync.go:126] Scanning /home/jenkins/minikube-integration/17830-1678586/.minikube/addons for local assets ...
I0109 00:02:00.802736 1684539 filesync.go:126] Scanning /home/jenkins/minikube-integration/17830-1678586/.minikube/files for local assets ...
I0109 00:02:00.802766 1684539 start.go:303] post-start completed in 131.983889ms
I0109 00:02:00.803086 1684539 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-983119
I0109 00:02:00.821518 1684539 profile.go:148] Saving config to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/config.json ...
I0109 00:02:00.821809 1684539 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0109 00:02:00.821865 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:00.840115 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:00.940780 1684539 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0109 00:02:00.946806 1684539 start.go:128] duration metric: createHost completed in 12.255010013s
I0109 00:02:00.946833 1684539 start.go:83] releasing machines lock for "addons-983119", held for 12.255153513s
I0109 00:02:00.946917 1684539 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-983119
I0109 00:02:00.970293 1684539 ssh_runner.go:195] Run: cat /version.json
I0109 00:02:00.970348 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:00.970610 1684539 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0109 00:02:00.970678 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:00.995745 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:00.999889 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:01.095706 1684539 ssh_runner.go:195] Run: systemctl --version
I0109 00:02:01.234087 1684539 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0109 00:02:01.381991 1684539 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0109 00:02:01.388158 1684539 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" ;
I0109 00:02:01.413124 1684539 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0109 00:02:01.413204 1684539 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0109 00:02:01.455748 1684539 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0109 00:02:01.455773 1684539 start.go:475] detecting cgroup driver to use...
I0109 00:02:01.455805 1684539 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0109 00:02:01.455854 1684539 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0109 00:02:01.473443 1684539 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0109 00:02:01.487031 1684539 docker.go:203] disabling cri-docker service (if available) ...
I0109 00:02:01.487093 1684539 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0109 00:02:01.503184 1684539 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0109 00:02:01.519887 1684539 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0109 00:02:01.617384 1684539 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0109 00:02:01.714780 1684539 docker.go:219] disabling docker service ...
I0109 00:02:01.714851 1684539 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0109 00:02:01.736754 1684539 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0109 00:02:01.751597 1684539 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0109 00:02:01.851672 1684539 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0109 00:02:01.962222 1684539 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0109 00:02:01.976927 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0109 00:02:01.997156 1684539 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0109 00:02:01.997277 1684539 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I0109 00:02:02.009603 1684539 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0109 00:02:02.009680 1684539 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0109 00:02:02.021826 1684539 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0109 00:02:02.033932 1684539 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0109 00:02:02.045656 1684539 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0109 00:02:02.056746 1684539 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0109 00:02:02.067040 1684539 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0109 00:02:02.077464 1684539 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0109 00:02:02.172848 1684539 ssh_runner.go:195] Run: sudo systemctl restart crio
I0109 00:02:02.297143 1684539 start.go:522] Will wait 60s for socket path /var/run/crio/crio.sock
I0109 00:02:02.297225 1684539 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0109 00:02:02.301962 1684539 start.go:543] Will wait 60s for crictl version
I0109 00:02:02.302071 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:02:02.306599 1684539 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0109 00:02:02.351855 1684539 start.go:559] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0109 00:02:02.351983 1684539 ssh_runner.go:195] Run: crio --version
I0109 00:02:02.397215 1684539 ssh_runner.go:195] Run: crio --version
I0109 00:02:02.444189 1684539 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I0109 00:02:02.446243 1684539 cli_runner.go:164] Run: docker network inspect addons-983119 --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}}]}"
I0109 00:02:02.463759 1684539 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0109 00:02:02.468406 1684539 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""
I0109 00:02:02.481825 1684539 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0109 00:02:02.481894 1684539 ssh_runner.go:195] Run: sudo crictl images --output json
I0109 00:02:02.547945 1684539 crio.go:496] all images are preloaded for cri-o runtime.
I0109 00:02:02.547972 1684539 crio.go:415] Images already preloaded, skipping extraction
I0109 00:02:02.548038 1684539 ssh_runner.go:195] Run: sudo crictl images --output json
I0109 00:02:02.596252 1684539 crio.go:496] all images are preloaded for cri-o runtime.
I0109 00:02:02.596278 1684539 cache_images.go:84] Images are preloaded, skipping loading
I0109 00:02:02.596355 1684539 ssh_runner.go:195] Run: crio config
I0109 00:02:02.670241 1684539 cni.go:84] Creating CNI manager for ""
I0109 00:02:02.672513 1684539 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0109 00:02:02.672553 1684539 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0109 00:02:02.672580 1684539 kubeadm.go:176] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-983119 NodeName:addons-983119 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0109 00:02:02.672737 1684539 kubeadm.go:181] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-983119"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.28.4
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0109 00:02:02.672805 1684539 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-983119 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-983119 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I0109 00:02:02.672878 1684539 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0109 00:02:02.684246 1684539 binaries.go:44] Found k8s binaries, skipping transfer
I0109 00:02:02.684331 1684539 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0109 00:02:02.694915 1684539 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I0109 00:02:02.716171 1684539 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0109 00:02:02.737487 1684539 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I0109 00:02:02.758819 1684539 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0109 00:02:02.763186 1684539 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""
I0109 00:02:02.776553 1684539 certs.go:56] Setting up /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119 for IP: 192.168.49.2
I0109 00:02:02.776638 1684539 certs.go:190] acquiring lock for shared ca certs: {Name:mkd1a8a8c523b20f31a5839efb0f14edb2634692 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:02.777366 1684539 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.key
I0109 00:02:03.375052 1684539 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.crt ...
I0109 00:02:03.375082 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.crt: {Name:mkf7146224342b3f6bc4426c2fbbb09bf69fbe2e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:03.375803 1684539 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.key ...
I0109 00:02:03.375819 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.key: {Name:mk9f0971bcd70478575912cef8f73b747e941128 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:03.375916 1684539 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17830-1678586/.minikube/proxy-client-ca.key
I0109 00:02:03.847951 1684539 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17830-1678586/.minikube/proxy-client-ca.crt ...
I0109 00:02:03.847985 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/proxy-client-ca.crt: {Name:mkf36c3f144653f1a97dcc8f3ce82fcfaa9cb327 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:03.848177 1684539 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17830-1678586/.minikube/proxy-client-ca.key ...
I0109 00:02:03.848189 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/proxy-client-ca.key: {Name:mka8852b63b693b73e9a4836a046beb8321a7387 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:03.848806 1684539 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/client.key
I0109 00:02:03.848824 1684539 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/client.crt with IP's: []
I0109 00:02:05.065520 1684539 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/client.crt ...
I0109 00:02:05.065551 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/client.crt: {Name:mkffad299d2b4be5ee1f4b6d0b84f15dce7401c7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:05.065742 1684539 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/client.key ...
I0109 00:02:05.065754 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/client.key: {Name:mk2190133b59d2a1fb208b6c6593ad3504fab425 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:05.065837 1684539 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.key.dd3b5fb2
I0109 00:02:05.065855 1684539 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0109 00:02:05.589637 1684539 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.crt.dd3b5fb2 ...
I0109 00:02:05.589671 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.crt.dd3b5fb2: {Name:mk97a1d073de080011ba764cebfaa4632c7c769a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:05.589851 1684539 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.key.dd3b5fb2 ...
I0109 00:02:05.589865 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.key.dd3b5fb2: {Name:mk0029759f7b2ce1350e7b869288143abafdd88e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:05.589947 1684539 certs.go:337] copying /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.crt
I0109 00:02:05.590026 1684539 certs.go:341] copying /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.key
I0109 00:02:05.590080 1684539 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.key
I0109 00:02:05.590101 1684539 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.crt with IP's: []
I0109 00:02:05.943225 1684539 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.crt ...
I0109 00:02:05.943256 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.crt: {Name:mke3da0843e72201939032f69e01bfa7262690f6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:05.943440 1684539 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.key ...
I0109 00:02:05.943458 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.key: {Name:mkd9c3e10074c6134052e1da43e5b7e91bd8ca8e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:05.943642 1684539 certs.go:437] found cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca-key.pem (1679 bytes)
I0109 00:02:05.943692 1684539 certs.go:437] found cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/ca.pem (1082 bytes)
I0109 00:02:05.943726 1684539 certs.go:437] found cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/cert.pem (1123 bytes)
I0109 00:02:05.943762 1684539 certs.go:437] found cert: /home/jenkins/minikube-integration/17830-1678586/.minikube/certs/home/jenkins/minikube-integration/17830-1678586/.minikube/certs/key.pem (1679 bytes)
I0109 00:02:05.944355 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0109 00:02:05.972413 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0109 00:02:06.001079 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0109 00:02:06.032094 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/profiles/addons-983119/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0109 00:02:06.062647 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0109 00:02:06.092261 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0109 00:02:06.121421 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0109 00:02:06.151580 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0109 00:02:06.179317 1684539 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17830-1678586/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0109 00:02:06.207455 1684539 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0109 00:02:06.228702 1684539 ssh_runner.go:195] Run: openssl version
I0109 00:02:06.235625 1684539 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"
I0109 00:02:06.247332 1684539 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0109 00:02:06.251939 1684539 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Jan 9 00:02 /usr/share/ca-certificates/minikubeCA.pem
I0109 00:02:06.252006 1684539 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0109 00:02:06.260547 1684539 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"
I0109 00:02:06.271850 1684539 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0109 00:02:06.276212 1684539 certs.go:353] certs directory doesn't exist, likely first start: ls /var/lib/minikube/certs/etcd: Process exited with status 2
stdout:
stderr:
ls: cannot access '/var/lib/minikube/certs/etcd': No such file or directory
I0109 00:02:06.276260 1684539 kubeadm.go:404] StartCluster: {Name:addons-983119 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1704751654-17830@sha256:cabd32f8d9e8d804966eb117ed5366660f6363a4d1415f0b5480de6e396be617 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-983119 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I0109 00:02:06.276346 1684539 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0109 00:02:06.276401 1684539 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0109 00:02:06.319941 1684539 cri.go:89] found id: ""
I0109 00:02:06.320054 1684539 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0109 00:02:06.330753 1684539 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0109 00:02:06.341220 1684539 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0109 00:02:06.341306 1684539 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
I0109 00:02:06.351947 1684539 kubeadm.go:152] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0109 00:02:06.351992 1684539 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0109 00:02:06.406887 1684539 kubeadm.go:322] [init] Using Kubernetes version: v1.28.4
I0109 00:02:06.407033 1684539 kubeadm.go:322] [preflight] Running pre-flight checks
I0109 00:02:06.452788 1684539 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0109 00:02:06.452899 1684539 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1051-aws[0m
I0109 00:02:06.452960 1684539 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0109 00:02:06.453029 1684539 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0109 00:02:06.453105 1684539 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0109 00:02:06.453175 1684539 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0109 00:02:06.453245 1684539 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0109 00:02:06.453321 1684539 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0109 00:02:06.453390 1684539 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0109 00:02:06.453464 1684539 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0109 00:02:06.453540 1684539 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0109 00:02:06.453619 1684539 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0109 00:02:06.533074 1684539 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0109 00:02:06.533203 1684539 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0109 00:02:06.533359 1684539 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0109 00:02:06.782191 1684539 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0109 00:02:06.787034 1684539 out.go:204] - Generating certificates and keys ...
I0109 00:02:06.787246 1684539 kubeadm.go:322] [certs] Using existing ca certificate authority
I0109 00:02:06.787354 1684539 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0109 00:02:07.197928 1684539 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0109 00:02:07.752393 1684539 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0109 00:02:08.032152 1684539 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0109 00:02:08.828170 1684539 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0109 00:02:09.135340 1684539 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0109 00:02:09.135476 1684539 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-983119 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0109 00:02:09.635374 1684539 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0109 00:02:09.635685 1684539 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-983119 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0109 00:02:10.738869 1684539 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0109 00:02:11.158754 1684539 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0109 00:02:11.443348 1684539 kubeadm.go:322] [certs] Generating "sa" key and public key
I0109 00:02:11.443651 1684539 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0109 00:02:11.829268 1684539 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0109 00:02:12.279556 1684539 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0109 00:02:13.110982 1684539 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0109 00:02:13.526381 1684539 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0109 00:02:13.527151 1684539 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0109 00:02:13.530312 1684539 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0109 00:02:13.534026 1684539 out.go:204] - Booting up control plane ...
I0109 00:02:13.534121 1684539 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0109 00:02:13.534193 1684539 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0109 00:02:13.534255 1684539 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0109 00:02:13.545256 1684539 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0109 00:02:13.546075 1684539 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0109 00:02:13.546293 1684539 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0109 00:02:13.648291 1684539 kubeadm.go:322] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0109 00:02:20.651270 1684539 kubeadm.go:322] [apiclient] All control plane components are healthy after 7.003056 seconds
I0109 00:02:20.651390 1684539 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0109 00:02:20.663976 1684539 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0109 00:02:21.189786 1684539 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0109 00:02:21.189991 1684539 kubeadm.go:322] [mark-control-plane] Marking the node addons-983119 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0109 00:02:21.701261 1684539 kubeadm.go:322] [bootstrap-token] Using token: 6ghwvt.xqzmwas9z69yovvl
I0109 00:02:21.703119 1684539 out.go:204] - Configuring RBAC rules ...
I0109 00:02:21.703238 1684539 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0109 00:02:21.708059 1684539 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0109 00:02:21.715801 1684539 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0109 00:02:21.719755 1684539 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0109 00:02:21.724548 1684539 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0109 00:02:21.729071 1684539 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0109 00:02:21.742378 1684539 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0109 00:02:22.000675 1684539 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0109 00:02:22.118750 1684539 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0109 00:02:22.122891 1684539 kubeadm.go:322]
I0109 00:02:22.122961 1684539 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0109 00:02:22.122968 1684539 kubeadm.go:322]
I0109 00:02:22.123043 1684539 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0109 00:02:22.123048 1684539 kubeadm.go:322]
I0109 00:02:22.123072 1684539 kubeadm.go:322] mkdir -p $HOME/.kube
I0109 00:02:22.123127 1684539 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0109 00:02:22.123175 1684539 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0109 00:02:22.123179 1684539 kubeadm.go:322]
I0109 00:02:22.123230 1684539 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0109 00:02:22.123239 1684539 kubeadm.go:322]
I0109 00:02:22.123303 1684539 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0109 00:02:22.123309 1684539 kubeadm.go:322]
I0109 00:02:22.123358 1684539 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0109 00:02:22.123428 1684539 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0109 00:02:22.123492 1684539 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0109 00:02:22.123497 1684539 kubeadm.go:322]
I0109 00:02:22.123575 1684539 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0109 00:02:22.123655 1684539 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0109 00:02:22.123661 1684539 kubeadm.go:322]
I0109 00:02:22.123739 1684539 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 6ghwvt.xqzmwas9z69yovvl \
I0109 00:02:22.123836 1684539 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:2f5d2b90e0873ecdcc03ee1f37a9ff73145aa86994d578f7f9f8008617cee046 \
I0109 00:02:22.123855 1684539 kubeadm.go:322] --control-plane
I0109 00:02:22.123860 1684539 kubeadm.go:322]
I0109 00:02:22.123939 1684539 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0109 00:02:22.123944 1684539 kubeadm.go:322]
I0109 00:02:22.124021 1684539 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 6ghwvt.xqzmwas9z69yovvl \
I0109 00:02:22.124116 1684539 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:2f5d2b90e0873ecdcc03ee1f37a9ff73145aa86994d578f7f9f8008617cee046
I0109 00:02:22.124621 1684539 kubeadm.go:322] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1051-aws\n", err: exit status 1
I0109 00:02:22.124782 1684539 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0109 00:02:22.124834 1684539 cni.go:84] Creating CNI manager for ""
I0109 00:02:22.124854 1684539 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0109 00:02:22.128685 1684539 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0109 00:02:22.130712 1684539 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0109 00:02:22.137262 1684539 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0109 00:02:22.137281 1684539 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0109 00:02:22.165272 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0109 00:02:23.070055 1684539 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0109 00:02:23.070203 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:23.070286 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl label nodes minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=a2af307dcbdf6e6ad5b00357c8e830bd90e7b60a minikube.k8s.io/name=addons-983119 minikube.k8s.io/updated_at=2024_01_09T00_02_23_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:23.213922 1684539 ops.go:34] apiserver oom_adj: -16
I0109 00:02:23.214033 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:23.714086 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:24.214375 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:24.714136 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:25.214233 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:25.715043 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:26.214190 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:26.714894 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:27.214495 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:27.714653 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:28.214838 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:28.714636 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:29.214905 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:29.714134 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:30.214129 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:30.714178 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:31.214171 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:31.714151 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:32.214144 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:32.714538 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:33.214561 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:33.714173 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:34.214178 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:34.714625 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:35.214929 1684539 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0109 00:02:35.397585 1684539 kubeadm.go:1088] duration metric: took 12.327427381s to wait for elevateKubeSystemPrivileges.
I0109 00:02:35.397611 1684539 kubeadm.go:406] StartCluster complete in 29.121355711s
I0109 00:02:35.397627 1684539 settings.go:142] acquiring lock: {Name:mk0f4be07809726b91ed42aaaa2120516a2004e8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:35.397734 1684539 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17830-1678586/kubeconfig
I0109 00:02:35.398132 1684539 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17830-1678586/kubeconfig: {Name:mkd692fadb6f1e94cc8cf2ddbb66429fa6c0e8fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0109 00:02:35.400672 1684539 config.go:182] Loaded profile config "addons-983119": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0109 00:02:35.400722 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0109 00:02:35.400946 1684539 addons.go:505] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
I0109 00:02:35.401100 1684539 addons.go:69] Setting yakd=true in profile "addons-983119"
I0109 00:02:35.401122 1684539 addons.go:237] Setting addon yakd=true in "addons-983119"
I0109 00:02:35.401188 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.401639 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.402112 1684539 addons.go:69] Setting cloud-spanner=true in profile "addons-983119"
I0109 00:02:35.402130 1684539 addons.go:237] Setting addon cloud-spanner=true in "addons-983119"
I0109 00:02:35.402168 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.402587 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.402937 1684539 addons.go:69] Setting metrics-server=true in profile "addons-983119"
I0109 00:02:35.402954 1684539 addons.go:237] Setting addon metrics-server=true in "addons-983119"
I0109 00:02:35.402985 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.403368 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.403820 1684539 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-983119"
I0109 00:02:35.403859 1684539 addons.go:237] Setting addon nvidia-device-plugin=true in "addons-983119"
I0109 00:02:35.403947 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.404404 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.411983 1684539 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-983119"
I0109 00:02:35.412169 1684539 addons.go:237] Setting addon csi-hostpath-driver=true in "addons-983119"
I0109 00:02:35.412242 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.412873 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.420663 1684539 addons.go:69] Setting default-storageclass=true in profile "addons-983119"
I0109 00:02:35.426652 1684539 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-983119"
I0109 00:02:35.426975 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.420679 1684539 addons.go:69] Setting gcp-auth=true in profile "addons-983119"
I0109 00:02:35.433184 1684539 mustload.go:65] Loading cluster: addons-983119
I0109 00:02:35.434237 1684539 config.go:182] Loaded profile config "addons-983119": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0109 00:02:35.434714 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.420685 1684539 addons.go:69] Setting ingress=true in profile "addons-983119"
I0109 00:02:35.462779 1684539 addons.go:237] Setting addon ingress=true in "addons-983119"
I0109 00:02:35.462874 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.463380 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.420689 1684539 addons.go:69] Setting ingress-dns=true in profile "addons-983119"
I0109 00:02:35.476362 1684539 addons.go:237] Setting addon ingress-dns=true in "addons-983119"
I0109 00:02:35.476452 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.476957 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.420693 1684539 addons.go:69] Setting inspektor-gadget=true in profile "addons-983119"
I0109 00:02:35.486200 1684539 addons.go:237] Setting addon inspektor-gadget=true in "addons-983119"
I0109 00:02:35.486264 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.486754 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.425055 1684539 addons.go:69] Setting registry=true in profile "addons-983119"
I0109 00:02:35.425078 1684539 addons.go:69] Setting storage-provisioner=true in profile "addons-983119"
I0109 00:02:35.425086 1684539 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-983119"
I0109 00:02:35.425090 1684539 addons.go:69] Setting volumesnapshots=true in profile "addons-983119"
I0109 00:02:35.510487 1684539 addons.go:237] Setting addon volumesnapshots=true in "addons-983119"
I0109 00:02:35.510568 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.515573 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.564930 1684539 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0109 00:02:35.574878 1684539 addons.go:429] installing /etc/kubernetes/addons/yakd-ns.yaml
I0109 00:02:35.574944 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0109 00:02:35.575048 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.591908 1684539 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.3
I0109 00:02:35.597881 1684539 addons.go:429] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0109 00:02:35.597901 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0109 00:02:35.597960 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.600152 1684539 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I0109 00:02:35.593047 1684539 addons.go:237] Setting addon default-storageclass=true in "addons-983119"
I0109 00:02:35.593070 1684539 addons.go:237] Setting addon storage-provisioner=true in "addons-983119"
I0109 00:02:35.593079 1684539 addons.go:237] Setting addon registry=true in "addons-983119"
I0109 00:02:35.593091 1684539 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-983119"
I0109 00:02:35.602933 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.607364 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.607863 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.647215 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.647688 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.651474 1684539 addons.go:429] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0109 00:02:35.651496 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0109 00:02:35.651647 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.664600 1684539 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.13
I0109 00:02:35.694344 1684539 addons.go:429] installing /etc/kubernetes/addons/deployment.yaml
I0109 00:02:35.694373 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0109 00:02:35.694463 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.702003 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.705809 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0109 00:02:35.665924 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.707882 1684539 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I0109 00:02:35.710090 1684539 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I0109 00:02:35.708093 1684539 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0109 00:02:35.708697 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.712462 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0109 00:02:35.715435 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0109 00:02:35.718051 1684539 addons.go:429] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0109 00:02:35.718071 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0109 00:02:35.718158 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.749706 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0109 00:02:35.754682 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0109 00:02:35.750626 1684539 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.5
I0109 00:02:35.751814 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0109 00:02:35.779676 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0109 00:02:35.784337 1684539 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.23.1
I0109 00:02:35.784475 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0109 00:02:35.793733 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0109 00:02:35.784719 1684539 addons.go:429] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0109 00:02:35.791475 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-namespace.yaml
I0109 00:02:35.801053 1684539 addons.go:429] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0109 00:02:35.801120 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0109 00:02:35.801228 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.812723 1684539 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0109 00:02:35.797247 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I0109 00:02:35.797255 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0109 00:02:35.822568 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.843092 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:35.844155 1684539 addons.go:429] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0109 00:02:35.844172 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0109 00:02:35.844228 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.868242 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.889597 1684539 addons.go:429] installing /etc/kubernetes/addons/storageclass.yaml
I0109 00:02:35.889618 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0109 00:02:35.889678 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.919424 1684539 addons.go:237] Setting addon storage-provisioner-rancher=true in "addons-983119"
I0109 00:02:35.919519 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:35.919982 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:35.937972 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:35.967453 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:35.989223 1684539 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0109 00:02:35.982984 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:35.995463 1684539 addons.go:429] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0109 00:02:35.995478 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0109 00:02:35.995534 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:35.998572 1684539 out.go:177] - Using image docker.io/registry:2.8.3
I0109 00:02:36.002763 1684539 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0109 00:02:36.005346 1684539 addons.go:429] installing /etc/kubernetes/addons/registry-rc.yaml
I0109 00:02:36.005368 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0109 00:02:36.005437 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:36.004956 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.068725 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.096738 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.098647 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.136198 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.148398 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.159251 1684539 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0109 00:02:36.156301 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.163697 1684539 out.go:177] - Using image docker.io/busybox:stable
I0109 00:02:36.165880 1684539 addons.go:429] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0109 00:02:36.165899 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0109 00:02:36.165966 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:36.181266 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:36.214869 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
W0109 00:02:36.216396 1684539 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0109 00:02:36.216428 1684539 retry.go:31] will retry after 296.308987ms: ssh: handshake failed: EOF
I0109 00:02:36.450169 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0109 00:02:36.474254 1684539 addons.go:429] installing /etc/kubernetes/addons/yakd-sa.yaml
I0109 00:02:36.474273 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0109 00:02:36.562355 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0109 00:02:36.572538 1684539 addons.go:429] installing /etc/kubernetes/addons/yakd-crb.yaml
I0109 00:02:36.572608 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0109 00:02:36.576314 1684539 addons.go:429] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0109 00:02:36.576381 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0109 00:02:36.605138 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0109 00:02:36.608905 1684539 addons.go:429] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0109 00:02:36.608970 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0109 00:02:36.624846 1684539 addons.go:429] installing /etc/kubernetes/addons/registry-svc.yaml
I0109 00:02:36.624918 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0109 00:02:36.631083 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0109 00:02:36.631151 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0109 00:02:36.674738 1684539 addons.go:429] installing /etc/kubernetes/addons/yakd-svc.yaml
I0109 00:02:36.674808 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0109 00:02:36.681013 1684539 addons.go:429] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0109 00:02:36.681091 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0109 00:02:36.692421 1684539 addons.go:429] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0109 00:02:36.692497 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0109 00:02:36.701309 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0109 00:02:36.704476 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0109 00:02:36.712789 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0109 00:02:36.721005 1684539 addons.go:429] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0109 00:02:36.721075 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0109 00:02:36.782499 1684539 addons.go:429] installing /etc/kubernetes/addons/yakd-dp.yaml
I0109 00:02:36.782570 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0109 00:02:36.812276 1684539 addons.go:429] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0109 00:02:36.812348 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0109 00:02:36.818466 1684539 addons.go:429] installing /etc/kubernetes/addons/registry-proxy.yaml
I0109 00:02:36.818533 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0109 00:02:36.824714 1684539 addons.go:429] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0109 00:02:36.824785 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0109 00:02:36.860217 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-role.yaml
I0109 00:02:36.860286 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0109 00:02:36.872827 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0109 00:02:36.902377 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0109 00:02:36.939996 1684539 addons.go:429] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0109 00:02:36.940019 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0109 00:02:36.962899 1684539 addons.go:429] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0109 00:02:36.962922 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0109 00:02:36.973210 1684539 addons.go:429] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0109 00:02:36.973282 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0109 00:02:37.043571 1684539 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-983119" context rescaled to 1 replicas
I0109 00:02:37.043656 1684539 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0109 00:02:37.046578 1684539 out.go:177] * Verifying Kubernetes components...
I0109 00:02:37.048768 1684539 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0109 00:02:37.088592 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0109 00:02:37.104892 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0109 00:02:37.104963 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0109 00:02:37.166029 1684539 addons.go:429] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0109 00:02:37.166097 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0109 00:02:37.181255 1684539 addons.go:429] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0109 00:02:37.181325 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0109 00:02:37.188712 1684539 addons.go:429] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0109 00:02:37.188782 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0109 00:02:37.349156 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0109 00:02:37.349227 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0109 00:02:37.383212 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0109 00:02:37.396387 1684539 addons.go:429] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0109 00:02:37.396457 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0109 00:02:37.433891 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0109 00:02:37.555291 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0109 00:02:37.555367 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0109 00:02:37.575465 1684539 addons.go:429] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0109 00:02:37.575539 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0109 00:02:37.714850 1684539 addons.go:429] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0109 00:02:37.714923 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0109 00:02:37.720426 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-crd.yaml
I0109 00:02:37.720495 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0109 00:02:37.795072 1684539 addons.go:429] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0109 00:02:37.795095 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0109 00:02:37.797630 1684539 addons.go:429] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0109 00:02:37.797652 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0109 00:02:37.852430 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0109 00:02:37.886712 1684539 addons.go:429] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0109 00:02:37.886753 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0109 00:02:38.019625 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0109 00:02:39.634059 1684539 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.857807286s)
I0109 00:02:39.634089 1684539 start.go:929] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0109 00:02:40.275766 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.82551674s)
I0109 00:02:40.870344 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.307888254s)
I0109 00:02:41.498919 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.797512599s)
I0109 00:02:41.499077 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.893879971s)
I0109 00:02:42.052557 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.348010524s)
I0109 00:02:42.052643 1684539 addons.go:473] Verifying addon ingress=true in "addons-983119"
I0109 00:02:42.054896 1684539 out.go:177] * Verifying ingress addon...
I0109 00:02:42.052885 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.340036244s)
I0109 00:02:42.053029 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.180173482s)
I0109 00:02:42.053067 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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.150667657s)
I0109 00:02:42.053083 1684539 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (5.004264065s)
I0109 00:02:42.053124 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.964455988s)
I0109 00:02:42.053220 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.669936009s)
I0109 00:02:42.053326 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.61936564s)
I0109 00:02:42.053423 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.200963382s)
I0109 00:02:42.055291 1684539 addons.go:473] Verifying addon registry=true in "addons-983119"
W0109 00:02:42.055336 1684539 addons.go:455] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0109 00:02:42.055352 1684539 addons.go:473] Verifying addon metrics-server=true in "addons-983119"
I0109 00:02:42.056197 1684539 node_ready.go:35] waiting up to 6m0s for node "addons-983119" to be "Ready" ...
I0109 00:02:42.059057 1684539 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0109 00:02:42.061082 1684539 out.go:177] * Verifying registry addon...
I0109 00:02:42.061315 1684539 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-983119 service yakd-dashboard -n yakd-dashboard
I0109 00:02:42.065615 1684539 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0109 00:02:42.061330 1684539 retry.go:31] will retry after 249.880943ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0109 00:02:42.096012 1684539 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0109 00:02:42.096048 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:42.098543 1684539 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0109 00:02:42.098577 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:42.317750 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0109 00:02:42.431451 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.411757164s)
I0109 00:02:42.431485 1684539 addons.go:473] Verifying addon csi-hostpath-driver=true in "addons-983119"
I0109 00:02:42.433764 1684539 out.go:177] * Verifying csi-hostpath-driver addon...
I0109 00:02:42.437158 1684539 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0109 00:02:42.476462 1684539 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0109 00:02:42.476490 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:42.588353 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:42.589571 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:42.943919 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:43.076476 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:43.082254 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:43.448265 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:43.616314 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:43.644025 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:43.893078 1684539 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.575241356s)
I0109 00:02:43.943437 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:44.066327 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:02:44.067770 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:44.072399 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:44.363368 1684539 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0109 00:02:44.363457 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:44.396810 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:44.441782 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:44.571477 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:44.577349 1684539 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0109 00:02:44.585121 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:44.653956 1684539 addons.go:237] Setting addon gcp-auth=true in "addons-983119"
I0109 00:02:44.654022 1684539 host.go:66] Checking if "addons-983119" exists ...
I0109 00:02:44.654554 1684539 cli_runner.go:164] Run: docker container inspect addons-983119 --format={{.State.Status}}
I0109 00:02:44.724101 1684539 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0109 00:02:44.724152 1684539 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-983119
I0109 00:02:44.760217 1684539 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34369 SSHKeyPath:/home/jenkins/minikube-integration/17830-1678586/.minikube/machines/addons-983119/id_rsa Username:docker}
I0109 00:02:44.923350 1684539 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I0109 00:02:44.926238 1684539 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0109 00:02:44.928683 1684539 addons.go:429] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0109 00:02:44.928707 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0109 00:02:44.946142 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:44.987742 1684539 addons.go:429] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0109 00:02:44.987768 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0109 00:02:45.069516 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:45.073854 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:45.086560 1684539 addons.go:429] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0109 00:02:45.086589 1684539 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I0109 00:02:45.155480 1684539 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0109 00:02:45.444259 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:45.572652 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:45.582666 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:45.950260 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:46.077096 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:46.077709 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:02:46.100345 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:46.135499 1684539 addons.go:473] Verifying addon gcp-auth=true in "addons-983119"
I0109 00:02:46.137676 1684539 out.go:177] * Verifying gcp-auth addon...
I0109 00:02:46.140760 1684539 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0109 00:02:46.150828 1684539 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0109 00:02:46.150849 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:46.442478 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:46.567018 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:46.572507 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:46.645822 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:46.941647 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:47.066938 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:47.071346 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:47.144826 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:47.442718 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:47.584642 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:47.585574 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:47.645506 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:47.945512 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:48.070709 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:48.073631 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:48.145192 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:48.442000 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:48.565484 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:02:48.566644 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:48.571962 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:48.645144 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:48.942304 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:49.066148 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:49.075929 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:49.144201 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:49.442814 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:49.566748 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:49.571580 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:49.645157 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:49.942212 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:50.079227 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:50.080158 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:50.144902 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:50.442422 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:50.566288 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:50.571544 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:50.644951 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:50.941448 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:51.065123 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:02:51.066673 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:51.071454 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:51.144570 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:51.441509 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:51.566736 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:51.571695 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:51.644070 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:51.942012 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:52.067840 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:52.071578 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:52.144527 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:52.443211 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:52.565784 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:52.571741 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:52.645055 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:52.941407 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:53.065629 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:02:53.066461 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:53.070956 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:53.144303 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:53.441651 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:53.566261 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:53.572099 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:53.644449 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:53.941659 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:54.067348 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:54.072205 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:54.144911 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:54.441930 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:54.566716 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:54.571176 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:54.644580 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:54.941418 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:55.066634 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:55.071211 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:55.144387 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:55.442095 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:55.564636 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:02:55.566077 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:55.571644 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:55.644685 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:55.942306 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:56.066614 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:56.071952 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:56.145232 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:56.441563 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:56.566279 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:56.571595 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:56.645012 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:56.941333 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:57.066839 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:57.072304 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:57.144425 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:57.441620 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:57.565420 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:02:57.566255 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:57.572033 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:57.644537 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:57.941910 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:58.065784 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:58.072354 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:58.144388 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:58.441492 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:58.566586 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:58.571528 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:58.644623 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:58.941610 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:59.068154 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:59.071480 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:59.144504 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:59.441863 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:02:59.566428 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:02:59.570904 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:02:59.644921 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:02:59.942161 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:00.065567 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:03:00.067244 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:00.073001 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:00.144943 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:00.442531 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:00.566648 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:00.571308 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:00.644330 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:00.941208 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:01.066508 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:01.071473 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:01.144474 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:01.441547 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:01.565816 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:01.571897 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:01.645056 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:01.942350 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:02.065858 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:03:02.066212 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:02.071614 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:02.144719 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:02.443565 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:02.565983 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:02.571993 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:02.644506 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:02.941496 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:03.066664 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:03.071512 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:03.144931 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:03.441477 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:03.566207 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:03.571993 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:03.644401 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:03.941996 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:04.066319 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:03:04.068120 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:04.071745 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:04.144697 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:04.442900 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:04.566585 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:04.571479 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:04.645143 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:04.941972 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:05.066966 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:05.072053 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:05.148228 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:05.463332 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:05.566121 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:05.571945 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:05.644591 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:05.941513 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:06.065712 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:06.066345 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:03:06.071887 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:06.144954 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:06.450104 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:06.565774 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:06.571957 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:06.644374 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:06.941845 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:07.066735 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:07.071609 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:07.145145 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:07.444279 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:07.566217 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:07.571350 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:07.644356 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:07.941369 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:08.066461 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:08.066956 1684539 node_ready.go:58] node "addons-983119" has status "Ready":"False"
I0109 00:03:08.071326 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:08.148255 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:08.458512 1684539 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0109 00:03:08.458538 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:08.569033 1684539 node_ready.go:49] node "addons-983119" has status "Ready":"True"
I0109 00:03:08.569061 1684539 node_ready.go:38] duration metric: took 26.507711402s waiting for node "addons-983119" to be "Ready" ...
I0109 00:03:08.569072 1684539 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0109 00:03:08.583850 1684539 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0109 00:03:08.583874 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:08.585602 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:08.590507 1684539 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-vzg2p" in "kube-system" namespace to be "Ready" ...
I0109 00:03:08.655201 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:08.945146 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:09.091011 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:09.093400 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:09.161150 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:09.442778 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:09.567090 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:09.572620 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:09.597731 1684539 pod_ready.go:92] pod "coredns-5dd5756b68-vzg2p" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:09.597814 1684539 pod_ready.go:81] duration metric: took 1.007271562s waiting for pod "coredns-5dd5756b68-vzg2p" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.597850 1684539 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.604962 1684539 pod_ready.go:92] pod "etcd-addons-983119" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:09.605031 1684539 pod_ready.go:81] duration metric: took 7.147533ms waiting for pod "etcd-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.605065 1684539 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.616222 1684539 pod_ready.go:92] pod "kube-apiserver-addons-983119" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:09.616290 1684539 pod_ready.go:81] duration metric: took 11.203207ms waiting for pod "kube-apiserver-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.616317 1684539 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.643616 1684539 pod_ready.go:92] pod "kube-controller-manager-addons-983119" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:09.643683 1684539 pod_ready.go:81] duration metric: took 27.338011ms waiting for pod "kube-controller-manager-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.643721 1684539 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-4864k" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.648547 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:09.773257 1684539 pod_ready.go:92] pod "kube-proxy-4864k" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:09.773283 1684539 pod_ready.go:81] duration metric: took 129.54157ms waiting for pod "kube-proxy-4864k" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.773295 1684539 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:09.953248 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:10.076373 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:10.076985 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:10.146188 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:10.166314 1684539 pod_ready.go:92] pod "kube-scheduler-addons-983119" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:10.166384 1684539 pod_ready.go:81] duration metric: took 393.080814ms waiting for pod "kube-scheduler-addons-983119" in "kube-system" namespace to be "Ready" ...
I0109 00:03:10.166413 1684539 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-7c66d45ddc-wvvsq" in "kube-system" namespace to be "Ready" ...
I0109 00:03:10.443170 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:10.566811 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:10.572125 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:10.644758 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:10.945039 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:11.065666 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:11.073878 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:11.145183 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:11.443666 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:11.569508 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:11.575115 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:11.645333 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:11.966685 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:12.088681 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:12.103907 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:12.145870 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:12.173318 1684539 pod_ready.go:102] pod "metrics-server-7c66d45ddc-wvvsq" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:12.448638 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:12.567233 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:12.578419 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:12.645657 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:12.943876 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:13.067224 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:13.085481 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:13.146487 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:13.451850 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:13.575518 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:13.583191 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:13.645269 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:13.943755 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:14.068209 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:14.072769 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:14.144742 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:14.174108 1684539 pod_ready.go:102] pod "metrics-server-7c66d45ddc-wvvsq" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:14.443575 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:14.580494 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:14.587544 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:14.645202 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:14.673902 1684539 pod_ready.go:92] pod "metrics-server-7c66d45ddc-wvvsq" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:14.673930 1684539 pod_ready.go:81] duration metric: took 4.507496817s waiting for pod "metrics-server-7c66d45ddc-wvvsq" in "kube-system" namespace to be "Ready" ...
I0109 00:03:14.673943 1684539 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace to be "Ready" ...
I0109 00:03:14.945484 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:15.069183 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:15.079619 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:15.145311 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:15.444326 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:15.568686 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:15.578335 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:15.644887 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:15.944691 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:16.068415 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:16.086113 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:16.154095 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:16.446786 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:16.567723 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:16.574921 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:16.644543 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:16.681816 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:16.959195 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:17.066140 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:17.073734 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:17.144679 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:17.444783 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:17.567279 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:17.578059 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:17.646375 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:17.943425 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:18.066779 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:18.073175 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:18.145159 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:18.450364 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:18.566246 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:18.572945 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:18.645243 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:18.687644 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:18.943370 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:19.066119 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:19.072605 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:19.145257 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:19.442740 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:19.566459 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:19.571839 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:19.644601 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:19.942975 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:20.071176 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:20.080882 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:20.147474 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:20.442975 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:20.566245 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:20.573143 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:20.645036 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:20.945608 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:21.066175 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:21.072645 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:21.144564 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:21.180770 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:21.443125 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:21.569346 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:21.572328 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:21.644822 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:21.942571 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:22.066524 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:22.079576 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:22.147838 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:22.443887 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:22.566412 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:22.572617 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:22.645141 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:22.944217 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:23.065940 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:23.076135 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:23.144765 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:23.180804 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:23.443138 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:23.566204 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:23.572606 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:23.647860 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:23.943337 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:24.068250 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:24.074133 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:24.145776 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:24.445790 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:24.566309 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:24.574377 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:24.644503 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:24.943725 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:25.067216 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:25.075498 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:25.144903 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:25.183484 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:25.444394 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:25.565918 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:25.572462 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:25.644449 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:25.944444 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:26.066633 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:26.076908 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:26.145314 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:26.443627 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:26.566713 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:26.573127 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:26.645150 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:26.946507 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:27.066306 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:27.072816 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:27.148678 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:27.444464 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:27.566709 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:27.574350 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:27.645177 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:27.683407 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:27.944532 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:28.067062 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:28.074659 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:28.146836 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:28.444271 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:28.566054 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:28.573121 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:28.645424 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:28.945379 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:29.065987 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:29.072433 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:29.144457 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:29.443304 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:29.565743 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:29.572384 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:29.644393 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:29.692295 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:29.944926 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:30.067753 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:30.089478 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:30.145763 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:30.445389 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:30.592080 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:30.622474 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:30.645858 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:30.943644 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:31.067009 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:31.072660 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:31.145288 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:31.443086 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:31.566078 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:31.573943 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:31.644733 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:31.943241 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:32.066979 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:32.071742 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:32.144737 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:32.181223 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:32.445010 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:32.566844 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:32.572221 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:32.646704 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:32.944680 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:33.066556 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:33.073212 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:33.145148 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:33.445576 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:33.570149 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:33.576001 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:33.645536 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:33.943793 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:34.065880 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:34.073563 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:34.144503 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:34.442631 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:34.566079 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:34.572736 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:34.644666 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:34.680184 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:34.942903 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:35.066676 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:35.072411 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:35.144568 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:35.442759 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:35.565703 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:35.572050 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:35.644985 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:35.943717 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:36.067963 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:36.075249 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:36.145240 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:36.444185 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:36.567060 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:36.572453 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:36.645091 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:36.684870 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:36.944686 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:37.066634 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:37.072696 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:37.144652 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:37.449641 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:37.568447 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:37.575416 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:37.645111 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:37.944197 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:38.066524 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:38.072400 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:38.145875 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:38.448790 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:38.566680 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:38.572171 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:38.645502 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:38.942714 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:39.068302 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:39.075624 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:39.145630 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:39.180399 1684539 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"False"
I0109 00:03:39.442717 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:39.566093 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:39.573941 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:39.644932 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:39.943840 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:40.066733 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:40.073281 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:40.145200 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:40.181901 1684539 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace has status "Ready":"True"
I0109 00:03:40.181924 1684539 pod_ready.go:81] duration metric: took 25.507972663s waiting for pod "nvidia-device-plugin-daemonset-2qj49" in "kube-system" namespace to be "Ready" ...
I0109 00:03:40.181990 1684539 pod_ready.go:38] duration metric: took 31.612904808s 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" ...
I0109 00:03:40.182022 1684539 api_server.go:52] waiting for apiserver process to appear ...
I0109 00:03:40.182071 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0109 00:03:40.182160 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0109 00:03:40.247665 1684539 cri.go:89] found id: "62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96"
I0109 00:03:40.247688 1684539 cri.go:89] found id: ""
I0109 00:03:40.247697 1684539 logs.go:284] 1 containers: [62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96]
I0109 00:03:40.247767 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:40.252676 1684539 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0109 00:03:40.252762 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0109 00:03:40.301587 1684539 cri.go:89] found id: "1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153"
I0109 00:03:40.301611 1684539 cri.go:89] found id: ""
I0109 00:03:40.301619 1684539 logs.go:284] 1 containers: [1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153]
I0109 00:03:40.301697 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:40.306788 1684539 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0109 00:03:40.306886 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0109 00:03:40.356240 1684539 cri.go:89] found id: "b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a"
I0109 00:03:40.356264 1684539 cri.go:89] found id: ""
I0109 00:03:40.356272 1684539 logs.go:284] 1 containers: [b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a]
I0109 00:03:40.356354 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:40.361282 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0109 00:03:40.361381 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0109 00:03:40.421087 1684539 cri.go:89] found id: "ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec"
I0109 00:03:40.421112 1684539 cri.go:89] found id: ""
I0109 00:03:40.421120 1684539 logs.go:284] 1 containers: [ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec]
I0109 00:03:40.421202 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:40.426079 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0109 00:03:40.426175 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0109 00:03:40.444703 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:40.504648 1684539 cri.go:89] found id: "c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791"
I0109 00:03:40.504672 1684539 cri.go:89] found id: ""
I0109 00:03:40.504681 1684539 logs.go:284] 1 containers: [c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791]
I0109 00:03:40.504754 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:40.510783 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0109 00:03:40.510873 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0109 00:03:40.566572 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:40.574904 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:40.582409 1684539 cri.go:89] found id: "a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db"
I0109 00:03:40.582463 1684539 cri.go:89] found id: ""
I0109 00:03:40.582471 1684539 logs.go:284] 1 containers: [a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db]
I0109 00:03:40.582563 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:40.587380 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0109 00:03:40.587467 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0109 00:03:40.636630 1684539 cri.go:89] found id: "b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc"
I0109 00:03:40.636654 1684539 cri.go:89] found id: ""
I0109 00:03:40.636663 1684539 logs.go:284] 1 containers: [b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc]
I0109 00:03:40.636742 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:40.641855 1684539 logs.go:123] Gathering logs for kindnet [b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc] ...
I0109 00:03:40.641879 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc"
I0109 00:03:40.645610 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:40.699156 1684539 logs.go:123] Gathering logs for container status ...
I0109 00:03:40.699186 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0109 00:03:40.823047 1684539 logs.go:123] Gathering logs for kubelet ...
I0109 00:03:40.823125 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0109 00:03:40.890579 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.426876 1347 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.890855 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.426965 1347 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.891058 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.427144 1347 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.891277 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.427169 1347 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.891488 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428403 1347 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.891724 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428439 1347 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.891931 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428481 1347 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.892159 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428493 1347 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.892370 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428524 1347 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.892612 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428533 1347 reflector.go:147] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.892823 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428565 1347 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.893054 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428574 1347 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.893256 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428612 1347 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
W0109 00:03:40.893481 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428621 1347 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
I0109 00:03:40.919465 1684539 logs.go:123] Gathering logs for describe nodes ...
I0109 00:03:40.919493 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0109 00:03:40.944433 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:41.065384 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:41.073196 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:41.103097 1684539 logs.go:123] Gathering logs for coredns [b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a] ...
I0109 00:03:41.103130 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a"
I0109 00:03:41.144840 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:41.153680 1684539 logs.go:123] Gathering logs for kube-scheduler [ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec] ...
I0109 00:03:41.153707 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec"
I0109 00:03:41.204759 1684539 logs.go:123] Gathering logs for kube-proxy [c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791] ...
I0109 00:03:41.204790 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791"
I0109 00:03:41.255518 1684539 logs.go:123] Gathering logs for kube-controller-manager [a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db] ...
I0109 00:03:41.255545 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db"
I0109 00:03:41.325275 1684539 logs.go:123] Gathering logs for CRI-O ...
I0109 00:03:41.325308 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0109 00:03:41.416849 1684539 logs.go:123] Gathering logs for dmesg ...
I0109 00:03:41.416884 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0109 00:03:41.437790 1684539 logs.go:123] Gathering logs for kube-apiserver [62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96] ...
I0109 00:03:41.437819 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96"
I0109 00:03:41.444464 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:41.506110 1684539 logs.go:123] Gathering logs for etcd [1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153] ...
I0109 00:03:41.506145 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153"
I0109 00:03:41.562156 1684539 out.go:309] Setting ErrFile to fd 2...
I0109 00:03:41.562184 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
W0109 00:03:41.562240 1684539 out.go:239] X Problems detected in kubelet:
W0109 00:03:41.562254 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428533 1347 reflector.go:147] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:41.562261 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428565 1347 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:41.562274 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428574 1347 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:41.562282 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428612 1347 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
W0109 00:03:41.562292 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428621 1347 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
I0109 00:03:41.562298 1684539 out.go:309] Setting ErrFile to fd 2...
I0109 00:03:41.562304 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0109 00:03:41.568455 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:41.572776 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:41.644317 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:41.944094 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:42.065764 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:42.072682 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:42.145058 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:42.444657 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:42.566944 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:42.573856 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:42.644879 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:42.943389 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:43.067507 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:43.072575 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:43.145936 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:43.443993 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:43.567097 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:43.597604 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:43.645376 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:43.943858 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:44.069203 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:44.074031 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:44.145535 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:44.450117 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:44.566639 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:44.572939 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:44.644936 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:44.943878 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:45.067911 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:45.075284 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:45.145495 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:45.443051 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:45.565978 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:45.572379 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0109 00:03:45.644294 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:45.948942 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:46.065479 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:46.072640 1684539 kapi.go:107] duration metric: took 1m4.007024026s to wait for kubernetes.io/minikube-addons=registry ...
I0109 00:03:46.144533 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:46.444246 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:46.571883 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:46.645121 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:46.943524 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:47.088830 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:47.145256 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:47.446860 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:47.566232 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:47.644898 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:47.942831 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:48.066711 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:48.145325 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:48.443141 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:48.566617 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:48.650642 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:48.942984 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:49.067840 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:49.145528 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:49.447678 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:49.567184 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:49.647969 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:49.951233 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:50.067473 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:50.146056 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:50.523733 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:50.568095 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:50.647711 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:50.944182 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:51.068300 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:51.145348 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:51.444949 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:51.563525 1684539 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0109 00:03:51.573030 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:51.594856 1684539 api_server.go:72] duration metric: took 1m14.55115726s to wait for apiserver process to appear ...
I0109 00:03:51.594882 1684539 api_server.go:88] waiting for apiserver healthz status ...
I0109 00:03:51.594943 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0109 00:03:51.595020 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0109 00:03:51.647569 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:51.679359 1684539 cri.go:89] found id: "62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96"
I0109 00:03:51.679383 1684539 cri.go:89] found id: ""
I0109 00:03:51.679391 1684539 logs.go:284] 1 containers: [62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96]
I0109 00:03:51.679470 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:51.684948 1684539 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0109 00:03:51.685067 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0109 00:03:51.744174 1684539 cri.go:89] found id: "1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153"
I0109 00:03:51.744199 1684539 cri.go:89] found id: ""
I0109 00:03:51.744208 1684539 logs.go:284] 1 containers: [1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153]
I0109 00:03:51.744295 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:51.756287 1684539 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0109 00:03:51.756389 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0109 00:03:51.834396 1684539 cri.go:89] found id: "b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a"
I0109 00:03:51.834418 1684539 cri.go:89] found id: ""
I0109 00:03:51.834501 1684539 logs.go:284] 1 containers: [b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a]
I0109 00:03:51.834589 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:51.840041 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0109 00:03:51.840107 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0109 00:03:51.903977 1684539 cri.go:89] found id: "ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec"
I0109 00:03:51.904049 1684539 cri.go:89] found id: ""
I0109 00:03:51.904077 1684539 logs.go:284] 1 containers: [ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec]
I0109 00:03:51.904157 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:51.909479 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0109 00:03:51.909574 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0109 00:03:51.943448 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:51.962066 1684539 cri.go:89] found id: "c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791"
I0109 00:03:51.962136 1684539 cri.go:89] found id: ""
I0109 00:03:51.962161 1684539 logs.go:284] 1 containers: [c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791]
I0109 00:03:51.962256 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:51.967238 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0109 00:03:51.967354 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0109 00:03:52.054134 1684539 cri.go:89] found id: "a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db"
I0109 00:03:52.054201 1684539 cri.go:89] found id: ""
I0109 00:03:52.054222 1684539 logs.go:284] 1 containers: [a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db]
I0109 00:03:52.054322 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:52.061478 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0109 00:03:52.061597 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0109 00:03:52.069412 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:52.145352 1684539 cri.go:89] found id: "b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc"
I0109 00:03:52.145421 1684539 cri.go:89] found id: ""
I0109 00:03:52.145455 1684539 logs.go:284] 1 containers: [b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc]
I0109 00:03:52.145539 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:03:52.147759 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:52.150506 1684539 logs.go:123] Gathering logs for coredns [b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a] ...
I0109 00:03:52.150575 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a"
I0109 00:03:52.201719 1684539 logs.go:123] Gathering logs for kube-scheduler [ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec] ...
I0109 00:03:52.201793 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec"
I0109 00:03:52.249951 1684539 logs.go:123] Gathering logs for kube-proxy [c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791] ...
I0109 00:03:52.249985 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791"
I0109 00:03:52.295122 1684539 logs.go:123] Gathering logs for kube-controller-manager [a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db] ...
I0109 00:03:52.295149 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db"
I0109 00:03:52.380754 1684539 logs.go:123] Gathering logs for kubelet ...
I0109 00:03:52.380794 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0109 00:03:52.443579 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0109 00:03:52.456781 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.426876 1347 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.457007 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.426965 1347 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.457186 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.427144 1347 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.457379 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.427169 1347 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.457565 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428403 1347 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.457773 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428439 1347 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.457960 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428481 1347 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.458163 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428493 1347 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.458347 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428524 1347 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.458588 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428533 1347 reflector.go:147] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.458784 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428565 1347 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.458994 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428574 1347 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.459172 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428612 1347 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
W0109 00:03:52.459370 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428621 1347 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
I0109 00:03:52.490618 1684539 logs.go:123] Gathering logs for describe nodes ...
I0109 00:03:52.490646 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0109 00:03:52.566716 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:52.645033 1684539 logs.go:123] Gathering logs for kube-apiserver [62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96] ...
I0109 00:03:52.645064 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96"
I0109 00:03:52.648383 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:52.712940 1684539 logs.go:123] Gathering logs for CRI-O ...
I0109 00:03:52.712977 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0109 00:03:52.809403 1684539 logs.go:123] Gathering logs for container status ...
I0109 00:03:52.809440 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0109 00:03:52.863322 1684539 logs.go:123] Gathering logs for dmesg ...
I0109 00:03:52.863353 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0109 00:03:52.884271 1684539 logs.go:123] Gathering logs for etcd [1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153] ...
I0109 00:03:52.884347 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153"
I0109 00:03:52.958562 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:52.980695 1684539 logs.go:123] Gathering logs for kindnet [b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc] ...
I0109 00:03:52.980730 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc"
I0109 00:03:53.046043 1684539 out.go:309] Setting ErrFile to fd 2...
I0109 00:03:53.046071 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
W0109 00:03:53.046140 1684539 out.go:239] X Problems detected in kubelet:
W0109 00:03:53.046155 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428533 1347 reflector.go:147] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:53.046163 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428565 1347 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:53.046202 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428574 1347 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:03:53.046211 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428612 1347 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
W0109 00:03:53.046222 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428621 1347 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
I0109 00:03:53.046228 1684539 out.go:309] Setting ErrFile to fd 2...
I0109 00:03:53.046241 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0109 00:03:53.066680 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:53.144730 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:53.443078 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:53.571800 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:53.646758 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:53.944628 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:54.067804 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:54.145619 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:54.450387 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:54.566128 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:54.644593 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0109 00:03:54.942858 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:55.066289 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:55.145378 1684539 kapi.go:107] duration metric: took 1m9.004613194s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0109 00:03:55.148335 1684539 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-983119 cluster.
I0109 00:03:55.150726 1684539 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.
I0109 00:03:55.153152 1684539 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0109 00:03:55.443800 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:55.566709 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:55.943331 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:56.065846 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:56.442863 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:56.566621 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:56.958763 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:57.071267 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:57.451341 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:57.566464 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:57.967853 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:58.067033 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:58.443217 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:58.566480 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:58.943369 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:59.068771 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:59.444960 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:03:59.568603 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:03:59.943191 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:00.071193 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:00.442841 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:00.566175 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:00.946530 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:01.072584 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:01.443424 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:01.571758 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:01.943142 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:02.074542 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:02.444955 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:02.566197 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:02.944415 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:03.047283 1684539 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0109 00:04:03.060130 1684539 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0109 00:04:03.063019 1684539 api_server.go:141] control plane version: v1.28.4
I0109 00:04:03.063096 1684539 api_server.go:131] duration metric: took 11.468206192s to wait for apiserver health ...
I0109 00:04:03.063121 1684539 system_pods.go:43] waiting for kube-system pods to appear ...
I0109 00:04:03.063166 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0109 00:04:03.063258 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0109 00:04:03.066033 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:03.130017 1684539 cri.go:89] found id: "62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96"
I0109 00:04:03.130039 1684539 cri.go:89] found id: ""
I0109 00:04:03.130047 1684539 logs.go:284] 1 containers: [62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96]
I0109 00:04:03.130105 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:04:03.136931 1684539 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0109 00:04:03.136996 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0109 00:04:03.195730 1684539 cri.go:89] found id: "1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153"
I0109 00:04:03.195757 1684539 cri.go:89] found id: ""
I0109 00:04:03.195765 1684539 logs.go:284] 1 containers: [1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153]
I0109 00:04:03.195821 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:04:03.200898 1684539 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0109 00:04:03.201004 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0109 00:04:03.258411 1684539 cri.go:89] found id: "b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a"
I0109 00:04:03.258472 1684539 cri.go:89] found id: ""
I0109 00:04:03.258481 1684539 logs.go:284] 1 containers: [b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a]
I0109 00:04:03.258573 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:04:03.264374 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0109 00:04:03.264489 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0109 00:04:03.316019 1684539 cri.go:89] found id: "ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec"
I0109 00:04:03.316042 1684539 cri.go:89] found id: ""
I0109 00:04:03.316050 1684539 logs.go:284] 1 containers: [ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec]
I0109 00:04:03.316137 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:04:03.321204 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0109 00:04:03.321298 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0109 00:04:03.384862 1684539 cri.go:89] found id: "c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791"
I0109 00:04:03.384887 1684539 cri.go:89] found id: ""
I0109 00:04:03.384896 1684539 logs.go:284] 1 containers: [c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791]
I0109 00:04:03.384986 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:04:03.390857 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0109 00:04:03.390963 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0109 00:04:03.454876 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:03.457771 1684539 cri.go:89] found id: "a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db"
I0109 00:04:03.457794 1684539 cri.go:89] found id: ""
I0109 00:04:03.457802 1684539 logs.go:284] 1 containers: [a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db]
I0109 00:04:03.457871 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:04:03.467147 1684539 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0109 00:04:03.467239 1684539 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0109 00:04:03.524974 1684539 cri.go:89] found id: "b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc"
I0109 00:04:03.525000 1684539 cri.go:89] found id: ""
I0109 00:04:03.525008 1684539 logs.go:284] 1 containers: [b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc]
I0109 00:04:03.525088 1684539 ssh_runner.go:195] Run: which crictl
I0109 00:04:03.530549 1684539 logs.go:123] Gathering logs for dmesg ...
I0109 00:04:03.530579 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0109 00:04:03.565809 1684539 logs.go:123] Gathering logs for describe nodes ...
I0109 00:04:03.565840 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0109 00:04:03.571990 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:03.779094 1684539 logs.go:123] Gathering logs for kube-scheduler [ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec] ...
I0109 00:04:03.779127 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec"
I0109 00:04:03.856981 1684539 logs.go:123] Gathering logs for kube-controller-manager [a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db] ...
I0109 00:04:03.857014 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db"
I0109 00:04:03.943595 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:03.998246 1684539 logs.go:123] Gathering logs for kindnet [b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc] ...
I0109 00:04:03.998284 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc"
I0109 00:04:04.065645 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:04.086358 1684539 logs.go:123] Gathering logs for CRI-O ...
I0109 00:04:04.086386 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0109 00:04:04.197157 1684539 logs.go:123] Gathering logs for container status ...
I0109 00:04:04.197195 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0109 00:04:04.328750 1684539 logs.go:123] Gathering logs for kubelet ...
I0109 00:04:04.328780 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0109 00:04:04.386358 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.426876 1347 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.386664 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.426965 1347 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.386862 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.427144 1347 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.387076 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.427169 1347 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.387283 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428403 1347 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.387506 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428439 1347 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-983119" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.387704 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428481 1347 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.387921 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428493 1347 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.388129 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428524 1347 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.388358 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428533 1347 reflector.go:147] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.388562 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428565 1347 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.388783 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428574 1347 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.388978 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428612 1347 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.389195 1684539 logs.go:138] Found kubelet problem: Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428621 1347 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
I0109 00:04:04.433200 1684539 logs.go:123] Gathering logs for kube-apiserver [62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96] ...
I0109 00:04:04.433278 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96"
I0109 00:04:04.452318 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:04.539542 1684539 logs.go:123] Gathering logs for etcd [1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153] ...
I0109 00:04:04.539613 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153"
I0109 00:04:04.567131 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:04.640431 1684539 logs.go:123] Gathering logs for coredns [b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a] ...
I0109 00:04:04.640501 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a"
I0109 00:04:04.694929 1684539 logs.go:123] Gathering logs for kube-proxy [c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791] ...
I0109 00:04:04.694997 1684539 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791"
I0109 00:04:04.740170 1684539 out.go:309] Setting ErrFile to fd 2...
I0109 00:04:04.740194 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
W0109 00:04:04.740265 1684539 out.go:239] X Problems detected in kubelet:
W0109 00:04:04.740277 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428533 1347 reflector.go:147] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.740284 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428565 1347 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.740325 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428574 1347 reflector.go:147] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.740338 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: W0109 00:03:08.428612 1347 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
W0109 00:04:04.740346 1684539 out.go:239] Jan 09 00:03:08 addons-983119 kubelet[1347]: E0109 00:03:08.428621 1347 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-983119" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-983119' and this object
I0109 00:04:04.740354 1684539 out.go:309] Setting ErrFile to fd 2...
I0109 00:04:04.740361 1684539 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0109 00:04:04.945038 1684539 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0109 00:04:05.065666 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:05.443663 1684539 kapi.go:107] duration metric: took 1m23.006504261s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0109 00:04:05.565436 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:06.066367 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:06.566101 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:07.065941 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:07.565449 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:08.066358 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:08.566579 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:09.066548 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:09.565880 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:10.065707 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:10.565702 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:11.067352 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:11.565828 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:12.069103 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:12.565405 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:13.065816 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:13.568176 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:14.066043 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:14.565605 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:14.754850 1684539 system_pods.go:59] 18 kube-system pods found
I0109 00:04:14.754885 1684539 system_pods.go:61] "coredns-5dd5756b68-vzg2p" [02b5f7ac-6843-4735-b5b6-83ed4c6a112c] Running
I0109 00:04:14.754892 1684539 system_pods.go:61] "csi-hostpath-attacher-0" [f45999a3-2beb-4473-a73a-1318744b0f34] Running
I0109 00:04:14.754898 1684539 system_pods.go:61] "csi-hostpath-resizer-0" [b08e6cbe-dfe7-4e8f-bb80-52e4101cbd25] Running
I0109 00:04:14.754919 1684539 system_pods.go:61] "csi-hostpathplugin-mpd4h" [a9a5d1e2-f5be-4613-a127-85371e1948e5] Running
I0109 00:04:14.754931 1684539 system_pods.go:61] "etcd-addons-983119" [cf20e9a6-cfbb-484a-a00d-9d33240c5127] Running
I0109 00:04:14.754937 1684539 system_pods.go:61] "kindnet-t4gmv" [d67a419c-8cdb-4190-8076-105865945372] Running
I0109 00:04:14.754949 1684539 system_pods.go:61] "kube-apiserver-addons-983119" [75df9214-44f4-47e2-b770-422a4687e05e] Running
I0109 00:04:14.754955 1684539 system_pods.go:61] "kube-controller-manager-addons-983119" [b9864132-2da6-40b4-9b8d-c315202e80cd] Running
I0109 00:04:14.754968 1684539 system_pods.go:61] "kube-ingress-dns-minikube" [220059cf-253b-4ce8-8a22-9950d48be27e] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0109 00:04:14.754974 1684539 system_pods.go:61] "kube-proxy-4864k" [d8eba8dc-df5a-4622-9a2c-c85a25decbbe] Running
I0109 00:04:14.754997 1684539 system_pods.go:61] "kube-scheduler-addons-983119" [0ae6afbf-048b-4a3b-b030-51e9d370c4e8] Running
I0109 00:04:14.755011 1684539 system_pods.go:61] "metrics-server-7c66d45ddc-wvvsq" [3b0056d9-627e-46f2-a86a-e7f4cc7ca3da] Running
I0109 00:04:14.755018 1684539 system_pods.go:61] "nvidia-device-plugin-daemonset-2qj49" [5d4c1201-ce21-4462-b0d3-1bf7598039b3] Running
I0109 00:04:14.755029 1684539 system_pods.go:61] "registry-lwbmr" [10d6756f-1d99-487a-9be4-279128cdb09c] Running
I0109 00:04:14.755035 1684539 system_pods.go:61] "registry-proxy-dbt9w" [a1758f6f-e461-403a-82f6-be54e122eb97] Running
I0109 00:04:14.755040 1684539 system_pods.go:61] "snapshot-controller-58dbcc7b99-s8qf4" [e41be95b-cf22-4ebe-9d04-0d80b839aa67] Running
I0109 00:04:14.755049 1684539 system_pods.go:61] "snapshot-controller-58dbcc7b99-w652z" [3c24102b-c3eb-4def-88fa-aa9e69ea5428] Running
I0109 00:04:14.755056 1684539 system_pods.go:61] "storage-provisioner" [33d32fb2-fb21-4069-909c-51de5390110f] Running
I0109 00:04:14.755076 1684539 system_pods.go:74] duration metric: took 11.691923602s to wait for pod list to return data ...
I0109 00:04:14.755090 1684539 default_sa.go:34] waiting for default service account to be created ...
I0109 00:04:14.758616 1684539 default_sa.go:45] found service account: "default"
I0109 00:04:14.758642 1684539 default_sa.go:55] duration metric: took 3.544622ms for default service account to be created ...
I0109 00:04:14.758653 1684539 system_pods.go:116] waiting for k8s-apps to be running ...
I0109 00:04:14.770735 1684539 system_pods.go:86] 18 kube-system pods found
I0109 00:04:14.770805 1684539 system_pods.go:89] "coredns-5dd5756b68-vzg2p" [02b5f7ac-6843-4735-b5b6-83ed4c6a112c] Running
I0109 00:04:14.770827 1684539 system_pods.go:89] "csi-hostpath-attacher-0" [f45999a3-2beb-4473-a73a-1318744b0f34] Running
I0109 00:04:14.770849 1684539 system_pods.go:89] "csi-hostpath-resizer-0" [b08e6cbe-dfe7-4e8f-bb80-52e4101cbd25] Running
I0109 00:04:14.770871 1684539 system_pods.go:89] "csi-hostpathplugin-mpd4h" [a9a5d1e2-f5be-4613-a127-85371e1948e5] Running
I0109 00:04:14.770893 1684539 system_pods.go:89] "etcd-addons-983119" [cf20e9a6-cfbb-484a-a00d-9d33240c5127] Running
I0109 00:04:14.770913 1684539 system_pods.go:89] "kindnet-t4gmv" [d67a419c-8cdb-4190-8076-105865945372] Running
I0109 00:04:14.770934 1684539 system_pods.go:89] "kube-apiserver-addons-983119" [75df9214-44f4-47e2-b770-422a4687e05e] Running
I0109 00:04:14.770967 1684539 system_pods.go:89] "kube-controller-manager-addons-983119" [b9864132-2da6-40b4-9b8d-c315202e80cd] Running
I0109 00:04:14.770992 1684539 system_pods.go:89] "kube-ingress-dns-minikube" [220059cf-253b-4ce8-8a22-9950d48be27e] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0109 00:04:14.771014 1684539 system_pods.go:89] "kube-proxy-4864k" [d8eba8dc-df5a-4622-9a2c-c85a25decbbe] Running
I0109 00:04:14.771035 1684539 system_pods.go:89] "kube-scheduler-addons-983119" [0ae6afbf-048b-4a3b-b030-51e9d370c4e8] Running
I0109 00:04:14.771055 1684539 system_pods.go:89] "metrics-server-7c66d45ddc-wvvsq" [3b0056d9-627e-46f2-a86a-e7f4cc7ca3da] Running
I0109 00:04:14.771075 1684539 system_pods.go:89] "nvidia-device-plugin-daemonset-2qj49" [5d4c1201-ce21-4462-b0d3-1bf7598039b3] Running
I0109 00:04:14.771094 1684539 system_pods.go:89] "registry-lwbmr" [10d6756f-1d99-487a-9be4-279128cdb09c] Running
I0109 00:04:14.771113 1684539 system_pods.go:89] "registry-proxy-dbt9w" [a1758f6f-e461-403a-82f6-be54e122eb97] Running
I0109 00:04:14.771132 1684539 system_pods.go:89] "snapshot-controller-58dbcc7b99-s8qf4" [e41be95b-cf22-4ebe-9d04-0d80b839aa67] Running
I0109 00:04:14.771152 1684539 system_pods.go:89] "snapshot-controller-58dbcc7b99-w652z" [3c24102b-c3eb-4def-88fa-aa9e69ea5428] Running
I0109 00:04:14.771173 1684539 system_pods.go:89] "storage-provisioner" [33d32fb2-fb21-4069-909c-51de5390110f] Running
I0109 00:04:14.771194 1684539 system_pods.go:126] duration metric: took 12.515892ms to wait for k8s-apps to be running ...
I0109 00:04:14.771214 1684539 system_svc.go:44] waiting for kubelet service to be running ....
I0109 00:04:14.771283 1684539 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0109 00:04:14.786431 1684539 system_svc.go:56] duration metric: took 15.196062ms WaitForService to wait for kubelet.
I0109 00:04:14.786537 1684539 kubeadm.go:581] duration metric: took 1m37.742844155s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0109 00:04:14.786581 1684539 node_conditions.go:102] verifying NodePressure condition ...
I0109 00:04:14.790245 1684539 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0109 00:04:14.790321 1684539 node_conditions.go:123] node cpu capacity is 2
I0109 00:04:14.790348 1684539 node_conditions.go:105] duration metric: took 3.746855ms to run NodePressure ...
I0109 00:04:14.790374 1684539 start.go:228] waiting for startup goroutines ...
I0109 00:04:15.067166 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:15.567234 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:16.067106 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:16.566102 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:17.066914 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:17.566541 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:18.067608 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:18.566804 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:19.066412 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:19.566677 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:20.066582 1684539 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0109 00:04:20.565758 1684539 kapi.go:107] duration metric: took 1m38.50670018s to wait for app.kubernetes.io/name=ingress-nginx ...
I0109 00:04:20.568010 1684539 out.go:177] * Enabled addons: nvidia-device-plugin, ingress-dns, storage-provisioner, default-storageclass, cloud-spanner, inspektor-gadget, metrics-server, yakd, storage-provisioner-rancher, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0109 00:04:20.569886 1684539 addons.go:508] enable addons completed in 1m45.168935537s: enabled=[nvidia-device-plugin ingress-dns storage-provisioner default-storageclass cloud-spanner inspektor-gadget metrics-server yakd storage-provisioner-rancher volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0109 00:04:20.569931 1684539 start.go:233] waiting for cluster config update ...
I0109 00:04:20.569951 1684539 start.go:242] writing updated cluster config ...
I0109 00:04:20.570241 1684539 ssh_runner.go:195] Run: rm -f paused
I0109 00:04:20.892775 1684539 start.go:600] kubectl: 1.29.0, cluster: 1.28.4 (minor skew: 1)
I0109 00:04:20.895170 1684539 out.go:177] * Done! kubectl is now configured to use "addons-983119" cluster and "default" namespace by default
==> CRI-O <==
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.059010924Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=d70cc166-b6c3-406e-8efc-d24b7cc68862 name=/runtime.v1.ImageService/ImageStatus
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.060606885Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=85bbaa08-bf50-41c7-a591-3a31d5379668 name=/runtime.v1.ImageService/ImageStatus
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.060796360Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=85bbaa08-bf50-41c7-a591-3a31d5379668 name=/runtime.v1.ImageService/ImageStatus
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.061627596Z" level=info msg="Creating container: default/hello-world-app-5d77478584-8c5sk/hello-world-app" id=931d4c15-f272-4bbc-9580-e9d08778d8a5 name=/runtime.v1.RuntimeService/CreateContainer
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.061735987Z" level=warning msg="Allowed annotations are specified for workload []"
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.149225663Z" level=info msg="Created container 07f523968424850b2e559b757a27588d47a1c8f0dd1b177f26f8c88c1bbbb30d: default/hello-world-app-5d77478584-8c5sk/hello-world-app" id=931d4c15-f272-4bbc-9580-e9d08778d8a5 name=/runtime.v1.RuntimeService/CreateContainer
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.150524219Z" level=info msg="Starting container: 07f523968424850b2e559b757a27588d47a1c8f0dd1b177f26f8c88c1bbbb30d" id=c0890267-936d-426b-861f-f8c3d7e46612 name=/runtime.v1.RuntimeService/StartContainer
Jan 09 00:07:36 addons-983119 conmon[8181]: conmon 07f523968424850b2e55 <ninfo>: container 8192 exited with status 1
Jan 09 00:07:36 addons-983119 crio[883]: time="2024-01-09 00:07:36.164390067Z" level=info msg="Started container" PID=8192 containerID=07f523968424850b2e559b757a27588d47a1c8f0dd1b177f26f8c88c1bbbb30d description=default/hello-world-app-5d77478584-8c5sk/hello-world-app id=c0890267-936d-426b-861f-f8c3d7e46612 name=/runtime.v1.RuntimeService/StartContainer sandboxID=dd4b67fdf7f7cbbfa63528e61489810835ee8d6a9faddda69eb63e150c0af909
Jan 09 00:07:37 addons-983119 crio[883]: time="2024-01-09 00:07:37.109807252Z" level=info msg="Removing container: 346220f49bc93784a5d8c976fee6125051ad50889e1e437fe3e733cfc23467bf" id=c7047d41-0184-4142-9ed2-dbee855cb608 name=/runtime.v1.RuntimeService/RemoveContainer
Jan 09 00:07:37 addons-983119 crio[883]: time="2024-01-09 00:07:37.138550305Z" level=info msg="Removed container 346220f49bc93784a5d8c976fee6125051ad50889e1e437fe3e733cfc23467bf: default/hello-world-app-5d77478584-8c5sk/hello-world-app" id=c7047d41-0184-4142-9ed2-dbee855cb608 name=/runtime.v1.RuntimeService/RemoveContainer
Jan 09 00:07:37 addons-983119 crio[883]: time="2024-01-09 00:07:37.855770523Z" level=warning msg="Stopping container 15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=ac2dbd07-e80b-408d-ad6b-7cf946dbe3f4 name=/runtime.v1.RuntimeService/StopContainer
Jan 09 00:07:37 addons-983119 conmon[5356]: conmon 15d99037b4888445a40f <ninfo>: container 5367 exited with status 137
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.011126528Z" level=info msg="Stopped container 15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb: ingress-nginx/ingress-nginx-controller-69cff4fd79-slprc/controller" id=ac2dbd07-e80b-408d-ad6b-7cf946dbe3f4 name=/runtime.v1.RuntimeService/StopContainer
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.011639607Z" level=info msg="Stopping pod sandbox: 4714ce52227fc8c2695fc842350bbb7619ff0f2d33c71da69ad3aa0520342928" id=8f5cc370-1368-472f-a37e-068c6dd481d5 name=/runtime.v1.RuntimeService/StopPodSandbox
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.015236866Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-U5WRAVQ5WKRQDHEC - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-BX2QRBOUKCVI2LJ4 - [0:0]\n-X KUBE-HP-BX2QRBOUKCVI2LJ4\n-X KUBE-HP-U5WRAVQ5WKRQDHEC\nCOMMIT\n"
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.016878087Z" level=info msg="Closing host port tcp:80"
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.016923659Z" level=info msg="Closing host port tcp:443"
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.018528145Z" level=info msg="Host port tcp:80 does not have an open socket"
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.018555715Z" level=info msg="Host port tcp:443 does not have an open socket"
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.018733242Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-69cff4fd79-slprc Namespace:ingress-nginx ID:4714ce52227fc8c2695fc842350bbb7619ff0f2d33c71da69ad3aa0520342928 UID:8233e4d8-7555-4921-95ba-f93a031df6a2 NetNS:/var/run/netns/4def0cc0-b1ab-4dc1-97da-91af1faf69be Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.018872854Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-69cff4fd79-slprc from CNI network \"kindnet\" (type=ptp)"
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.040107064Z" level=info msg="Stopped pod sandbox: 4714ce52227fc8c2695fc842350bbb7619ff0f2d33c71da69ad3aa0520342928" id=8f5cc370-1368-472f-a37e-068c6dd481d5 name=/runtime.v1.RuntimeService/StopPodSandbox
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.114048245Z" level=info msg="Removing container: 15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb" id=6219bf9b-0e7d-4b6c-9fcb-96e163ead0aa name=/runtime.v1.RuntimeService/RemoveContainer
Jan 09 00:07:38 addons-983119 crio[883]: time="2024-01-09 00:07:38.130896718Z" level=info msg="Removed container 15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb: ingress-nginx/ingress-nginx-controller-69cff4fd79-slprc/controller" id=6219bf9b-0e7d-4b6c-9fcb-96e163ead0aa name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
07f5239684248 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 7 seconds ago Exited hello-world-app 2 dd4b67fdf7f7c hello-world-app-5d77478584-8c5sk
f8a0a7b27853b ghcr.io/headlamp-k8s/headlamp@sha256:0fe50c48c186b89ff3d341dba427174d8232a64c3062af5de854a3a7cb2105ce 55 seconds ago Running headlamp 0 bff65cc636307 headlamp-7ddfbb94ff-b9vrz
abb1267b7c979 docker.io/library/nginx@sha256:7913e8fa2e6a5f0160a5e6b7ea48b7d4a301c6058d63c3d632a35a59093cb4eb 2 minutes ago Running nginx 0 7639dcdc75d34 nginx
43b75c644b360 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 3 minutes ago Running gcp-auth 0 4e5a075360e9f gcp-auth-d4c87556c-q94hn
0a3369e09ae0a registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:67202a0258c6f81d073f265f449a732c89cc1112a8e80ea27317294df6dce2b5 3 minutes ago Exited patch 0 0867bdb9547c6 ingress-nginx-admission-patch-ns7xb
1faf4bfd4e4b8 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:67202a0258c6f81d073f265f449a732c89cc1112a8e80ea27317294df6dce2b5 3 minutes ago Exited create 0 1c1a666a6a4a0 ingress-nginx-admission-create-n5ghw
0a58f0cbb6c0c docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 4 minutes ago Running yakd 0 0313b1e3f4ac9 yakd-dashboard-9947fc6bf-fh4qw
da0aaa3251b2d ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 4 minutes ago Running storage-provisioner 0 6aa8ef465cfbc storage-provisioner
b7a4ca1bd2b68 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 4 minutes ago Running coredns 0 cb696a3cc2348 coredns-5dd5756b68-vzg2p
c83f5ce969abb 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 5 minutes ago Running kube-proxy 0 849104685bc50 kube-proxy-4864k
b0dd2e239ba47 04b4eaa3d3db8abea4b9ea4d10a0926ebb31db5a31b673aa1cf7a4b3af4add26 5 minutes ago Running kindnet-cni 0 d0b6d019a656f kindnet-t4gmv
1011042feffca 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 5 minutes ago Running etcd 0 c007c4405617b etcd-addons-983119
a57018d4c10a8 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 5 minutes ago Running kube-controller-manager 0 deaf483cff26b kube-controller-manager-addons-983119
62783a6bd185f 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 5 minutes ago Running kube-apiserver 0 6451b58fc799d kube-apiserver-addons-983119
ca546a071dfbf 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 5 minutes ago Running kube-scheduler 0 a6c1d05a18922 kube-scheduler-addons-983119
==> coredns [b7a4ca1bd2b68b45e2e49096733a1a921f7244222487f8532eedf55bf9fc310a] <==
[INFO] 10.244.0.20:35414 - 58298 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000060719s
[INFO] 10.244.0.20:35414 - 39104 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000776367s
[INFO] 10.244.0.20:51476 - 10768 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002558357s
[INFO] 10.244.0.20:51476 - 31572 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001237804s
[INFO] 10.244.0.20:35414 - 14380 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001693471s
[INFO] 10.244.0.20:51476 - 30868 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000243374s
[INFO] 10.244.0.20:35414 - 14461 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000229467s
[INFO] 10.244.0.20:50571 - 41147 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000099956s
[INFO] 10.244.0.20:50571 - 25568 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000050503s
[INFO] 10.244.0.20:36327 - 3274 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000044349s
[INFO] 10.244.0.20:36327 - 36088 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000053457s
[INFO] 10.244.0.20:36327 - 60629 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000094967s
[INFO] 10.244.0.20:36327 - 39967 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00005367s
[INFO] 10.244.0.20:36327 - 56067 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000110679s
[INFO] 10.244.0.20:36327 - 15709 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000101466s
[INFO] 10.244.0.20:50571 - 42929 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000092292s
[INFO] 10.244.0.20:50571 - 30905 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000076694s
[INFO] 10.244.0.20:50571 - 13744 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000061777s
[INFO] 10.244.0.20:50571 - 8956 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000315572s
[INFO] 10.244.0.20:36327 - 31961 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001538713s
[INFO] 10.244.0.20:50571 - 39946 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001395392s
[INFO] 10.244.0.20:36327 - 30665 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001303445s
[INFO] 10.244.0.20:36327 - 12523 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000049371s
[INFO] 10.244.0.20:50571 - 11887 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001004505s
[INFO] 10.244.0.20:50571 - 43097 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000052357s
==> describe nodes <==
Name: addons-983119
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-983119
kubernetes.io/os=linux
minikube.k8s.io/commit=a2af307dcbdf6e6ad5b00357c8e830bd90e7b60a
minikube.k8s.io/name=addons-983119
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_01_09T00_02_23_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-983119
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: Tue, 09 Jan 2024 00:02:18 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-983119
AcquireTime: <unset>
RenewTime: Tue, 09 Jan 2024 00:07:40 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 09 Jan 2024 00:07:28 +0000 Tue, 09 Jan 2024 00:02:16 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 09 Jan 2024 00:07:28 +0000 Tue, 09 Jan 2024 00:02:16 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 09 Jan 2024 00:07:28 +0000 Tue, 09 Jan 2024 00:02:16 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 09 Jan 2024 00:07:28 +0000 Tue, 09 Jan 2024 00:03:08 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-983119
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: 0ceffc9f88504a42b318648234f14b7e
System UUID: 92a74203-e5f3-430a-ac59-55776e1d4abf
Boot ID: 9a753e90-64b1-452a-8e10-9b878947801f
Kernel Version: 5.15.0-1051-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-8c5sk 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m47s
gcp-auth gcp-auth-d4c87556c-q94hn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m57s
headlamp headlamp-7ddfbb94ff-b9vrz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 59s
kube-system coredns-5dd5756b68-vzg2p 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m8s
kube-system etcd-addons-983119 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m23s
kube-system kindnet-t4gmv 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m8s
kube-system kube-apiserver-addons-983119 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m21s
kube-system kube-controller-manager-addons-983119 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m21s
kube-system kube-proxy-4864k 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m8s
kube-system kube-scheduler-addons-983119 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m21s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m2s
yakd-dashboard yakd-dashboard-9947fc6bf-fh4qw 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m2s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m1s kube-proxy
Normal Starting 5m21s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m21s kubelet Node addons-983119 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m21s kubelet Node addons-983119 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m21s kubelet Node addons-983119 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m8s node-controller Node addons-983119 event: Registered Node addons-983119 in Controller
Normal NodeReady 4m35s kubelet Node addons-983119 status is now: NodeReady
==> dmesg <==
[ +0.000726] FS-Cache: N-cookie c=00000054 [p=0000004b fl=2 nc=0 na=1]
[ +0.001085] FS-Cache: N-cookie d=000000001df03bef{9p.inode} n=000000003d7a4016
[ +0.001077] FS-Cache: N-key=[8] '4274ed0000000000'
[ +0.002783] FS-Cache: Duplicate cookie detected
[ +0.000750] FS-Cache: O-cookie c=0000004e [p=0000004b fl=226 nc=0 na=1]
[ +0.001073] FS-Cache: O-cookie d=000000001df03bef{9p.inode} n=000000007423a6ff
[ +0.001120] FS-Cache: O-key=[8] '4274ed0000000000'
[ +0.000835] FS-Cache: N-cookie c=00000055 [p=0000004b fl=2 nc=0 na=1]
[ +0.001012] FS-Cache: N-cookie d=000000001df03bef{9p.inode} n=00000000372890f4
[ +0.001126] FS-Cache: N-key=[8] '4274ed0000000000'
[ +2.747018] FS-Cache: Duplicate cookie detected
[ +0.000726] FS-Cache: O-cookie c=0000004c [p=0000004b fl=226 nc=0 na=1]
[ +0.000998] FS-Cache: O-cookie d=000000001df03bef{9p.inode} n=00000000f8adacdd
[ +0.001174] FS-Cache: O-key=[8] '4174ed0000000000'
[ +0.000759] FS-Cache: N-cookie c=00000057 [p=0000004b fl=2 nc=0 na=1]
[ +0.000977] FS-Cache: N-cookie d=000000001df03bef{9p.inode} n=000000003d7a4016
[ +0.001076] FS-Cache: N-key=[8] '4174ed0000000000'
[ +0.370147] FS-Cache: Duplicate cookie detected
[ +0.000727] FS-Cache: O-cookie c=00000051 [p=0000004b fl=226 nc=0 na=1]
[ +0.001075] FS-Cache: O-cookie d=000000001df03bef{9p.inode} n=0000000086c37022
[ +0.001208] FS-Cache: O-key=[8] '4774ed0000000000'
[ +0.000721] FS-Cache: N-cookie c=00000058 [p=0000004b fl=2 nc=0 na=1]
[ +0.000994] FS-Cache: N-cookie d=000000001df03bef{9p.inode} n=0000000070425b3c
[ +0.001176] FS-Cache: N-key=[8] '4774ed0000000000'
[Jan 8 23:21] overlayfs: lowerdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
==> etcd [1011042feffcab2580c6186d821b65221c50d7197c9277d66b72a69e20117153] <==
{"level":"info","ts":"2024-01-09T00:02:36.442347Z","caller":"traceutil/trace.go:171","msg":"trace[383916467] transaction","detail":"{read_only:false; response_revision:354; number_of_response:1; }","duration":"235.532748ms","start":"2024-01-09T00:02:36.206802Z","end":"2024-01-09T00:02:36.442334Z","steps":["trace[383916467] 'process raft request' (duration: 235.492091ms)"],"step_count":1}
{"level":"info","ts":"2024-01-09T00:02:36.44816Z","caller":"traceutil/trace.go:171","msg":"trace[578442744] transaction","detail":"{read_only:false; response_revision:352; number_of_response:1; }","duration":"415.548563ms","start":"2024-01-09T00:02:36.032587Z","end":"2024-01-09T00:02:36.448136Z","steps":["trace[578442744] 'process raft request' (duration: 33.545901ms)","trace[578442744] 'compare' (duration: 184.601144ms)"],"step_count":2}
{"level":"warn","ts":"2024-01-09T00:02:36.448314Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-01-09T00:02:36.03257Z","time spent":"415.688109ms","remote":"127.0.0.1:33958","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":185,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/serviceaccounts/kube-node-lease/default\" mod_revision:324 > success:<request_put:<key:\"/registry/serviceaccounts/kube-node-lease/default\" value_size:128 >> failure:<request_range:<key:\"/registry/serviceaccounts/kube-node-lease/default\" > >"}
{"level":"info","ts":"2024-01-09T00:02:36.571862Z","caller":"traceutil/trace.go:171","msg":"trace[1431272289] linearizableReadLoop","detail":"{readStateIndex:362; appliedIndex:361; }","duration":"451.4466ms","start":"2024-01-09T00:02:36.052066Z","end":"2024-01-09T00:02:36.503512Z","steps":["trace[1431272289] 'read index received' (duration: 14.075044ms)","trace[1431272289] 'applied index is now lower than readState.Index' (duration: 437.369727ms)"],"step_count":2}
{"level":"info","ts":"2024-01-09T00:02:36.572966Z","caller":"traceutil/trace.go:171","msg":"trace[631908117] transaction","detail":"{read_only:false; number_of_response:1; response_revision:353; }","duration":"518.297834ms","start":"2024-01-09T00:02:36.054656Z","end":"2024-01-09T00:02:36.572954Z","steps":["trace[631908117] 'process raft request' (duration: 387.557804ms)"],"step_count":1}
{"level":"warn","ts":"2024-01-09T00:02:36.574009Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-01-09T00:02:36.054641Z","time spent":"519.252173ms","remote":"127.0.0.1:33946","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":55,"response count":0,"response size":42,"request content":"compare:<target:MOD key:\"/registry/pods/kube-system/coredns-5dd5756b68-n86k4\" mod_revision:351 > success:<request_delete_range:<key:\"/registry/pods/kube-system/coredns-5dd5756b68-n86k4\" > > failure:<request_range:<key:\"/registry/pods/kube-system/coredns-5dd5756b68-n86k4\" > >"}
{"level":"warn","ts":"2024-01-09T00:02:36.574522Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"522.977226ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:4096"}
{"level":"info","ts":"2024-01-09T00:02:36.574602Z","caller":"traceutil/trace.go:171","msg":"trace[885435202] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:354; }","duration":"523.06165ms","start":"2024-01-09T00:02:36.051531Z","end":"2024-01-09T00:02:36.574593Z","steps":["trace[885435202] 'agreement among raft nodes before linearized reading' (duration: 522.957903ms)"],"step_count":1}
{"level":"warn","ts":"2024-01-09T00:02:36.574652Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-01-09T00:02:36.051513Z","time spent":"523.131952ms","remote":"127.0.0.1:34228","response type":"/etcdserverpb.KV/Range","request count":0,"request size":43,"response count":1,"response size":4120,"request content":"key:\"/registry/deployments/kube-system/coredns\" "}
{"level":"info","ts":"2024-01-09T00:02:36.742902Z","caller":"traceutil/trace.go:171","msg":"trace[1414700637] linearizableReadLoop","detail":"{readStateIndex:364; appliedIndex:364; }","duration":"170.13564ms","start":"2024-01-09T00:02:36.572752Z","end":"2024-01-09T00:02:36.742888Z","steps":["trace[1414700637] 'read index received' (duration: 170.130954ms)","trace[1414700637] 'applied index is now lower than readState.Index' (duration: 3.553µs)"],"step_count":2}
{"level":"warn","ts":"2024-01-09T00:02:36.743113Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"688.328865ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-983119\" ","response":"range_response_count:1 size:5743"}
{"level":"info","ts":"2024-01-09T00:02:36.743713Z","caller":"traceutil/trace.go:171","msg":"trace[1780712474] range","detail":"{range_begin:/registry/minions/addons-983119; range_end:; response_count:1; response_revision:354; }","duration":"688.936845ms","start":"2024-01-09T00:02:36.054765Z","end":"2024-01-09T00:02:36.743702Z","steps":["trace[1780712474] 'agreement among raft nodes before linearized reading' (duration: 688.292819ms)"],"step_count":1}
{"level":"warn","ts":"2024-01-09T00:02:36.743157Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"688.403524ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-983119\" ","response":"range_response_count:1 size:5743"}
{"level":"warn","ts":"2024-01-09T00:02:36.743182Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"688.450089ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-983119\" ","response":"range_response_count:1 size:5743"}
{"level":"warn","ts":"2024-01-09T00:02:36.74321Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"688.663415ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-983119\" ","response":"range_response_count:1 size:5743"}
{"level":"warn","ts":"2024-01-09T00:02:36.784474Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-01-09T00:02:36.054762Z","time spent":"719.751326ms","remote":"127.0.0.1:33930","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5767,"request content":"key:\"/registry/minions/addons-983119\" "}
{"level":"info","ts":"2024-01-09T00:02:36.812141Z","caller":"traceutil/trace.go:171","msg":"trace[1691968410] range","detail":"{range_begin:/registry/minions/addons-983119; range_end:; response_count:1; response_revision:354; }","duration":"757.373176ms","start":"2024-01-09T00:02:36.054749Z","end":"2024-01-09T00:02:36.812122Z","steps":["trace[1691968410] 'agreement among raft nodes before linearized reading' (duration: 688.38137ms)"],"step_count":1}
{"level":"info","ts":"2024-01-09T00:02:36.812262Z","caller":"traceutil/trace.go:171","msg":"trace[2075519328] range","detail":"{range_begin:/registry/minions/addons-983119; range_end:; response_count:1; response_revision:354; }","duration":"757.526893ms","start":"2024-01-09T00:02:36.054729Z","end":"2024-01-09T00:02:36.812255Z","steps":["trace[2075519328] 'agreement among raft nodes before linearized reading' (duration: 688.43701ms)"],"step_count":1}
{"level":"warn","ts":"2024-01-09T00:02:36.865491Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-01-09T00:02:36.054724Z","time spent":"810.725946ms","remote":"127.0.0.1:33930","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5767,"request content":"key:\"/registry/minions/addons-983119\" "}
{"level":"info","ts":"2024-01-09T00:02:36.812341Z","caller":"traceutil/trace.go:171","msg":"trace[1942527543] range","detail":"{range_begin:/registry/minions/addons-983119; range_end:; response_count:1; response_revision:354; }","duration":"757.792856ms","start":"2024-01-09T00:02:36.054542Z","end":"2024-01-09T00:02:36.812335Z","steps":["trace[1942527543] 'agreement among raft nodes before linearized reading' (duration: 688.647744ms)"],"step_count":1}
{"level":"warn","ts":"2024-01-09T00:02:36.865665Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-01-09T00:02:36.053295Z","time spent":"812.36331ms","remote":"127.0.0.1:33930","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5767,"request content":"key:\"/registry/minions/addons-983119\" "}
{"level":"warn","ts":"2024-01-09T00:02:36.812715Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-01-09T00:02:36.054746Z","time spent":"757.947869ms","remote":"127.0.0.1:33930","response type":"/etcdserverpb.KV/Range","request count":0,"request size":33,"response count":1,"response size":5767,"request content":"key:\"/registry/minions/addons-983119\" "}
{"level":"info","ts":"2024-01-09T00:02:38.423491Z","caller":"traceutil/trace.go:171","msg":"trace[1061176484] transaction","detail":"{read_only:false; response_revision:365; number_of_response:1; }","duration":"111.638505ms","start":"2024-01-09T00:02:38.311836Z","end":"2024-01-09T00:02:38.423475Z","steps":["trace[1061176484] 'process raft request' (duration: 111.532313ms)"],"step_count":1}
{"level":"warn","ts":"2024-01-09T00:02:40.639505Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"123.462321ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/resourcequotas/gadget/\" range_end:\"/registry/resourcequotas/gadget0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-01-09T00:02:40.640279Z","caller":"traceutil/trace.go:171","msg":"trace[1779008435] range","detail":"{range_begin:/registry/resourcequotas/gadget/; range_end:/registry/resourcequotas/gadget0; response_count:0; response_revision:401; }","duration":"124.2369ms","start":"2024-01-09T00:02:40.516019Z","end":"2024-01-09T00:02:40.640256Z","steps":["trace[1779008435] 'agreement among raft nodes before linearized reading' (duration: 123.440594ms)"],"step_count":1}
==> gcp-auth [43b75c644b360654ead2fe1318d35e028b59be9bccb9c2a716a86cfe91507e5c] <==
2024/01/09 00:03:54 GCP Auth Webhook started!
2024/01/09 00:04:32 Ready to marshal response ...
2024/01/09 00:04:32 Ready to write response ...
2024/01/09 00:04:44 Ready to marshal response ...
2024/01/09 00:04:44 Ready to write response ...
2024/01/09 00:04:56 Ready to marshal response ...
2024/01/09 00:04:56 Ready to write response ...
2024/01/09 00:05:18 Ready to marshal response ...
2024/01/09 00:05:18 Ready to write response ...
2024/01/09 00:05:46 Ready to marshal response ...
2024/01/09 00:05:46 Ready to write response ...
2024/01/09 00:05:46 Ready to marshal response ...
2024/01/09 00:05:46 Ready to write response ...
2024/01/09 00:05:53 Ready to marshal response ...
2024/01/09 00:05:53 Ready to write response ...
2024/01/09 00:06:44 Ready to marshal response ...
2024/01/09 00:06:44 Ready to write response ...
2024/01/09 00:06:44 Ready to marshal response ...
2024/01/09 00:06:44 Ready to write response ...
2024/01/09 00:06:44 Ready to marshal response ...
2024/01/09 00:06:44 Ready to write response ...
2024/01/09 00:07:17 Ready to marshal response ...
2024/01/09 00:07:17 Ready to write response ...
==> kernel <==
00:07:43 up 6:50, 0 users, load average: 0.56, 1.61, 2.68
Linux addons-983119 5.15.0-1051-aws #56~20.04.1-Ubuntu SMP Tue Nov 28 15:43:06 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kindnet [b0dd2e239ba472bd999437617e44545f1256b50285fac10dbda59ac5e2f56bcc] <==
I0109 00:05:38.351376 1 main.go:227] handling current node
I0109 00:05:48.362730 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:05:48.362758 1 main.go:227] handling current node
I0109 00:05:58.373998 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:05:58.374027 1 main.go:227] handling current node
I0109 00:06:08.385148 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:06:08.385177 1 main.go:227] handling current node
I0109 00:06:18.398059 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:06:18.398089 1 main.go:227] handling current node
I0109 00:06:28.401793 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:06:28.401818 1 main.go:227] handling current node
I0109 00:06:38.414020 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:06:38.414046 1 main.go:227] handling current node
I0109 00:06:48.418768 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:06:48.418981 1 main.go:227] handling current node
I0109 00:06:58.422721 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:06:58.422747 1 main.go:227] handling current node
I0109 00:07:08.435091 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:07:08.435119 1 main.go:227] handling current node
I0109 00:07:18.447963 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:07:18.447992 1 main.go:227] handling current node
I0109 00:07:28.452378 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:07:28.452409 1 main.go:227] handling current node
I0109 00:07:38.464742 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0109 00:07:38.464771 1 main.go:227] handling current node
==> kube-apiserver [62783a6bd185f396cb47eb0c07714d63bd5492ab074f91c3541bdb334eed0f96] <==
I0109 00:04:55.572546 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0109 00:04:56.405248 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0109 00:04:56.845257 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.91.174"}
I0109 00:05:15.562513 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0109 00:05:33.805231 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0109 00:05:33.805368 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0109 00:05:33.818068 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0109 00:05:33.818128 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0109 00:05:33.851682 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0109 00:05:33.851807 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0109 00:05:33.859632 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0109 00:05:33.860360 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0109 00:05:33.864830 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0109 00:05:33.865380 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0109 00:05:33.892576 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0109 00:05:33.892628 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0109 00:05:33.902140 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0109 00:05:33.902185 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0109 00:05:34.852322 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0109 00:05:34.903104 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0109 00:05:34.963900 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E0109 00:06:09.842590 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0109 00:06:44.097435 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.107.39.131"}
I0109 00:07:17.621166 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.98.149.112"}
E0109 00:07:34.118790 1 watch.go:287] unable to encode watch object *v1.WatchEvent: http2: stream closed (&streaming.encoderWithAllocator{writer:responsewriter.outerWithCloseNotifyAndFlush{UserProvidedDecorator:(*metrics.ResponseWriterDelegator)(0x40070b4240), InnerCloseNotifierFlusher:struct { httpsnoop.Unwrapper; http.ResponseWriter; http.Flusher; http.CloseNotifier; http.Pusher }{Unwrapper:(*httpsnoop.rw)(0x4004f43220), ResponseWriter:(*httpsnoop.rw)(0x4004f43220), Flusher:(*httpsnoop.rw)(0x4004f43220), CloseNotifier:(*httpsnoop.rw)(0x4004f43220), Pusher:(*httpsnoop.rw)(0x4004f43220)}}, encoder:(*versioning.codec)(0x4005c9db80), memAllocator:(*runtime.Allocator)(0x4004790990)})
==> kube-controller-manager [a57018d4c10a853439070e81b0334c348d0a675fb9830a2b3876094408d092db] <==
E0109 00:06:45.635850 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0109 00:06:49.001993 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="headlamp/headlamp-7ddfbb94ff" duration="45.744µs"
I0109 00:06:49.042118 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="headlamp/headlamp-7ddfbb94ff" duration="9.852911ms"
I0109 00:06:49.042344 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="headlamp/headlamp-7ddfbb94ff" duration="38.721µs"
W0109 00:07:04.192789 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0109 00:07:04.192823 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0109 00:07:05.898301 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0109 00:07:05.898335 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0109 00:07:11.743474 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0109 00:07:11.743509 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0109 00:07:17.329175 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0109 00:07:17.351428 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-8c5sk"
I0109 00:07:17.358750 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="29.365203ms"
I0109 00:07:17.368517 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="9.627259ms"
I0109 00:07:17.368690 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="37.539µs"
I0109 00:07:17.384055 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="67.545µs"
I0109 00:07:20.070694 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="36.727µs"
I0109 00:07:21.069239 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="66.815µs"
I0109 00:07:22.071525 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="43.709µs"
W0109 00:07:30.034300 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0109 00:07:30.034339 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0109 00:07:34.822180 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0109 00:07:34.826100 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-69cff4fd79" duration="4.808µs"
I0109 00:07:34.828690 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0109 00:07:37.135615 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="57.043µs"
==> kube-proxy [c83f5ce969abb821559581b8daa7137b2e93fabc70e7eb5fd6bd59e8f3a5d791] <==
I0109 00:02:41.136838 1 server_others.go:69] "Using iptables proxy"
I0109 00:02:41.388836 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0109 00:02:41.698296 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0109 00:02:41.701313 1 server_others.go:152] "Using iptables Proxier"
I0109 00:02:41.701413 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0109 00:02:41.701447 1 server_others.go:438] "Defaulting to no-op detect-local"
I0109 00:02:41.701573 1 proxier.go:251] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0109 00:02:41.701917 1 server.go:846] "Version info" version="v1.28.4"
I0109 00:02:41.702601 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0109 00:02:41.704553 1 config.go:188] "Starting service config controller"
I0109 00:02:41.710991 1 shared_informer.go:311] Waiting for caches to sync for service config
I0109 00:02:41.711053 1 config.go:97] "Starting endpoint slice config controller"
I0109 00:02:41.711061 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0109 00:02:41.713422 1 config.go:315] "Starting node config controller"
I0109 00:02:41.713442 1 shared_informer.go:311] Waiting for caches to sync for node config
I0109 00:02:41.818622 1 shared_informer.go:318] Caches are synced for node config
I0109 00:02:41.818681 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0109 00:02:41.819040 1 shared_informer.go:318] Caches are synced for service config
==> kube-scheduler [ca546a071dfbff1b1fc40b95cfb1af00bc76cb73e484276c72fa0b1f9c46aeec] <==
W0109 00:02:19.575180 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0109 00:02:19.575194 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0109 00:02:19.575233 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0109 00:02:19.575247 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.575338 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0109 00:02:19.575355 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.575412 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0109 00:02:19.575430 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.575475 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0109 00:02:19.575489 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.575629 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0109 00:02:19.575647 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0109 00:02:19.575684 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0109 00:02:19.575700 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.575750 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0109 00:02:19.575765 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0109 00:02:19.575805 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0109 00:02:19.575819 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.575858 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0109 00:02:19.575872 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.576001 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0109 00:02:19.576019 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0109 00:02:19.576253 1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0109 00:02:19.576279 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0109 00:02:21.065410 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jan 09 00:07:22 addons-983119 kubelet[1347]: E0109 00:07:22.374191 1347 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/8c9761d666e4f376c03f2631a431663f407624c082ae5d258762a971541451bf/diff" to get inode usage: stat /var/lib/containers/storage/overlay/8c9761d666e4f376c03f2631a431663f407624c082ae5d258762a971541451bf/diff: no such file or directory, extraDiskErr: <nil>
Jan 09 00:07:22 addons-983119 kubelet[1347]: E0109 00:07:22.385783 1347 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/55b400ee7d2378a0e0e6ea1674972e9bb613b308482b1a69959c9d960531d100/diff" to get inode usage: stat /var/lib/containers/storage/overlay/55b400ee7d2378a0e0e6ea1674972e9bb613b308482b1a69959c9d960531d100/diff: no such file or directory, extraDiskErr: <nil>
Jan 09 00:07:22 addons-983119 kubelet[1347]: E0109 00:07:22.387949 1347 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/97f770b90fb31a1caf7cbc704d276a9efda4d283fcefad18512f9dac43051338/diff" to get inode usage: stat /var/lib/containers/storage/overlay/97f770b90fb31a1caf7cbc704d276a9efda4d283fcefad18512f9dac43051338/diff: no such file or directory, extraDiskErr: <nil>
Jan 09 00:07:33 addons-983119 kubelet[1347]: I0109 00:07:33.533111 1347 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-tv5q6\" (UniqueName: \"kubernetes.io/projected/220059cf-253b-4ce8-8a22-9950d48be27e-kube-api-access-tv5q6\") pod \"220059cf-253b-4ce8-8a22-9950d48be27e\" (UID: \"220059cf-253b-4ce8-8a22-9950d48be27e\") "
Jan 09 00:07:33 addons-983119 kubelet[1347]: I0109 00:07:33.535410 1347 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/220059cf-253b-4ce8-8a22-9950d48be27e-kube-api-access-tv5q6" (OuterVolumeSpecName: "kube-api-access-tv5q6") pod "220059cf-253b-4ce8-8a22-9950d48be27e" (UID: "220059cf-253b-4ce8-8a22-9950d48be27e"). InnerVolumeSpecName "kube-api-access-tv5q6". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jan 09 00:07:33 addons-983119 kubelet[1347]: I0109 00:07:33.633748 1347 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-tv5q6\" (UniqueName: \"kubernetes.io/projected/220059cf-253b-4ce8-8a22-9950d48be27e-kube-api-access-tv5q6\") on node \"addons-983119\" DevicePath \"\""
Jan 09 00:07:34 addons-983119 kubelet[1347]: I0109 00:07:34.083067 1347 scope.go:117] "RemoveContainer" containerID="c92f2ab1999cdf0e7d82379430c4d8cfafb9a8b375d3310a8473ddd97610b7ff"
Jan 09 00:07:36 addons-983119 kubelet[1347]: I0109 00:07:36.057971 1347 scope.go:117] "RemoveContainer" containerID="346220f49bc93784a5d8c976fee6125051ad50889e1e437fe3e733cfc23467bf"
Jan 09 00:07:36 addons-983119 kubelet[1347]: I0109 00:07:36.060272 1347 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="220059cf-253b-4ce8-8a22-9950d48be27e" path="/var/lib/kubelet/pods/220059cf-253b-4ce8-8a22-9950d48be27e/volumes"
Jan 09 00:07:36 addons-983119 kubelet[1347]: I0109 00:07:36.061316 1347 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="a2420262-f692-45eb-8c14-f9f5dfd7840a" path="/var/lib/kubelet/pods/a2420262-f692-45eb-8c14-f9f5dfd7840a/volumes"
Jan 09 00:07:36 addons-983119 kubelet[1347]: I0109 00:07:36.061721 1347 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="e982d93f-efa5-4dce-8f86-a37be7304a3b" path="/var/lib/kubelet/pods/e982d93f-efa5-4dce-8f86-a37be7304a3b/volumes"
Jan 09 00:07:37 addons-983119 kubelet[1347]: I0109 00:07:37.108408 1347 scope.go:117] "RemoveContainer" containerID="346220f49bc93784a5d8c976fee6125051ad50889e1e437fe3e733cfc23467bf"
Jan 09 00:07:37 addons-983119 kubelet[1347]: I0109 00:07:37.108616 1347 scope.go:117] "RemoveContainer" containerID="07f523968424850b2e559b757a27588d47a1c8f0dd1b177f26f8c88c1bbbb30d"
Jan 09 00:07:37 addons-983119 kubelet[1347]: E0109 00:07:37.108878 1347 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-8c5sk_default(aae1656c-a734-4480-a597-201184b635bc)\"" pod="default/hello-world-app-5d77478584-8c5sk" podUID="aae1656c-a734-4480-a597-201184b635bc"
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.112932 1347 scope.go:117] "RemoveContainer" containerID="15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb"
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.131159 1347 scope.go:117] "RemoveContainer" containerID="15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb"
Jan 09 00:07:38 addons-983119 kubelet[1347]: E0109 00:07:38.131568 1347 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb\": container with ID starting with 15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb not found: ID does not exist" containerID="15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb"
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.131616 1347 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb"} err="failed to get container status \"15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb\": rpc error: code = NotFound desc = could not find container \"15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb\": container with ID starting with 15d99037b4888445a40f7bf7d6a98dd3d4fdd9a6f51a5ef0b6eecc47f1326fbb not found: ID does not exist"
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.161906 1347 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-khh4z\" (UniqueName: \"kubernetes.io/projected/8233e4d8-7555-4921-95ba-f93a031df6a2-kube-api-access-khh4z\") pod \"8233e4d8-7555-4921-95ba-f93a031df6a2\" (UID: \"8233e4d8-7555-4921-95ba-f93a031df6a2\") "
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.161979 1347 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/8233e4d8-7555-4921-95ba-f93a031df6a2-webhook-cert\") pod \"8233e4d8-7555-4921-95ba-f93a031df6a2\" (UID: \"8233e4d8-7555-4921-95ba-f93a031df6a2\") "
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.165842 1347 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/8233e4d8-7555-4921-95ba-f93a031df6a2-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "8233e4d8-7555-4921-95ba-f93a031df6a2" (UID: "8233e4d8-7555-4921-95ba-f93a031df6a2"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.166387 1347 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/8233e4d8-7555-4921-95ba-f93a031df6a2-kube-api-access-khh4z" (OuterVolumeSpecName: "kube-api-access-khh4z") pod "8233e4d8-7555-4921-95ba-f93a031df6a2" (UID: "8233e4d8-7555-4921-95ba-f93a031df6a2"). InnerVolumeSpecName "kube-api-access-khh4z". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.263148 1347 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/8233e4d8-7555-4921-95ba-f93a031df6a2-webhook-cert\") on node \"addons-983119\" DevicePath \"\""
Jan 09 00:07:38 addons-983119 kubelet[1347]: I0109 00:07:38.263190 1347 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-khh4z\" (UniqueName: \"kubernetes.io/projected/8233e4d8-7555-4921-95ba-f93a031df6a2-kube-api-access-khh4z\") on node \"addons-983119\" DevicePath \"\""
Jan 09 00:07:40 addons-983119 kubelet[1347]: I0109 00:07:40.058742 1347 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="8233e4d8-7555-4921-95ba-f93a031df6a2" path="/var/lib/kubelet/pods/8233e4d8-7555-4921-95ba-f93a031df6a2/volumes"
==> storage-provisioner [da0aaa3251b2d84fd8dd3659257bfb7c56cb08a1227a20d6ed5d7786ae96f61c] <==
I0109 00:03:09.054537 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0109 00:03:09.077782 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0109 00:03:09.077964 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0109 00:03:09.113257 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0109 00:03:09.164157 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-983119_3e27554b-c553-4ca9-b1e0-0ea180f13108!
I0109 00:03:09.180042 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"c891f798-694a-4292-a7ef-63f262c03243", APIVersion:"v1", ResourceVersion:"867", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-983119_3e27554b-c553-4ca9-b1e0-0ea180f13108 became leader
I0109 00:03:09.265067 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-983119_3e27554b-c553-4ca9-b1e0-0ea180f13108!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-983119 -n addons-983119
helpers_test.go:261: (dbg) Run: kubectl --context addons-983119 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (168.58s)