=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:206: (dbg) Run: kubectl --context addons-749116 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:231: (dbg) Run: kubectl --context addons-749116 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:244: (dbg) Run: kubectl --context addons-749116 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [880b7678-4b27-478e-bde2-95f2d1a3fa52] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [880b7678-4b27-478e-bde2-95f2d1a3fa52] Running
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.016061403s
addons_test.go:261: (dbg) Run: out/minikube-linux-arm64 -p addons-749116 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:261: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-749116 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.091847248s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:277: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:285: (dbg) Run: kubectl --context addons-749116 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:290: (dbg) Run: out/minikube-linux-arm64 -p addons-749116 ip
addons_test.go:296: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:296: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.050978874s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:298: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:302: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:305: (dbg) Run: out/minikube-linux-arm64 -p addons-749116 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:305: (dbg) Done: out/minikube-linux-arm64 -p addons-749116 addons disable ingress-dns --alsologtostderr -v=1: (1.187636843s)
addons_test.go:310: (dbg) Run: out/minikube-linux-arm64 -p addons-749116 addons disable ingress --alsologtostderr -v=1
addons_test.go:310: (dbg) Done: out/minikube-linux-arm64 -p addons-749116 addons disable ingress --alsologtostderr -v=1: (7.870233537s)
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-749116
helpers_test.go:235: (dbg) docker inspect addons-749116:
-- stdout --
[
{
"Id": "39be1bc99cb498907ce9c54e2fd8ff82fabe50cacf47f2a99774da4327c487c8",
"Created": "2023-10-09T22:55:31.554482208Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1544190,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-10-09T22:55:31.892792467Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:7c31788aee97084e64d3a410721295a10fc01c1f34b468c1bc9be09686708026",
"ResolvConfPath": "/var/lib/docker/containers/39be1bc99cb498907ce9c54e2fd8ff82fabe50cacf47f2a99774da4327c487c8/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/39be1bc99cb498907ce9c54e2fd8ff82fabe50cacf47f2a99774da4327c487c8/hostname",
"HostsPath": "/var/lib/docker/containers/39be1bc99cb498907ce9c54e2fd8ff82fabe50cacf47f2a99774da4327c487c8/hosts",
"LogPath": "/var/lib/docker/containers/39be1bc99cb498907ce9c54e2fd8ff82fabe50cacf47f2a99774da4327c487c8/39be1bc99cb498907ce9c54e2fd8ff82fabe50cacf47f2a99774da4327c487c8-json.log",
"Name": "/addons-749116",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-749116:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-749116",
"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/857148e5027e74b5bfd9d3e61f7d1f7c7461eb295be6bbd42b36fd1b797da66d-init/diff:/var/lib/docker/overlay2/ef9093ba51e6eb88ff4b48fff9bf153334448175aa68f58581a9571eed9ca4f9/diff",
"MergedDir": "/var/lib/docker/overlay2/857148e5027e74b5bfd9d3e61f7d1f7c7461eb295be6bbd42b36fd1b797da66d/merged",
"UpperDir": "/var/lib/docker/overlay2/857148e5027e74b5bfd9d3e61f7d1f7c7461eb295be6bbd42b36fd1b797da66d/diff",
"WorkDir": "/var/lib/docker/overlay2/857148e5027e74b5bfd9d3e61f7d1f7c7461eb295be6bbd42b36fd1b797da66d/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-749116",
"Source": "/var/lib/docker/volumes/addons-749116/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-749116",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-749116",
"name.minikube.sigs.k8s.io": "addons-749116",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "37e783a490c7dcae68d63b1f7fe7e4e9e08fd6710da2224bf9aa769b24b82902",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34359"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34358"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34355"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34357"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "34356"
}
]
},
"SandboxKey": "/var/run/docker/netns/37e783a490c7",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-749116": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"39be1bc99cb4",
"addons-749116"
],
"NetworkID": "1cab4678cb4d46e723b31e4db65fa4cbe3a36789b5f48dba5dcdd0bf8239be49",
"EndpointID": "aa6f2c41f16b9befb2b7076ab9b7bb9cba6a3130f64aa7b7883762aeeaf688d2",
"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-749116 -n addons-749116
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-749116 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-749116 logs -n 25: (1.576124602s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | 09 Oct 23 22:55 UTC |
| delete | -p download-only-132234 | download-only-132234 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | 09 Oct 23 22:55 UTC |
| delete | -p download-only-132234 | download-only-132234 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | 09 Oct 23 22:55 UTC |
| start | --download-only -p | download-docker-066198 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | |
| | download-docker-066198 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-066198 | download-docker-066198 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | 09 Oct 23 22:55 UTC |
| start | --download-only -p | binary-mirror-063694 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | |
| | binary-mirror-063694 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:45427 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-063694 | binary-mirror-063694 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | 09 Oct 23 22:55 UTC |
| addons | disable dashboard -p | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | |
| | addons-749116 | | | | | |
| addons | enable dashboard -p | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | |
| | addons-749116 | | | | | |
| start | -p addons-749116 --wait=true | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:55 UTC | 09 Oct 23 22:57 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-749116 ip | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| addons | addons-749116 addons disable | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| | -p addons-749116 | | | | | |
| ssh | addons-749116 ssh cat | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| | /opt/local-path-provisioner/pvc-590f73da-98a3-4a3a-b26d-19a0557f0a9c_default_test-pvc/file1 | | | | | |
| addons | addons-749116 addons disable | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:59 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-749116 addons | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-749116 addons | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| | addons-749116 | | | | | |
| addons | enable headlamp | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:58 UTC | 09 Oct 23 22:58 UTC |
| | -p addons-749116 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-749116 addons | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:59 UTC | 09 Oct 23 22:59 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:59 UTC | 09 Oct 23 22:59 UTC |
| | addons-749116 | | | | | |
| ssh | addons-749116 ssh curl -s | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 22:59 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-749116 ip | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 23:01 UTC | 09 Oct 23 23:01 UTC |
| addons | addons-749116 addons disable | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 23:01 UTC | 09 Oct 23 23:01 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-749116 addons disable | addons-749116 | jenkins | v1.31.2 | 09 Oct 23 23:01 UTC | 09 Oct 23 23:01 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/10/09 22:55:08
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.21.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1009 22:55:08.457230 1543722 out.go:296] Setting OutFile to fd 1 ...
I1009 22:55:08.458774 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1009 22:55:08.458790 1543722 out.go:309] Setting ErrFile to fd 2...
I1009 22:55:08.458797 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1009 22:55:08.459133 1543722 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17375-1537865/.minikube/bin
I1009 22:55:08.459602 1543722 out.go:303] Setting JSON to false
I1009 22:55:08.460417 1543722 start.go:128] hostinfo: {"hostname":"ip-172-31-30-239","uptime":23852,"bootTime":1696868257,"procs":156,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1047-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I1009 22:55:08.460493 1543722 start.go:138] virtualization:
I1009 22:55:08.463354 1543722 out.go:177] * [addons-749116] minikube v1.31.2 on Ubuntu 20.04 (arm64)
I1009 22:55:08.466150 1543722 out.go:177] - MINIKUBE_LOCATION=17375
I1009 22:55:08.468189 1543722 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1009 22:55:08.466322 1543722 notify.go:220] Checking for updates...
I1009 22:55:08.471828 1543722 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17375-1537865/kubeconfig
I1009 22:55:08.473901 1543722 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17375-1537865/.minikube
I1009 22:55:08.475767 1543722 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1009 22:55:08.477663 1543722 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1009 22:55:08.479832 1543722 driver.go:378] Setting default libvirt URI to qemu:///system
I1009 22:55:08.507233 1543722 docker.go:122] docker version: linux-24.0.6:Docker Engine - Community
I1009 22:55:08.507331 1543722 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1009 22:55:08.593138 1543722 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:2023-10-09 22:55:08.583314283 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1047-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I1009 22:55:08.593256 1543722 docker.go:295] overlay module found
I1009 22:55:08.596812 1543722 out.go:177] * Using the docker driver based on user configuration
I1009 22:55:08.598797 1543722 start.go:298] selected driver: docker
I1009 22:55:08.598815 1543722 start.go:902] validating driver "docker" against <nil>
I1009 22:55:08.598829 1543722 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1009 22:55:08.599541 1543722 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1009 22:55:08.664093 1543722 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:2023-10-09 22:55:08.65363017 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1047-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archit
ecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215040000 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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>}}
I1009 22:55:08.664258 1543722 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I1009 22:55:08.664484 1543722 start_flags.go:926] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1009 22:55:08.666860 1543722 out.go:177] * Using Docker driver with root privileges
I1009 22:55:08.668912 1543722 cni.go:84] Creating CNI manager for ""
I1009 22:55:08.668934 1543722 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1009 22:55:08.668945 1543722 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I1009 22:55:08.668963 1543722 start_flags.go:323] config:
{Name:addons-749116 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.2 ClusterName:addons-749116 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:}
I1009 22:55:08.671579 1543722 out.go:177] * Starting control plane node addons-749116 in cluster addons-749116
I1009 22:55:08.673602 1543722 cache.go:122] Beginning downloading kic base image for docker with crio
I1009 22:55:08.675785 1543722 out.go:177] * Pulling base image ...
I1009 22:55:08.677618 1543722 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I1009 22:55:08.677695 1543722 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17375-1537865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4
I1009 22:55:08.677706 1543722 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae in local docker daemon
I1009 22:55:08.677710 1543722 cache.go:57] Caching tarball of preloaded images
I1009 22:55:08.677914 1543722 preload.go:174] Found /home/jenkins/minikube-integration/17375-1537865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I1009 22:55:08.677925 1543722 cache.go:60] Finished verifying existence of preloaded tar for v1.28.2 on crio
I1009 22:55:08.678315 1543722 profile.go:148] Saving config to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/config.json ...
I1009 22:55:08.678337 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/config.json: {Name:mkcd071ffa1fdc65bd21f6cf6b01c81f8a418f5d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:08.694433 1543722 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae to local cache
I1009 22:55:08.694550 1543722 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae in local cache directory
I1009 22:55:08.694574 1543722 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae in local cache directory, skipping pull
I1009 22:55:08.694579 1543722 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae exists in cache, skipping pull
I1009 22:55:08.694591 1543722 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae as a tarball
I1009 22:55:08.694597 1543722 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae from local cache
I1009 22:55:24.615433 1543722 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae from cached tarball
I1009 22:55:24.615472 1543722 cache.go:195] Successfully downloaded all kic artifacts
I1009 22:55:24.615527 1543722 start.go:365] acquiring machines lock for addons-749116: {Name:mk3c2a13bef0f3605dcd636a33cde9b423f79964 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1009 22:55:24.616018 1543722 start.go:369] acquired machines lock for "addons-749116" in 465.979µs
I1009 22:55:24.616054 1543722 start.go:93] Provisioning new machine with config: &{Name:addons-749116 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.2 ClusterName:addons-749116 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Disabl
eMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1009 22:55:24.616145 1543722 start.go:125] createHost starting for "" (driver="docker")
I1009 22:55:24.619113 1543722 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1009 22:55:24.619411 1543722 start.go:159] libmachine.API.Create for "addons-749116" (driver="docker")
I1009 22:55:24.619445 1543722 client.go:168] LocalClient.Create starting
I1009 22:55:24.619584 1543722 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca.pem
I1009 22:55:24.801298 1543722 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/cert.pem
I1009 22:55:25.196270 1543722 cli_runner.go:164] Run: docker network inspect addons-749116 --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}}]}"
W1009 22:55:25.221558 1543722 cli_runner.go:211] docker network inspect addons-749116 --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
I1009 22:55:25.221644 1543722 network_create.go:281] running [docker network inspect addons-749116] to gather additional debugging logs...
I1009 22:55:25.221661 1543722 cli_runner.go:164] Run: docker network inspect addons-749116
W1009 22:55:25.239758 1543722 cli_runner.go:211] docker network inspect addons-749116 returned with exit code 1
I1009 22:55:25.239789 1543722 network_create.go:284] error running [docker network inspect addons-749116]: docker network inspect addons-749116: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-749116 not found
I1009 22:55:25.239802 1543722 network_create.go:286] output of [docker network inspect addons-749116]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-749116 not found
** /stderr **
I1009 22:55:25.239902 1543722 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}}]}"
I1009 22:55:25.257804 1543722 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:0x40028ce400}
I1009 22:55:25.257848 1543722 network_create.go:124] attempt to create docker network addons-749116 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1009 22:55:25.257905 1543722 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-749116 addons-749116
I1009 22:55:25.338140 1543722 network_create.go:108] docker network addons-749116 192.168.49.0/24 created
I1009 22:55:25.338165 1543722 kic.go:118] calculated static IP "192.168.49.2" for the "addons-749116" container
I1009 22:55:25.338254 1543722 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1009 22:55:25.355616 1543722 cli_runner.go:164] Run: docker volume create addons-749116 --label name.minikube.sigs.k8s.io=addons-749116 --label created_by.minikube.sigs.k8s.io=true
I1009 22:55:25.374546 1543722 oci.go:103] Successfully created a docker volume addons-749116
I1009 22:55:25.374643 1543722 cli_runner.go:164] Run: docker run --rm --name addons-749116-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-749116 --entrypoint /usr/bin/test -v addons-749116:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -d /var/lib
I1009 22:55:27.281868 1543722 cli_runner.go:217] Completed: docker run --rm --name addons-749116-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-749116 --entrypoint /usr/bin/test -v addons-749116:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -d /var/lib: (1.907176353s)
I1009 22:55:27.281908 1543722 oci.go:107] Successfully prepared a docker volume addons-749116
I1009 22:55:27.281939 1543722 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I1009 22:55:27.281957 1543722 kic.go:191] Starting extracting preloaded images to volume ...
I1009 22:55:27.282030 1543722 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17375-1537865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-749116:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -I lz4 -xf /preloaded.tar -C /extractDir
I1009 22:55:31.467544 1543722 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17375-1537865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-749116:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae -I lz4 -xf /preloaded.tar -C /extractDir: (4.185470389s)
I1009 22:55:31.467576 1543722 kic.go:200] duration metric: took 4.185614 seconds to extract preloaded images to volume
W1009 22:55:31.467745 1543722 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1009 22:55:31.467858 1543722 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1009 22:55:31.536401 1543722 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-749116 --name addons-749116 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-749116 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-749116 --network addons-749116 --ip 192.168.49.2 --volume addons-749116:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae
I1009 22:55:31.901621 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Running}}
I1009 22:55:31.928700 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:55:31.953746 1543722 cli_runner.go:164] Run: docker exec addons-749116 stat /var/lib/dpkg/alternatives/iptables
I1009 22:55:32.025293 1543722 oci.go:144] the created container "addons-749116" has a running status.
I1009 22:55:32.025322 1543722 kic.go:222] Creating ssh key for kic: /home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa...
I1009 22:55:33.069372 1543722 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1009 22:55:33.103275 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:55:33.154509 1543722 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1009 22:55:33.154535 1543722 kic_runner.go:114] Args: [docker exec --privileged addons-749116 chown docker:docker /home/docker/.ssh/authorized_keys]
I1009 22:55:33.249675 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:55:33.273301 1543722 machine.go:88] provisioning docker machine ...
I1009 22:55:33.273330 1543722 ubuntu.go:169] provisioning hostname "addons-749116"
I1009 22:55:33.273412 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:33.292267 1543722 main.go:141] libmachine: Using SSH client type: native
I1009 22:55:33.292766 1543722 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aef90] 0x3b1700 <nil> [] 0s} 127.0.0.1 34359 <nil> <nil>}
I1009 22:55:33.292784 1543722 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-749116 && echo "addons-749116" | sudo tee /etc/hostname
I1009 22:55:33.444632 1543722 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-749116
I1009 22:55:33.444755 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:33.465800 1543722 main.go:141] libmachine: Using SSH client type: native
I1009 22:55:33.466208 1543722 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aef90] 0x3b1700 <nil> [] 0s} 127.0.0.1 34359 <nil> <nil>}
I1009 22:55:33.466232 1543722 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-749116' /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-749116/g' /etc/hosts;
else
echo '127.0.1.1 addons-749116' | sudo tee -a /etc/hosts;
fi
fi
I1009 22:55:33.600750 1543722 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1009 22:55:33.600778 1543722 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17375-1537865/.minikube CaCertPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17375-1537865/.minikube}
I1009 22:55:33.600809 1543722 ubuntu.go:177] setting up certificates
I1009 22:55:33.600818 1543722 provision.go:83] configureAuth start
I1009 22:55:33.600880 1543722 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-749116
I1009 22:55:33.619277 1543722 provision.go:138] copyHostCerts
I1009 22:55:33.619363 1543722 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.pem (1078 bytes)
I1009 22:55:33.619501 1543722 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17375-1537865/.minikube/cert.pem (1123 bytes)
I1009 22:55:33.619571 1543722 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17375-1537865/.minikube/key.pem (1679 bytes)
I1009 22:55:33.619682 1543722 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca-key.pem org=jenkins.addons-749116 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-749116]
I1009 22:55:33.957880 1543722 provision.go:172] copyRemoteCerts
I1009 22:55:33.957955 1543722 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1009 22:55:33.958005 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:33.976146 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:55:34.078278 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I1009 22:55:34.107284 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1009 22:55:34.139718 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I1009 22:55:34.169221 1543722 provision.go:86] duration metric: configureAuth took 568.366469ms
I1009 22:55:34.169293 1543722 ubuntu.go:193] setting minikube options for container-runtime
I1009 22:55:34.169502 1543722 config.go:182] Loaded profile config "addons-749116": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I1009 22:55:34.169612 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:34.187387 1543722 main.go:141] libmachine: Using SSH client type: native
I1009 22:55:34.187831 1543722 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aef90] 0x3b1700 <nil> [] 0s} 127.0.0.1 34359 <nil> <nil>}
I1009 22:55:34.187855 1543722 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
I1009 22:55:34.435479 1543722 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I1009 22:55:34.435555 1543722 machine.go:91] provisioned docker machine in 1.162234326s
I1009 22:55:34.435578 1543722 client.go:171] LocalClient.Create took 9.816123885s
I1009 22:55:34.435606 1543722 start.go:167] duration metric: libmachine.API.Create for "addons-749116" took 9.816195712s
I1009 22:55:34.435641 1543722 start.go:300] post-start starting for "addons-749116" (driver="docker")
I1009 22:55:34.435668 1543722 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]
I1009 22:55:34.435776 1543722 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
I1009 22:55:34.435852 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:34.454351 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:55:34.549939 1543722 ssh_runner.go:195] Run: cat /etc/os-release
I1009 22:55:34.554102 1543722 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1009 22:55:34.554139 1543722 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1009 22:55:34.554152 1543722 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1009 22:55:34.554159 1543722 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I1009 22:55:34.554168 1543722 filesync.go:126] Scanning /home/jenkins/minikube-integration/17375-1537865/.minikube/addons for local assets ...
I1009 22:55:34.554230 1543722 filesync.go:126] Scanning /home/jenkins/minikube-integration/17375-1537865/.minikube/files for local assets ...
I1009 22:55:34.554266 1543722 start.go:303] post-start completed in 118.599058ms
I1009 22:55:34.554567 1543722 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-749116
I1009 22:55:34.572276 1543722 profile.go:148] Saving config to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/config.json ...
I1009 22:55:34.572577 1543722 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1009 22:55:34.572622 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:34.590301 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:55:34.681280 1543722 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1009 22:55:34.687081 1543722 start.go:128] duration metric: createHost completed in 10.070919758s
I1009 22:55:34.687142 1543722 start.go:83] releasing machines lock for "addons-749116", held for 10.071070864s
I1009 22:55:34.687219 1543722 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-749116
I1009 22:55:34.704292 1543722 ssh_runner.go:195] Run: cat /version.json
I1009 22:55:34.704344 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:34.704455 1543722 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1009 22:55:34.704534 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:55:34.723422 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:55:34.742844 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:55:34.952343 1543722 ssh_runner.go:195] Run: systemctl --version
I1009 22:55:34.958103 1543722 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I1009 22:55:35.123673 1543722 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1009 22:55:35.129609 1543722 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" ;
I1009 22:55:35.158240 1543722 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I1009 22:55:35.158336 1543722 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" ;
I1009 22:55:35.206400 1543722 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1009 22:55:35.206424 1543722 start.go:472] detecting cgroup driver to use...
I1009 22:55:35.206456 1543722 detect.go:196] detected "cgroupfs" cgroup driver on host os
I1009 22:55:35.206505 1543722 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I1009 22:55:35.223823 1543722 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I1009 22:55:35.237917 1543722 docker.go:198] disabling cri-docker service (if available) ...
I1009 22:55:35.237979 1543722 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1009 22:55:35.254971 1543722 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1009 22:55:35.272140 1543722 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1009 22:55:35.367024 1543722 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1009 22:55:35.479159 1543722 docker.go:214] disabling docker service ...
I1009 22:55:35.479253 1543722 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1009 22:55:35.502251 1543722 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1009 22:55:35.516654 1543722 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1009 22:55:35.617891 1543722 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1009 22:55:35.726610 1543722 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1009 22:55:35.740451 1543722 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"
I1009 22:55:35.760981 1543722 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I1009 22:55:35.761086 1543722 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"
I1009 22:55:35.773817 1543722 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I1009 22:55:35.773907 1543722 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I1009 22:55:35.786731 1543722 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I1009 22:55:35.799157 1543722 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I1009 22:55:35.811908 1543722 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1009 22:55:35.823424 1543722 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1009 22:55:35.834134 1543722 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1009 22:55:35.844498 1543722 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1009 22:55:35.930988 1543722 ssh_runner.go:195] Run: sudo systemctl restart crio
I1009 22:55:36.095983 1543722 start.go:519] Will wait 60s for socket path /var/run/crio/crio.sock
I1009 22:55:36.096117 1543722 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I1009 22:55:36.102174 1543722 start.go:540] Will wait 60s for crictl version
I1009 22:55:36.102305 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:55:36.107745 1543722 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1009 22:55:36.154737 1543722 start.go:556] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I1009 22:55:36.154897 1543722 ssh_runner.go:195] Run: crio --version
I1009 22:55:36.205166 1543722 ssh_runner.go:195] Run: crio --version
I1009 22:55:36.252293 1543722 out.go:177] * Preparing Kubernetes v1.28.2 on CRI-O 1.24.6 ...
I1009 22:55:36.254473 1543722 cli_runner.go:164] Run: docker network inspect addons-749116 --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}}]}"
I1009 22:55:36.271647 1543722 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1009 22:55:36.276243 1543722 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""
I1009 22:55:36.289497 1543722 preload.go:132] Checking if preload exists for k8s version v1.28.2 and runtime crio
I1009 22:55:36.289569 1543722 ssh_runner.go:195] Run: sudo crictl images --output json
I1009 22:55:36.352236 1543722 crio.go:496] all images are preloaded for cri-o runtime.
I1009 22:55:36.352278 1543722 crio.go:415] Images already preloaded, skipping extraction
I1009 22:55:36.352332 1543722 ssh_runner.go:195] Run: sudo crictl images --output json
I1009 22:55:36.395390 1543722 crio.go:496] all images are preloaded for cri-o runtime.
I1009 22:55:36.395417 1543722 cache_images.go:84] Images are preloaded, skipping loading
I1009 22:55:36.395534 1543722 ssh_runner.go:195] Run: crio config
I1009 22:55:36.451792 1543722 cni.go:84] Creating CNI manager for ""
I1009 22:55:36.451816 1543722 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1009 22:55:36.451846 1543722 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I1009 22:55:36.451870 1543722 kubeadm.go:176] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.28.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-749116 NodeName:addons-749116 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}
I1009 22:55:36.452006 1543722 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-749116"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.28.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I1009 22:55:36.452079 1543722 kubeadm.go:976] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///var/run/crio/crio.sock --enforce-node-allocatable= --hostname-override=addons-749116 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.2 ClusterName:addons-749116 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:}
I1009 22:55:36.452147 1543722 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.2
I1009 22:55:36.462742 1543722 binaries.go:44] Found k8s binaries, skipping transfer
I1009 22:55:36.462816 1543722 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1009 22:55:36.472993 1543722 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (423 bytes)
I1009 22:55:36.494083 1543722 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1009 22:55:36.515814 1543722 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2094 bytes)
I1009 22:55:36.537553 1543722 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1009 22:55:36.542075 1543722 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""
I1009 22:55:36.555611 1543722 certs.go:56] Setting up /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116 for IP: 192.168.49.2
I1009 22:55:36.555643 1543722 certs.go:190] acquiring lock for shared ca certs: {Name:mk430c21a56d31b4f15423923c65864a3e3a3c9d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:36.555805 1543722 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.key
I1009 22:55:36.967144 1543722 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.crt ...
I1009 22:55:36.967176 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.crt: {Name:mk0d7415159a0249932c541cf60319615e915995 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:36.967372 1543722 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.key ...
I1009 22:55:36.967385 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.key: {Name:mk7c8c4e0e94beeeb8270c9034d15ee454bd4085 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:36.967480 1543722 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17375-1537865/.minikube/proxy-client-ca.key
I1009 22:55:37.094011 1543722 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17375-1537865/.minikube/proxy-client-ca.crt ...
I1009 22:55:37.094040 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/proxy-client-ca.crt: {Name:mka1de8fd5a4e258d7a16a41e3e476a39c15716e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:37.094222 1543722 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17375-1537865/.minikube/proxy-client-ca.key ...
I1009 22:55:37.094235 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/proxy-client-ca.key: {Name:mk76f4fc0c1f94b8ca0b77228f3a43211b3e509d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:37.094364 1543722 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/client.key
I1009 22:55:37.094380 1543722 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/client.crt with IP's: []
I1009 22:55:37.353552 1543722 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/client.crt ...
I1009 22:55:37.353585 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/client.crt: {Name:mk2103de043fd19ab47560c100c1e6f034d42cc2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:37.353805 1543722 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/client.key ...
I1009 22:55:37.353820 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/client.key: {Name:mk45e4f97aa2a4f96630be18baaa717be847ba9b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:37.353922 1543722 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.key.dd3b5fb2
I1009 22:55:37.353941 1543722 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I1009 22:55:38.030820 1543722 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.crt.dd3b5fb2 ...
I1009 22:55:38.030857 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.crt.dd3b5fb2: {Name:mk5e1cbe63314e5cd5ab8f4ec370d4d10cd83e38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:38.031058 1543722 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.key.dd3b5fb2 ...
I1009 22:55:38.031074 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.key.dd3b5fb2: {Name:mk29cd32598c7215bbe49074e4e523ccb42d6d3f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:38.031182 1543722 certs.go:337] copying /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.crt
I1009 22:55:38.031265 1543722 certs.go:341] copying /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.key
I1009 22:55:38.031312 1543722 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.key
I1009 22:55:38.031337 1543722 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.crt with IP's: []
I1009 22:55:39.239627 1543722 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.crt ...
I1009 22:55:39.239668 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.crt: {Name:mk5df75ed06cefbe3feb64ed563923af5ec13c85 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:39.239913 1543722 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.key ...
I1009 22:55:39.239931 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.key: {Name:mk8532cddf47d181aebe3d40eb12da9d1cced089 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:55:39.240167 1543722 certs.go:437] found cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca-key.pem (1675 bytes)
I1009 22:55:39.240223 1543722 certs.go:437] found cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/ca.pem (1078 bytes)
I1009 22:55:39.240259 1543722 certs.go:437] found cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/cert.pem (1123 bytes)
I1009 22:55:39.240297 1543722 certs.go:437] found cert: /home/jenkins/minikube-integration/17375-1537865/.minikube/certs/home/jenkins/minikube-integration/17375-1537865/.minikube/certs/key.pem (1679 bytes)
I1009 22:55:39.240941 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I1009 22:55:39.272127 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I1009 22:55:39.300989 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1009 22:55:39.329775 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/profiles/addons-749116/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I1009 22:55:39.358782 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1009 22:55:39.387827 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1009 22:55:39.416309 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1009 22:55:39.445336 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I1009 22:55:39.476137 1543722 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17375-1537865/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1009 22:55:39.505336 1543722 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1009 22:55:39.526347 1543722 ssh_runner.go:195] Run: openssl version
I1009 22:55:39.533756 1543722 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"
I1009 22:55:39.545456 1543722 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1009 22:55:39.550253 1543722 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Oct 9 22:55 /usr/share/ca-certificates/minikubeCA.pem
I1009 22:55:39.550339 1543722 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1009 22:55:39.559084 1543722 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"
I1009 22:55:39.570681 1543722 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I1009 22:55:39.575009 1543722 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
I1009 22:55:39.575071 1543722 kubeadm.go:404] StartCluster: {Name:addons-749116 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1696360059-17345@sha256:76d99edd1576614d5c20a839dd16ae1d7c810f3b909a01797063d483159ea3ae Memory:4000 CPUs:2 DiskSize:20000 VMDriver: Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.2 ClusterName:addons-749116 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:f
alse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1009 22:55:39.575167 1543722 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I1009 22:55:39.575243 1543722 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1009 22:55:39.617398 1543722 cri.go:89] found id: ""
I1009 22:55:39.617469 1543722 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1009 22:55:39.628586 1543722 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1009 22:55:39.639355 1543722 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I1009 22:55:39.639446 1543722 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
I1009 22:55:39.650138 1543722 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
I1009 22:55:39.650180 1543722 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I1009 22:55:39.704361 1543722 kubeadm.go:322] [init] Using Kubernetes version: v1.28.2
I1009 22:55:39.704804 1543722 kubeadm.go:322] [preflight] Running pre-flight checks
I1009 22:55:39.754037 1543722 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I1009 22:55:39.754130 1543722 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1047-aws[0m
I1009 22:55:39.754190 1543722 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I1009 22:55:39.754263 1543722 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1009 22:55:39.754337 1543722 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1009 22:55:39.754396 1543722 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1009 22:55:39.754471 1543722 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1009 22:55:39.754550 1543722 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1009 22:55:39.754617 1543722 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1009 22:55:39.754683 1543722 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1009 22:55:39.754753 1543722 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1009 22:55:39.754824 1543722 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1009 22:55:39.839642 1543722 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I1009 22:55:39.839814 1543722 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1009 22:55:39.839968 1543722 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I1009 22:55:40.135594 1543722 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1009 22:55:40.138973 1543722 out.go:204] - Generating certificates and keys ...
I1009 22:55:40.139143 1543722 kubeadm.go:322] [certs] Using existing ca certificate authority
I1009 22:55:40.139226 1543722 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I1009 22:55:40.399348 1543722 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I1009 22:55:40.801782 1543722 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I1009 22:55:41.335682 1543722 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I1009 22:55:41.672682 1543722 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I1009 22:55:42.034899 1543722 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I1009 22:55:42.035406 1543722 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-749116 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1009 22:55:42.712222 1543722 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I1009 22:55:42.712619 1543722 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-749116 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1009 22:55:43.176192 1543722 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I1009 22:55:43.844022 1543722 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I1009 22:55:43.954738 1543722 kubeadm.go:322] [certs] Generating "sa" key and public key
I1009 22:55:43.955097 1543722 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1009 22:55:44.390599 1543722 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I1009 22:55:44.949627 1543722 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1009 22:55:45.662433 1543722 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1009 22:55:46.124786 1543722 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1009 22:55:46.125723 1543722 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1009 22:55:46.128463 1543722 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1009 22:55:46.131334 1543722 out.go:204] - Booting up control plane ...
I1009 22:55:46.131472 1543722 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1009 22:55:46.131547 1543722 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1009 22:55:46.131609 1543722 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1009 22:55:46.144786 1543722 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1009 22:55:46.144878 1543722 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1009 22:55:46.144916 1543722 kubeadm.go:322] [kubelet-start] Starting the kubelet
I1009 22:55:46.256185 1543722 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
I1009 22:55:53.759209 1543722 kubeadm.go:322] [apiclient] All control plane components are healthy after 7.503081 seconds
I1009 22:55:53.759323 1543722 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1009 22:55:53.774730 1543722 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1009 22:55:54.299923 1543722 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I1009 22:55:54.300112 1543722 kubeadm.go:322] [mark-control-plane] Marking the node addons-749116 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1009 22:55:54.813341 1543722 kubeadm.go:322] [bootstrap-token] Using token: 964wre.ok9iy6xv7slv5y3r
I1009 22:55:54.815389 1543722 out.go:204] - Configuring RBAC rules ...
I1009 22:55:54.815516 1543722 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1009 22:55:54.821086 1543722 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1009 22:55:54.831479 1543722 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
I1009 22:55:54.839159 1543722 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1009 22:55:54.844276 1543722 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1009 22:55:54.848824 1543722 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1009 22:55:54.863438 1543722 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1009 22:55:55.167386 1543722 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I1009 22:55:55.258472 1543722 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I1009 22:55:55.259827 1543722 kubeadm.go:322]
I1009 22:55:55.259894 1543722 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I1009 22:55:55.259900 1543722 kubeadm.go:322]
I1009 22:55:55.259972 1543722 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I1009 22:55:55.259978 1543722 kubeadm.go:322]
I1009 22:55:55.260002 1543722 kubeadm.go:322] mkdir -p $HOME/.kube
I1009 22:55:55.260057 1543722 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1009 22:55:55.260104 1543722 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1009 22:55:55.260109 1543722 kubeadm.go:322]
I1009 22:55:55.260159 1543722 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I1009 22:55:55.260164 1543722 kubeadm.go:322]
I1009 22:55:55.260208 1543722 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I1009 22:55:55.260213 1543722 kubeadm.go:322]
I1009 22:55:55.260261 1543722 kubeadm.go:322] You should now deploy a pod network to the cluster.
I1009 22:55:55.260331 1543722 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1009 22:55:55.260395 1543722 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1009 22:55:55.260399 1543722 kubeadm.go:322]
I1009 22:55:55.260477 1543722 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I1009 22:55:55.260560 1543722 kubeadm.go:322] and service account keys on each node and then running the following as root:
I1009 22:55:55.260572 1543722 kubeadm.go:322]
I1009 22:55:55.260650 1543722 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 964wre.ok9iy6xv7slv5y3r \
I1009 22:55:55.260746 1543722 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:e2aebf53348f507bad0adab8a765b229b70810954e22f1e7a919941009267e3f \
I1009 22:55:55.260766 1543722 kubeadm.go:322] --control-plane
I1009 22:55:55.260770 1543722 kubeadm.go:322]
I1009 22:55:55.260849 1543722 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I1009 22:55:55.260853 1543722 kubeadm.go:322]
I1009 22:55:55.260930 1543722 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 964wre.ok9iy6xv7slv5y3r \
I1009 22:55:55.261032 1543722 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:e2aebf53348f507bad0adab8a765b229b70810954e22f1e7a919941009267e3f
I1009 22:55:55.265006 1543722 kubeadm.go:322] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1047-aws\n", err: exit status 1
I1009 22:55:55.265128 1543722 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1009 22:55:55.265143 1543722 cni.go:84] Creating CNI manager for ""
I1009 22:55:55.265150 1543722 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I1009 22:55:55.267737 1543722 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1009 22:55:55.269814 1543722 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1009 22:55:55.283397 1543722 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.2/kubectl ...
I1009 22:55:55.283467 1543722 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I1009 22:55:55.329299 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1009 22:55:56.242613 1543722 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1009 22:55:56.242746 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:56.242818 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl label nodes minikube.k8s.io/version=v1.31.2 minikube.k8s.io/commit=1a5b93fd6ef42f6c2d46c92c79fcd158f262dc90 minikube.k8s.io/name=addons-749116 minikube.k8s.io/updated_at=2023_10_09T22_55_56_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:56.465547 1543722 ops.go:34] apiserver oom_adj: -16
I1009 22:55:56.465651 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:56.599192 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:57.199272 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:57.699382 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:58.199431 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:58.699353 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:59.199678 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:55:59.699685 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:00.199016 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:00.698779 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:01.198992 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:01.699293 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:02.198954 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:02.699663 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:03.199403 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:03.699692 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:04.199335 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:04.698831 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:05.198862 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:05.698780 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:06.199265 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:06.699617 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:07.199734 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:07.699289 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:08.199270 1543722 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1009 22:56:08.308805 1543722 kubeadm.go:1081] duration metric: took 12.066100739s to wait for elevateKubeSystemPrivileges.
I1009 22:56:08.308915 1543722 kubeadm.go:406] StartCluster complete in 28.733863325s
I1009 22:56:08.308951 1543722 settings.go:142] acquiring lock: {Name:mkeeac28244e9503bae3d91ba3a5c4a3392545f9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:56:08.309114 1543722 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17375-1537865/kubeconfig
I1009 22:56:08.309551 1543722 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17375-1537865/kubeconfig: {Name:mk913f33f2148d9a5b250c16fc9df0a8782f9275 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1009 22:56:08.309782 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1009 22:56:08.310091 1543722 config.go:182] Loaded profile config "addons-749116": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I1009 22:56:08.310237 1543722 addons.go:499] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true]
I1009 22:56:08.310310 1543722 addons.go:69] Setting volumesnapshots=true in profile "addons-749116"
I1009 22:56:08.310323 1543722 addons.go:231] Setting addon volumesnapshots=true in "addons-749116"
I1009 22:56:08.310354 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.310816 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.311259 1543722 addons.go:69] Setting cloud-spanner=true in profile "addons-749116"
I1009 22:56:08.311276 1543722 addons.go:231] Setting addon cloud-spanner=true in "addons-749116"
I1009 22:56:08.311306 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.311681 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.314303 1543722 addons.go:69] Setting metrics-server=true in profile "addons-749116"
I1009 22:56:08.314377 1543722 addons.go:231] Setting addon metrics-server=true in "addons-749116"
I1009 22:56:08.314424 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.314934 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.315346 1543722 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-749116"
I1009 22:56:08.315364 1543722 addons.go:231] Setting addon nvidia-device-plugin=true in "addons-749116"
I1009 22:56:08.315395 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.315775 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.316998 1543722 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-749116"
I1009 22:56:08.317056 1543722 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-749116"
I1009 22:56:08.317089 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.317578 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.322574 1543722 addons.go:69] Setting default-storageclass=true in profile "addons-749116"
I1009 22:56:08.322692 1543722 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-749116"
I1009 22:56:08.323066 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.333177 1543722 addons.go:69] Setting registry=true in profile "addons-749116"
I1009 22:56:08.333263 1543722 addons.go:231] Setting addon registry=true in "addons-749116"
I1009 22:56:08.333338 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.333812 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.349345 1543722 addons.go:69] Setting gcp-auth=true in profile "addons-749116"
I1009 22:56:08.349388 1543722 mustload.go:65] Loading cluster: addons-749116
I1009 22:56:08.349595 1543722 config.go:182] Loaded profile config "addons-749116": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.2
I1009 22:56:08.349839 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.357596 1543722 addons.go:69] Setting storage-provisioner=true in profile "addons-749116"
I1009 22:56:08.357677 1543722 addons.go:231] Setting addon storage-provisioner=true in "addons-749116"
I1009 22:56:08.357746 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.358223 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.375300 1543722 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-749116"
I1009 22:56:08.375375 1543722 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-749116"
I1009 22:56:08.375730 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.383282 1543722 addons.go:69] Setting ingress=true in profile "addons-749116"
I1009 22:56:08.396882 1543722 addons.go:231] Setting addon ingress=true in "addons-749116"
I1009 22:56:08.396947 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.397401 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.383304 1543722 addons.go:69] Setting ingress-dns=true in profile "addons-749116"
I1009 22:56:08.411854 1543722 addons.go:231] Setting addon ingress-dns=true in "addons-749116"
I1009 22:56:08.411918 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.412390 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.383311 1543722 addons.go:69] Setting inspektor-gadget=true in profile "addons-749116"
I1009 22:56:08.431300 1543722 addons.go:231] Setting addon inspektor-gadget=true in "addons-749116"
I1009 22:56:08.431356 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.431795 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.546404 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1009 22:56:08.553470 1543722 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.11
I1009 22:56:08.573514 1543722 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I1009 22:56:08.573560 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1009 22:56:08.573626 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.577090 1543722 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1009 22:56:08.578777 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1009 22:56:08.578979 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.606352 1543722 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1009 22:56:08.608474 1543722 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1009 22:56:08.608497 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1009 22:56:08.608564 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.629530 1543722 out.go:177] - Using image docker.io/registry:2.8.3
I1009 22:56:08.623862 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.604232 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1009 22:56:08.604236 1543722 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I1009 22:56:08.605179 1543722 addons.go:231] Setting addon storage-provisioner-rancher=true in "addons-749116"
I1009 22:56:08.604222 1543722 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.1
I1009 22:56:08.624830 1543722 addons.go:231] Setting addon default-storageclass=true in "addons-749116"
I1009 22:56:08.632531 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.633036 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.636819 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1009 22:56:08.634950 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:08.640770 1543722 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I1009 22:56:08.641307 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:08.658813 1543722 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1009 22:56:08.658837 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1009 22:56:08.658905 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.668991 1543722 addons.go:423] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1009 22:56:08.669014 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1009 22:56:08.669093 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.674301 1543722 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I1009 22:56:08.725622 1543722 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I1009 22:56:08.730876 1543722 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.1
I1009 22:56:08.735372 1543722 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1009 22:56:08.735396 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I1009 22:56:08.735474 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.754293 1543722 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I1009 22:56:08.754361 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I1009 22:56:08.754460 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.767853 1543722 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.21.0
I1009 22:56:08.770311 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I1009 22:56:08.770336 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I1009 22:56:08.770410 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.670767 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1009 22:56:08.783900 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1009 22:56:08.776439 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.776548 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.784365 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.784461 1543722 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-749116" context rescaled to 1 replicas
I1009 22:56:08.784539 1543722 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I1009 22:56:08.787491 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1009 22:56:08.787562 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.793673 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1009 22:56:08.791746 1543722 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I1009 22:56:08.793400 1543722 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I1009 22:56:08.799761 1543722 out.go:177] * Verifying Kubernetes components...
I1009 22:56:08.802158 1543722 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1009 22:56:08.802177 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1009 22:56:08.802241 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.802452 1543722 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1009 22:56:08.806702 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1009 22:56:08.809014 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1009 22:56:08.807310 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1009 22:56:08.814092 1543722 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1009 22:56:08.816155 1543722 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1009 22:56:08.816176 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1009 22:56:08.816245 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.870064 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.897626 1543722 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1009 22:56:08.900189 1543722 out.go:177] - Using image docker.io/busybox:stable
I1009 22:56:08.904446 1543722 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1009 22:56:08.904468 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1009 22:56:08.904537 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:08.911522 1543722 node_ready.go:35] waiting up to 6m0s for node "addons-749116" to be "Ready" ...
I1009 22:56:08.941539 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.962386 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.976031 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.988579 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:08.992763 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:09.025281 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:09.030202 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:09.061277 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:09.261948 1543722 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1009 22:56:09.261970 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1009 22:56:09.273846 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1009 22:56:09.290078 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1009 22:56:09.330922 1543722 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I1009 22:56:09.330984 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1009 22:56:09.362585 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1009 22:56:09.451863 1543722 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1009 22:56:09.451889 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1009 22:56:09.454540 1543722 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1009 22:56:09.454572 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1009 22:56:09.506684 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1009 22:56:09.527925 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1009 22:56:09.570408 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I1009 22:56:09.570440 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I1009 22:56:09.573520 1543722 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I1009 22:56:09.573581 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1009 22:56:09.596058 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1009 22:56:09.598178 1543722 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1009 22:56:09.598202 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1009 22:56:09.648190 1543722 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1009 22:56:09.648226 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1009 22:56:09.661367 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1009 22:56:09.663488 1543722 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1009 22:56:09.663527 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1009 22:56:09.778883 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I1009 22:56:09.778910 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I1009 22:56:09.780064 1543722 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1009 22:56:09.780087 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1009 22:56:09.810477 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1009 22:56:09.844909 1543722 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1009 22:56:09.844937 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1009 22:56:09.876892 1543722 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1009 22:56:09.876918 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1009 22:56:10.038250 1543722 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1009 22:56:10.038277 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1009 22:56:10.045683 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I1009 22:56:10.045714 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I1009 22:56:10.092047 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I1009 22:56:10.092502 1543722 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1009 22:56:10.092532 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1009 22:56:10.173935 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1009 22:56:10.258567 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I1009 22:56:10.258593 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I1009 22:56:10.287389 1543722 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1009 22:56:10.287414 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1009 22:56:10.405670 1543722 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1009 22:56:10.405698 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1009 22:56:10.411822 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I1009 22:56:10.411858 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I1009 22:56:10.499917 1543722 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1009 22:56:10.499951 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1009 22:56:10.527159 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I1009 22:56:10.527187 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I1009 22:56:10.586889 1543722 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1009 22:56:10.586924 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1009 22:56:10.632924 1543722 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I1009 22:56:10.632957 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I1009 22:56:10.684467 1543722 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1009 22:56:10.684492 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1009 22:56:10.713715 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I1009 22:56:10.884441 1543722 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1009 22:56:10.884503 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1009 22:56:11.092667 1543722 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1009 22:56:11.092696 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1009 22:56:11.204206 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:11.262458 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1009 22:56:11.379416 1543722 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.568211015s)
I1009 22:56:11.379457 1543722 start.go:926] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1009 22:56:13.405695 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:13.778521 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.504640117s)
I1009 22:56:13.778599 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.488452834s)
I1009 22:56:13.778682 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.416025358s)
I1009 22:56:13.953145 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.446420333s)
I1009 22:56:14.600576 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.072605126s)
I1009 22:56:14.600609 1543722 addons.go:467] Verifying addon ingress=true in "addons-749116"
I1009 22:56:14.600678 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.004592885s)
I1009 22:56:14.600883 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.939488878s)
I1009 22:56:14.600940 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.790436129s)
I1009 22:56:14.600955 1543722 addons.go:467] Verifying addon registry=true in "addons-749116"
I1009 22:56:14.602965 1543722 out.go:177] * Verifying registry addon...
I1009 22:56:14.601368 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.509289584s)
I1009 22:56:14.601450 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.427481723s)
I1009 22:56:14.601516 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.887760093s)
I1009 22:56:14.605004 1543722 out.go:177] * Verifying ingress addon...
I1009 22:56:14.608783 1543722 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1009 22:56:14.605088 1543722 addons.go:467] Verifying addon metrics-server=true in "addons-749116"
W1009 22:56:14.605114 1543722 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1009 22:56:14.609099 1543722 retry.go:31] will retry after 140.029976ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I1009 22:56:14.605983 1543722 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1009 22:56:14.639899 1543722 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1009 22:56:14.639930 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:14.651481 1543722 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I1009 22:56:14.651512 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:14.660360 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:14.677386 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:14.750145 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1009 22:56:14.997480 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.734968542s)
I1009 22:56:14.997518 1543722 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-749116"
I1009 22:56:14.999981 1543722 out.go:177] * Verifying csi-hostpath-driver addon...
I1009 22:56:15.003309 1543722 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1009 22:56:15.027156 1543722 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1009 22:56:15.027183 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:15.037259 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:15.178452 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:15.192258 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:15.542388 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:15.665911 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:15.679694 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:15.684554 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:15.874932 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.124738786s)
I1009 22:56:16.042906 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:16.164749 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:16.181696 1543722 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1009 22:56:16.181798 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:16.183216 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:16.202755 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:16.310707 1543722 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1009 22:56:16.336264 1543722 addons.go:231] Setting addon gcp-auth=true in "addons-749116"
I1009 22:56:16.336315 1543722 host.go:66] Checking if "addons-749116" exists ...
I1009 22:56:16.336808 1543722 cli_runner.go:164] Run: docker container inspect addons-749116 --format={{.State.Status}}
I1009 22:56:16.355844 1543722 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1009 22:56:16.355938 1543722 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-749116
I1009 22:56:16.374635 1543722 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:34359 SSHKeyPath:/home/jenkins/minikube-integration/17375-1537865/.minikube/machines/addons-749116/id_rsa Username:docker}
I1009 22:56:16.470471 1543722 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I1009 22:56:16.472174 1543722 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I1009 22:56:16.474221 1543722 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1009 22:56:16.474241 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1009 22:56:16.497190 1543722 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1009 22:56:16.497214 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1009 22:56:16.519459 1543722 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1009 22:56:16.519521 1543722 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I1009 22:56:16.542972 1543722 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1009 22:56:16.544723 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:16.666861 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:16.682586 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:17.042514 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:17.165408 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:17.182153 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:17.576306 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:17.643771 1543722 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.100759192s)
I1009 22:56:17.645585 1543722 addons.go:467] Verifying addon gcp-auth=true in "addons-749116"
I1009 22:56:17.647577 1543722 out.go:177] * Verifying gcp-auth addon...
I1009 22:56:17.650297 1543722 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1009 22:56:17.728363 1543722 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1009 22:56:17.728392 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:17.728940 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:17.742568 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:17.743415 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:17.746853 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:18.043129 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:18.165272 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:18.189448 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:18.250729 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:18.542898 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:18.665515 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:18.684570 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:18.750918 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:19.042186 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:19.165645 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:19.191018 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:19.252009 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:19.542868 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:19.667082 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:19.690139 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:19.751417 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:20.043768 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:20.165404 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:20.177516 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:20.183920 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:20.251638 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:20.541739 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:20.665662 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:20.687105 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:20.751065 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:21.044514 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:21.165444 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:21.184743 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:21.251683 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:21.542935 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:21.667498 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:21.681953 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:21.751719 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:22.042636 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:22.165184 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:22.182080 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:22.251226 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:22.543331 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:22.664743 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:22.676071 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:22.681774 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:22.751067 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:23.042794 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:23.164976 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:23.182818 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:23.251111 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:23.542040 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:23.665549 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:23.681442 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:23.750555 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:24.042027 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:24.164722 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:24.182522 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:24.250729 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:24.541944 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:24.664577 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:24.677245 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:24.681911 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:24.751147 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:25.042975 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:25.165578 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:25.181814 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:25.250422 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:25.541667 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:25.668642 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:25.687735 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:25.751316 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:26.043697 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:26.165566 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:26.181408 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:26.250938 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:26.541499 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:26.665524 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:26.681762 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:26.750850 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:27.043090 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:27.164670 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:27.177263 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:27.181593 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:27.250587 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:27.542523 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:27.665469 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:27.682349 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:27.750599 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:28.042412 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:28.164851 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:28.181369 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:28.250459 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:28.541846 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:28.665170 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:28.681111 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:28.750683 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:29.042210 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:29.165553 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:29.181300 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:29.250518 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:29.541962 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:29.665200 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:29.676499 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:29.682441 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:29.750720 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:30.043361 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:30.165791 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:30.182047 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:30.251435 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:30.542227 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:30.665723 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:30.681939 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:30.750475 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:31.041611 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:31.164979 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:31.181575 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:31.251077 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:31.542502 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:31.664736 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:31.677254 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:31.682027 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:31.751100 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:32.042234 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:32.165205 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:32.181540 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:32.251041 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:32.541675 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:32.665047 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:32.681286 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:32.750804 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:33.042816 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:33.165496 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:33.182107 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:33.250711 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:33.542948 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:33.665493 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:33.681465 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:33.751144 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:34.042589 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:34.164724 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:34.176871 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:34.182432 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:34.250585 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:34.542361 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:34.664722 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:34.681735 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:34.750915 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:35.042513 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:35.165249 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:35.182455 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:35.251386 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:35.549871 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:35.665439 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:35.682084 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:35.751498 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:36.042565 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:36.165002 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:36.182442 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:36.251316 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:36.542953 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:36.664920 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:36.676253 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:36.681609 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:36.751276 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:37.043071 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:37.164858 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:37.184137 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:37.250613 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:37.543498 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:37.664853 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:37.681852 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:37.750344 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:38.042422 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:38.165055 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:38.182289 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:38.250180 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:38.541859 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:38.665378 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:38.676732 1543722 node_ready.go:58] node "addons-749116" has status "Ready":"False"
I1009 22:56:38.681592 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:38.751511 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:39.042604 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:39.165537 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:39.182036 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:39.250621 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:39.541413 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:39.664563 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:39.681910 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:39.800538 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:40.128212 1543722 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1009 22:56:40.128240 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:40.214375 1543722 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1009 22:56:40.214409 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:40.215288 1543722 node_ready.go:49] node "addons-749116" has status "Ready":"True"
I1009 22:56:40.215313 1543722 node_ready.go:38] duration metric: took 31.303765878s waiting for node "addons-749116" to be "Ready" ...
I1009 22:56:40.215325 1543722 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" ...
I1009 22:56:40.216754 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:40.233708 1543722 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-pkb4x" in "kube-system" namespace to be "Ready" ...
I1009 22:56:40.265966 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:40.544270 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:40.673726 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:40.684708 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:40.751619 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:41.053631 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:41.167308 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:41.184518 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:41.252262 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:41.544566 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:41.665208 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:41.683961 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:41.750872 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:42.067398 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:42.167101 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:42.187996 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:42.252717 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:42.312656 1543722 pod_ready.go:92] pod "coredns-5dd5756b68-pkb4x" in "kube-system" namespace has status "Ready":"True"
I1009 22:56:42.312684 1543722 pod_ready.go:81] duration metric: took 2.078939836s waiting for pod "coredns-5dd5756b68-pkb4x" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.312733 1543722 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.325828 1543722 pod_ready.go:92] pod "etcd-addons-749116" in "kube-system" namespace has status "Ready":"True"
I1009 22:56:42.325857 1543722 pod_ready.go:81] duration metric: took 13.111311ms waiting for pod "etcd-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.325873 1543722 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.349758 1543722 pod_ready.go:92] pod "kube-apiserver-addons-749116" in "kube-system" namespace has status "Ready":"True"
I1009 22:56:42.349793 1543722 pod_ready.go:81] duration metric: took 23.911501ms waiting for pod "kube-apiserver-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.349819 1543722 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.387773 1543722 pod_ready.go:92] pod "kube-controller-manager-addons-749116" in "kube-system" namespace has status "Ready":"True"
I1009 22:56:42.387797 1543722 pod_ready.go:81] duration metric: took 37.969301ms waiting for pod "kube-controller-manager-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.387814 1543722 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-qkshl" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.574347 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:42.595068 1543722 pod_ready.go:92] pod "kube-proxy-qkshl" in "kube-system" namespace has status "Ready":"True"
I1009 22:56:42.595159 1543722 pod_ready.go:81] duration metric: took 207.336057ms waiting for pod "kube-proxy-qkshl" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.595188 1543722 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.665950 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:42.683536 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:42.751345 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:42.978091 1543722 pod_ready.go:92] pod "kube-scheduler-addons-749116" in "kube-system" namespace has status "Ready":"True"
I1009 22:56:42.978160 1543722 pod_ready.go:81] duration metric: took 382.934966ms waiting for pod "kube-scheduler-addons-749116" in "kube-system" namespace to be "Ready" ...
I1009 22:56:42.978187 1543722 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace to be "Ready" ...
I1009 22:56:43.044483 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:43.165463 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:43.182144 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:43.250936 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:43.543225 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:43.665846 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:43.685633 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:43.751785 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:44.043410 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:44.165395 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:44.184092 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:44.253213 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:44.544820 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:44.665670 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:44.683038 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:44.751601 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:45.054360 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:45.168368 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:45.183943 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:45.258696 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:45.306347 1543722 pod_ready.go:102] pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace has status "Ready":"False"
I1009 22:56:45.546036 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:45.666522 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:45.683351 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:45.751263 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:46.050479 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:46.165564 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:46.185465 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:46.251747 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:46.543200 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:46.666464 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:46.682347 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:46.751556 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:47.045353 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:47.166012 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:47.182504 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:47.251283 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:47.544551 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:47.665157 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:47.682926 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:47.751080 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:47.785739 1543722 pod_ready.go:102] pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace has status "Ready":"False"
I1009 22:56:48.079726 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:48.166350 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:48.182272 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:48.251111 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:48.543710 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:48.665527 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:48.682359 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:48.751191 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:49.069258 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:49.174019 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:49.183591 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:49.252447 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:49.553308 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:49.664824 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:49.682543 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:49.750534 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:49.786156 1543722 pod_ready.go:102] pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace has status "Ready":"False"
I1009 22:56:50.045232 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:50.165135 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:50.183165 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:50.252066 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:50.543269 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:50.667414 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:50.682647 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:50.751377 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:51.046199 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:51.165892 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:51.184533 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:51.251534 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:51.546596 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:51.666353 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:51.682605 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:51.751919 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:51.788415 1543722 pod_ready.go:102] pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace has status "Ready":"False"
I1009 22:56:52.053654 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:52.165907 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:52.183361 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:52.250719 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:52.545821 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:52.666894 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:52.683428 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:52.751421 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:53.047813 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:53.166253 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:53.183023 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:53.251850 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:53.546654 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:53.666002 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:53.685556 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:53.751459 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:53.794274 1543722 pod_ready.go:102] pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace has status "Ready":"False"
I1009 22:56:54.056759 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:54.165721 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:54.183524 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:54.253452 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:54.546101 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:54.678629 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:54.723711 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:54.753925 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:55.044835 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:55.179700 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:55.217185 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:55.298051 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:55.306164 1543722 pod_ready.go:92] pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace has status "Ready":"True"
I1009 22:56:55.306227 1543722 pod_ready.go:81] duration metric: took 12.328020085s waiting for pod "metrics-server-7c66d45ddc-5s7nh" in "kube-system" namespace to be "Ready" ...
I1009 22:56:55.306255 1543722 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace to be "Ready" ...
I1009 22:56:55.543776 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:55.665408 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:55.684489 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:55.754820 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:56.043881 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:56.169320 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:56.182911 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:56.250627 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:56.543340 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:56.665472 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:56.682710 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:56.751676 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:57.046158 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:57.166753 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:57.185277 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:57.261938 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:57.372289 1543722 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace has status "Ready":"False"
I1009 22:56:57.544164 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:57.666444 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:57.683772 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:57.753714 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:58.045880 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:58.189655 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:58.215887 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:58.253880 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:58.543724 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:58.667594 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:58.683022 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:58.751098 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:59.043723 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:59.165465 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:59.183290 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:59.250921 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:59.542764 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:56:59.665970 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:56:59.683007 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:56:59.755328 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:56:59.870880 1543722 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace has status "Ready":"False"
I1009 22:57:00.121657 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:00.176071 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:00.192794 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:00.258098 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:00.544045 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:00.665991 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:00.684238 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:00.750955 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:01.044015 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:01.165421 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:01.182319 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:01.251698 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:01.543447 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:01.666696 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:01.684532 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:01.751484 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:02.045403 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:02.167242 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:02.186275 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:02.251536 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:02.361437 1543722 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace has status "Ready":"False"
I1009 22:57:02.550087 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:02.665730 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:02.682254 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:02.751270 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:03.043583 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:03.166495 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:03.186336 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:03.250984 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:03.543762 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:03.666572 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:03.682858 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:03.750544 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:04.047009 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:04.172929 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:04.183181 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:04.251085 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:04.543875 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:04.666914 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:04.684395 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:04.756524 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:04.864388 1543722 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace has status "Ready":"False"
I1009 22:57:05.048549 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:05.169961 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:05.202747 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:05.251639 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:05.543766 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:05.665299 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:05.683289 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:05.751372 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:06.047874 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:06.177477 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:06.190689 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:06.251534 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:06.543600 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:06.667447 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:06.682978 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:06.750839 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:07.044008 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:07.166317 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:07.193022 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:07.251668 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:07.362234 1543722 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace has status "Ready":"False"
I1009 22:57:07.544919 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:07.665462 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:07.683645 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:07.751238 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:08.044516 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:08.167584 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:08.183981 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:08.251772 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:08.551485 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:08.665411 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:08.682438 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:08.752644 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:09.044201 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:09.167147 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:09.183109 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:09.251102 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:09.544420 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:09.668809 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:09.683587 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:09.754408 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:09.863722 1543722 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace has status "Ready":"False"
I1009 22:57:10.045012 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:10.166482 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:10.187172 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:10.251379 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:10.543616 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:10.666140 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:10.690605 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:10.752080 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:11.043944 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:11.169785 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:11.190491 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:11.251453 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:11.360389 1543722 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace has status "Ready":"True"
I1009 22:57:11.360416 1543722 pod_ready.go:81] duration metric: took 16.054139459s waiting for pod "nvidia-device-plugin-daemonset-q2tdr" in "kube-system" namespace to be "Ready" ...
I1009 22:57:11.360440 1543722 pod_ready.go:38] duration metric: took 31.145101074s 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" ...
I1009 22:57:11.360456 1543722 api_server.go:52] waiting for apiserver process to appear ...
I1009 22:57:11.360483 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1009 22:57:11.360548 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1009 22:57:11.412364 1543722 cri.go:89] found id: "c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89"
I1009 22:57:11.412386 1543722 cri.go:89] found id: ""
I1009 22:57:11.412394 1543722 logs.go:284] 1 containers: [c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89]
I1009 22:57:11.412452 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:11.417219 1543722 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1009 22:57:11.417313 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1009 22:57:11.461210 1543722 cri.go:89] found id: "92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b"
I1009 22:57:11.461236 1543722 cri.go:89] found id: ""
I1009 22:57:11.461244 1543722 logs.go:284] 1 containers: [92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b]
I1009 22:57:11.461302 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:11.466180 1543722 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1009 22:57:11.466284 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1009 22:57:11.512994 1543722 cri.go:89] found id: "4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc"
I1009 22:57:11.513016 1543722 cri.go:89] found id: ""
I1009 22:57:11.513024 1543722 logs.go:284] 1 containers: [4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc]
I1009 22:57:11.513088 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:11.517657 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1009 22:57:11.517806 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1009 22:57:11.543438 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:11.572950 1543722 cri.go:89] found id: "f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e"
I1009 22:57:11.572970 1543722 cri.go:89] found id: ""
I1009 22:57:11.572978 1543722 logs.go:284] 1 containers: [f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e]
I1009 22:57:11.573071 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:11.577855 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1009 22:57:11.577930 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1009 22:57:11.622694 1543722 cri.go:89] found id: "e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad"
I1009 22:57:11.622716 1543722 cri.go:89] found id: ""
I1009 22:57:11.622724 1543722 logs.go:284] 1 containers: [e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad]
I1009 22:57:11.622782 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:11.627196 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1009 22:57:11.627270 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1009 22:57:11.666835 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:11.672616 1543722 cri.go:89] found id: "d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56"
I1009 22:57:11.672639 1543722 cri.go:89] found id: ""
I1009 22:57:11.672648 1543722 logs.go:284] 1 containers: [d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56]
I1009 22:57:11.672704 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:11.677328 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1009 22:57:11.677429 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1009 22:57:11.683098 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:11.726146 1543722 cri.go:89] found id: "f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e"
I1009 22:57:11.726170 1543722 cri.go:89] found id: ""
I1009 22:57:11.726179 1543722 logs.go:284] 1 containers: [f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e]
I1009 22:57:11.726236 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:11.730944 1543722 logs.go:123] Gathering logs for etcd [92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b] ...
I1009 22:57:11.731017 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b"
I1009 22:57:11.750921 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:11.789279 1543722 logs.go:123] Gathering logs for kube-proxy [e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad] ...
I1009 22:57:11.789309 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad"
I1009 22:57:11.837062 1543722 logs.go:123] Gathering logs for kube-controller-manager [d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56] ...
I1009 22:57:11.837091 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56"
I1009 22:57:11.916134 1543722 logs.go:123] Gathering logs for kube-scheduler [f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e] ...
I1009 22:57:11.916169 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e"
I1009 22:57:11.970527 1543722 logs.go:123] Gathering logs for kindnet [f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e] ...
I1009 22:57:11.970560 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e"
I1009 22:57:12.026001 1543722 logs.go:123] Gathering logs for CRI-O ...
I1009 22:57:12.026032 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1009 22:57:12.054246 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:12.129774 1543722 logs.go:123] Gathering logs for kubelet ...
I1009 22:57:12.129817 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I1009 22:57:12.171278 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:12.205227 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W1009 22:57:12.233543 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:14 addons-749116 kubelet[1362]: W1009 22:56:14.149659 1362 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.233815 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:14 addons-749116 kubelet[1362]: E1009 22:56:14.149708 1362 reflector.go:147] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.238368 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749075 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.238628 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749119 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.238869 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749287 1362 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.239108 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749314 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.239355 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749442 1362 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.239574 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749467 1362 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.241010 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782523 1362 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.241267 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782566 1362 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.241469 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782523 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.241723 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782592 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.241935 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782595 1362 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.242135 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782607 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.249216 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791007 1362 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.249457 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.791048 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.249656 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791991 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
W1009 22:57:12.249883 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.792022 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
I1009 22:57:12.251922 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:12.280262 1543722 logs.go:123] Gathering logs for dmesg ...
I1009 22:57:12.280312 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1009 22:57:12.308646 1543722 logs.go:123] Gathering logs for describe nodes ...
I1009 22:57:12.308681 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1009 22:57:12.551744 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:12.591687 1543722 logs.go:123] Gathering logs for kube-apiserver [c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89] ...
I1009 22:57:12.591727 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89"
I1009 22:57:12.667190 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:12.683542 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:12.751894 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:12.801461 1543722 logs.go:123] Gathering logs for coredns [4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc] ...
I1009 22:57:12.801543 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc"
I1009 22:57:13.002721 1543722 logs.go:123] Gathering logs for container status ...
I1009 22:57:13.002767 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1009 22:57:13.043650 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:13.166194 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:13.183424 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:13.253414 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:13.258664 1543722 out.go:309] Setting ErrFile to fd 2...
I1009 22:57:13.258728 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1009 22:57:13.258814 1543722 out.go:239] X Problems detected in kubelet:
W1009 22:57:13.258856 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782607 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:13.258891 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791007 1362 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:13.258942 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.791048 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:13.258975 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791991 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
W1009 22:57:13.259017 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.792022 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
I1009 22:57:13.259050 1543722 out.go:309] Setting ErrFile to fd 2...
I1009 22:57:13.259068 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1009 22:57:13.544125 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:13.666275 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:13.685167 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:13.751995 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:14.045332 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:14.169099 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:14.186109 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:14.252572 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:14.548138 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:14.666423 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:14.684984 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:14.751483 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:15.059843 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:15.197944 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:15.211234 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:15.253925 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:15.547924 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:15.666932 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:15.683071 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:15.750953 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:16.045413 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:16.165454 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:16.184303 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1009 22:57:16.252070 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:16.542813 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:16.667221 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:16.690700 1543722 kapi.go:107] duration metric: took 1m2.084713716s to wait for kubernetes.io/minikube-addons=registry ...
I1009 22:57:16.752923 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:17.043615 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:17.165627 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:17.253659 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:17.613836 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:17.679356 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:17.762323 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:18.045298 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:18.178458 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:18.251272 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:18.543641 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:18.664667 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:18.751373 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:19.044345 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:19.165759 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:19.251229 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:19.544542 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:19.665900 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:19.750735 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:20.043819 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:20.166714 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:20.251962 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:20.545405 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:20.670226 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:20.752166 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:21.056331 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:21.167427 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:21.251663 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:21.561711 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:21.665906 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:21.752089 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:22.052247 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:22.167191 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:22.250681 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:22.545745 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:22.666020 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:22.751395 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:23.043523 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:23.165308 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:23.250943 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:23.259701 1543722 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1009 22:57:23.277836 1543722 api_server.go:72] duration metric: took 1m14.481385287s to wait for apiserver process to appear ...
I1009 22:57:23.277863 1543722 api_server.go:88] waiting for apiserver healthz status ...
I1009 22:57:23.277915 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1009 22:57:23.278002 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1009 22:57:23.351178 1543722 cri.go:89] found id: "c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89"
I1009 22:57:23.351203 1543722 cri.go:89] found id: ""
I1009 22:57:23.351212 1543722 logs.go:284] 1 containers: [c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89]
I1009 22:57:23.351271 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:23.356013 1543722 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1009 22:57:23.356127 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1009 22:57:23.418848 1543722 cri.go:89] found id: "92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b"
I1009 22:57:23.418924 1543722 cri.go:89] found id: ""
I1009 22:57:23.418945 1543722 logs.go:284] 1 containers: [92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b]
I1009 22:57:23.419037 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:23.423983 1543722 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1009 22:57:23.424058 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1009 22:57:23.468032 1543722 cri.go:89] found id: "4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc"
I1009 22:57:23.468094 1543722 cri.go:89] found id: ""
I1009 22:57:23.468119 1543722 logs.go:284] 1 containers: [4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc]
I1009 22:57:23.468206 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:23.472863 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1009 22:57:23.472961 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1009 22:57:23.527500 1543722 cri.go:89] found id: "f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e"
I1009 22:57:23.527524 1543722 cri.go:89] found id: ""
I1009 22:57:23.527532 1543722 logs.go:284] 1 containers: [f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e]
I1009 22:57:23.527590 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:23.532503 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1009 22:57:23.532616 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1009 22:57:23.544025 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:23.582314 1543722 cri.go:89] found id: "e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad"
I1009 22:57:23.582355 1543722 cri.go:89] found id: ""
I1009 22:57:23.582364 1543722 logs.go:284] 1 containers: [e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad]
I1009 22:57:23.582429 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:23.587157 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1009 22:57:23.587236 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1009 22:57:23.633469 1543722 cri.go:89] found id: "d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56"
I1009 22:57:23.633490 1543722 cri.go:89] found id: ""
I1009 22:57:23.633499 1543722 logs.go:284] 1 containers: [d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56]
I1009 22:57:23.633556 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:23.638240 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1009 22:57:23.638315 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1009 22:57:23.668639 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:23.686544 1543722 cri.go:89] found id: "f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e"
I1009 22:57:23.686564 1543722 cri.go:89] found id: ""
I1009 22:57:23.686572 1543722 logs.go:284] 1 containers: [f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e]
I1009 22:57:23.686630 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:23.691601 1543722 logs.go:123] Gathering logs for kindnet [f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e] ...
I1009 22:57:23.691626 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e"
I1009 22:57:23.735199 1543722 logs.go:123] Gathering logs for kubelet ...
I1009 22:57:23.735235 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I1009 22:57:23.751765 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W1009 22:57:23.801847 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:14 addons-749116 kubelet[1362]: W1009 22:56:14.149659 1362 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.802099 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:14 addons-749116 kubelet[1362]: E1009 22:56:14.149708 1362 reflector.go:147] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.805849 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749075 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.806080 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749119 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.806288 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749287 1362 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.806524 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749314 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.806717 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749442 1362 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.806926 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749467 1362 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.808196 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782523 1362 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.808404 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782566 1362 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.808602 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782523 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.808826 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782592 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.809012 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782595 1362 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.809221 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782607 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.814784 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791007 1362 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.814993 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.791048 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.815240 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791991 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
W1009 22:57:23.815470 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.792022 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
I1009 22:57:23.844878 1543722 logs.go:123] Gathering logs for dmesg ...
I1009 22:57:23.844907 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1009 22:57:23.870954 1543722 logs.go:123] Gathering logs for etcd [92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b] ...
I1009 22:57:23.870986 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b"
I1009 22:57:23.943615 1543722 logs.go:123] Gathering logs for kube-scheduler [f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e] ...
I1009 22:57:23.943651 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e"
I1009 22:57:23.998991 1543722 logs.go:123] Gathering logs for kube-proxy [e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad] ...
I1009 22:57:23.999027 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad"
I1009 22:57:24.049532 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:24.057532 1543722 logs.go:123] Gathering logs for kube-controller-manager [d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56] ...
I1009 22:57:24.057569 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56"
I1009 22:57:24.162394 1543722 logs.go:123] Gathering logs for CRI-O ...
I1009 22:57:24.162426 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1009 22:57:24.167849 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:24.251207 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:24.258783 1543722 logs.go:123] Gathering logs for container status ...
I1009 22:57:24.258817 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1009 22:57:24.331112 1543722 logs.go:123] Gathering logs for describe nodes ...
I1009 22:57:24.331167 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1009 22:57:24.521083 1543722 logs.go:123] Gathering logs for kube-apiserver [c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89] ...
I1009 22:57:24.521113 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89"
I1009 22:57:24.547315 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:24.625733 1543722 logs.go:123] Gathering logs for coredns [4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc] ...
I1009 22:57:24.625766 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc"
I1009 22:57:24.666785 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:24.697073 1543722 out.go:309] Setting ErrFile to fd 2...
I1009 22:57:24.697205 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1009 22:57:24.697281 1543722 out.go:239] X Problems detected in kubelet:
W1009 22:57:24.697323 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782607 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:24.697357 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791007 1362 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:24.697389 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.791048 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:24.697421 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791991 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
W1009 22:57:24.697453 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.792022 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
I1009 22:57:24.697483 1543722 out.go:309] Setting ErrFile to fd 2...
I1009 22:57:24.697510 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1009 22:57:24.750915 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:25.057605 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:25.167230 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:25.251093 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:25.544171 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:25.666414 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:25.751195 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:26.044983 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:26.166132 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:26.251092 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1009 22:57:26.543706 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:26.665440 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:26.752912 1543722 kapi.go:107] duration metric: took 1m9.102615022s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1009 22:57:26.756979 1543722 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-749116 cluster.
I1009 22:57:26.759508 1543722 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.
I1009 22:57:26.761226 1543722 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1009 22:57:27.043591 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:27.167705 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:27.543917 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:27.665373 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:28.043423 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:28.164823 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:28.543341 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:28.665545 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:29.043271 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:29.166487 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:29.544469 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:29.666023 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:30.072914 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:30.166057 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:30.556106 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:30.665685 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:31.048569 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:31.165430 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:31.544064 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:31.666733 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:32.044226 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:32.166153 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:32.547733 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:32.666517 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:33.047716 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:33.166093 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:33.544758 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:33.665309 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:34.043818 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:34.165281 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:34.544389 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:34.665448 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:34.698729 1543722 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1009 22:57:34.709926 1543722 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1009 22:57:34.711641 1543722 api_server.go:141] control plane version: v1.28.2
I1009 22:57:34.711710 1543722 api_server.go:131] duration metric: took 11.433839847s to wait for apiserver health ...
I1009 22:57:34.711733 1543722 system_pods.go:43] waiting for kube-system pods to appear ...
I1009 22:57:34.711781 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I1009 22:57:34.711873 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I1009 22:57:34.784878 1543722 cri.go:89] found id: "c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89"
I1009 22:57:34.784952 1543722 cri.go:89] found id: ""
I1009 22:57:34.784982 1543722 logs.go:284] 1 containers: [c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89]
I1009 22:57:34.785072 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:34.791795 1543722 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I1009 22:57:34.791916 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I1009 22:57:34.873174 1543722 cri.go:89] found id: "92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b"
I1009 22:57:34.873246 1543722 cri.go:89] found id: ""
I1009 22:57:34.873266 1543722 logs.go:284] 1 containers: [92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b]
I1009 22:57:34.873355 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:34.879268 1543722 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I1009 22:57:34.879398 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I1009 22:57:34.958009 1543722 cri.go:89] found id: "4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc"
I1009 22:57:34.958068 1543722 cri.go:89] found id: ""
I1009 22:57:34.958098 1543722 logs.go:284] 1 containers: [4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc]
I1009 22:57:34.958187 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:34.964610 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I1009 22:57:34.964767 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I1009 22:57:35.047903 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:35.066829 1543722 cri.go:89] found id: "f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e"
I1009 22:57:35.066902 1543722 cri.go:89] found id: ""
I1009 22:57:35.066937 1543722 logs.go:284] 1 containers: [f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e]
I1009 22:57:35.067052 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:35.077273 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I1009 22:57:35.077403 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I1009 22:57:35.146599 1543722 cri.go:89] found id: "e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad"
I1009 22:57:35.146673 1543722 cri.go:89] found id: ""
I1009 22:57:35.146707 1543722 logs.go:284] 1 containers: [e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad]
I1009 22:57:35.146792 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:35.162967 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I1009 22:57:35.163098 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I1009 22:57:35.166987 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:35.236015 1543722 cri.go:89] found id: "d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56"
I1009 22:57:35.236084 1543722 cri.go:89] found id: ""
I1009 22:57:35.236106 1543722 logs.go:284] 1 containers: [d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56]
I1009 22:57:35.236201 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:35.241363 1543722 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I1009 22:57:35.241484 1543722 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I1009 22:57:35.307889 1543722 cri.go:89] found id: "f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e"
I1009 22:57:35.307959 1543722 cri.go:89] found id: ""
I1009 22:57:35.307981 1543722 logs.go:284] 1 containers: [f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e]
I1009 22:57:35.308083 1543722 ssh_runner.go:195] Run: which crictl
I1009 22:57:35.320367 1543722 logs.go:123] Gathering logs for kube-proxy [e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad] ...
I1009 22:57:35.320449 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad"
I1009 22:57:35.373441 1543722 logs.go:123] Gathering logs for CRI-O ...
I1009 22:57:35.373470 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I1009 22:57:35.481198 1543722 logs.go:123] Gathering logs for container status ...
I1009 22:57:35.481282 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I1009 22:57:35.551853 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:35.582025 1543722 logs.go:123] Gathering logs for kubelet ...
I1009 22:57:35.582101 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W1009 22:57:35.661782 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:14 addons-749116 kubelet[1362]: W1009 22:56:14.149659 1362 reflector.go:535] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.662081 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:14 addons-749116 kubelet[1362]: E1009 22:56:14.149708 1362 reflector.go:147] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-749116' and this object
I1009 22:57:35.666227 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W1009 22:57:35.667379 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749075 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.667626 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749119 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.667834 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749287 1362 reflector.go:535] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.668059 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749314 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.668254 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.749442 1362 reflector.go:535] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.668464 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.749467 1362 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-749116" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.669710 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782523 1362 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.669914 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782566 1362 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.670111 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782523 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.670331 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782592 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.670516 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.782595 1362 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.670720 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782607 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.676360 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791007 1362 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.676646 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.791048 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.676857 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791991 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
W1009 22:57:35.677085 1543722 logs.go:138] Found kubelet problem: Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.792022 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
I1009 22:57:35.709102 1543722 logs.go:123] Gathering logs for dmesg ...
I1009 22:57:35.709186 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I1009 22:57:35.732679 1543722 logs.go:123] Gathering logs for describe nodes ...
I1009 22:57:35.732751 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I1009 22:57:35.884750 1543722 logs.go:123] Gathering logs for kube-apiserver [c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89] ...
I1009 22:57:35.884781 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89"
I1009 22:57:35.945464 1543722 logs.go:123] Gathering logs for kindnet [f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e] ...
I1009 22:57:35.945498 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e"
I1009 22:57:36.033798 1543722 logs.go:123] Gathering logs for etcd [92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b] ...
I1009 22:57:36.033841 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b"
I1009 22:57:36.047503 1543722 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1009 22:57:36.166723 1543722 logs.go:123] Gathering logs for coredns [4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc] ...
I1009 22:57:36.166804 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc"
I1009 22:57:36.176143 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:36.234786 1543722 logs.go:123] Gathering logs for kube-scheduler [f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e] ...
I1009 22:57:36.234826 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e"
I1009 22:57:36.288443 1543722 logs.go:123] Gathering logs for kube-controller-manager [d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56] ...
I1009 22:57:36.288474 1543722 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56"
I1009 22:57:36.361356 1543722 out.go:309] Setting ErrFile to fd 2...
I1009 22:57:36.361389 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
W1009 22:57:36.361446 1543722 out.go:239] X Problems detected in kubelet:
W1009 22:57:36.361456 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.782607 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-749116' and this object
W1009 22:57:36.361464 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791007 1362 reflector.go:535] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:36.361474 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.791048 1362 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-749116" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-749116' and this object
W1009 22:57:36.361481 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: W1009 22:56:39.791991 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
W1009 22:57:36.361488 1543722 out.go:239] Oct 09 22:56:39 addons-749116 kubelet[1362]: E1009 22:56:39.792022 1362 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-749116" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-749116' and this object
I1009 22:57:36.361501 1543722 out.go:309] Setting ErrFile to fd 2...
I1009 22:57:36.361507 1543722 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1009 22:57:36.542748 1543722 kapi.go:107] duration metric: took 1m21.539443813s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1009 22:57:36.665130 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:37.165052 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:37.664887 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:38.164637 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:38.664848 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:39.165541 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:39.664797 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:40.165781 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:40.666037 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:41.165523 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:41.666148 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:42.166873 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:42.665448 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:43.165553 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:43.665527 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:44.165526 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:44.665360 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:45.171619 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:45.664875 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:46.173739 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:46.373821 1543722 system_pods.go:59] 18 kube-system pods found
I1009 22:57:46.373857 1543722 system_pods.go:61] "coredns-5dd5756b68-pkb4x" [4a6c3267-8e66-4329-bbf6-d237997c227d] Running
I1009 22:57:46.373865 1543722 system_pods.go:61] "csi-hostpath-attacher-0" [6f4b2a4a-e132-4821-b6e9-23f7b0f1c2d8] Running
I1009 22:57:46.373870 1543722 system_pods.go:61] "csi-hostpath-resizer-0" [04d8b38a-4458-45a0-8c32-edf69cb4a3b7] Running
I1009 22:57:46.373885 1543722 system_pods.go:61] "csi-hostpathplugin-2txjg" [7ca650bd-d8b8-43e8-969e-92a2f135e768] Running
I1009 22:57:46.373890 1543722 system_pods.go:61] "etcd-addons-749116" [3e6e084f-4d2e-483b-b8f8-d8738703a8ea] Running
I1009 22:57:46.373896 1543722 system_pods.go:61] "kindnet-vkmtc" [aacc7ea6-1499-45e8-b1d4-0aadc96715fb] Running
I1009 22:57:46.373901 1543722 system_pods.go:61] "kube-apiserver-addons-749116" [5dcd813d-51fb-4de1-9bbc-eaa131d22c96] Running
I1009 22:57:46.373906 1543722 system_pods.go:61] "kube-controller-manager-addons-749116" [e670e535-1c92-43f0-a1a6-add8b880a94d] Running
I1009 22:57:46.373919 1543722 system_pods.go:61] "kube-ingress-dns-minikube" [16dc1d67-cd9b-41de-9204-d92d0ab447e8] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1009 22:57:46.373927 1543722 system_pods.go:61] "kube-proxy-qkshl" [f8281c18-69dc-4bb8-b876-75281a6b2944] Running
I1009 22:57:46.373935 1543722 system_pods.go:61] "kube-scheduler-addons-749116" [b3048643-4496-40b2-9bca-595f7398c8af] Running
I1009 22:57:46.373941 1543722 system_pods.go:61] "metrics-server-7c66d45ddc-5s7nh" [5f9b199b-4c0a-4b45-98d4-c13e2a5dc381] Running
I1009 22:57:46.373946 1543722 system_pods.go:61] "nvidia-device-plugin-daemonset-q2tdr" [689841eb-bbcf-4415-9a4f-66a28c9b2621] Running
I1009 22:57:46.373954 1543722 system_pods.go:61] "registry-fsrvj" [119f71e8-0a1b-4211-89c0-a57d00b658a4] Running
I1009 22:57:46.373960 1543722 system_pods.go:61] "registry-proxy-2scnj" [48eb5a8b-2d5b-4709-9800-45a0a2ca64eb] Running
I1009 22:57:46.373965 1543722 system_pods.go:61] "snapshot-controller-58dbcc7b99-dpks5" [59f5001a-3d42-4d69-a703-860b33097c7f] Running
I1009 22:57:46.373973 1543722 system_pods.go:61] "snapshot-controller-58dbcc7b99-n227q" [930c85fd-132e-4e73-b80e-c34ccdd11381] Running
I1009 22:57:46.373978 1543722 system_pods.go:61] "storage-provisioner" [b44d858f-5f28-44ce-b41e-75154f4af4ff] Running
I1009 22:57:46.373984 1543722 system_pods.go:74] duration metric: took 11.662234954s to wait for pod list to return data ...
I1009 22:57:46.373997 1543722 default_sa.go:34] waiting for default service account to be created ...
I1009 22:57:46.376758 1543722 default_sa.go:45] found service account: "default"
I1009 22:57:46.376789 1543722 default_sa.go:55] duration metric: took 2.786495ms for default service account to be created ...
I1009 22:57:46.376799 1543722 system_pods.go:116] waiting for k8s-apps to be running ...
I1009 22:57:46.386813 1543722 system_pods.go:86] 18 kube-system pods found
I1009 22:57:46.386847 1543722 system_pods.go:89] "coredns-5dd5756b68-pkb4x" [4a6c3267-8e66-4329-bbf6-d237997c227d] Running
I1009 22:57:46.386855 1543722 system_pods.go:89] "csi-hostpath-attacher-0" [6f4b2a4a-e132-4821-b6e9-23f7b0f1c2d8] Running
I1009 22:57:46.386861 1543722 system_pods.go:89] "csi-hostpath-resizer-0" [04d8b38a-4458-45a0-8c32-edf69cb4a3b7] Running
I1009 22:57:46.386867 1543722 system_pods.go:89] "csi-hostpathplugin-2txjg" [7ca650bd-d8b8-43e8-969e-92a2f135e768] Running
I1009 22:57:46.386872 1543722 system_pods.go:89] "etcd-addons-749116" [3e6e084f-4d2e-483b-b8f8-d8738703a8ea] Running
I1009 22:57:46.386878 1543722 system_pods.go:89] "kindnet-vkmtc" [aacc7ea6-1499-45e8-b1d4-0aadc96715fb] Running
I1009 22:57:46.386883 1543722 system_pods.go:89] "kube-apiserver-addons-749116" [5dcd813d-51fb-4de1-9bbc-eaa131d22c96] Running
I1009 22:57:46.386888 1543722 system_pods.go:89] "kube-controller-manager-addons-749116" [e670e535-1c92-43f0-a1a6-add8b880a94d] Running
I1009 22:57:46.386897 1543722 system_pods.go:89] "kube-ingress-dns-minikube" [16dc1d67-cd9b-41de-9204-d92d0ab447e8] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1009 22:57:46.386904 1543722 system_pods.go:89] "kube-proxy-qkshl" [f8281c18-69dc-4bb8-b876-75281a6b2944] Running
I1009 22:57:46.386910 1543722 system_pods.go:89] "kube-scheduler-addons-749116" [b3048643-4496-40b2-9bca-595f7398c8af] Running
I1009 22:57:46.386915 1543722 system_pods.go:89] "metrics-server-7c66d45ddc-5s7nh" [5f9b199b-4c0a-4b45-98d4-c13e2a5dc381] Running
I1009 22:57:46.386921 1543722 system_pods.go:89] "nvidia-device-plugin-daemonset-q2tdr" [689841eb-bbcf-4415-9a4f-66a28c9b2621] Running
I1009 22:57:46.386926 1543722 system_pods.go:89] "registry-fsrvj" [119f71e8-0a1b-4211-89c0-a57d00b658a4] Running
I1009 22:57:46.386930 1543722 system_pods.go:89] "registry-proxy-2scnj" [48eb5a8b-2d5b-4709-9800-45a0a2ca64eb] Running
I1009 22:57:46.386935 1543722 system_pods.go:89] "snapshot-controller-58dbcc7b99-dpks5" [59f5001a-3d42-4d69-a703-860b33097c7f] Running
I1009 22:57:46.386945 1543722 system_pods.go:89] "snapshot-controller-58dbcc7b99-n227q" [930c85fd-132e-4e73-b80e-c34ccdd11381] Running
I1009 22:57:46.386950 1543722 system_pods.go:89] "storage-provisioner" [b44d858f-5f28-44ce-b41e-75154f4af4ff] Running
I1009 22:57:46.386966 1543722 system_pods.go:126] duration metric: took 10.161041ms to wait for k8s-apps to be running ...
I1009 22:57:46.386974 1543722 system_svc.go:44] waiting for kubelet service to be running ....
I1009 22:57:46.387048 1543722 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1009 22:57:46.425678 1543722 system_svc.go:56] duration metric: took 38.6937ms WaitForService to wait for kubelet.
I1009 22:57:46.425713 1543722 kubeadm.go:581] duration metric: took 1m37.629269457s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I1009 22:57:46.425733 1543722 node_conditions.go:102] verifying NodePressure condition ...
I1009 22:57:46.430070 1543722 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1009 22:57:46.430103 1543722 node_conditions.go:123] node cpu capacity is 2
I1009 22:57:46.430124 1543722 node_conditions.go:105] duration metric: took 4.385581ms to run NodePressure ...
I1009 22:57:46.430137 1543722 start.go:228] waiting for startup goroutines ...
I1009 22:57:46.667761 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:47.165929 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:47.665914 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:48.166486 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:48.666320 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:49.165174 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:49.666602 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:50.168209 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:50.665085 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:51.167737 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:51.665798 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:52.166016 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:52.665006 1543722 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1009 22:57:53.165811 1543722 kapi.go:107] duration metric: took 1m38.557021506s to wait for app.kubernetes.io/name=ingress-nginx ...
I1009 22:57:53.172187 1543722 out.go:177] * Enabled addons: storage-provisioner, cloud-spanner, nvidia-device-plugin, storage-provisioner-rancher, ingress-dns, inspektor-gadget, metrics-server, default-storageclass, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I1009 22:57:53.174629 1543722 addons.go:502] enable addons completed in 1m44.864374936s: enabled=[storage-provisioner cloud-spanner nvidia-device-plugin storage-provisioner-rancher ingress-dns inspektor-gadget metrics-server default-storageclass volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I1009 22:57:53.174709 1543722 start.go:233] waiting for cluster config update ...
I1009 22:57:53.174753 1543722 start.go:242] writing updated cluster config ...
I1009 22:57:53.175089 1543722 ssh_runner.go:195] Run: rm -f paused
I1009 22:57:53.314651 1543722 start.go:600] kubectl: 1.28.2, cluster: 1.28.2 (minor skew: 0)
I1009 22:57:53.317009 1543722 out.go:177] * Done! kubectl is now configured to use "addons-749116" cluster and "default" namespace by default
*
* ==> CRI-O <==
* Oct 09 23:01:53 addons-749116 crio[891]: time="2023-10-09 23:01:53.382076580Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-5c4c674fdc-57kj7 Namespace:ingress-nginx ID:7ec43ec6f59db3b2d9383a5e29016e48853a69770e6fbbe50b0f85923cbcf0fa UID:dcfaa2e9-569e-4408-8337-141ea2613dc7 NetNS:/var/run/netns/e361c73a-a2a3-4fe0-ba04-a7589e87b64b Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Oct 09 23:01:53 addons-749116 crio[891]: time="2023-10-09 23:01:53.382220465Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-5c4c674fdc-57kj7 from CNI network \"kindnet\" (type=ptp)"
Oct 09 23:01:53 addons-749116 crio[891]: time="2023-10-09 23:01:53.412778337Z" level=info msg="Stopped pod sandbox: 7ec43ec6f59db3b2d9383a5e29016e48853a69770e6fbbe50b0f85923cbcf0fa" id=76fed4a0-2fb6-44b9-8517-9401953cbf8c name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:53 addons-749116 crio[891]: time="2023-10-09 23:01:53.436578437Z" level=info msg="Removing container: dd37fad49b1166d5f383f8bc8342476466181c3d074836e61f9f4076d6834573" id=dbffa6bd-b839-4eda-8f01-188036d4ff50 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 09 23:01:53 addons-749116 crio[891]: time="2023-10-09 23:01:53.468202971Z" level=info msg="Removed container dd37fad49b1166d5f383f8bc8342476466181c3d074836e61f9f4076d6834573: ingress-nginx/ingress-nginx-controller-5c4c674fdc-57kj7/controller" id=dbffa6bd-b839-4eda-8f01-188036d4ff50 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.666341742Z" level=info msg="Removing container: f149c3a280ca7eda1945dc1aac4df981932babb1478dbc80a70c8f1bf489e87f" id=761b11a5-98b9-4e03-87aa-e19a4fd41e58 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.704276475Z" level=info msg="Removed container f149c3a280ca7eda1945dc1aac4df981932babb1478dbc80a70c8f1bf489e87f: ingress-nginx/ingress-nginx-admission-patch-j7jnr/patch" id=761b11a5-98b9-4e03-87aa-e19a4fd41e58 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.705863893Z" level=info msg="Removing container: b30e74788a705406069f502eb03db0d914478b5457f3958e9b2512191daf5beb" id=d17f5de5-7e44-420a-b2dc-de14a30d7bc7 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.740358598Z" level=info msg="Removed container b30e74788a705406069f502eb03db0d914478b5457f3958e9b2512191daf5beb: ingress-nginx/ingress-nginx-admission-create-9h2wc/create" id=d17f5de5-7e44-420a-b2dc-de14a30d7bc7 name=/runtime.v1.RuntimeService/RemoveContainer
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.742056458Z" level=info msg="Stopping pod sandbox: a08665ab545448cc87f52147c54880c41042a5bfaf312208fc6a63aefa0dbf33" id=45b122e3-e995-4cca-8ff7-fda9693ece0f name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.742097861Z" level=info msg="Stopped pod sandbox (already stopped): a08665ab545448cc87f52147c54880c41042a5bfaf312208fc6a63aefa0dbf33" id=45b122e3-e995-4cca-8ff7-fda9693ece0f name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.742375556Z" level=info msg="Removing pod sandbox: a08665ab545448cc87f52147c54880c41042a5bfaf312208fc6a63aefa0dbf33" id=bd0d0e0f-fdde-47b7-ba7f-e91b03e9efad name=/runtime.v1.RuntimeService/RemovePodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.751186497Z" level=info msg="Removed pod sandbox: a08665ab545448cc87f52147c54880c41042a5bfaf312208fc6a63aefa0dbf33" id=bd0d0e0f-fdde-47b7-ba7f-e91b03e9efad name=/runtime.v1.RuntimeService/RemovePodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.751786884Z" level=info msg="Stopping pod sandbox: a8a20f55961645b21d4863841030566e7603cd3c737ff0a3d245d43627a5e9d1" id=8ed19d9f-6b6a-41a6-beb6-d33133ad89a8 name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.751825440Z" level=info msg="Stopped pod sandbox (already stopped): a8a20f55961645b21d4863841030566e7603cd3c737ff0a3d245d43627a5e9d1" id=8ed19d9f-6b6a-41a6-beb6-d33133ad89a8 name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.752126110Z" level=info msg="Removing pod sandbox: a8a20f55961645b21d4863841030566e7603cd3c737ff0a3d245d43627a5e9d1" id=2efc73c2-7376-41dd-99cc-f880fd0d1c85 name=/runtime.v1.RuntimeService/RemovePodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.761225716Z" level=info msg="Removed pod sandbox: a8a20f55961645b21d4863841030566e7603cd3c737ff0a3d245d43627a5e9d1" id=2efc73c2-7376-41dd-99cc-f880fd0d1c85 name=/runtime.v1.RuntimeService/RemovePodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.761700007Z" level=info msg="Stopping pod sandbox: 7ec43ec6f59db3b2d9383a5e29016e48853a69770e6fbbe50b0f85923cbcf0fa" id=36417ff0-dce1-437c-a506-fa5dc889ac18 name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.761742846Z" level=info msg="Stopped pod sandbox (already stopped): 7ec43ec6f59db3b2d9383a5e29016e48853a69770e6fbbe50b0f85923cbcf0fa" id=36417ff0-dce1-437c-a506-fa5dc889ac18 name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.762136332Z" level=info msg="Removing pod sandbox: 7ec43ec6f59db3b2d9383a5e29016e48853a69770e6fbbe50b0f85923cbcf0fa" id=ddcbe6dc-6743-4a51-a48a-246635758e47 name=/runtime.v1.RuntimeService/RemovePodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.769964656Z" level=info msg="Removed pod sandbox: 7ec43ec6f59db3b2d9383a5e29016e48853a69770e6fbbe50b0f85923cbcf0fa" id=ddcbe6dc-6743-4a51-a48a-246635758e47 name=/runtime.v1.RuntimeService/RemovePodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.770422217Z" level=info msg="Stopping pod sandbox: df15217b439e2b0a9318b712e2451184de3cc23a825c517ede1e3440ee9fadfe" id=e9c6d822-b8b7-4570-8d77-21d5623d2622 name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.770459706Z" level=info msg="Stopped pod sandbox (already stopped): df15217b439e2b0a9318b712e2451184de3cc23a825c517ede1e3440ee9fadfe" id=e9c6d822-b8b7-4570-8d77-21d5623d2622 name=/runtime.v1.RuntimeService/StopPodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.770758595Z" level=info msg="Removing pod sandbox: df15217b439e2b0a9318b712e2451184de3cc23a825c517ede1e3440ee9fadfe" id=70fb8eff-f018-42cb-ba8d-e5f0ecf65400 name=/runtime.v1.RuntimeService/RemovePodSandbox
Oct 09 23:01:55 addons-749116 crio[891]: time="2023-10-09 23:01:55.783936007Z" level=info msg="Removed pod sandbox: df15217b439e2b0a9318b712e2451184de3cc23a825c517ede1e3440ee9fadfe" id=70fb8eff-f018-42cb-ba8d-e5f0ecf65400 name=/runtime.v1.RuntimeService/RemovePodSandbox
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
550995ec34d54 97e050c3e21e9472ce8eb8fcb7bb8f23063c0b473fe44bdc42246bb01c15cdd4 7 seconds ago Exited hello-world-app 2 20940983a7e1b hello-world-app-5d77478584-2mmph
a6f6111a3ed75 docker.io/library/nginx@sha256:4c93a3bd8bf95412889dd84213570102176b6052d88bb828eaf449c56aca55ef 2 minutes ago Running nginx 0 637bf5cfb8e9f nginx
6a71a91d162e8 ghcr.io/headlamp-k8s/headlamp@sha256:8e813897da00c345b1169d624b32e2367e5da1dbbffe33226f8a92973b816b50 3 minutes ago Running headlamp 0 dda4f176a8f16 headlamp-94b766c-z5lhq
1ae4f53a56584 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:63b520448091bc94aa4dba00d6b3b3c25e410c4fb73aa46feae5b25f9895abaa 4 minutes ago Running gcp-auth 0 2dc920d175b13 gcp-auth-d4c87556c-vpj2d
4cc0f03b7b9d3 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 5 minutes ago Running coredns 0 ead19fac15007 coredns-5dd5756b68-pkb4x
ae40edcaff5c1 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 fea61d0ae707b storage-provisioner
e551c71a85799 7da62c127fc0f2c3473babe4dd0fe1da874278c4e524a490b1781e3e0e6dddfa 5 minutes ago Running kube-proxy 0 795b7af8414b2 kube-proxy-qkshl
f2711ea8bd871 04b4eaa3d3db8abea4b9ea4d10a0926ebb31db5a31b673aa1cf7a4b3af4add26 5 minutes ago Running kindnet-cni 0 e93aa4fec1ac4 kindnet-vkmtc
d5571a725bbcc 89d57b83c17862d0ca2dd214e9e5ad425f8d67ecba32d10b846f8d22d3b5597c 6 minutes ago Running kube-controller-manager 0 1fa42bdf77650 kube-controller-manager-addons-749116
f2398f5cf10ec 64fc40cee3716a4596d219b360ce536adb7998eaeae3f5dbb774d6503f5039d7 6 minutes ago Running kube-scheduler 0 1bdd1f2a1fe68 kube-scheduler-addons-749116
92d19601d78ae 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 6 minutes ago Running etcd 0 a2504723ce4fc etcd-addons-749116
c8a36523b66ad 30bb499447fe1bc655853e2e8ac386cdeb28c80263536259cb54f290f9a58d6c 6 minutes ago Running kube-apiserver 0 fd6f4985b8bb9 kube-apiserver-addons-749116
*
* ==> coredns [4cc0f03b7b9d3ab899712d155cc00dab99e96faa4ac74af618e04263ad6f59fc] <==
* [INFO] 10.244.0.19:43495 - 52665 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002035493s
[INFO] 10.244.0.19:60856 - 24795 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000366992s
[INFO] 10.244.0.19:60856 - 39797 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001177719s
[INFO] 10.244.0.19:43495 - 15346 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002086612s
[INFO] 10.244.0.19:60856 - 58882 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000919183s
[INFO] 10.244.0.19:43495 - 12350 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000131266s
[INFO] 10.244.0.19:60856 - 35270 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000045735s
[INFO] 10.244.0.19:39518 - 10523 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000105584s
[INFO] 10.244.0.19:45466 - 3279 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000047024s
[INFO] 10.244.0.19:39518 - 11939 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000058913s
[INFO] 10.244.0.19:45466 - 30473 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000164045s
[INFO] 10.244.0.19:45466 - 27669 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000097559s
[INFO] 10.244.0.19:39518 - 26384 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000081403s
[INFO] 10.244.0.19:45466 - 18898 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00005422s
[INFO] 10.244.0.19:39518 - 133 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000043061s
[INFO] 10.244.0.19:39518 - 49123 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000067053s
[INFO] 10.244.0.19:45466 - 58752 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000098921s
[INFO] 10.244.0.19:45466 - 48922 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000091398s
[INFO] 10.244.0.19:39518 - 27870 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000077514s
[INFO] 10.244.0.19:39518 - 56932 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000983092s
[INFO] 10.244.0.19:45466 - 25843 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001229288s
[INFO] 10.244.0.19:39518 - 60147 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000892048s
[INFO] 10.244.0.19:45466 - 21742 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001229353s
[INFO] 10.244.0.19:39518 - 63630 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000250306s
[INFO] 10.244.0.19:45466 - 14331 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00003552s
*
* ==> describe nodes <==
* Name: addons-749116
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-749116
kubernetes.io/os=linux
minikube.k8s.io/commit=1a5b93fd6ef42f6c2d46c92c79fcd158f262dc90
minikube.k8s.io/name=addons-749116
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_10_09T22_55_56_0700
minikube.k8s.io/version=v1.31.2
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-749116
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 09 Oct 2023 22:55:51 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-749116
AcquireTime: <unset>
RenewTime: Mon, 09 Oct 2023 23:01:52 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 09 Oct 2023 22:59:29 +0000 Mon, 09 Oct 2023 22:55:48 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 09 Oct 2023 22:59:29 +0000 Mon, 09 Oct 2023 22:55:48 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 09 Oct 2023 22:59:29 +0000 Mon, 09 Oct 2023 22:55:48 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 09 Oct 2023 22:59:29 +0000 Mon, 09 Oct 2023 22:56:39 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-749116
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
System Info:
Machine ID: cae09d20258140128251c9ad71240693
System UUID: 8cf30a7f-d531-47b6-8b16-2996e8ea4731
Boot ID: 049a78d9-9f92-4a07-bf20-80a1aba53693
Kernel Version: 5.15.0-1047-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.2
Kube-Proxy Version: v1.28.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-2mmph 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-vpj2d 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m41s
headlamp headlamp-94b766c-z5lhq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m9s
kube-system coredns-5dd5756b68-pkb4x 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m51s
kube-system etcd-addons-749116 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m3s
kube-system kindnet-vkmtc 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m51s
kube-system kube-apiserver-addons-749116 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m3s
kube-system kube-controller-manager-addons-749116 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m3s
kube-system kube-proxy-qkshl 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m51s
kube-system kube-scheduler-addons-749116 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m3s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m45s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 220Mi (2%!)(MISSING) 220Mi (2%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m44s kube-proxy
Normal NodeHasSufficientMemory 6m11s (x8 over 6m11s) kubelet Node addons-749116 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m11s (x8 over 6m11s) kubelet Node addons-749116 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m11s (x8 over 6m11s) kubelet Node addons-749116 status is now: NodeHasSufficientPID
Normal Starting 6m3s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m3s kubelet Node addons-749116 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m3s kubelet Node addons-749116 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m3s kubelet Node addons-749116 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m51s node-controller Node addons-749116 event: Registered Node addons-749116 in Controller
Normal NodeReady 5m19s kubelet Node addons-749116 status is now: NodeReady
*
* ==> dmesg <==
* [ +0.000775] FS-Cache: N-cookie c=00000054 [p=0000004b fl=2 nc=0 na=1]
[ +0.000956] FS-Cache: N-cookie d=00000000cbdaf303{9p.inode} n=000000008c46acf3
[ +0.001221] FS-Cache: N-key=[8] '4174ed0000000000'
[ +0.002649] FS-Cache: Duplicate cookie detected
[ +0.000797] FS-Cache: O-cookie c=0000004e [p=0000004b fl=226 nc=0 na=1]
[ +0.001095] FS-Cache: O-cookie d=00000000cbdaf303{9p.inode} n=0000000051779926
[ +0.001073] FS-Cache: O-key=[8] '4174ed0000000000'
[ +0.000722] FS-Cache: N-cookie c=00000055 [p=0000004b fl=2 nc=0 na=1]
[ +0.001039] FS-Cache: N-cookie d=00000000cbdaf303{9p.inode} n=0000000049f111b5
[ +0.001114] FS-Cache: N-key=[8] '4174ed0000000000'
[ +2.529641] FS-Cache: Duplicate cookie detected
[ +0.000735] FS-Cache: O-cookie c=0000004c [p=0000004b fl=226 nc=0 na=1]
[ +0.000965] FS-Cache: O-cookie d=00000000cbdaf303{9p.inode} n=000000007a21eb82
[ +0.001086] FS-Cache: O-key=[8] '4074ed0000000000'
[ +0.000731] FS-Cache: N-cookie c=00000057 [p=0000004b fl=2 nc=0 na=1]
[ +0.000948] FS-Cache: N-cookie d=00000000cbdaf303{9p.inode} n=000000008c46acf3
[ +0.001021] FS-Cache: N-key=[8] '4074ed0000000000'
[ +0.346685] FS-Cache: Duplicate cookie detected
[ +0.000775] FS-Cache: O-cookie c=00000051 [p=0000004b fl=226 nc=0 na=1]
[ +0.001029] FS-Cache: O-cookie d=00000000cbdaf303{9p.inode} n=000000008547c6a0
[ +0.001112] FS-Cache: O-key=[8] '4674ed0000000000'
[ +0.000729] FS-Cache: N-cookie c=00000058 [p=0000004b fl=2 nc=0 na=1]
[ +0.000945] FS-Cache: N-cookie d=00000000cbdaf303{9p.inode} n=00000000b53bc840
[ +0.001191] FS-Cache: N-key=[8] '4674ed0000000000'
[Oct 9 21:48] new mount options do not match the existing superblock, will be ignored
*
* ==> etcd [92d19601d78ae84b6f32b973f79fb0ed3e89cb25c662b820e6d8ef81eb705e8b] <==
* {"level":"info","ts":"2023-10-09T22:55:48.449369Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2023-10-09T22:55:48.449419Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2023-10-09T22:55:48.449463Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2023-10-09T22:55:48.449496Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-10-09T22:55:48.449533Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2023-10-09T22:55:48.449566Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-10-09T22:55:48.455299Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-749116 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-10-09T22:55:48.455503Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-09T22:55:48.458258Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-09T22:55:48.458366Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-09T22:55:48.458415Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-09T22:55:48.458452Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-10-09T22:55:48.459147Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-10-09T22:55:48.46007Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-10-09T22:55:48.460347Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-10-09T22:55:48.461965Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-10-09T22:55:48.461989Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2023-10-09T22:56:09.583648Z","caller":"traceutil/trace.go:171","msg":"trace[535192582] linearizableReadLoop","detail":"{readStateIndex:418; appliedIndex:416; }","duration":"147.796179ms","start":"2023-10-09T22:56:09.435836Z","end":"2023-10-09T22:56:09.583633Z","steps":["trace[535192582] 'read index received' (duration: 75.402213ms)","trace[535192582] 'applied index is now lower than readState.Index' (duration: 72.393441ms)"],"step_count":2}
{"level":"warn","ts":"2023-10-09T22:56:09.587297Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"151.430528ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-proxy-qkshl\" ","response":"range_response_count:1 size:4422"}
{"level":"info","ts":"2023-10-09T22:56:09.588025Z","caller":"traceutil/trace.go:171","msg":"trace[319200359] range","detail":"{range_begin:/registry/pods/kube-system/kube-proxy-qkshl; range_end:; response_count:1; response_revision:408; }","duration":"152.220111ms","start":"2023-10-09T22:56:09.435789Z","end":"2023-10-09T22:56:09.588009Z","steps":["trace[319200359] 'agreement among raft nodes before linearized reading' (duration: 151.392613ms)"],"step_count":1}
{"level":"info","ts":"2023-10-09T22:56:09.588385Z","caller":"traceutil/trace.go:171","msg":"trace[183470291] transaction","detail":"{read_only:false; response_revision:407; number_of_response:1; }","duration":"207.700456ms","start":"2023-10-09T22:56:09.380673Z","end":"2023-10-09T22:56:09.588374Z","steps":["trace[183470291] 'process raft request' (duration: 130.517314ms)","trace[183470291] 'compare' (duration: 72.315738ms)"],"step_count":2}
{"level":"info","ts":"2023-10-09T22:56:09.605539Z","caller":"traceutil/trace.go:171","msg":"trace[116062451] transaction","detail":"{read_only:false; response_revision:408; number_of_response:1; }","duration":"224.888424ms","start":"2023-10-09T22:56:09.380629Z","end":"2023-10-09T22:56:09.605517Z","steps":["trace[116062451] 'process raft request' (duration: 202.967412ms)"],"step_count":1}
{"level":"info","ts":"2023-10-09T22:56:11.908937Z","caller":"traceutil/trace.go:171","msg":"trace[668626520] transaction","detail":"{read_only:false; response_revision:424; number_of_response:1; }","duration":"108.507449ms","start":"2023-10-09T22:56:11.800413Z","end":"2023-10-09T22:56:11.90892Z","steps":["trace[668626520] 'process raft request' (duration: 27.078476ms)","trace[668626520] 'compare' (duration: 81.228701ms)"],"step_count":2}
{"level":"warn","ts":"2023-10-09T22:56:12.603211Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"109.894456ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/limitranges/default/\" range_end:\"/registry/limitranges/default0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2023-10-09T22:56:12.603369Z","caller":"traceutil/trace.go:171","msg":"trace[567158841] range","detail":"{range_begin:/registry/limitranges/default/; range_end:/registry/limitranges/default0; response_count:0; response_revision:434; }","duration":"110.063491ms","start":"2023-10-09T22:56:12.493292Z","end":"2023-10-09T22:56:12.603355Z","steps":["trace[567158841] 'agreement among raft nodes before linearized reading' (duration: 35.038051ms)","trace[567158841] 'range keys from in-memory index tree' (duration: 74.836033ms)"],"step_count":2}
*
* ==> gcp-auth [1ae4f53a56584b55570a7d93982f6fe638e082207826668b7a27367790a691f3] <==
* 2023/10/09 22:57:25 GCP Auth Webhook started!
2023/10/09 22:58:02 Ready to marshal response ...
2023/10/09 22:58:02 Ready to write response ...
2023/10/09 22:58:03 Ready to marshal response ...
2023/10/09 22:58:03 Ready to write response ...
2023/10/09 22:58:19 Ready to marshal response ...
2023/10/09 22:58:19 Ready to write response ...
2023/10/09 22:58:19 Ready to marshal response ...
2023/10/09 22:58:19 Ready to write response ...
2023/10/09 22:58:24 Ready to marshal response ...
2023/10/09 22:58:24 Ready to write response ...
2023/10/09 22:58:27 Ready to marshal response ...
2023/10/09 22:58:27 Ready to write response ...
2023/10/09 22:58:49 Ready to marshal response ...
2023/10/09 22:58:49 Ready to write response ...
2023/10/09 22:58:49 Ready to marshal response ...
2023/10/09 22:58:49 Ready to write response ...
2023/10/09 22:58:49 Ready to marshal response ...
2023/10/09 22:58:49 Ready to write response ...
2023/10/09 22:59:11 Ready to marshal response ...
2023/10/09 22:59:11 Ready to write response ...
2023/10/09 23:01:32 Ready to marshal response ...
2023/10/09 23:01:32 Ready to write response ...
*
* ==> kernel <==
* 23:01:58 up 6:44, 0 users, load average: 0.15, 0.94, 1.78
Linux addons-749116 5.15.0-1047-aws #52~20.04.1-Ubuntu SMP Thu Sep 21 10:08:54 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
*
* ==> kindnet [f2711ea8bd871058cfa1700a7f7ed89f457ee1cd3cdc0665a62b594b4cae144e] <==
* I1009 22:59:49.539511 1 main.go:227] handling current node
I1009 22:59:59.553357 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 22:59:59.553384 1 main.go:227] handling current node
I1009 23:00:09.564735 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:00:09.564763 1 main.go:227] handling current node
I1009 23:00:19.577411 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:00:19.577441 1 main.go:227] handling current node
I1009 23:00:29.581359 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:00:29.581386 1 main.go:227] handling current node
I1009 23:00:39.591673 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:00:39.591781 1 main.go:227] handling current node
I1009 23:00:49.596458 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:00:49.596487 1 main.go:227] handling current node
I1009 23:00:59.607635 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:00:59.607661 1 main.go:227] handling current node
I1009 23:01:09.612016 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:01:09.612044 1 main.go:227] handling current node
I1009 23:01:19.623472 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:01:19.623501 1 main.go:227] handling current node
I1009 23:01:29.629173 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:01:29.629202 1 main.go:227] handling current node
I1009 23:01:39.636812 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:01:39.636841 1 main.go:227] handling current node
I1009 23:01:49.647639 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1009 23:01:49.647666 1 main.go:227] handling current node
*
* ==> kube-apiserver [c8a36523b66adffac6c7460d915eb992061251468a54b5a78ec92e4910d08e89] <==
* I1009 22:58:41.777867 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1009 22:58:41.778270 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1009 22:58:41.791075 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1009 22:58:41.791689 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1009 22:58:41.802684 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1009 22:58:41.802820 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1009 22:58:41.812609 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1009 22:58:41.813288 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1009 22:58:41.821598 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1009 22:58:41.821654 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1009 22:58:41.838682 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1009 22:58:41.838790 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1009 22:58:42.813424 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1009 22:58:42.839107 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1009 22:58:42.847781 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E1009 22:58:43.082588 1 authentication.go:70] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I1009 22:58:49.111790 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.230.189"}
I1009 22:58:51.661273 1 handler.go:232] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I1009 22:59:11.569211 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I1009 22:59:11.976472 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.84.131"}
I1009 22:59:12.036742 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I1009 22:59:12.057353 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1009 22:59:13.086087 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1009 22:59:56.203646 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I1009 23:01:32.951462 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.220.95"}
*
* ==> kube-controller-manager [d5571a725bbcc14072f18bd0f5c7c01c22ca9c60b0cce974a49ec776a9a6bc56] <==
* W1009 23:01:14.894804 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
E1009 23:01:14.894836 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
W1009 23:01:24.243283 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
E1009 23:01:24.243318 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
W1009 23:01:29.959076 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
E1009 23:01:29.959108 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
I1009 23:01:32.707910 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"
I1009 23:01:32.746073 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-2mmph"
I1009 23:01:32.766509 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="57.934008ms"
I1009 23:01:32.812004 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="45.37364ms"
I1009 23:01:32.830912 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="18.789425ms"
I1009 23:01:32.831137 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="76.858µs"
I1009 23:01:36.411740 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="85.079µs"
I1009 23:01:37.422707 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="69.276µs"
I1009 23:01:38.411600 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="70.195µs"
W1009 23:01:46.944183 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
E1009 23:01:46.944317 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
I1009 23:01:50.162407 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I1009 23:01:50.166408 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-5c4c674fdc" duration="6.695µs"
I1009 23:01:50.174350 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I1009 23:01:51.446460 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="43.176µs"
W1009 23:01:53.031582 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
E1009 23:01:53.031625 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
W1009 23:01:57.525393 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
E1009 23:01:57.525426 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
*
* ==> kube-proxy [e551c71a85799a0e6ef4d54cc1525f1d3581d9369604475fb1dbf1179a52e6ad] <==
* I1009 22:56:12.925360 1 server_others.go:69] "Using iptables proxy"
I1009 22:56:13.548798 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I1009 22:56:13.959586 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1009 22:56:13.962540 1 server_others.go:152] "Using iptables Proxier"
I1009 22:56:13.962654 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I1009 22:56:13.962687 1 server_others.go:438] "Defaulting to no-op detect-local"
I1009 22:56:13.962790 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"
I1009 22:56:13.963072 1 server.go:846] "Version info" version="v1.28.2"
I1009 22:56:13.986941 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1009 22:56:13.987912 1 config.go:188] "Starting service config controller"
I1009 22:56:13.988042 1 shared_informer.go:311] Waiting for caches to sync for service config
I1009 22:56:13.988106 1 config.go:97] "Starting endpoint slice config controller"
I1009 22:56:13.988142 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I1009 22:56:13.988707 1 config.go:315] "Starting node config controller"
I1009 22:56:13.988768 1 shared_informer.go:311] Waiting for caches to sync for node config
I1009 22:56:14.088836 1 shared_informer.go:318] Caches are synced for node config
I1009 22:56:14.093331 1 shared_informer.go:318] Caches are synced for service config
I1009 22:56:14.093348 1 shared_informer.go:318] Caches are synced for endpoint slice config
*
* ==> kube-scheduler [f2398f5cf10ec11d73b64dc3719508a681dc6d5ba320b0fb0743d21d07f66c1e] <==
* W1009 22:55:51.917461 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
E1009 22:55:51.917509 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
W1009 22:55:51.917609 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
E1009 22:55:51.917668 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
W1009 22:55:52.793544 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
E1009 22:55:52.793586 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
W1009 22:55:52.806035 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
E1009 22:55:52.806144 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
W1009 22:55:52.840950 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E1009 22:55:52.841060 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W1009 22:55:52.863169 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
E1009 22:55:52.863207 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
W1009 22:55:52.929257 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E1009 22:55:52.929489 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W1009 22:55:52.929441 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
E1009 22:55:52.929606 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
W1009 22:55:52.942241 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
E1009 22:55:52.942375 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
W1009 22:55:53.024338 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E1009 22:55:53.024455 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W1009 22:55:53.028105 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
E1009 22:55:53.028224 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
W1009 22:55:53.166049 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"
E1009 22:55:53.166196 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"
I1009 22:55:56.160792 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.441830 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/0f3508ed32a1f3a48a337333fabe5d9807f7e18561f114b835b893e1df6bf3e6/diff" to get inode usage: stat /var/lib/containers/storage/overlay/0f3508ed32a1f3a48a337333fabe5d9807f7e18561f114b835b893e1df6bf3e6/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.444045 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/2766f28f837f1e4fdd585f90a2807f5510b20a309e5284c2c124e74f4d5b0356/diff" to get inode usage: stat /var/lib/containers/storage/overlay/2766f28f837f1e4fdd585f90a2807f5510b20a309e5284c2c124e74f4d5b0356/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.446226 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/621421d3da0d671042abbafc74cfe24d1dacb32c6786fc033961ba37d38a50ee/diff" to get inode usage: stat /var/lib/containers/storage/overlay/621421d3da0d671042abbafc74cfe24d1dacb32c6786fc033961ba37d38a50ee/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.446226 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/477f13ce320ddd31dcb82e6c69ecb023f42bc6f7871b54e7b084d3dae8556888/diff" to get inode usage: stat /var/lib/containers/storage/overlay/477f13ce320ddd31dcb82e6c69ecb023f42bc6f7871b54e7b084d3dae8556888/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.456641 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/4883642c451df1e65996f89586f10c3a85717cd49acb63d25a92e45822f5b534/diff" to get inode usage: stat /var/lib/containers/storage/overlay/4883642c451df1e65996f89586f10c3a85717cd49acb63d25a92e45822f5b534/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.456641 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/d63ff7e34a16a0889d4efb82b89c1a0146f1f7dc967cd330de969e6b535a128f/diff" to get inode usage: stat /var/lib/containers/storage/overlay/d63ff7e34a16a0889d4efb82b89c1a0146f1f7dc967cd330de969e6b535a128f/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.462944 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/f77f02e064d664f9d0b898e3d84c709582cd9e2f7d10269eda340d85148c0ed1/diff" to get inode usage: stat /var/lib/containers/storage/overlay/f77f02e064d664f9d0b898e3d84c709582cd9e2f7d10269eda340d85148c0ed1/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.462945 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/2766f28f837f1e4fdd585f90a2807f5510b20a309e5284c2c124e74f4d5b0356/diff" to get inode usage: stat /var/lib/containers/storage/overlay/2766f28f837f1e4fdd585f90a2807f5510b20a309e5284c2c124e74f4d5b0356/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.462960 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/a0e3c583ef27a97b901ba7c6c03cb9baddd28166f08d461291e52a336a16d198/diff" to get inode usage: stat /var/lib/containers/storage/overlay/a0e3c583ef27a97b901ba7c6c03cb9baddd28166f08d461291e52a336a16d198/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.462973 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/bc07dd43eab397d35c7698c250d85c8351a51d6dbd3b985820ef2739e84ffba9/diff" to get inode usage: stat /var/lib/containers/storage/overlay/bc07dd43eab397d35c7698c250d85c8351a51d6dbd3b985820ef2739e84ffba9/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.464431 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/384636e707bb1341db9f0fc88e812ffbe7890b0fdda173af839e99cac5ac3f56/diff" to get inode usage: stat /var/lib/containers/storage/overlay/384636e707bb1341db9f0fc88e812ffbe7890b0fdda173af839e99cac5ac3f56/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.470731 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/e49914681963c920963ab953019165b2786fce50bd7388b07f478f4108c67bf1/diff" to get inode usage: stat /var/lib/containers/storage/overlay/e49914681963c920963ab953019165b2786fce50bd7388b07f478f4108c67bf1/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.471869 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/269f3e9346311492dc2a51136b0870052339a807690151b704a1547c246a6e5e/diff" to get inode usage: stat /var/lib/containers/storage/overlay/269f3e9346311492dc2a51136b0870052339a807690151b704a1547c246a6e5e/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.475359 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/4883642c451df1e65996f89586f10c3a85717cd49acb63d25a92e45822f5b534/diff" to get inode usage: stat /var/lib/containers/storage/overlay/4883642c451df1e65996f89586f10c3a85717cd49acb63d25a92e45822f5b534/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.476513 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/269f3e9346311492dc2a51136b0870052339a807690151b704a1547c246a6e5e/diff" to get inode usage: stat /var/lib/containers/storage/overlay/269f3e9346311492dc2a51136b0870052339a807690151b704a1547c246a6e5e/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.478703 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/e49914681963c920963ab953019165b2786fce50bd7388b07f478f4108c67bf1/diff" to get inode usage: stat /var/lib/containers/storage/overlay/e49914681963c920963ab953019165b2786fce50bd7388b07f478f4108c67bf1/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.480812 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/764900d2b01728b794468c58171c22966f15e5bf925c8edcf152ac24a2e162fa/diff" to get inode usage: stat /var/lib/containers/storage/overlay/764900d2b01728b794468c58171c22966f15e5bf925c8edcf152ac24a2e162fa/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.480821 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/8841a3e08c4bacd5ea55a65bf7a367b7a5eeb19b3a20eddf48c0022387fa7d24/diff" to get inode usage: stat /var/lib/containers/storage/overlay/8841a3e08c4bacd5ea55a65bf7a367b7a5eeb19b3a20eddf48c0022387fa7d24/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.483060 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/621421d3da0d671042abbafc74cfe24d1dacb32c6786fc033961ba37d38a50ee/diff" to get inode usage: stat /var/lib/containers/storage/overlay/621421d3da0d671042abbafc74cfe24d1dacb32c6786fc033961ba37d38a50ee/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.491981 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/764900d2b01728b794468c58171c22966f15e5bf925c8edcf152ac24a2e162fa/diff" to get inode usage: stat /var/lib/containers/storage/overlay/764900d2b01728b794468c58171c22966f15e5bf925c8edcf152ac24a2e162fa/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.501197 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/f77f02e064d664f9d0b898e3d84c709582cd9e2f7d10269eda340d85148c0ed1/diff" to get inode usage: stat /var/lib/containers/storage/overlay/f77f02e064d664f9d0b898e3d84c709582cd9e2f7d10269eda340d85148c0ed1/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.512751 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/3569477c9daa60257f29ecc3ccf0b8640c431bf97fdaa27c2adc2ed7c55063d0/diff" to get inode usage: stat /var/lib/containers/storage/overlay/3569477c9daa60257f29ecc3ccf0b8640c431bf97fdaa27c2adc2ed7c55063d0/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: E1009 23:01:55.512751 1362 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/3569477c9daa60257f29ecc3ccf0b8640c431bf97fdaa27c2adc2ed7c55063d0/diff" to get inode usage: stat /var/lib/containers/storage/overlay/3569477c9daa60257f29ecc3ccf0b8640c431bf97fdaa27c2adc2ed7c55063d0/diff: no such file or directory, extraDiskErr: <nil>
Oct 09 23:01:55 addons-749116 kubelet[1362]: I1009 23:01:55.665010 1362 scope.go:117] "RemoveContainer" containerID="f149c3a280ca7eda1945dc1aac4df981932babb1478dbc80a70c8f1bf489e87f"
Oct 09 23:01:55 addons-749116 kubelet[1362]: I1009 23:01:55.704559 1362 scope.go:117] "RemoveContainer" containerID="b30e74788a705406069f502eb03db0d914478b5457f3958e9b2512191daf5beb"
*
* ==> storage-provisioner [ae40edcaff5c15de7e476c7e5c941dd5d001072bd624aa178a1d858859eaadd2] <==
* I1009 22:56:40.475082 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1009 22:56:40.508771 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1009 22:56:40.508862 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1009 22:56:40.520313 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1009 22:56:40.520590 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"95a5f712-3256-4d4a-a269-115b2e3ee2ab", APIVersion:"v1", ResourceVersion:"874", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-749116_bd1668c4-9229-43d7-8356-078e654b7b19 became leader
I1009 22:56:40.521645 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-749116_bd1668c4-9229-43d7-8356-078e654b7b19!
I1009 22:56:40.622697 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-749116_bd1668c4-9229-43d7-8356-078e654b7b19!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-749116 -n addons-749116
helpers_test.go:261: (dbg) Run: kubectl --context addons-749116 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 (169.40s)