=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-172555 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-172555 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-172555 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [dfb61cd2-8428-415c-8a16-c98fae23c75d] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [dfb61cd2-8428-415c-8a16-c98fae23c75d] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.017486197s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-172555 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-172555 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.794097044s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run: kubectl --context addons-172555 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-172555 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-172555 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-172555 addons disable ingress-dns --alsologtostderr -v=1: (1.459180522s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-172555 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-172555 addons disable ingress --alsologtostderr -v=1: (7.770979801s)
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-172555
helpers_test.go:235: (dbg) docker inspect addons-172555:
-- stdout --
[
{
"Id": "ba6306fd01418c8feb4eaf86f00934ab46b265f806769bb4958b41d531b75a40",
"Created": "2024-08-01T02:25:23.668179506Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 2595168,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-08-01T02:25:23.817239598Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:2cd84ab2172023a68162f38a55db46353562cea41552fd8e8bdec97b31b2c495",
"ResolvConfPath": "/var/lib/docker/containers/ba6306fd01418c8feb4eaf86f00934ab46b265f806769bb4958b41d531b75a40/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/ba6306fd01418c8feb4eaf86f00934ab46b265f806769bb4958b41d531b75a40/hostname",
"HostsPath": "/var/lib/docker/containers/ba6306fd01418c8feb4eaf86f00934ab46b265f806769bb4958b41d531b75a40/hosts",
"LogPath": "/var/lib/docker/containers/ba6306fd01418c8feb4eaf86f00934ab46b265f806769bb4958b41d531b75a40/ba6306fd01418c8feb4eaf86f00934ab46b265f806769bb4958b41d531b75a40-json.log",
"Name": "/addons-172555",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-172555:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-172555",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/63b83d75df569b62bca06a23d327953e3127f63661a6644a2919ff5f5fc7128f-init/diff:/var/lib/docker/overlay2/9a14575b4668006366ba8ad1091a9139e2a57897af12425069611708ddd6cd8c/diff",
"MergedDir": "/var/lib/docker/overlay2/63b83d75df569b62bca06a23d327953e3127f63661a6644a2919ff5f5fc7128f/merged",
"UpperDir": "/var/lib/docker/overlay2/63b83d75df569b62bca06a23d327953e3127f63661a6644a2919ff5f5fc7128f/diff",
"WorkDir": "/var/lib/docker/overlay2/63b83d75df569b62bca06a23d327953e3127f63661a6644a2919ff5f5fc7128f/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-172555",
"Source": "/var/lib/docker/volumes/addons-172555/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-172555",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7",
"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-172555",
"name.minikube.sigs.k8s.io": "addons-172555",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "ce893d818c909ff3ffba97444d1e7a82b80c6bc6c2d8935f373f0bf404ab7ede",
"SandboxKey": "/var/run/docker/netns/ce893d818c90",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35773"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35774"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35777"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35775"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "35776"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-172555": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "c8f0125e5109d35006db09e5a7b70e9704795b5b1f08e8195b8fab88ca599abb",
"EndpointID": "18a464053afc9ab17395e2112cf8fa304827b9ae6e04e21f4cd82785f2c7dffb",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-172555",
"ba6306fd0141"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-172555 -n addons-172555
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-172555 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-172555 logs -n 25: (1.420549813s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| delete | -p download-only-723960 | download-only-723960 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| start | -o=json --download-only | download-only-974176 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | |
| | -p download-only-974176 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.0-beta.0 | | | | | |
| | --container-runtime=crio | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | --all | minikube | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| delete | -p download-only-974176 | download-only-974176 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| delete | -p download-only-779865 | download-only-779865 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| delete | -p download-only-723960 | download-only-723960 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| delete | -p download-only-974176 | download-only-974176 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| start | --download-only -p | download-docker-364351 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | |
| | download-docker-364351 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-364351 | download-docker-364351 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| start | --download-only -p | binary-mirror-918884 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | |
| | binary-mirror-918884 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:39697 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-918884 | binary-mirror-918884 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:24 UTC |
| addons | disable dashboard -p | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | |
| | addons-172555 | | | | | |
| addons | enable dashboard -p | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | |
| | addons-172555 | | | | | |
| start | -p addons-172555 --wait=true | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:24 UTC | 01 Aug 24 02:28 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | addons-172555 addons disable | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:28 UTC | 01 Aug 24 02:29 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-172555 ip | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:29 UTC | 01 Aug 24 02:29 UTC |
| addons | addons-172555 addons disable | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:29 UTC | 01 Aug 24 02:29 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-172555 addons | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:30 UTC | 01 Aug 24 02:30 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-172555 addons | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:30 UTC | 01 Aug 24 02:30 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:30 UTC | 01 Aug 24 02:30 UTC |
| | addons-172555 | | | | | |
| ssh | addons-172555 ssh curl -s | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:30 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-172555 ip | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:32 UTC | 01 Aug 24 02:32 UTC |
| addons | addons-172555 addons disable | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:32 UTC | 01 Aug 24 02:32 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-172555 addons disable | addons-172555 | jenkins | v1.33.1 | 01 Aug 24 02:32 UTC | 01 Aug 24 02:32 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/08/01 02:24:58
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.22.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0801 02:24:58.978855 2594679 out.go:291] Setting OutFile to fd 1 ...
I0801 02:24:58.979312 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0801 02:24:58.979322 2594679 out.go:304] Setting ErrFile to fd 2...
I0801 02:24:58.979328 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0801 02:24:58.979585 2594679 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-2588282/.minikube/bin
I0801 02:24:58.980018 2594679 out.go:298] Setting JSON to false
I0801 02:24:58.980887 2594679 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":36437,"bootTime":1722442662,"procs":158,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1066-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0801 02:24:58.980953 2594679 start.go:139] virtualization:
I0801 02:24:58.983525 2594679 out.go:177] * [addons-172555] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0801 02:24:58.986462 2594679 out.go:177] - MINIKUBE_LOCATION=19312
I0801 02:24:58.986673 2594679 notify.go:220] Checking for updates...
I0801 02:24:58.989942 2594679 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0801 02:24:58.992024 2594679 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19312-2588282/kubeconfig
I0801 02:24:58.993898 2594679 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-2588282/.minikube
I0801 02:24:58.995638 2594679 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0801 02:24:58.997958 2594679 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0801 02:24:59.000451 2594679 driver.go:392] Setting default libvirt URI to qemu:///system
I0801 02:24:59.021293 2594679 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
I0801 02:24:59.021425 2594679 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0801 02:24:59.086788 2594679 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-08-01 02:24:59.077818957 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1066-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0801 02:24:59.086903 2594679 docker.go:307] overlay module found
I0801 02:24:59.088837 2594679 out.go:177] * Using the docker driver based on user configuration
I0801 02:24:59.090991 2594679 start.go:297] selected driver: docker
I0801 02:24:59.091012 2594679 start.go:901] validating driver "docker" against <nil>
I0801 02:24:59.091027 2594679 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0801 02:24:59.091696 2594679 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0801 02:24:59.152688 2594679 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:25 OomKillDisable:true NGoroutines:44 SystemTime:2024-08-01 02:24:59.143639314 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1066-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214900736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.1.1 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.1]] Warnings:<nil>}}
I0801 02:24:59.152848 2594679 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0801 02:24:59.153073 2594679 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0801 02:24:59.155174 2594679 out.go:177] * Using Docker driver with root privileges
I0801 02:24:59.156970 2594679 cni.go:84] Creating CNI manager for ""
I0801 02:24:59.156990 2594679 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0801 02:24:59.157000 2594679 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0801 02:24:59.157084 2594679 start.go:340] cluster config:
{Name:addons-172555 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-172555 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0801 02:24:59.159369 2594679 out.go:177] * Starting "addons-172555" primary control-plane node in "addons-172555" cluster
I0801 02:24:59.161366 2594679 cache.go:121] Beginning downloading kic base image for docker with crio
I0801 02:24:59.163342 2594679 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
I0801 02:24:59.165322 2594679 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0801 02:24:59.165383 2594679 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-2588282/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4
I0801 02:24:59.165397 2594679 cache.go:56] Caching tarball of preloaded images
I0801 02:24:59.165395 2594679 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
I0801 02:24:59.165484 2594679 preload.go:172] Found /home/jenkins/minikube-integration/19312-2588282/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0801 02:24:59.165496 2594679 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
I0801 02:24:59.165863 2594679 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/config.json ...
I0801 02:24:59.165888 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/config.json: {Name:mk2447650b1b1b704ef3de48fb8db150b020edcd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:24:59.180361 2594679 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
I0801 02:24:59.180473 2594679 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
I0801 02:24:59.180502 2594679 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
I0801 02:24:59.180511 2594679 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
I0801 02:24:59.180518 2594679 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
I0801 02:24:59.180524 2594679 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
I0801 02:25:16.371672 2594679 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
I0801 02:25:16.371713 2594679 cache.go:194] Successfully downloaded all kic artifacts
I0801 02:25:16.371755 2594679 start.go:360] acquireMachinesLock for addons-172555: {Name:mk683fcf1e0934bc3bc740edcbd93bc73f5bc42a Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0801 02:25:16.371881 2594679 start.go:364] duration metric: took 103.261µs to acquireMachinesLock for "addons-172555"
I0801 02:25:16.371923 2594679 start.go:93] Provisioning new machine with config: &{Name:addons-172555 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-172555 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0801 02:25:16.372012 2594679 start.go:125] createHost starting for "" (driver="docker")
I0801 02:25:16.377513 2594679 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0801 02:25:16.377830 2594679 start.go:159] libmachine.API.Create for "addons-172555" (driver="docker")
I0801 02:25:16.377887 2594679 client.go:168] LocalClient.Create starting
I0801 02:25:16.378010 2594679 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca.pem
I0801 02:25:16.899862 2594679 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/cert.pem
I0801 02:25:17.241010 2594679 cli_runner.go:164] Run: docker network inspect addons-172555 --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}}]}"
W0801 02:25:17.257347 2594679 cli_runner.go:211] docker network inspect addons-172555 --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
I0801 02:25:17.257458 2594679 network_create.go:284] running [docker network inspect addons-172555] to gather additional debugging logs...
I0801 02:25:17.257484 2594679 cli_runner.go:164] Run: docker network inspect addons-172555
W0801 02:25:17.272669 2594679 cli_runner.go:211] docker network inspect addons-172555 returned with exit code 1
I0801 02:25:17.272704 2594679 network_create.go:287] error running [docker network inspect addons-172555]: docker network inspect addons-172555: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-172555 not found
I0801 02:25:17.272721 2594679 network_create.go:289] output of [docker network inspect addons-172555]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-172555 not found
** /stderr **
I0801 02:25:17.272865 2594679 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}}]}"
I0801 02:25:17.287793 2594679 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0x4001d11530}
I0801 02:25:17.287842 2594679 network_create.go:124] attempt to create docker network addons-172555 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0801 02:25:17.287902 2594679 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-172555 addons-172555
I0801 02:25:17.358683 2594679 network_create.go:108] docker network addons-172555 192.168.49.0/24 created
I0801 02:25:17.358718 2594679 kic.go:121] calculated static IP "192.168.49.2" for the "addons-172555" container
I0801 02:25:17.358793 2594679 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0801 02:25:17.373221 2594679 cli_runner.go:164] Run: docker volume create addons-172555 --label name.minikube.sigs.k8s.io=addons-172555 --label created_by.minikube.sigs.k8s.io=true
I0801 02:25:17.390049 2594679 oci.go:103] Successfully created a docker volume addons-172555
I0801 02:25:17.390160 2594679 cli_runner.go:164] Run: docker run --rm --name addons-172555-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-172555 --entrypoint /usr/bin/test -v addons-172555:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
I0801 02:25:19.335225 2594679 cli_runner.go:217] Completed: docker run --rm --name addons-172555-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-172555 --entrypoint /usr/bin/test -v addons-172555:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (1.945017514s)
I0801 02:25:19.335263 2594679 oci.go:107] Successfully prepared a docker volume addons-172555
I0801 02:25:19.335289 2594679 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0801 02:25:19.335310 2594679 kic.go:194] Starting extracting preloaded images to volume ...
I0801 02:25:19.335403 2594679 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-2588282/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-172555:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
I0801 02:25:23.600594 2594679 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-2588282/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-172555:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.265143993s)
I0801 02:25:23.600630 2594679 kic.go:203] duration metric: took 4.265317834s to extract preloaded images to volume ...
W0801 02:25:23.600803 2594679 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0801 02:25:23.600917 2594679 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0801 02:25:23.653371 2594679 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-172555 --name addons-172555 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-172555 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-172555 --network addons-172555 --ip 192.168.49.2 --volume addons-172555:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7
I0801 02:25:23.980429 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Running}}
I0801 02:25:24.006063 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:24.030259 2594679 cli_runner.go:164] Run: docker exec addons-172555 stat /var/lib/dpkg/alternatives/iptables
I0801 02:25:24.099280 2594679 oci.go:144] the created container "addons-172555" has a running status.
I0801 02:25:24.099329 2594679 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa...
I0801 02:25:24.411559 2594679 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0801 02:25:24.436128 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:24.458197 2594679 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0801 02:25:24.458217 2594679 kic_runner.go:114] Args: [docker exec --privileged addons-172555 chown docker:docker /home/docker/.ssh/authorized_keys]
I0801 02:25:24.547550 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:24.577941 2594679 machine.go:94] provisionDockerMachine start ...
I0801 02:25:24.578039 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:24.598924 2594679 main.go:141] libmachine: Using SSH client type: native
I0801 02:25:24.599193 2594679 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 35773 <nil> <nil>}
I0801 02:25:24.599203 2594679 main.go:141] libmachine: About to run SSH command:
hostname
I0801 02:25:24.773021 2594679 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-172555
I0801 02:25:24.773145 2594679 ubuntu.go:169] provisioning hostname "addons-172555"
I0801 02:25:24.773253 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:24.795573 2594679 main.go:141] libmachine: Using SSH client type: native
I0801 02:25:24.795813 2594679 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 35773 <nil> <nil>}
I0801 02:25:24.795824 2594679 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-172555 && echo "addons-172555" | sudo tee /etc/hostname
I0801 02:25:24.967989 2594679 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-172555
I0801 02:25:24.968135 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:24.990752 2594679 main.go:141] libmachine: Using SSH client type: native
I0801 02:25:24.990992 2594679 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 35773 <nil> <nil>}
I0801 02:25:24.991009 2594679 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-172555' /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-172555/g' /etc/hosts;
else
echo '127.0.1.1 addons-172555' | sudo tee -a /etc/hosts;
fi
fi
I0801 02:25:25.129464 2594679 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0801 02:25:25.129538 2594679 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-2588282/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-2588282/.minikube}
I0801 02:25:25.129583 2594679 ubuntu.go:177] setting up certificates
I0801 02:25:25.129621 2594679 provision.go:84] configureAuth start
I0801 02:25:25.129724 2594679 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-172555
I0801 02:25:25.147227 2594679 provision.go:143] copyHostCerts
I0801 02:25:25.147338 2594679 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-2588282/.minikube/cert.pem (1123 bytes)
I0801 02:25:25.147461 2594679 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-2588282/.minikube/key.pem (1675 bytes)
I0801 02:25:25.147521 2594679 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.pem (1078 bytes)
I0801 02:25:25.147569 2594679 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-2588282/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca-key.pem org=jenkins.addons-172555 san=[127.0.0.1 192.168.49.2 addons-172555 localhost minikube]
I0801 02:25:25.438808 2594679 provision.go:177] copyRemoteCerts
I0801 02:25:25.438891 2594679 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0801 02:25:25.438944 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:25.457815 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:25.555264 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0801 02:25:25.583522 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0801 02:25:25.610260 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0801 02:25:25.636352 2594679 provision.go:87] duration metric: took 506.698507ms to configureAuth
I0801 02:25:25.636432 2594679 ubuntu.go:193] setting minikube options for container-runtime
I0801 02:25:25.636661 2594679 config.go:182] Loaded profile config "addons-172555": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0801 02:25:25.636790 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:25.652892 2594679 main.go:141] libmachine: Using SSH client type: native
I0801 02:25:25.653185 2594679 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 35773 <nil> <nil>}
I0801 02:25:25.653208 2594679 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
I0801 02:25:25.895853 2594679 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0801 02:25:25.895877 2594679 machine.go:97] duration metric: took 1.317915712s to provisionDockerMachine
I0801 02:25:25.895888 2594679 client.go:171] duration metric: took 9.517989332s to LocalClient.Create
I0801 02:25:25.895912 2594679 start.go:167] duration metric: took 9.518084273s to libmachine.API.Create "addons-172555"
I0801 02:25:25.895920 2594679 start.go:293] postStartSetup for "addons-172555" (driver="docker")
I0801 02:25:25.895936 2594679 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0801 02:25:25.896012 2594679 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
I0801 02:25:25.896063 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:25.913454 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:26.012546 2594679 ssh_runner.go:195] Run: cat /etc/os-release
I0801 02:25:26.016059 2594679 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0801 02:25:26.016099 2594679 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0801 02:25:26.016110 2594679 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0801 02:25:26.016118 2594679 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0801 02:25:26.016128 2594679 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-2588282/.minikube/addons for local assets ...
I0801 02:25:26.016208 2594679 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-2588282/.minikube/files for local assets ...
I0801 02:25:26.016237 2594679 start.go:296] duration metric: took 120.306411ms for postStartSetup
I0801 02:25:26.016565 2594679 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-172555
I0801 02:25:26.033161 2594679 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/config.json ...
I0801 02:25:26.033474 2594679 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0801 02:25:26.033540 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:26.050842 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:26.141816 2594679 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0801 02:25:26.146059 2594679 start.go:128] duration metric: took 9.774029271s to createHost
I0801 02:25:26.146088 2594679 start.go:83] releasing machines lock for "addons-172555", held for 9.774190927s
I0801 02:25:26.146164 2594679 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-172555
I0801 02:25:26.161893 2594679 ssh_runner.go:195] Run: cat /version.json
I0801 02:25:26.161934 2594679 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0801 02:25:26.161945 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:26.161989 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:26.180400 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:26.185204 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:26.268479 2594679 ssh_runner.go:195] Run: systemctl --version
I0801 02:25:26.394800 2594679 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0801 02:25:26.537141 2594679 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0801 02:25:26.541194 2594679 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" ;
I0801 02:25:26.561859 2594679 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0801 02:25:26.561947 2594679 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" ;
I0801 02:25:26.594813 2594679 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0801 02:25:26.594839 2594679 start.go:495] detecting cgroup driver to use...
I0801 02:25:26.594874 2594679 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0801 02:25:26.594927 2594679 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0801 02:25:26.611834 2594679 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0801 02:25:26.623719 2594679 docker.go:217] disabling cri-docker service (if available) ...
I0801 02:25:26.623784 2594679 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0801 02:25:26.637701 2594679 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0801 02:25:26.651823 2594679 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0801 02:25:26.741861 2594679 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0801 02:25:26.837289 2594679 docker.go:233] disabling docker service ...
I0801 02:25:26.837403 2594679 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0801 02:25:26.856565 2594679 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0801 02:25:26.868608 2594679 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0801 02:25:26.957906 2594679 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0801 02:25:27.065292 2594679 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0801 02:25:27.077088 2594679 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"
I0801 02:25:27.094960 2594679 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0801 02:25:27.095081 2594679 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"
I0801 02:25:27.105386 2594679 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0801 02:25:27.105473 2594679 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0801 02:25:27.116505 2594679 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0801 02:25:27.126706 2594679 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0801 02:25:27.136653 2594679 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0801 02:25:27.145903 2594679 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0801 02:25:27.155921 2594679 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0801 02:25:27.171588 2594679 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0801 02:25:27.181252 2594679 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0801 02:25:27.189757 2594679 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0801 02:25:27.198198 2594679 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0801 02:25:27.292475 2594679 ssh_runner.go:195] Run: sudo systemctl restart crio
I0801 02:25:27.401195 2594679 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0801 02:25:27.401347 2594679 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0801 02:25:27.405036 2594679 start.go:563] Will wait 60s for crictl version
I0801 02:25:27.405190 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:25:27.409096 2594679 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0801 02:25:27.454061 2594679 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0801 02:25:27.454214 2594679 ssh_runner.go:195] Run: crio --version
I0801 02:25:27.496308 2594679 ssh_runner.go:195] Run: crio --version
I0801 02:25:27.537447 2594679 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
I0801 02:25:27.539425 2594679 cli_runner.go:164] Run: docker network inspect addons-172555 --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}}]}"
I0801 02:25:27.555348 2594679 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0801 02:25:27.558917 2594679 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""
I0801 02:25:27.569930 2594679 kubeadm.go:883] updating cluster {Name:addons-172555 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-172555 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0801 02:25:27.570062 2594679 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0801 02:25:27.570129 2594679 ssh_runner.go:195] Run: sudo crictl images --output json
I0801 02:25:27.644942 2594679 crio.go:514] all images are preloaded for cri-o runtime.
I0801 02:25:27.644967 2594679 crio.go:433] Images already preloaded, skipping extraction
I0801 02:25:27.645023 2594679 ssh_runner.go:195] Run: sudo crictl images --output json
I0801 02:25:27.679442 2594679 crio.go:514] all images are preloaded for cri-o runtime.
I0801 02:25:27.679465 2594679 cache_images.go:84] Images are preloaded, skipping loading
I0801 02:25:27.679474 2594679 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
I0801 02:25:27.679576 2594679 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-172555 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-172555 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0801 02:25:27.679662 2594679 ssh_runner.go:195] Run: crio config
I0801 02:25:27.724978 2594679 cni.go:84] Creating CNI manager for ""
I0801 02:25:27.724998 2594679 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0801 02:25:27.725007 2594679 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0801 02:25:27.725029 2594679 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-172555 NodeName:addons-172555 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0801 02:25:27.725180 2594679 kubeadm.go:187] kubeadm config:
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.49.2
bindPort: 8443
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
ttl: 24h0m0s
usages:
- signing
- authentication
nodeRegistration:
criSocket: unix:///var/run/crio/crio.sock
name: "addons-172555"
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.30.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(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
I0801 02:25:27.725254 2594679 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0801 02:25:27.733854 2594679 binaries.go:44] Found k8s binaries, skipping transfer
I0801 02:25:27.733925 2594679 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0801 02:25:27.742312 2594679 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0801 02:25:27.760756 2594679 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0801 02:25:27.778829 2594679 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0801 02:25:27.796768 2594679 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0801 02:25:27.800098 2594679 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""
I0801 02:25:27.810919 2594679 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0801 02:25:27.903716 2594679 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0801 02:25:27.918191 2594679 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555 for IP: 192.168.49.2
I0801 02:25:27.918218 2594679 certs.go:194] generating shared ca certs ...
I0801 02:25:27.918237 2594679 certs.go:226] acquiring lock for ca certs: {Name:mk023fa407219e3749063394032b078c4462152b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:27.918927 2594679 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.key
I0801 02:25:28.306006 2594679 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.crt ...
I0801 02:25:28.306039 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.crt: {Name:mka23a3e357c332a7c291e06a7a7e7b0e7656a5d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:28.307249 2594679 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.key ...
I0801 02:25:28.307266 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.key: {Name:mkc06e60e25e1f5c8ca17b270c78fc83fa5d47c8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:28.307402 2594679 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-2588282/.minikube/proxy-client-ca.key
I0801 02:25:28.711058 2594679 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-2588282/.minikube/proxy-client-ca.crt ...
I0801 02:25:28.711093 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/proxy-client-ca.crt: {Name:mk966df40bae451886b0474ee51e182db5690661 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:28.711702 2594679 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-2588282/.minikube/proxy-client-ca.key ...
I0801 02:25:28.711720 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/proxy-client-ca.key: {Name:mk58d5869e9cf11d4bcc999e7e1bb5fbe47003db Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:28.712196 2594679 certs.go:256] generating profile certs ...
I0801 02:25:28.712261 2594679 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/client.key
I0801 02:25:28.712278 2594679 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/client.crt with IP's: []
I0801 02:25:28.936028 2594679 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/client.crt ...
I0801 02:25:28.936059 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/client.crt: {Name:mk70b2832f7fc783839979b6652e65d19428f9ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:28.936973 2594679 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/client.key ...
I0801 02:25:28.936988 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/client.key: {Name:mk080b16489eea35b83f5b9b606368ee63caa106 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:28.937083 2594679 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.key.920c4c5e
I0801 02:25:28.937123 2594679 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.crt.920c4c5e with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0801 02:25:29.768025 2594679 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.crt.920c4c5e ...
I0801 02:25:29.768075 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.crt.920c4c5e: {Name:mkad498f53380231695f4816ae6af2f78504e41e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:29.768313 2594679 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.key.920c4c5e ...
I0801 02:25:29.768339 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.key.920c4c5e: {Name:mka638eeeee33931c10d9a475ade586df77c404c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:29.768450 2594679 certs.go:381] copying /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.crt.920c4c5e -> /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.crt
I0801 02:25:29.768554 2594679 certs.go:385] copying /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.key.920c4c5e -> /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.key
I0801 02:25:29.768617 2594679 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.key
I0801 02:25:29.768641 2594679 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.crt with IP's: []
I0801 02:25:30.040326 2594679 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.crt ...
I0801 02:25:30.040420 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.crt: {Name:mk961e44079702d8ea1434d0f0c0ab028fcfb410 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:30.040762 2594679 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.key ...
I0801 02:25:30.040816 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.key: {Name:mk49cb6bc5aa885be82cb03b03f0c9ec6f108f3e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:30.042893 2594679 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca-key.pem (1679 bytes)
I0801 02:25:30.042995 2594679 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/ca.pem (1078 bytes)
I0801 02:25:30.043059 2594679 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/cert.pem (1123 bytes)
I0801 02:25:30.043126 2594679 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-2588282/.minikube/certs/key.pem (1675 bytes)
I0801 02:25:30.043959 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0801 02:25:30.076977 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0801 02:25:30.108927 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0801 02:25:30.146437 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0801 02:25:30.175062 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0801 02:25:30.202564 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0801 02:25:30.228468 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0801 02:25:30.255095 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/profiles/addons-172555/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0801 02:25:30.281272 2594679 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-2588282/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0801 02:25:30.323645 2594679 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0801 02:25:30.344461 2594679 ssh_runner.go:195] Run: openssl version
I0801 02:25:30.354127 2594679 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"
I0801 02:25:30.364178 2594679 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0801 02:25:30.368010 2594679 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Aug 1 02:25 /usr/share/ca-certificates/minikubeCA.pem
I0801 02:25:30.368079 2594679 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0801 02:25:30.375810 2594679 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"
I0801 02:25:30.385914 2594679 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0801 02:25:30.389726 2594679 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0801 02:25:30.389806 2594679 kubeadm.go:392] StartCluster: {Name:addons-172555 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-172555 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0801 02:25:30.389900 2594679 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0801 02:25:30.389959 2594679 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0801 02:25:30.433769 2594679 cri.go:89] found id: ""
I0801 02:25:30.433904 2594679 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0801 02:25:30.443712 2594679 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0801 02:25:30.453283 2594679 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0801 02:25:30.453380 2594679 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
I0801 02:25:30.462915 2594679 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0801 02:25:30.462934 2594679 kubeadm.go:157] found existing configuration files:
I0801 02:25:30.463020 2594679 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0801 02:25:30.472710 2594679 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0801 02:25:30.472813 2594679 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0801 02:25:30.482191 2594679 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0801 02:25:30.491993 2594679 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0801 02:25:30.492111 2594679 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0801 02:25:30.501291 2594679 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0801 02:25:30.511898 2594679 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0801 02:25:30.512021 2594679 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0801 02:25:30.521823 2594679 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0801 02:25:30.531745 2594679 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0801 02:25:30.531861 2594679 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0801 02:25:30.541052 2594679 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.3:$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"
I0801 02:25:30.593035 2594679 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0801 02:25:30.593170 2594679 kubeadm.go:310] [preflight] Running pre-flight checks
I0801 02:25:30.635681 2594679 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0801 02:25:30.635795 2594679 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1066-aws[0m
I0801 02:25:30.635867 2594679 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0801 02:25:30.635933 2594679 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0801 02:25:30.636000 2594679 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0801 02:25:30.636064 2594679 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0801 02:25:30.636131 2594679 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0801 02:25:30.636196 2594679 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0801 02:25:30.636267 2594679 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0801 02:25:30.636334 2594679 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0801 02:25:30.636405 2594679 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0801 02:25:30.636472 2594679 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0801 02:25:30.698347 2594679 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0801 02:25:30.698507 2594679 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0801 02:25:30.698642 2594679 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0801 02:25:30.928467 2594679 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0801 02:25:30.932954 2594679 out.go:204] - Generating certificates and keys ...
I0801 02:25:30.933069 2594679 kubeadm.go:310] [certs] Using existing ca certificate authority
I0801 02:25:30.933170 2594679 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0801 02:25:31.261578 2594679 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0801 02:25:31.835896 2594679 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0801 02:25:32.422954 2594679 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0801 02:25:32.914412 2594679 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0801 02:25:33.240419 2594679 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0801 02:25:33.240803 2594679 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-172555 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0801 02:25:33.740802 2594679 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0801 02:25:33.741140 2594679 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-172555 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0801 02:25:34.083083 2594679 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0801 02:25:34.716344 2594679 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0801 02:25:35.096732 2594679 kubeadm.go:310] [certs] Generating "sa" key and public key
I0801 02:25:35.097025 2594679 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0801 02:25:35.361747 2594679 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0801 02:25:35.977904 2594679 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0801 02:25:36.562357 2594679 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0801 02:25:37.219802 2594679 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0801 02:25:37.521480 2594679 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0801 02:25:37.523914 2594679 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0801 02:25:37.527312 2594679 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0801 02:25:37.529514 2594679 out.go:204] - Booting up control plane ...
I0801 02:25:37.529620 2594679 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0801 02:25:37.529721 2594679 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0801 02:25:37.530954 2594679 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0801 02:25:37.541755 2594679 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0801 02:25:37.542889 2594679 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0801 02:25:37.542939 2594679 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0801 02:25:37.640234 2594679 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0801 02:25:37.640329 2594679 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0801 02:25:38.640870 2594679 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.000766742s
I0801 02:25:38.640955 2594679 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0801 02:25:44.642679 2594679 kubeadm.go:310] [api-check] The API server is healthy after 6.0017848s
I0801 02:25:44.666341 2594679 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0801 02:25:44.680116 2594679 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0801 02:25:44.702683 2594679 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0801 02:25:44.702878 2594679 kubeadm.go:310] [mark-control-plane] Marking the node addons-172555 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0801 02:25:44.714217 2594679 kubeadm.go:310] [bootstrap-token] Using token: owgzut.x938fa0gliu2ajez
I0801 02:25:44.717318 2594679 out.go:204] - Configuring RBAC rules ...
I0801 02:25:44.717451 2594679 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0801 02:25:44.726483 2594679 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0801 02:25:44.736652 2594679 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0801 02:25:44.741268 2594679 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0801 02:25:44.746930 2594679 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0801 02:25:44.750386 2594679 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0801 02:25:45.051198 2594679 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0801 02:25:45.505465 2594679 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0801 02:25:46.052625 2594679 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0801 02:25:46.053825 2594679 kubeadm.go:310]
I0801 02:25:46.053921 2594679 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0801 02:25:46.053927 2594679 kubeadm.go:310]
I0801 02:25:46.054017 2594679 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0801 02:25:46.054027 2594679 kubeadm.go:310]
I0801 02:25:46.054066 2594679 kubeadm.go:310] mkdir -p $HOME/.kube
I0801 02:25:46.054127 2594679 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0801 02:25:46.054183 2594679 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0801 02:25:46.054188 2594679 kubeadm.go:310]
I0801 02:25:46.054245 2594679 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0801 02:25:46.054251 2594679 kubeadm.go:310]
I0801 02:25:46.054297 2594679 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0801 02:25:46.054302 2594679 kubeadm.go:310]
I0801 02:25:46.054355 2594679 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0801 02:25:46.054430 2594679 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0801 02:25:46.054501 2594679 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0801 02:25:46.054512 2594679 kubeadm.go:310]
I0801 02:25:46.054593 2594679 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0801 02:25:46.054679 2594679 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0801 02:25:46.054687 2594679 kubeadm.go:310]
I0801 02:25:46.054767 2594679 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token owgzut.x938fa0gliu2ajez \
I0801 02:25:46.054872 2594679 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:cd0ab59b60d734b897d0844130fc3fc8c68706a9aa8a8e41ba786271c53557ab \
I0801 02:25:46.054898 2594679 kubeadm.go:310] --control-plane
I0801 02:25:46.054903 2594679 kubeadm.go:310]
I0801 02:25:46.055001 2594679 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0801 02:25:46.055006 2594679 kubeadm.go:310]
I0801 02:25:46.055091 2594679 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token owgzut.x938fa0gliu2ajez \
I0801 02:25:46.055196 2594679 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:cd0ab59b60d734b897d0844130fc3fc8c68706a9aa8a8e41ba786271c53557ab
I0801 02:25:46.059519 2594679 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1066-aws\n", err: exit status 1
I0801 02:25:46.059642 2594679 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0801 02:25:46.059669 2594679 cni.go:84] Creating CNI manager for ""
I0801 02:25:46.059678 2594679 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0801 02:25:46.061780 2594679 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0801 02:25:46.063807 2594679 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0801 02:25:46.067867 2594679 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0801 02:25:46.067893 2594679 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0801 02:25:46.087139 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0801 02:25:46.368170 2594679 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0801 02:25:46.368341 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:46.368479 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-172555 minikube.k8s.io/updated_at=2024_08_01T02_25_46_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=ad0431a8b539d85eadcca9b60d2c335055e9353c minikube.k8s.io/name=addons-172555 minikube.k8s.io/primary=true
I0801 02:25:46.542097 2594679 ops.go:34] apiserver oom_adj: -16
I0801 02:25:46.542259 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:47.043100 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:47.542766 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:48.043353 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:48.542787 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:49.042961 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:49.542363 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:50.043239 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:50.543402 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:51.043040 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:51.542980 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:52.042878 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:52.543284 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:53.042406 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:53.543200 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:54.042553 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:54.543013 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:55.042427 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:55.542396 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:56.042421 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:56.542899 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:57.042440 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:57.542779 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:58.042675 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:58.543251 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:59.042598 2594679 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0801 02:25:59.165580 2594679 kubeadm.go:1113] duration metric: took 12.797302087s to wait for elevateKubeSystemPrivileges
I0801 02:25:59.165611 2594679 kubeadm.go:394] duration metric: took 28.775840918s to StartCluster
I0801 02:25:59.165629 2594679 settings.go:142] acquiring lock: {Name:mkfae266afad165a5aac6c473a3d4274d73606ea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:59.165741 2594679 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19312-2588282/kubeconfig
I0801 02:25:59.166184 2594679 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-2588282/kubeconfig: {Name:mk49573294190e18489fc1a3f5f646a527bf5b81 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0801 02:25:59.166444 2594679 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0801 02:25:59.166553 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0801 02:25:59.166801 2594679 config.go:182] Loaded profile config "addons-172555": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0801 02:25:59.166926 2594679 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0801 02:25:59.167010 2594679 addons.go:69] Setting yakd=true in profile "addons-172555"
I0801 02:25:59.167033 2594679 addons.go:234] Setting addon yakd=true in "addons-172555"
I0801 02:25:59.167062 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.167534 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.168026 2594679 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-172555"
I0801 02:25:59.168039 2594679 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-172555"
I0801 02:25:59.168057 2594679 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-172555"
I0801 02:25:59.168087 2594679 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-172555"
I0801 02:25:59.168026 2594679 addons.go:69] Setting metrics-server=true in profile "addons-172555"
I0801 02:25:59.168106 2594679 addons.go:234] Setting addon metrics-server=true in "addons-172555"
I0801 02:25:59.168122 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.168212 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.168519 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.168690 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.168088 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.174711 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171037 2594679 addons.go:69] Setting registry=true in profile "addons-172555"
I0801 02:25:59.175577 2594679 addons.go:234] Setting addon registry=true in "addons-172555"
I0801 02:25:59.175615 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.176043 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171048 2594679 addons.go:69] Setting storage-provisioner=true in profile "addons-172555"
I0801 02:25:59.181341 2594679 addons.go:234] Setting addon storage-provisioner=true in "addons-172555"
I0801 02:25:59.181395 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.181845 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171055 2594679 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-172555"
I0801 02:25:59.190472 2594679 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-172555"
I0801 02:25:59.191223 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171059 2594679 addons.go:69] Setting volcano=true in profile "addons-172555"
I0801 02:25:59.221158 2594679 addons.go:234] Setting addon volcano=true in "addons-172555"
I0801 02:25:59.221223 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.171062 2594679 addons.go:69] Setting volumesnapshots=true in profile "addons-172555"
I0801 02:25:59.221745 2594679 addons.go:234] Setting addon volumesnapshots=true in "addons-172555"
I0801 02:25:59.221787 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.224129 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.224443 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171101 2594679 out.go:177] * Verifying Kubernetes components...
I0801 02:25:59.247782 2594679 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0801 02:25:59.171111 2594679 addons.go:69] Setting inspektor-gadget=true in profile "addons-172555"
I0801 02:25:59.247956 2594679 addons.go:234] Setting addon inspektor-gadget=true in "addons-172555"
I0801 02:25:59.248001 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.248430 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171108 2594679 addons.go:69] Setting default-storageclass=true in profile "addons-172555"
I0801 02:25:59.276283 2594679 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-172555"
I0801 02:25:59.168034 2594679 addons.go:69] Setting cloud-spanner=true in profile "addons-172555"
I0801 02:25:59.279276 2594679 addons.go:234] Setting addon cloud-spanner=true in "addons-172555"
I0801 02:25:59.279348 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.279918 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171115 2594679 addons.go:69] Setting gcp-auth=true in profile "addons-172555"
I0801 02:25:59.293539 2594679 mustload.go:65] Loading cluster: addons-172555
I0801 02:25:59.293752 2594679 config.go:182] Loaded profile config "addons-172555": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0801 02:25:59.294047 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.298339 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.171118 2594679 addons.go:69] Setting ingress=true in profile "addons-172555"
I0801 02:25:59.304927 2594679 addons.go:234] Setting addon ingress=true in "addons-172555"
I0801 02:25:59.304989 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.171122 2594679 addons.go:69] Setting ingress-dns=true in profile "addons-172555"
I0801 02:25:59.305240 2594679 addons.go:234] Setting addon ingress-dns=true in "addons-172555"
I0801 02:25:59.342676 2594679 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0801 02:25:59.345725 2594679 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0801 02:25:59.345796 2594679 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0801 02:25:59.345892 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.353950 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.305268 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.367886 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.393400 2594679 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-172555"
I0801 02:25:59.393510 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.394208 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.424487 2594679 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0801 02:25:59.430487 2594679 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0801 02:25:59.430586 2594679 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0801 02:25:59.430693 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.462081 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
W0801 02:25:59.489580 2594679 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0801 02:25:59.490007 2594679 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.1
I0801 02:25:59.490014 2594679 out.go:177] - Using image docker.io/registry:2.8.3
I0801 02:25:59.514181 2594679 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0801 02:25:59.521276 2594679 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0801 02:25:59.521301 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0801 02:25:59.521371 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.521508 2594679 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0801 02:25:59.521522 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0801 02:25:59.521572 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.524070 2594679 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
I0801 02:25:59.538122 2594679 addons.go:234] Setting addon default-storageclass=true in "addons-172555"
I0801 02:25:59.538176 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.538601 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:25:59.490446 2594679 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0801 02:25:59.547837 2594679 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0801 02:25:59.547865 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0801 02:25:59.547931 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.551683 2594679 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0801 02:25:59.551754 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0801 02:25:59.551865 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.490453 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0801 02:25:59.559193 2594679 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0801 02:25:59.559231 2594679 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0801 02:25:59.559312 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.561225 2594679 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0801 02:25:59.561731 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:25:59.562501 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.565063 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0801 02:25:59.565312 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0801 02:25:59.565354 2594679 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0801 02:25:59.565433 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.576731 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0801 02:25:59.579867 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0801 02:25:59.582888 2594679 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0801 02:25:59.587286 2594679 out.go:177] - Using image docker.io/busybox:stable
I0801 02:25:59.587362 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0801 02:25:59.589406 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0801 02:25:59.593208 2594679 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0801 02:25:59.593240 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0801 02:25:59.593318 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.595291 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.598666 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0801 02:25:59.605223 2594679 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0801 02:25:59.606976 2594679 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0801 02:25:59.607006 2594679 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0801 02:25:59.607088 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.620551 2594679 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0801 02:25:59.625345 2594679 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0801 02:25:59.625374 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0801 02:25:59.625473 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.641285 2594679 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0801 02:25:59.643202 2594679 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0801 02:25:59.648968 2594679 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
I0801 02:25:59.651280 2594679 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0801 02:25:59.651300 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0801 02:25:59.651365 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.698070 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0801 02:25:59.708295 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.754897 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.756514 2594679 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0801 02:25:59.756559 2594679 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0801 02:25:59.756641 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:25:59.761371 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.765592 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.771670 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.816004 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.845558 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.850789 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.857298 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.858235 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.901607 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:25:59.933324 2594679 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0801 02:25:59.993621 2594679 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0801 02:25:59.993696 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0801 02:26:00.163964 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0801 02:26:00.164712 2594679 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0801 02:26:00.164775 2594679 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0801 02:26:00.179240 2594679 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0801 02:26:00.179268 2594679 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0801 02:26:00.379053 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0801 02:26:00.379080 2594679 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0801 02:26:00.422843 2594679 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0801 02:26:00.422876 2594679 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0801 02:26:00.446759 2594679 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0801 02:26:00.446787 2594679 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0801 02:26:00.450491 2594679 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0801 02:26:00.450516 2594679 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0801 02:26:00.457609 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0801 02:26:00.507308 2594679 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0801 02:26:00.507336 2594679 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0801 02:26:00.509456 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0801 02:26:00.525288 2594679 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0801 02:26:00.525316 2594679 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0801 02:26:00.528652 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0801 02:26:00.535402 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0801 02:26:00.542165 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0801 02:26:00.571830 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0801 02:26:00.585819 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0801 02:26:00.585846 2594679 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0801 02:26:00.623857 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:00.643396 2594679 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0801 02:26:00.643420 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0801 02:26:00.644221 2594679 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0801 02:26:00.644241 2594679 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0801 02:26:00.693277 2594679 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0801 02:26:00.693308 2594679 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0801 02:26:00.716704 2594679 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0801 02:26:00.716730 2594679 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0801 02:26:00.812176 2594679 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0801 02:26:00.812202 2594679 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0801 02:26:00.818957 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0801 02:26:00.818982 2594679 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0801 02:26:00.824274 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0801 02:26:00.879490 2594679 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0801 02:26:00.879515 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0801 02:26:00.931246 2594679 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0801 02:26:00.931274 2594679 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0801 02:26:00.958397 2594679 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0801 02:26:00.958424 2594679 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0801 02:26:00.984018 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0801 02:26:00.984046 2594679 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0801 02:26:01.069127 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0801 02:26:01.149037 2594679 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0801 02:26:01.149063 2594679 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0801 02:26:01.158549 2594679 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0801 02:26:01.158574 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0801 02:26:01.180303 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0801 02:26:01.180330 2594679 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0801 02:26:01.297039 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:01.318124 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0801 02:26:01.318152 2594679 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0801 02:26:01.322340 2594679 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0801 02:26:01.322366 2594679 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0801 02:26:01.422218 2594679 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0801 02:26:01.422244 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0801 02:26:01.435716 2594679 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0801 02:26:01.435739 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0801 02:26:01.546906 2594679 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0801 02:26:01.546933 2594679 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0801 02:26:01.611989 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:01.743474 2594679 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0801 02:26:01.743503 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0801 02:26:01.923983 2594679 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0801 02:26:01.924009 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0801 02:26:01.980805 2594679 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/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.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.282434921s)
I0801 02:26:01.980830 2594679 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0801 02:26:01.981963 2594679 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.048610215s)
I0801 02:26:01.982738 2594679 node_ready.go:35] waiting up to 6m0s for node "addons-172555" to be "Ready" ...
I0801 02:26:02.116309 2594679 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0801 02:26:02.116334 2594679 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0801 02:26:02.163611 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (1.999558003s)
I0801 02:26:02.303142 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:02.906242 2594679 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-172555" context rescaled to 1 replicas
I0801 02:26:04.034064 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:04.442935 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.985287808s)
I0801 02:26:05.116750 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.607254798s)
I0801 02:26:06.135525 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.606835793s)
I0801 02:26:06.135573 2594679 addons.go:475] Verifying addon ingress=true in "addons-172555"
I0801 02:26:06.135732 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.600302011s)
I0801 02:26:06.136021 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.593824155s)
I0801 02:26:06.136096 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.564242556s)
I0801 02:26:06.136161 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.512266395s)
I0801 02:26:06.136176 2594679 addons.go:475] Verifying addon metrics-server=true in "addons-172555"
I0801 02:26:06.136224 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.311924199s)
I0801 02:26:06.136234 2594679 addons.go:475] Verifying addon registry=true in "addons-172555"
I0801 02:26:06.136298 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.067133842s)
I0801 02:26:06.138482 2594679 out.go:177] * Verifying ingress addon...
I0801 02:26:06.139656 2594679 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-172555 service yakd-dashboard -n yakd-dashboard
I0801 02:26:06.139770 2594679 out.go:177] * Verifying registry addon...
I0801 02:26:06.142310 2594679 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0801 02:26:06.143289 2594679 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0801 02:26:06.184773 2594679 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0801 02:26:06.184802 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:06.195480 2594679 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0801 02:26:06.195507 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0801 02:26:06.203644 2594679 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0801 02:26:06.256448 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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.959365067s)
W0801 02:26:06.256492 2594679 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:06.256513 2594679 retry.go:31] will retry after 334.024316ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:06.256612 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.64459201s)
I0801 02:26:06.481350 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.178106843s)
I0801 02:26:06.481383 2594679 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-172555"
I0801 02:26:06.483666 2594679 out.go:177] * Verifying csi-hostpath-driver addon...
I0801 02:26:06.486487 2594679 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0801 02:26:06.489890 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:06.499083 2594679 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0801 02:26:06.499112 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:06.590840 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:06.652855 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:06.653814 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:06.991482 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:07.147251 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:07.148295 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:07.491235 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:07.652172 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:07.653411 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:07.990537 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:08.148633 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:08.153375 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:08.491638 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:08.648060 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:08.648435 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:08.774231 2594679 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0801 02:26:08.774470 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:26:08.801726 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:26:08.987047 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:08.991414 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:08.993054 2594679 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0801 02:26:09.059924 2594679 addons.go:234] Setting addon gcp-auth=true in "addons-172555"
I0801 02:26:09.060049 2594679 host.go:66] Checking if "addons-172555" exists ...
I0801 02:26:09.060611 2594679 cli_runner.go:164] Run: docker container inspect addons-172555 --format={{.State.Status}}
I0801 02:26:09.080025 2594679 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0801 02:26:09.080087 2594679 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-172555
I0801 02:26:09.109550 2594679 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:35773 SSHKeyPath:/home/jenkins/minikube-integration/19312-2588282/.minikube/machines/addons-172555/id_rsa Username:docker}
I0801 02:26:09.152713 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:09.153425 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:09.502068 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:09.583189 2594679 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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: (2.992295345s)
I0801 02:26:09.586254 2594679 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0801 02:26:09.588167 2594679 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0801 02:26:09.591672 2594679 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0801 02:26:09.591702 2594679 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0801 02:26:09.648743 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:09.649765 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:09.664300 2594679 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0801 02:26:09.664380 2594679 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0801 02:26:09.691949 2594679 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0801 02:26:09.692022 2594679 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0801 02:26:09.728756 2594679 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/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
I0801 02:26:09.991091 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:10.147965 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:10.160700 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:10.447926 2594679 addons.go:475] Verifying addon gcp-auth=true in "addons-172555"
I0801 02:26:10.450972 2594679 out.go:177] * Verifying gcp-auth addon...
I0801 02:26:10.454591 2594679 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0801 02:26:10.469066 2594679 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0801 02:26:10.469093 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:10.491826 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:10.648597 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:10.650954 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:10.958520 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:10.989037 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:10.991586 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:11.148135 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:11.149884 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:11.458128 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:11.491249 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:11.647876 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:11.649269 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:11.957978 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:11.994506 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:12.147061 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:12.147771 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:12.458453 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:12.491581 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:12.648063 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:12.648872 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:12.957890 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:12.990378 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:13.148129 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:13.148616 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:13.459153 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:13.487300 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:13.491730 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:13.650581 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:13.652106 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:13.957803 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:13.990981 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:14.148405 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:14.149694 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:14.458225 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:14.490275 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:14.647710 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:14.647842 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:14.958227 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:14.990490 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:15.147828 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:15.149011 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:15.457946 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:15.490093 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:15.646558 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:15.647876 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:15.960240 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:15.986215 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:15.991538 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:16.147274 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:16.147642 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:16.457774 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:16.490498 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:16.646389 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:16.647994 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:16.957803 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:16.990106 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:17.146728 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:17.148540 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:17.458258 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:17.490411 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:17.646579 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:17.648832 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:17.958609 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:17.986938 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:17.991472 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:18.147487 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:18.148732 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:18.458319 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:18.490284 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:18.646026 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:18.647208 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:18.958822 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:18.991901 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:19.146452 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:19.147480 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:19.458871 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:19.490823 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:19.646413 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:19.648017 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:19.958450 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:19.991242 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:20.147472 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:20.148730 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:20.458248 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:20.486437 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:20.490635 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:20.647293 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:20.647832 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:20.958458 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:20.991781 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:21.146696 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:21.149028 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:21.458892 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:21.491331 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:21.647454 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:21.648190 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:21.958673 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:21.990739 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:22.147873 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:22.148091 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:22.458677 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:22.487045 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:22.491288 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:22.646721 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:22.647550 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:22.958083 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:22.993614 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:23.146444 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:23.147948 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:23.458693 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:23.491199 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:23.647629 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:23.648554 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:23.958989 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:23.990223 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:24.147228 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:24.147855 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:24.457832 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:24.490851 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:24.648058 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:24.649245 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:24.958766 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:24.985781 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:24.990600 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:25.147354 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:25.148690 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:25.458784 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:25.491399 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:25.646552 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:25.648646 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:25.958280 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:25.990766 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:26.148306 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:26.148548 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:26.458169 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:26.491128 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:26.648644 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:26.649740 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:26.957806 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:26.986161 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:26.991354 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:27.147713 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:27.148135 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:27.458816 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:27.490783 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:27.648308 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:27.649362 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:27.958767 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:27.991451 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:28.146495 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:28.148574 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:28.458407 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:28.490249 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:28.647214 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:28.648229 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:28.958752 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:28.991324 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:29.147682 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:29.148176 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:29.459314 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:29.486371 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:29.490992 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:29.647238 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:29.648186 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:29.958943 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:29.991048 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:30.146955 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:30.149324 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:30.461282 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:30.491617 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:30.647531 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:30.648187 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:30.958726 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:30.998495 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:31.149950 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:31.154940 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:31.458772 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:31.486951 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:31.491504 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:31.650116 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:31.651288 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:31.957746 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:31.991129 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:32.146821 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:32.147480 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:32.458464 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:32.490361 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:32.648055 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:32.648480 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:32.958500 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:32.990253 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:33.147746 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:33.148849 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:33.457849 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:33.490775 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:33.646096 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:33.648097 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:33.958814 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:33.986682 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:33.990578 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:34.146606 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:34.148371 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:34.459170 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:34.490598 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:34.646735 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:34.648208 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:34.959213 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:34.990665 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:35.148534 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:35.149147 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:35.458465 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:35.490377 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:35.648569 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:35.648996 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:35.958166 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:35.990983 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:36.147243 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:36.147940 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:36.458427 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:36.486596 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:36.490497 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:36.646582 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:36.647927 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:36.958567 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:36.991203 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:37.146613 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:37.148578 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:37.458346 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:37.490765 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:37.647343 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:37.648044 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:37.958786 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:37.990601 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:38.146224 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:38.148753 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:38.458710 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:38.487040 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:38.492016 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:38.646419 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:38.647229 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:38.958730 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:38.990892 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:39.148660 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:39.148719 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:39.459005 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:39.491131 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:39.647704 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:39.648573 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:39.958137 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:39.995166 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:40.146622 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:40.147065 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:40.458960 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:40.491199 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:40.646602 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:40.647329 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:40.957738 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:40.985765 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:40.991703 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:41.146254 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:41.146925 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:41.458684 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:41.491209 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:41.646617 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:41.647929 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:41.958554 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:41.990577 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:42.147799 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:42.148706 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:42.458309 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:42.490365 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:42.647262 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:42.648478 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:42.958221 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:42.986106 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:42.990469 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:43.147468 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:43.148283 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:43.458886 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:43.490213 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:43.647700 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:43.648425 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:43.958382 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:43.990990 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:44.148866 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:44.149408 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:44.462091 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:44.491082 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:44.647626 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:44.647863 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:44.958228 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:44.986212 2594679 node_ready.go:53] node "addons-172555" has status "Ready":"False"
I0801 02:26:44.990447 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:45.149067 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:45.150980 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:45.458958 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:45.496081 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:45.664487 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:45.669377 2594679 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0801 02:26:45.669457 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:45.968477 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:45.991152 2594679 node_ready.go:49] node "addons-172555" has status "Ready":"True"
I0801 02:26:45.991230 2594679 node_ready.go:38] duration metric: took 44.008397053s for node "addons-172555" to be "Ready" ...
I0801 02:26:45.991256 2594679 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" ...
I0801 02:26:45.994584 2594679 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0801 02:26:45.994660 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:46.012591 2594679 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-5c8ng" in "kube-system" namespace to be "Ready" ...
I0801 02:26:46.155078 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:46.161526 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:46.460651 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:46.492505 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:46.647918 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:46.648387 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:46.959781 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:46.993616 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:47.146498 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:47.149849 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:47.460354 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:47.494750 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:47.649777 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:47.651733 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:47.958473 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:47.992364 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:48.019622 2594679 pod_ready.go:102] pod "coredns-7db6d8ff4d-5c8ng" in "kube-system" namespace has status "Ready":"False"
I0801 02:26:48.147363 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:48.150440 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:48.463296 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:48.502171 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:48.535316 2594679 pod_ready.go:92] pod "coredns-7db6d8ff4d-5c8ng" in "kube-system" namespace has status "Ready":"True"
I0801 02:26:48.535348 2594679 pod_ready.go:81] duration metric: took 2.522675363s for pod "coredns-7db6d8ff4d-5c8ng" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.535402 2594679 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.543338 2594679 pod_ready.go:92] pod "etcd-addons-172555" in "kube-system" namespace has status "Ready":"True"
I0801 02:26:48.543365 2594679 pod_ready.go:81] duration metric: took 7.941569ms for pod "etcd-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.543381 2594679 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.550777 2594679 pod_ready.go:92] pod "kube-apiserver-addons-172555" in "kube-system" namespace has status "Ready":"True"
I0801 02:26:48.550802 2594679 pod_ready.go:81] duration metric: took 7.391418ms for pod "kube-apiserver-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.550814 2594679 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.557539 2594679 pod_ready.go:92] pod "kube-controller-manager-addons-172555" in "kube-system" namespace has status "Ready":"True"
I0801 02:26:48.557565 2594679 pod_ready.go:81] duration metric: took 6.742937ms for pod "kube-controller-manager-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.557608 2594679 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-z9gfh" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.574135 2594679 pod_ready.go:92] pod "kube-proxy-z9gfh" in "kube-system" namespace has status "Ready":"True"
I0801 02:26:48.574219 2594679 pod_ready.go:81] duration metric: took 16.595529ms for pod "kube-proxy-z9gfh" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.574247 2594679 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.649448 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:48.650707 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:48.916628 2594679 pod_ready.go:92] pod "kube-scheduler-addons-172555" in "kube-system" namespace has status "Ready":"True"
I0801 02:26:48.916662 2594679 pod_ready.go:81] duration metric: took 342.384979ms for pod "kube-scheduler-addons-172555" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.916675 2594679 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace to be "Ready" ...
I0801 02:26:48.958585 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:48.993558 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:49.153020 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:49.155299 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:49.463641 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:49.492444 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:49.647488 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:49.662634 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:49.959576 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:49.998418 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:50.151168 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:50.154253 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:50.464616 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:50.493004 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:50.648076 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:50.649710 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:50.924025 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:26:50.959311 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:50.994525 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:51.150128 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:51.153523 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:51.460264 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:51.495033 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:51.650671 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:51.653923 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:51.997331 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:52.008672 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:52.153609 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:52.154885 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:52.458963 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:52.492155 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:52.649685 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:52.651260 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:52.959082 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:52.993161 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:53.148483 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:53.149575 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:53.423489 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:26:53.459298 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:53.492995 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:53.647358 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:53.650141 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:53.958910 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:53.993821 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:54.151228 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:54.158294 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:54.466540 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:54.493887 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:54.648651 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:54.649496 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:54.959101 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:54.992409 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:55.158655 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:55.161659 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:55.460667 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:55.493248 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:55.648410 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:55.651734 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:55.922827 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:26:55.958356 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:55.992525 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:56.147927 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:56.149234 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:56.458898 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:56.492150 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:56.646840 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:56.647723 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:56.958311 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:56.992217 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:57.148875 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:57.149812 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:57.458691 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:57.492857 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:57.649863 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:57.650569 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:57.923329 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:26:57.962894 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:57.993032 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:58.152135 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:58.155367 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:58.458897 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:58.492992 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:58.650955 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:58.652221 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:58.959081 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:58.992928 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:59.150908 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:59.153805 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:59.462210 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:26:59.493402 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:26:59.649657 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:26:59.656612 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:26:59.923827 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:26:59.958115 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:00.000169 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:00.155204 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:00.164192 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:00.459590 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:00.493013 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:00.648809 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:00.652248 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:00.958904 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:00.992055 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:01.148738 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:01.150157 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:01.459897 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:01.493427 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:01.647308 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:01.649153 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:01.924257 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:01.959733 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:01.991976 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:02.147873 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:02.149324 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:02.468234 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:02.495165 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:02.648372 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:02.649282 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:02.958889 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:02.994045 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:03.151994 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:03.154897 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:03.458272 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:03.491810 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:03.648037 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:03.648827 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:03.924708 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:03.958891 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:03.995481 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:04.149170 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:04.151030 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:04.459204 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:04.492688 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:04.648977 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:04.651720 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:04.961041 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:04.993844 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:05.151567 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:05.158878 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:05.459114 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:05.493500 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:05.649193 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:05.651193 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:05.963727 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:05.991981 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:06.148599 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:06.148688 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:06.421985 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:06.459635 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:06.492021 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:06.648733 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:06.654176 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:06.958694 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:06.994948 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:07.153062 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:07.168752 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:07.459469 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:07.492689 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:07.649096 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:07.652744 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:07.958927 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:07.992983 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:08.152941 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:08.158087 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:08.422576 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:08.457812 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:08.492959 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:08.648359 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:08.649299 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:08.959196 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:08.993974 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:09.150284 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:09.152916 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:09.460251 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:09.493615 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:09.653680 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:09.654717 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:09.958786 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:09.992382 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:10.148363 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:10.150017 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:10.423075 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:10.458001 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:10.492397 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:10.647787 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:10.648836 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:10.958620 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:10.991700 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:11.151150 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:11.152570 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:11.464743 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:11.499385 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:11.650493 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:11.659138 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:11.959064 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:11.994900 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:12.152449 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:12.158367 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:12.423186 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:12.459062 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:12.493314 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:12.649963 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:12.652512 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:12.959336 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:12.993195 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:13.151342 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:13.155622 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:13.460123 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:13.493407 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:13.649430 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:13.651808 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:13.959299 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:13.993926 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:14.148688 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:14.151697 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:14.495918 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:14.497323 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:14.504875 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:14.654018 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:14.657055 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:14.958779 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:14.993365 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:15.152642 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:15.156742 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:15.459604 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:15.493619 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:15.647664 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:15.650755 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:15.957896 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:15.992597 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:16.147806 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:16.148242 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:16.458825 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:16.494679 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:16.646978 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:16.649161 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:16.923437 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:16.958754 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:16.992846 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:17.146801 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:17.147671 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:17.458891 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:17.492344 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:17.648651 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:17.649263 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:17.958752 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:17.994826 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:18.150870 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:18.153170 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:18.465552 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:18.497335 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:18.649154 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:18.652837 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:18.923641 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:18.958162 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:18.992429 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:19.147968 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:19.149147 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:19.458467 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:19.492185 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:19.653872 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:19.654290 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:19.958167 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:20.001144 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:20.147286 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:20.150228 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:20.458770 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:20.493009 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:20.650141 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:20.651421 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:20.963316 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:20.993909 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:21.147231 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:21.148315 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:21.423404 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:21.462611 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:21.492078 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:21.648667 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:21.649512 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:21.958634 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:21.993403 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:22.148596 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:22.148835 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:22.459017 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:22.492227 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:22.649186 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:22.649382 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:22.958394 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:22.992645 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:23.148394 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:23.149585 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:23.461532 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:23.498334 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:23.648693 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:23.649299 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:23.923532 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:23.957903 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:23.992824 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:24.147621 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:24.148250 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:24.463382 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:24.493580 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:24.661519 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:24.662609 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:24.958881 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:24.993037 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:25.155713 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:25.166862 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:25.460182 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:25.503024 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:25.662815 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:25.664362 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:25.947455 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:25.970631 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:26.045810 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:26.175748 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:26.176968 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:26.458745 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:26.494084 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:26.650365 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:26.651772 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:26.959147 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:26.993836 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:27.157275 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:27.166445 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:27.459340 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:27.493715 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:27.646877 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:27.649905 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:27.959070 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:27.992884 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:28.153913 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:28.155680 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:28.430122 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:28.459053 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:28.493439 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:28.648805 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:28.650185 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:28.964594 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:28.993913 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:29.148881 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:29.149910 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:29.462712 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:29.493851 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:29.650888 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:29.652420 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:29.961777 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:29.992589 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:30.153532 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:30.158778 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:30.460431 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:30.501455 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:30.649419 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:30.650362 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:30.922587 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:30.958526 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:30.992155 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:31.147801 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:31.150833 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:31.462723 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:31.492404 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:31.647436 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:31.650460 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:31.958936 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:31.992261 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:32.149767 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:32.153416 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:32.459397 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:32.492654 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:32.650199 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:32.655563 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:32.923571 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:32.958729 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:32.992730 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:33.151829 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:33.158158 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:33.459701 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:33.493958 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:33.651065 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:33.652715 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:33.960862 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:33.996483 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:34.160013 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:34.165550 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:34.458963 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:34.507678 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:34.653079 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:34.655718 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:34.924477 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:34.959808 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:34.994893 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:35.151906 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:35.152843 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:35.458882 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:35.495540 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:35.648109 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:35.650770 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:35.958236 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:35.992585 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:36.152299 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:36.155094 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:36.459215 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:36.492545 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:36.647475 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:36.648010 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0801 02:27:36.926743 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:36.958488 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:37.011367 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:37.152444 2594679 kapi.go:107] duration metric: took 1m31.010131709s to wait for kubernetes.io/minikube-addons=registry ...
I0801 02:27:37.153301 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:37.460361 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:37.497660 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:37.648857 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:37.959127 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:38.049029 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:38.150118 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:38.458200 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:38.492133 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:38.648754 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:38.930352 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:38.959491 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:39.006947 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:39.150447 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:39.458650 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:39.492871 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:39.650134 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:39.958637 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:39.992673 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:40.148752 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:40.458235 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:40.492713 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:40.648492 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:40.959058 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:40.992500 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:41.149070 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:41.424844 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:41.462256 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:41.498874 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:41.649378 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:41.959100 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:41.993291 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:42.148256 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:42.458773 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:42.492675 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:42.652533 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:42.958671 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0801 02:27:42.993045 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:43.147980 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:43.460327 2594679 kapi.go:107] duration metric: took 1m33.005734898s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0801 02:27:43.463146 2594679 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-172555 cluster.
I0801 02:27:43.465480 2594679 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.
I0801 02:27:43.467922 2594679 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0801 02:27:43.492757 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:43.650266 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:43.924092 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:43.999817 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:44.148378 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:44.493346 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:44.648837 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:45.001881 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:45.169196 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:45.493119 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:45.648815 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:45.992210 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:46.150362 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:46.422904 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:46.500808 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:46.648338 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:46.992823 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:47.153178 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:47.492497 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:47.652251 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:47.994655 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:48.149432 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:48.433051 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:48.492863 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:48.665148 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:48.995418 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:49.148418 2594679 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0801 02:27:49.496114 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:49.648422 2594679 kapi.go:107] duration metric: took 1m43.505129895s to wait for app.kubernetes.io/name=ingress-nginx ...
I0801 02:27:49.991827 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:50.509586 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:50.927497 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:50.995311 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:51.492307 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:51.992911 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:52.492615 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:52.992015 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:53.423361 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:53.495759 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:54.005406 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:54.492703 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:54.997611 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:55.492870 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:55.923189 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:55.993772 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:56.494504 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:56.997306 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:57.492267 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:57.925360 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:27:57.992389 2594679 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0801 02:27:58.492277 2594679 kapi.go:107] duration metric: took 1m52.005784401s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0801 02:27:58.494399 2594679 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, storage-provisioner, ingress-dns, metrics-server, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0801 02:27:58.496174 2594679 addons.go:510] duration metric: took 1m59.329266077s for enable addons: enabled=[nvidia-device-plugin cloud-spanner storage-provisioner ingress-dns metrics-server yakd default-storageclass inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0801 02:28:00.425643 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:28:02.923050 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:28:05.423158 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:28:07.425348 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:28:09.923589 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:28:12.423061 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:28:14.423407 2594679 pod_ready.go:102] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"False"
I0801 02:28:15.922900 2594679 pod_ready.go:92] pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace has status "Ready":"True"
I0801 02:28:15.922926 2594679 pod_ready.go:81] duration metric: took 1m27.006243573s for pod "metrics-server-c59844bb4-btgcg" in "kube-system" namespace to be "Ready" ...
I0801 02:28:15.922939 2594679 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-k6wmr" in "kube-system" namespace to be "Ready" ...
I0801 02:28:15.927888 2594679 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-k6wmr" in "kube-system" namespace has status "Ready":"True"
I0801 02:28:15.927915 2594679 pod_ready.go:81] duration metric: took 4.968514ms for pod "nvidia-device-plugin-daemonset-k6wmr" in "kube-system" namespace to be "Ready" ...
I0801 02:28:15.927938 2594679 pod_ready.go:38] duration metric: took 1m29.936657089s 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" ...
I0801 02:28:15.927955 2594679 api_server.go:52] waiting for apiserver process to appear ...
I0801 02:28:15.928963 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0801 02:28:15.929057 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0801 02:28:15.981608 2594679 cri.go:89] found id: "1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c"
I0801 02:28:15.981687 2594679 cri.go:89] found id: ""
I0801 02:28:15.981708 2594679 logs.go:276] 1 containers: [1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c]
I0801 02:28:15.981791 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:15.986252 2594679 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0801 02:28:15.986325 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0801 02:28:16.030066 2594679 cri.go:89] found id: "07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14"
I0801 02:28:16.030090 2594679 cri.go:89] found id: ""
I0801 02:28:16.030098 2594679 logs.go:276] 1 containers: [07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14]
I0801 02:28:16.030155 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:16.033659 2594679 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0801 02:28:16.033734 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0801 02:28:16.075502 2594679 cri.go:89] found id: "8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9"
I0801 02:28:16.075522 2594679 cri.go:89] found id: ""
I0801 02:28:16.075540 2594679 logs.go:276] 1 containers: [8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9]
I0801 02:28:16.075598 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:16.079199 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0801 02:28:16.079298 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0801 02:28:16.119372 2594679 cri.go:89] found id: "5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc"
I0801 02:28:16.119442 2594679 cri.go:89] found id: ""
I0801 02:28:16.119464 2594679 logs.go:276] 1 containers: [5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc]
I0801 02:28:16.119559 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:16.123447 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0801 02:28:16.123526 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0801 02:28:16.163134 2594679 cri.go:89] found id: "bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8"
I0801 02:28:16.163156 2594679 cri.go:89] found id: ""
I0801 02:28:16.163163 2594679 logs.go:276] 1 containers: [bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8]
I0801 02:28:16.163238 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:16.167155 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0801 02:28:16.167256 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0801 02:28:16.207922 2594679 cri.go:89] found id: "f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21"
I0801 02:28:16.207946 2594679 cri.go:89] found id: ""
I0801 02:28:16.207953 2594679 logs.go:276] 1 containers: [f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21]
I0801 02:28:16.208039 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:16.211695 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0801 02:28:16.211790 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0801 02:28:16.252480 2594679 cri.go:89] found id: "3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087"
I0801 02:28:16.252504 2594679 cri.go:89] found id: ""
I0801 02:28:16.252512 2594679 logs.go:276] 1 containers: [3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087]
I0801 02:28:16.252661 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:16.256948 2594679 logs.go:123] Gathering logs for kubelet ...
I0801 02:28:16.256987 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0801 02:28:16.316945 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:05 addons-172555 kubelet[1530]: W0801 02:26:05.564852 1530 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.317230 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:05 addons-172555 kubelet[1530]: E0801 02:26:05.564899 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.327059 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.581283 1530 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.327269 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.581328 1530 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.334188 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.615783 1530 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.334407 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.615826 1530 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.334598 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.618809 1530 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.335265 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.622261 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.335733 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.637037 1530 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:16.335922 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.637071 1530 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
I0801 02:28:16.365514 2594679 logs.go:123] Gathering logs for dmesg ...
I0801 02:28:16.365539 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0801 02:28:16.386035 2594679 logs.go:123] Gathering logs for describe nodes ...
I0801 02:28:16.386064 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0801 02:28:16.567793 2594679 logs.go:123] Gathering logs for kube-apiserver [1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c] ...
I0801 02:28:16.567832 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c"
I0801 02:28:16.622004 2594679 logs.go:123] Gathering logs for etcd [07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14] ...
I0801 02:28:16.622040 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14"
I0801 02:28:16.677894 2594679 logs.go:123] Gathering logs for kube-scheduler [5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc] ...
I0801 02:28:16.677931 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc"
I0801 02:28:16.722631 2594679 logs.go:123] Gathering logs for kube-proxy [bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8] ...
I0801 02:28:16.722662 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8"
I0801 02:28:16.764499 2594679 logs.go:123] Gathering logs for CRI-O ...
I0801 02:28:16.764528 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0801 02:28:16.861622 2594679 logs.go:123] Gathering logs for container status ...
I0801 02:28:16.861656 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0801 02:28:16.922090 2594679 logs.go:123] Gathering logs for coredns [8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9] ...
I0801 02:28:16.922124 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9"
I0801 02:28:16.959927 2594679 logs.go:123] Gathering logs for kube-controller-manager [f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21] ...
I0801 02:28:16.959959 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21"
I0801 02:28:17.047859 2594679 logs.go:123] Gathering logs for kindnet [3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087] ...
I0801 02:28:17.047897 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087"
I0801 02:28:17.106726 2594679 out.go:304] Setting ErrFile to fd 2...
I0801 02:28:17.106754 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0801 02:28:17.106835 2594679 out.go:239] X Problems detected in kubelet:
W0801 02:28:17.106849 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.615826 1530 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:17.106856 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.618809 1530 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:17.106880 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.622261 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:17.106890 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.637037 1530 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:17.106896 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.637071 1530 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
I0801 02:28:17.106912 2594679 out.go:304] Setting ErrFile to fd 2...
I0801 02:28:17.106918 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0801 02:28:27.108203 2594679 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0801 02:28:27.122729 2594679 api_server.go:72] duration metric: took 2m27.956247081s to wait for apiserver process to appear ...
I0801 02:28:27.122753 2594679 api_server.go:88] waiting for apiserver healthz status ...
I0801 02:28:27.122789 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0801 02:28:27.122852 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0801 02:28:27.168796 2594679 cri.go:89] found id: "1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c"
I0801 02:28:27.168818 2594679 cri.go:89] found id: ""
I0801 02:28:27.168825 2594679 logs.go:276] 1 containers: [1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c]
I0801 02:28:27.168885 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:27.172387 2594679 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0801 02:28:27.172465 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0801 02:28:27.211530 2594679 cri.go:89] found id: "07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14"
I0801 02:28:27.211553 2594679 cri.go:89] found id: ""
I0801 02:28:27.211561 2594679 logs.go:276] 1 containers: [07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14]
I0801 02:28:27.211622 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:27.215338 2594679 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0801 02:28:27.215410 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0801 02:28:27.255032 2594679 cri.go:89] found id: "8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9"
I0801 02:28:27.255054 2594679 cri.go:89] found id: ""
I0801 02:28:27.255062 2594679 logs.go:276] 1 containers: [8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9]
I0801 02:28:27.255118 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:27.258834 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0801 02:28:27.258936 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0801 02:28:27.297693 2594679 cri.go:89] found id: "5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc"
I0801 02:28:27.297714 2594679 cri.go:89] found id: ""
I0801 02:28:27.297727 2594679 logs.go:276] 1 containers: [5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc]
I0801 02:28:27.297785 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:27.301365 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0801 02:28:27.301437 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0801 02:28:27.344126 2594679 cri.go:89] found id: "bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8"
I0801 02:28:27.344189 2594679 cri.go:89] found id: ""
I0801 02:28:27.344212 2594679 logs.go:276] 1 containers: [bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8]
I0801 02:28:27.344282 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:27.349622 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0801 02:28:27.349733 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0801 02:28:27.388258 2594679 cri.go:89] found id: "f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21"
I0801 02:28:27.388277 2594679 cri.go:89] found id: ""
I0801 02:28:27.388285 2594679 logs.go:276] 1 containers: [f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21]
I0801 02:28:27.388343 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:27.392122 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0801 02:28:27.392218 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0801 02:28:27.433733 2594679 cri.go:89] found id: "3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087"
I0801 02:28:27.433757 2594679 cri.go:89] found id: ""
I0801 02:28:27.433766 2594679 logs.go:276] 1 containers: [3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087]
I0801 02:28:27.433834 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:27.437478 2594679 logs.go:123] Gathering logs for kube-proxy [bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8] ...
I0801 02:28:27.437506 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8"
I0801 02:28:27.478921 2594679 logs.go:123] Gathering logs for kube-controller-manager [f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21] ...
I0801 02:28:27.478948 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21"
I0801 02:28:27.552547 2594679 logs.go:123] Gathering logs for kubelet ...
I0801 02:28:27.552582 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0801 02:28:27.589939 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:05 addons-172555 kubelet[1530]: W0801 02:26:05.564852 1530 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.590181 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:05 addons-172555 kubelet[1530]: E0801 02:26:05.564899 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.599786 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.581283 1530 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.599985 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.581328 1530 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.606871 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.615783 1530 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.607084 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.615826 1530 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.607271 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.618809 1530 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.607932 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.622261 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.608395 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.637037 1530 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:27.608584 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.637071 1530 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
I0801 02:28:27.649140 2594679 logs.go:123] Gathering logs for describe nodes ...
I0801 02:28:27.649171 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0801 02:28:27.789278 2594679 logs.go:123] Gathering logs for kube-apiserver [1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c] ...
I0801 02:28:27.789310 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c"
I0801 02:28:27.849674 2594679 logs.go:123] Gathering logs for etcd [07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14] ...
I0801 02:28:27.849713 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14"
I0801 02:28:27.898346 2594679 logs.go:123] Gathering logs for coredns [8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9] ...
I0801 02:28:27.898462 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9"
I0801 02:28:27.940213 2594679 logs.go:123] Gathering logs for kube-scheduler [5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc] ...
I0801 02:28:27.940246 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc"
I0801 02:28:27.988266 2594679 logs.go:123] Gathering logs for kindnet [3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087] ...
I0801 02:28:27.988301 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087"
I0801 02:28:28.043600 2594679 logs.go:123] Gathering logs for container status ...
I0801 02:28:28.043636 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0801 02:28:28.098473 2594679 logs.go:123] Gathering logs for dmesg ...
I0801 02:28:28.098505 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0801 02:28:28.117545 2594679 logs.go:123] Gathering logs for CRI-O ...
I0801 02:28:28.117579 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0801 02:28:28.209786 2594679 out.go:304] Setting ErrFile to fd 2...
I0801 02:28:28.209820 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0801 02:28:28.209883 2594679 out.go:239] X Problems detected in kubelet:
W0801 02:28:28.209897 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.615826 1530 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:28.209905 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.618809 1530 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:28.209918 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.622261 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:28.209925 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.637037 1530 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:28.209938 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.637071 1530 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
I0801 02:28:28.209946 2594679 out.go:304] Setting ErrFile to fd 2...
I0801 02:28:28.209952 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0801 02:28:38.211803 2594679 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0801 02:28:38.221872 2594679 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0801 02:28:38.223567 2594679 api_server.go:141] control plane version: v1.30.3
I0801 02:28:38.223609 2594679 api_server.go:131] duration metric: took 11.100848243s to wait for apiserver health ...
I0801 02:28:38.223618 2594679 system_pods.go:43] waiting for kube-system pods to appear ...
I0801 02:28:38.223642 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0801 02:28:38.223714 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0801 02:28:38.267796 2594679 cri.go:89] found id: "1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c"
I0801 02:28:38.267819 2594679 cri.go:89] found id: ""
I0801 02:28:38.267826 2594679 logs.go:276] 1 containers: [1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c]
I0801 02:28:38.267890 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:38.271436 2594679 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0801 02:28:38.271508 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0801 02:28:38.311012 2594679 cri.go:89] found id: "07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14"
I0801 02:28:38.311034 2594679 cri.go:89] found id: ""
I0801 02:28:38.311042 2594679 logs.go:276] 1 containers: [07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14]
I0801 02:28:38.311099 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:38.314634 2594679 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0801 02:28:38.314709 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0801 02:28:38.354837 2594679 cri.go:89] found id: "8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9"
I0801 02:28:38.354864 2594679 cri.go:89] found id: ""
I0801 02:28:38.354872 2594679 logs.go:276] 1 containers: [8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9]
I0801 02:28:38.354929 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:38.358390 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0801 02:28:38.358461 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0801 02:28:38.400696 2594679 cri.go:89] found id: "5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc"
I0801 02:28:38.400717 2594679 cri.go:89] found id: ""
I0801 02:28:38.400725 2594679 logs.go:276] 1 containers: [5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc]
I0801 02:28:38.400781 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:38.404277 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0801 02:28:38.404409 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0801 02:28:38.447015 2594679 cri.go:89] found id: "bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8"
I0801 02:28:38.447039 2594679 cri.go:89] found id: ""
I0801 02:28:38.447047 2594679 logs.go:276] 1 containers: [bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8]
I0801 02:28:38.447135 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:38.450885 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0801 02:28:38.450984 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0801 02:28:38.488459 2594679 cri.go:89] found id: "f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21"
I0801 02:28:38.488483 2594679 cri.go:89] found id: ""
I0801 02:28:38.488491 2594679 logs.go:276] 1 containers: [f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21]
I0801 02:28:38.488552 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:38.492222 2594679 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0801 02:28:38.492292 2594679 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0801 02:28:38.533705 2594679 cri.go:89] found id: "3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087"
I0801 02:28:38.533738 2594679 cri.go:89] found id: ""
I0801 02:28:38.533747 2594679 logs.go:276] 1 containers: [3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087]
I0801 02:28:38.533805 2594679 ssh_runner.go:195] Run: which crictl
I0801 02:28:38.537436 2594679 logs.go:123] Gathering logs for etcd [07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14] ...
I0801 02:28:38.537470 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14"
I0801 02:28:38.592598 2594679 logs.go:123] Gathering logs for kube-proxy [bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8] ...
I0801 02:28:38.592633 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8"
I0801 02:28:38.631481 2594679 logs.go:123] Gathering logs for kube-controller-manager [f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21] ...
I0801 02:28:38.631510 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21"
I0801 02:28:38.700401 2594679 logs.go:123] Gathering logs for CRI-O ...
I0801 02:28:38.700435 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0801 02:28:38.793297 2594679 logs.go:123] Gathering logs for container status ...
I0801 02:28:38.793334 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0801 02:28:38.860355 2594679 logs.go:123] Gathering logs for kubelet ...
I0801 02:28:38.860383 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0801 02:28:38.902907 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:05 addons-172555 kubelet[1530]: W0801 02:26:05.564852 1530 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.903128 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:05 addons-172555 kubelet[1530]: E0801 02:26:05.564899 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.912994 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.581283 1530 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.913209 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.581328 1530 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.920107 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.615783 1530 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.920338 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.615826 1530 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.920534 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.618809 1530 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.921213 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.622261 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.921680 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.637037 1530 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:38.921871 2594679 logs.go:138] Found kubelet problem: Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.637071 1530 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
I0801 02:28:38.962688 2594679 logs.go:123] Gathering logs for dmesg ...
I0801 02:28:38.962725 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0801 02:28:38.983606 2594679 logs.go:123] Gathering logs for describe nodes ...
I0801 02:28:38.983640 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0801 02:28:39.138854 2594679 logs.go:123] Gathering logs for kube-apiserver [1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c] ...
I0801 02:28:39.138888 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c"
I0801 02:28:39.222862 2594679 logs.go:123] Gathering logs for coredns [8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9] ...
I0801 02:28:39.222896 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9"
I0801 02:28:39.264462 2594679 logs.go:123] Gathering logs for kube-scheduler [5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc] ...
I0801 02:28:39.264490 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc"
I0801 02:28:39.307317 2594679 logs.go:123] Gathering logs for kindnet [3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087] ...
I0801 02:28:39.307360 2594679 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087"
I0801 02:28:39.365976 2594679 out.go:304] Setting ErrFile to fd 2...
I0801 02:28:39.366008 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0801 02:28:39.366069 2594679 out.go:239] X Problems detected in kubelet:
W0801 02:28:39.366081 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.615826 1530 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:39.366091 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.618809 1530 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:39.366102 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.622261 1530 reflector.go:150] 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-172555" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-172555' and this object
W0801 02:28:39.366117 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: W0801 02:26:45.637037 1530 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
W0801 02:28:39.366125 2594679 out.go:239] Aug 01 02:26:45 addons-172555 kubelet[1530]: E0801 02:26:45.637071 1530 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-172555" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-172555' and this object
I0801 02:28:39.366137 2594679 out.go:304] Setting ErrFile to fd 2...
I0801 02:28:39.366142 2594679 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0801 02:28:49.376992 2594679 system_pods.go:59] 18 kube-system pods found
I0801 02:28:49.377039 2594679 system_pods.go:61] "coredns-7db6d8ff4d-5c8ng" [aaa783e0-0ea5-4185-bf6f-9bb75a8d38ea] Running
I0801 02:28:49.377045 2594679 system_pods.go:61] "csi-hostpath-attacher-0" [f7ac7d31-807d-47ee-96ab-ba4f937a2947] Running
I0801 02:28:49.377050 2594679 system_pods.go:61] "csi-hostpath-resizer-0" [a7f3d0d6-fec0-46c6-9e08-b90d34080e83] Running
I0801 02:28:49.377055 2594679 system_pods.go:61] "csi-hostpathplugin-gp8pq" [05923cc0-1aba-4897-8a45-a57a333cccc3] Running
I0801 02:28:49.377059 2594679 system_pods.go:61] "etcd-addons-172555" [615cb8a2-6b94-4d51-88a0-0b8fc684ec30] Running
I0801 02:28:49.377063 2594679 system_pods.go:61] "kindnet-4trm8" [c3f03b1c-d5ce-46f1-aeb2-d28c9e4c046e] Running
I0801 02:28:49.377067 2594679 system_pods.go:61] "kube-apiserver-addons-172555" [b9a7e0b8-9f9c-4d48-a4f7-20d8f5310f5d] Running
I0801 02:28:49.377071 2594679 system_pods.go:61] "kube-controller-manager-addons-172555" [5142dea2-dc8a-4681-bf48-c537be564317] Running
I0801 02:28:49.377075 2594679 system_pods.go:61] "kube-ingress-dns-minikube" [a065e368-578c-4592-8d83-c0b199c490dd] Running
I0801 02:28:49.377079 2594679 system_pods.go:61] "kube-proxy-z9gfh" [c268f876-4925-4dec-9b16-ee220678cd5f] Running
I0801 02:28:49.377084 2594679 system_pods.go:61] "kube-scheduler-addons-172555" [74f4c689-06d0-41c6-b030-61c238973bc5] Running
I0801 02:28:49.377088 2594679 system_pods.go:61] "metrics-server-c59844bb4-btgcg" [01342738-c1a1-49a8-8e11-7cd2e94010d6] Running
I0801 02:28:49.377092 2594679 system_pods.go:61] "nvidia-device-plugin-daemonset-k6wmr" [7592aa55-1c43-4830-8a91-5dff3414e2da] Running
I0801 02:28:49.377096 2594679 system_pods.go:61] "registry-698f998955-d8mml" [1f91c3cd-259f-41ac-8daf-276173191be3] Running
I0801 02:28:49.377142 2594679 system_pods.go:61] "registry-proxy-c7gmc" [860b79b4-9bb0-4474-89f7-572c5cb9629a] Running
I0801 02:28:49.377151 2594679 system_pods.go:61] "snapshot-controller-745499f584-bl6hq" [e0ab75ff-4bb8-496d-b4d0-25f9fe859b50] Running
I0801 02:28:49.377155 2594679 system_pods.go:61] "snapshot-controller-745499f584-sx5xb" [a70bb56f-e4d1-441c-ad4b-a2e2ad6ded22] Running
I0801 02:28:49.377159 2594679 system_pods.go:61] "storage-provisioner" [c59fef7c-577d-4963-ad09-ccb69bf9ad67] Running
I0801 02:28:49.377166 2594679 system_pods.go:74] duration metric: took 11.153541775s to wait for pod list to return data ...
I0801 02:28:49.377178 2594679 default_sa.go:34] waiting for default service account to be created ...
I0801 02:28:49.379506 2594679 default_sa.go:45] found service account: "default"
I0801 02:28:49.379536 2594679 default_sa.go:55] duration metric: took 2.3491ms for default service account to be created ...
I0801 02:28:49.379545 2594679 system_pods.go:116] waiting for k8s-apps to be running ...
I0801 02:28:49.389279 2594679 system_pods.go:86] 18 kube-system pods found
I0801 02:28:49.389363 2594679 system_pods.go:89] "coredns-7db6d8ff4d-5c8ng" [aaa783e0-0ea5-4185-bf6f-9bb75a8d38ea] Running
I0801 02:28:49.389378 2594679 system_pods.go:89] "csi-hostpath-attacher-0" [f7ac7d31-807d-47ee-96ab-ba4f937a2947] Running
I0801 02:28:49.389383 2594679 system_pods.go:89] "csi-hostpath-resizer-0" [a7f3d0d6-fec0-46c6-9e08-b90d34080e83] Running
I0801 02:28:49.389388 2594679 system_pods.go:89] "csi-hostpathplugin-gp8pq" [05923cc0-1aba-4897-8a45-a57a333cccc3] Running
I0801 02:28:49.389392 2594679 system_pods.go:89] "etcd-addons-172555" [615cb8a2-6b94-4d51-88a0-0b8fc684ec30] Running
I0801 02:28:49.389397 2594679 system_pods.go:89] "kindnet-4trm8" [c3f03b1c-d5ce-46f1-aeb2-d28c9e4c046e] Running
I0801 02:28:49.389401 2594679 system_pods.go:89] "kube-apiserver-addons-172555" [b9a7e0b8-9f9c-4d48-a4f7-20d8f5310f5d] Running
I0801 02:28:49.389407 2594679 system_pods.go:89] "kube-controller-manager-addons-172555" [5142dea2-dc8a-4681-bf48-c537be564317] Running
I0801 02:28:49.389443 2594679 system_pods.go:89] "kube-ingress-dns-minikube" [a065e368-578c-4592-8d83-c0b199c490dd] Running
I0801 02:28:49.389455 2594679 system_pods.go:89] "kube-proxy-z9gfh" [c268f876-4925-4dec-9b16-ee220678cd5f] Running
I0801 02:28:49.389460 2594679 system_pods.go:89] "kube-scheduler-addons-172555" [74f4c689-06d0-41c6-b030-61c238973bc5] Running
I0801 02:28:49.389464 2594679 system_pods.go:89] "metrics-server-c59844bb4-btgcg" [01342738-c1a1-49a8-8e11-7cd2e94010d6] Running
I0801 02:28:49.389468 2594679 system_pods.go:89] "nvidia-device-plugin-daemonset-k6wmr" [7592aa55-1c43-4830-8a91-5dff3414e2da] Running
I0801 02:28:49.389472 2594679 system_pods.go:89] "registry-698f998955-d8mml" [1f91c3cd-259f-41ac-8daf-276173191be3] Running
I0801 02:28:49.389477 2594679 system_pods.go:89] "registry-proxy-c7gmc" [860b79b4-9bb0-4474-89f7-572c5cb9629a] Running
I0801 02:28:49.389494 2594679 system_pods.go:89] "snapshot-controller-745499f584-bl6hq" [e0ab75ff-4bb8-496d-b4d0-25f9fe859b50] Running
I0801 02:28:49.389517 2594679 system_pods.go:89] "snapshot-controller-745499f584-sx5xb" [a70bb56f-e4d1-441c-ad4b-a2e2ad6ded22] Running
I0801 02:28:49.389527 2594679 system_pods.go:89] "storage-provisioner" [c59fef7c-577d-4963-ad09-ccb69bf9ad67] Running
I0801 02:28:49.389535 2594679 system_pods.go:126] duration metric: took 9.984669ms to wait for k8s-apps to be running ...
I0801 02:28:49.389543 2594679 system_svc.go:44] waiting for kubelet service to be running ....
I0801 02:28:49.389618 2594679 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0801 02:28:49.401996 2594679 system_svc.go:56] duration metric: took 12.44219ms WaitForService to wait for kubelet
I0801 02:28:49.402089 2594679 kubeadm.go:582] duration metric: took 2m50.235612539s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0801 02:28:49.402117 2594679 node_conditions.go:102] verifying NodePressure condition ...
I0801 02:28:49.406213 2594679 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0801 02:28:49.406268 2594679 node_conditions.go:123] node cpu capacity is 2
I0801 02:28:49.406299 2594679 node_conditions.go:105] duration metric: took 4.173771ms to run NodePressure ...
I0801 02:28:49.406325 2594679 start.go:241] waiting for startup goroutines ...
I0801 02:28:49.406354 2594679 start.go:246] waiting for cluster config update ...
I0801 02:28:49.406381 2594679 start.go:255] writing updated cluster config ...
I0801 02:28:49.406711 2594679 ssh_runner.go:195] Run: rm -f paused
I0801 02:28:49.775489 2594679 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0801 02:28:49.778415 2594679 out.go:177] * Done! kubectl is now configured to use "addons-172555" cluster and "default" namespace by default
==> CRI-O <==
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.802088609Z" level=info msg="Stopping pod sandbox: 83136021e56c9033f5d07f18937690be02264c1b714c2d1b00031cc98f84fdab" id=11fac57d-c7a4-4016-b863-37e23317d095 name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.802125023Z" level=info msg="Stopped pod sandbox (already stopped): 83136021e56c9033f5d07f18937690be02264c1b714c2d1b00031cc98f84fdab" id=11fac57d-c7a4-4016-b863-37e23317d095 name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.802370100Z" level=info msg="Removing pod sandbox: 83136021e56c9033f5d07f18937690be02264c1b714c2d1b00031cc98f84fdab" id=d6e583b3-fa5b-4f3a-af44-1160475d17ab name=/runtime.v1.RuntimeService/RemovePodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.814961936Z" level=info msg="Removed pod sandbox: 83136021e56c9033f5d07f18937690be02264c1b714c2d1b00031cc98f84fdab" id=d6e583b3-fa5b-4f3a-af44-1160475d17ab name=/runtime.v1.RuntimeService/RemovePodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.815215547Z" level=info msg="Stopping pod sandbox: ee9ba380edb0976eb1c7417d3183a71cf9d675dbcac372113683475b0d37ada2" id=0e8eb7ce-4947-4c28-a18b-d9bc786dfffe name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.815238144Z" level=info msg="Stopped pod sandbox (already stopped): ee9ba380edb0976eb1c7417d3183a71cf9d675dbcac372113683475b0d37ada2" id=0e8eb7ce-4947-4c28-a18b-d9bc786dfffe name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.815601990Z" level=info msg="Removing pod sandbox: ee9ba380edb0976eb1c7417d3183a71cf9d675dbcac372113683475b0d37ada2" id=85d45af2-c81d-48e8-ac83-0e1c24a7d389 name=/runtime.v1.RuntimeService/RemovePodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.824980271Z" level=info msg="Removed pod sandbox: ee9ba380edb0976eb1c7417d3183a71cf9d675dbcac372113683475b0d37ada2" id=85d45af2-c81d-48e8-ac83-0e1c24a7d389 name=/runtime.v1.RuntimeService/RemovePodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.825684267Z" level=info msg="Stopping pod sandbox: 1c61b6863abe9f7f08085b7f7526567f0eb5fbe7569ac624db76259b6be69338" id=d575f804-b0aa-45d8-8b7b-4879fdf05d8e name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.825721699Z" level=info msg="Stopped pod sandbox (already stopped): 1c61b6863abe9f7f08085b7f7526567f0eb5fbe7569ac624db76259b6be69338" id=d575f804-b0aa-45d8-8b7b-4879fdf05d8e name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.826077463Z" level=info msg="Removing pod sandbox: 1c61b6863abe9f7f08085b7f7526567f0eb5fbe7569ac624db76259b6be69338" id=e3f9d532-26b8-43d2-acbf-bfc64681ec8a name=/runtime.v1.RuntimeService/RemovePodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.835420142Z" level=info msg="Removed pod sandbox: 1c61b6863abe9f7f08085b7f7526567f0eb5fbe7569ac624db76259b6be69338" id=e3f9d532-26b8-43d2-acbf-bfc64681ec8a name=/runtime.v1.RuntimeService/RemovePodSandbox
Aug 01 02:32:45 addons-172555 conmon[4901]: conmon 049a9502a13edb3e6192 <ninfo>: container 4912 exited with status 137
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.941666715Z" level=info msg="Stopped container 049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803: ingress-nginx/ingress-nginx-controller-6d9bd977d4-x8rs7/controller" id=9bf7129f-0dd1-4fe7-a2e5-aef263cf836f name=/runtime.v1.RuntimeService/StopContainer
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.942274465Z" level=info msg="Stopping pod sandbox: dce08c9bcd9a98c5819224bf9ae88ea4d8709b2c9d3c820416ef7c455926293b" id=8b31e444-2fe0-4b0f-8e66-2b6d901856b5 name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.945721971Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-U4SGDCC5TSWS3HGG - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-5YLFMJRP7WH7H3LK - [0:0]\n-X KUBE-HP-U4SGDCC5TSWS3HGG\n-X KUBE-HP-5YLFMJRP7WH7H3LK\nCOMMIT\n"
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.959097548Z" level=info msg="Closing host port tcp:80"
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.959160498Z" level=info msg="Closing host port tcp:443"
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.960570394Z" level=info msg="Host port tcp:80 does not have an open socket"
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.960596888Z" level=info msg="Host port tcp:443 does not have an open socket"
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.960788715Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-6d9bd977d4-x8rs7 Namespace:ingress-nginx ID:dce08c9bcd9a98c5819224bf9ae88ea4d8709b2c9d3c820416ef7c455926293b UID:f559d888-397c-4709-8375-e9d1b61b7a95 NetNS:/var/run/netns/f9128df5-7ece-4414-92aa-5b81b8d4d492 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.960929440Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-x8rs7 from CNI network \"kindnet\" (type=ptp)"
Aug 01 02:32:45 addons-172555 crio[955]: time="2024-08-01 02:32:45.982725798Z" level=info msg="Stopped pod sandbox: dce08c9bcd9a98c5819224bf9ae88ea4d8709b2c9d3c820416ef7c455926293b" id=8b31e444-2fe0-4b0f-8e66-2b6d901856b5 name=/runtime.v1.RuntimeService/StopPodSandbox
Aug 01 02:32:46 addons-172555 crio[955]: time="2024-08-01 02:32:46.055276744Z" level=info msg="Removing container: 049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803" id=d6660e04-ff88-40dd-8ffb-4d9e3d5f0ae2 name=/runtime.v1.RuntimeService/RemoveContainer
Aug 01 02:32:46 addons-172555 crio[955]: time="2024-08-01 02:32:46.070655404Z" level=info msg="Removed container 049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803: ingress-nginx/ingress-nginx-controller-6d9bd977d4-x8rs7/controller" id=d6660e04-ff88-40dd-8ffb-4d9e3d5f0ae2 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
d48be51b804b3 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 9 seconds ago Running hello-world-app 0 46a199e5eeb75 hello-world-app-6778b5fc9f-bmqbp
551dc33d35a85 docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9 2 minutes ago Running nginx 0 20984fe9f4a58 nginx
3ed2422b9aabd gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 3 minutes ago Running busybox 0 63ccff4a3eff7 busybox
4638c2f3349eb docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98 5 minutes ago Running local-path-provisioner 0 c0e2f7ec2087b local-path-provisioner-8d985888d-xvxdm
92df1617e8383 nvcr.io/nvidia/k8s-device-plugin@sha256:7c7ba34740040fcfe7319f25e46820222e414e67fd1a81923cfa0728e8ec98a8 5 minutes ago Running nvidia-device-plugin-ctr 0 4f20ef233f313 nvidia-device-plugin-daemonset-k6wmr
49df925991672 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 af7d083a671c9 metrics-server-c59844bb4-btgcg
c392bea8cc6dd docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 5 minutes ago Running yakd 0 8e18c29dc49c8 yakd-dashboard-799879c74f-t29rc
373ce3587645c gcr.io/cloud-spanner-emulator/emulator@sha256:76d8c8cf50cb10809697c83120f51b216b49ea6538c15e083d843172d597774f 5 minutes ago Running cloud-spanner-emulator 0 43d204cb62d51 cloud-spanner-emulator-5455fb9b69-wfctz
8f76b4d4423c0 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 6 minutes ago Running coredns 0 47feb7a700ad9 coredns-7db6d8ff4d-5c8ng
213f4e3d4e5a0 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 4c9b7ed4d64a1 storage-provisioner
3eb9bfd1c346a docker.io/kindest/kindnetd@sha256:14100a3a7aca6cad3de3f26ee342ad937ca7d2844b1983d3baa7bf5f491baa7a 6 minutes ago Running kindnet-cni 0 602201950c7ef kindnet-4trm8
bfd000e22fb23 2351f570ed0eac5533e538280d73c6aa5d6b6f6379f5f3fac08f51378621e6be 6 minutes ago Running kube-proxy 0 d040b8f546066 kube-proxy-z9gfh
f80737ee4c40b 8e97cdb19e7cc420af7c71de8b5c9ab536bd278758c8c0878c464b833d91b31a 7 minutes ago Running kube-controller-manager 0 2e1d8203cf578 kube-controller-manager-addons-172555
1f777c48cac26 61773190d42ff0792f3bab2658e80b1c07519170955bb350b153b564ef28f4ca 7 minutes ago Running kube-apiserver 0 9d37fb1bdfa1a kube-apiserver-addons-172555
5874d20cef492 d48f992a22722fc0290769b8fab1186db239bbad4cff837fbb641c55faef9355 7 minutes ago Running kube-scheduler 0 5c8057d708af1 kube-scheduler-addons-172555
07899df89c414 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 7 minutes ago Running etcd 0 e2d1bd6d72d78 etcd-addons-172555
==> coredns [8f76b4d4423c021c0680308b1f49099b1b1b50ac022d6a86c14cdd83e5223ea9] <==
[INFO] 10.244.0.16:51309 - 20911 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.008879468s
[INFO] 10.244.0.16:40139 - 46633 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.001059359s
[INFO] 10.244.0.16:40139 - 22572 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00167803s
[INFO] 10.244.0.16:41023 - 26061 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000115011s
[INFO] 10.244.0.16:41023 - 26096 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000049599s
[INFO] 10.244.0.16:44599 - 50638 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000046121s
[INFO] 10.244.0.16:44599 - 4303 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000070704s
[INFO] 10.244.0.16:49334 - 31953 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000053062s
[INFO] 10.244.0.16:49334 - 18639 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000058716s
[INFO] 10.244.0.16:59848 - 39224 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001621267s
[INFO] 10.244.0.16:59848 - 39742 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.00163273s
[INFO] 10.244.0.16:53830 - 17118 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000068939s
[INFO] 10.244.0.16:53830 - 57565 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000054474s
[INFO] 10.244.0.19:38978 - 3571 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000433951s
[INFO] 10.244.0.19:55116 - 38760 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000175342s
[INFO] 10.244.0.19:40938 - 65525 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000159327s
[INFO] 10.244.0.19:53704 - 52007 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00015693s
[INFO] 10.244.0.19:57044 - 52225 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000129213s
[INFO] 10.244.0.19:51855 - 51710 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000302439s
[INFO] 10.244.0.19:41477 - 59522 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003260848s
[INFO] 10.244.0.19:50736 - 18784 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003254834s
[INFO] 10.244.0.19:45187 - 16336 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 572 0.002238166s
[INFO] 10.244.0.19:38090 - 35993 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002480373s
[INFO] 10.244.0.22:55228 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00022701s
[INFO] 10.244.0.22:52059 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00013974s
==> describe nodes <==
Name: addons-172555
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-172555
kubernetes.io/os=linux
minikube.k8s.io/commit=ad0431a8b539d85eadcca9b60d2c335055e9353c
minikube.k8s.io/name=addons-172555
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_08_01T02_25_46_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-172555
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: Thu, 01 Aug 2024 02:25:42 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-172555
AcquireTime: <unset>
RenewTime: Thu, 01 Aug 2024 02:32:44 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 01 Aug 2024 02:30:51 +0000 Thu, 01 Aug 2024 02:25:39 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 01 Aug 2024 02:30:51 +0000 Thu, 01 Aug 2024 02:25:39 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 01 Aug 2024 02:30:51 +0000 Thu, 01 Aug 2024 02:25:39 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 01 Aug 2024 02:30:51 +0000 Thu, 01 Aug 2024 02:26:45 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-172555
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022364Ki
pods: 110
System Info:
Machine ID: 808b5f1ae27d40f6a9163f5bdf0fb473
System UUID: 338857de-1934-40af-84cc-6bb443239713
Boot ID: 2daee006-f42a-4cec-a0b1-7137cc9806d6
Kernel Version: 5.15.0-1066-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.30.3
Kube-Proxy Version: v1.30.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (16 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m1s
default cloud-spanner-emulator-5455fb9b69-wfctz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m48s
default hello-world-app-6778b5fc9f-bmqbp 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 11s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m30s
kube-system coredns-7db6d8ff4d-5c8ng 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m52s
kube-system etcd-addons-172555 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 7m8s
kube-system kindnet-4trm8 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m53s
kube-system kube-apiserver-addons-172555 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m6s
kube-system kube-controller-manager-addons-172555 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m6s
kube-system kube-proxy-z9gfh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m53s
kube-system kube-scheduler-addons-172555 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m6s
kube-system metrics-server-c59844bb4-btgcg 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 6m47s
kube-system nvidia-device-plugin-daemonset-k6wmr 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m6s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m46s
local-path-storage local-path-provisioner-8d985888d-xvxdm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m46s
yakd-dashboard yakd-dashboard-799879c74f-t29rc 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 6m46s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 548Mi (6%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 6m45s kube-proxy
Normal Starting 7m6s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 7m6s (x2 over 7m6s) kubelet Node addons-172555 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m6s (x2 over 7m6s) kubelet Node addons-172555 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m6s (x2 over 7m6s) kubelet Node addons-172555 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m53s node-controller Node addons-172555 event: Registered Node addons-172555 in Controller
Normal NodeReady 6m6s kubelet Node addons-172555 status is now: NodeReady
==> dmesg <==
[ +0.000975] FS-Cache: O-key=[8] '01475c0100000000'
[ +0.000679] FS-Cache: N-cookie c=0000008a [p=00000081 fl=2 nc=0 na=1]
[ +0.000981] FS-Cache: N-cookie d=00000000f00cf1f7{9p.inode} n=000000002f60ecbe
[ +0.001099] FS-Cache: N-key=[8] '01475c0100000000'
[ +0.008756] FS-Cache: Duplicate cookie detected
[ +0.000654] FS-Cache: O-cookie c=00000084 [p=00000081 fl=226 nc=0 na=1]
[ +0.000897] FS-Cache: O-cookie d=00000000f00cf1f7{9p.inode} n=00000000be098cdf
[ +0.000972] FS-Cache: O-key=[8] '01475c0100000000'
[ +0.000649] FS-Cache: N-cookie c=0000008b [p=00000081 fl=2 nc=0 na=1]
[ +0.000932] FS-Cache: N-cookie d=00000000f00cf1f7{9p.inode} n=00000000d85ad0c6
[ +0.000971] FS-Cache: N-key=[8] '01475c0100000000'
[ +2.640435] FS-Cache: Duplicate cookie detected
[ +0.000644] FS-Cache: O-cookie c=00000082 [p=00000081 fl=226 nc=0 na=1]
[ +0.000872] FS-Cache: O-cookie d=00000000f00cf1f7{9p.inode} n=00000000621ad837
[ +0.000984] FS-Cache: O-key=[8] '00475c0100000000'
[ +0.000640] FS-Cache: N-cookie c=0000008d [p=00000081 fl=2 nc=0 na=1]
[ +0.000844] FS-Cache: N-cookie d=00000000f00cf1f7{9p.inode} n=000000006a2b576b
[ +0.000937] FS-Cache: N-key=[8] '00475c0100000000'
[ +0.377143] FS-Cache: Duplicate cookie detected
[ +0.000643] FS-Cache: O-cookie c=00000087 [p=00000081 fl=226 nc=0 na=1]
[ +0.000871] FS-Cache: O-cookie d=00000000f00cf1f7{9p.inode} n=000000008137feed
[ +0.000932] FS-Cache: O-key=[8] '06475c0100000000'
[ +0.000629] FS-Cache: N-cookie c=0000008e [p=00000081 fl=2 nc=0 na=1]
[ +0.000871] FS-Cache: N-cookie d=00000000f00cf1f7{9p.inode} n=000000002f60ecbe
[ +0.000936] FS-Cache: N-key=[8] '06475c0100000000'
==> etcd [07899df89c4147829c67bfebdc54f652e0d95cdfa6b4f87bc4b9bad2bf9f8c14] <==
{"level":"info","ts":"2024-08-01T02:25:40.099611Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-08-01T02:25:40.099952Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-01T02:25:40.100106Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-08-01T02:25:40.100282Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-08-01T02:25:40.100324Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-08-01T02:25:40.102581Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-08-01T02:25:40.103759Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-01T02:25:40.103875Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-01T02:25:40.109247Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-08-01T02:25:40.103559Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"warn","ts":"2024-08-01T02:26:00.234425Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"127.532024ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-172555\" ","response":"range_response_count:1 size:5744"}
{"level":"info","ts":"2024-08-01T02:26:00.242825Z","caller":"traceutil/trace.go:171","msg":"trace[900405085] range","detail":"{range_begin:/registry/minions/addons-172555; range_end:; response_count:1; response_revision:353; }","duration":"135.943761ms","start":"2024-08-01T02:26:00.106852Z","end":"2024-08-01T02:26:00.242796Z","steps":["trace[900405085] 'agreement among raft nodes before linearized reading' (duration: 67.030134ms)","trace[900405085] 'range keys from bolt db' (duration: 60.456156ms)"],"step_count":2}
{"level":"info","ts":"2024-08-01T02:26:00.300651Z","caller":"traceutil/trace.go:171","msg":"trace[161814972] transaction","detail":"{read_only:false; response_revision:354; number_of_response:1; }","duration":"193.630775ms","start":"2024-08-01T02:26:00.107Z","end":"2024-08-01T02:26:00.300631Z","steps":["trace[161814972] 'process raft request' (duration: 132.882658ms)","trace[161814972] 'compare' (duration: 60.422375ms)"],"step_count":2}
{"level":"warn","ts":"2024-08-01T02:26:00.807619Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"112.109881ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/configmaps/kube-system/coredns\" ","response":"range_response_count:1 size:612"}
{"level":"info","ts":"2024-08-01T02:26:00.807671Z","caller":"traceutil/trace.go:171","msg":"trace[654026218] range","detail":"{range_begin:/registry/configmaps/kube-system/coredns; range_end:; response_count:1; response_revision:355; }","duration":"112.180042ms","start":"2024-08-01T02:26:00.695479Z","end":"2024-08-01T02:26:00.807659Z","steps":["trace[654026218] 'agreement among raft nodes before linearized reading' (duration: 18.593647ms)","trace[654026218] 'range keys from in-memory index tree' (duration: 93.496862ms)"],"step_count":2}
{"level":"warn","ts":"2024-08-01T02:26:00.807879Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"126.453819ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-08-01T02:26:00.851952Z","caller":"traceutil/trace.go:171","msg":"trace[753389447] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:355; }","duration":"170.511483ms","start":"2024-08-01T02:26:00.681417Z","end":"2024-08-01T02:26:00.851929Z","steps":["trace[753389447] 'agreement among raft nodes before linearized reading' (duration: 32.67412ms)","trace[753389447] 'range keys from in-memory index tree' (duration: 93.77174ms)"],"step_count":2}
{"level":"warn","ts":"2024-08-01T02:26:03.477462Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.185589ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-08-01T02:26:03.485634Z","caller":"traceutil/trace.go:171","msg":"trace[85003411] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:374; }","duration":"104.884353ms","start":"2024-08-01T02:26:03.374251Z","end":"2024-08-01T02:26:03.479136Z","steps":["trace[85003411] 'agreement among raft nodes before linearized reading' (duration: 31.101878ms)","trace[85003411] 'range keys from in-memory index tree' (duration: 72.062287ms)"],"step_count":2}
{"level":"warn","ts":"2024-08-01T02:26:03.486214Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"112.104023ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/yakd-dashboard\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-08-01T02:26:03.48638Z","caller":"traceutil/trace.go:171","msg":"trace[162663106] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:0; response_revision:374; }","duration":"112.27157ms","start":"2024-08-01T02:26:03.374081Z","end":"2024-08-01T02:26:03.486353Z","steps":["trace[162663106] 'agreement among raft nodes before linearized reading' (duration: 31.29025ms)","trace[162663106] 'range keys from in-memory index tree' (duration: 80.797362ms)"],"step_count":2}
{"level":"warn","ts":"2024-08-01T02:26:03.486797Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"171.989727ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-172555\" ","response":"range_response_count:1 size:5744"}
{"level":"info","ts":"2024-08-01T02:26:03.486888Z","caller":"traceutil/trace.go:171","msg":"trace[2068030476] range","detail":"{range_begin:/registry/minions/addons-172555; range_end:; response_count:1; response_revision:374; }","duration":"172.083011ms","start":"2024-08-01T02:26:03.314795Z","end":"2024-08-01T02:26:03.486878Z","steps":["trace[2068030476] 'agreement among raft nodes before linearized reading' (duration: 63.523371ms)","trace[2068030476] 'range keys from in-memory index tree' (duration: 107.619854ms)"],"step_count":2}
{"level":"warn","ts":"2024-08-01T02:26:03.487155Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"113.096649ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/ranges/serviceips\" ","response":"range_response_count:1 size:116"}
{"level":"info","ts":"2024-08-01T02:26:03.487225Z","caller":"traceutil/trace.go:171","msg":"trace[274813061] range","detail":"{range_begin:/registry/ranges/serviceips; range_end:; response_count:1; response_revision:374; }","duration":"113.171217ms","start":"2024-08-01T02:26:03.374046Z","end":"2024-08-01T02:26:03.487218Z","steps":["trace[274813061] 'agreement among raft nodes before linearized reading' (duration: 31.339514ms)","trace[274813061] 'range keys from in-memory index tree' (duration: 80.785341ms)"],"step_count":2}
==> kernel <==
02:32:51 up 10:15, 0 users, load average: 0.19, 0.88, 1.90
Linux addons-172555 5.15.0-1066-aws #72~20.04.1-Ubuntu SMP Sat Jul 20 07:44:07 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [3eb9bfd1c346a4b29a3e2c7595ab90cf9dd8f480c4e781124ba72b9713ba4087] <==
I0801 02:31:35.048461 1 main.go:299] handling current node
I0801 02:31:45.048267 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0801 02:31:45.048398 1 main.go:299] handling current node
W0801 02:31:47.558322 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0801 02:31:47.558359 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
W0801 02:31:51.228533 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0801 02:31:51.228569 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0801 02:31:55.047647 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0801 02:31:55.047777 1 main.go:299] handling current node
I0801 02:32:05.048076 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0801 02:32:05.048109 1 main.go:299] handling current node
W0801 02:32:13.680620 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0801 02:32:13.680654 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I0801 02:32:15.048331 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0801 02:32:15.048370 1 main.go:299] handling current node
I0801 02:32:25.048142 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0801 02:32:25.048179 1 main.go:299] handling current node
I0801 02:32:35.048568 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0801 02:32:35.048602 1 main.go:299] handling current node
I0801 02:32:45.047692 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0801 02:32:45.047778 1 main.go:299] handling current node
W0801 02:32:46.271650 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0801 02:32:46.271687 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
W0801 02:32:47.911668 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0801 02:32:47.911700 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
==> kube-apiserver [1f777c48cac264ec7699aae47a62aa4b93c769c3282cc96d396496423b418b2c] <==
E0801 02:28:20.920219 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0801 02:28:20.976515 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0801 02:28:20.982045 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io "v1beta1.metrics.k8s.io": the object has been modified; please apply your changes to the latest version and try again
E0801 02:28:58.781246 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:58018: use of closed network connection
E0801 02:28:58.938644 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:58028: use of closed network connection
I0801 02:29:36.889723 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0801 02:30:09.355359 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0801 02:30:09.356110 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0801 02:30:09.389762 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0801 02:30:09.389892 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0801 02:30:09.395336 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0801 02:30:09.395386 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0801 02:30:09.418715 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0801 02:30:09.419232 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0801 02:30:09.523696 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0801 02:30:09.523739 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0801 02:30:10.396313 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0801 02:30:10.525001 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0801 02:30:10.531504 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0801 02:30:16.199837 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0801 02:30:17.236153 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0801 02:30:21.741216 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0801 02:30:22.054451 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.98.113.129"}
I0801 02:32:40.321573 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.109.23.252"}
==> kube-controller-manager [f80737ee4c40b3d79475e775ea310160e46209be68cae6939d0e202bc2a42e21] <==
W0801 02:31:39.521690 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:31:39.521729 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0801 02:31:56.478881 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:31:56.478925 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0801 02:32:01.223689 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:32:01.223732 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0801 02:32:11.374122 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:32:11.374160 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0801 02:32:26.832913 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:32:26.832959 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0801 02:32:40.082616 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="48.7316ms"
I0801 02:32:40.093325 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="10.659464ms"
I0801 02:32:40.094132 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="646.905µs"
I0801 02:32:40.099961 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="47.294µs"
I0801 02:32:42.116138 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="31.851017ms"
I0801 02:32:42.116479 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="67.191µs"
I0801 02:32:42.765917 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0801 02:32:42.772283 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="3.783µs"
I0801 02:32:42.774029 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0801 02:32:44.171604 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:32:44.171641 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0801 02:32:44.450385 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:32:44.450423 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0801 02:32:51.357136 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0801 02:32:51.357176 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [bfd000e22fb23f1e5c972ce9ecbe27790ffd385705d0634307d3e472292950f8] <==
I0801 02:26:04.759644 1 server_linux.go:69] "Using iptables proxy"
I0801 02:26:04.875901 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0801 02:26:05.384334 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0801 02:26:05.384394 1 server_linux.go:165] "Using iptables Proxier"
I0801 02:26:05.573305 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0801 02:26:05.600759 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0801 02:26:05.600913 1 proxier.go:243] "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"
I0801 02:26:05.601391 1 server.go:872] "Version info" version="v1.30.3"
I0801 02:26:05.601455 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0801 02:26:05.602575 1 config.go:192] "Starting service config controller"
I0801 02:26:05.603034 1 shared_informer.go:313] Waiting for caches to sync for service config
I0801 02:26:05.603121 1 config.go:101] "Starting endpoint slice config controller"
I0801 02:26:05.603154 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0801 02:26:05.603751 1 config.go:319] "Starting node config controller"
I0801 02:26:05.603809 1 shared_informer.go:313] Waiting for caches to sync for node config
I0801 02:26:05.704550 1 shared_informer.go:320] Caches are synced for node config
I0801 02:26:05.706431 1 shared_informer.go:320] Caches are synced for service config
I0801 02:26:05.706461 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [5874d20cef492453a9af8fe69737feff2cfc9e88f6f38670b1b8f9fb58ff36cc] <==
W0801 02:25:44.036101 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0801 02:25:44.036585 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0801 02:25:44.036191 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0801 02:25:44.036722 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0801 02:25:44.036306 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0801 02:25:44.036806 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0801 02:25:44.036356 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0801 02:25:44.036884 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0801 02:25:44.036462 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0801 02:25:44.036958 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0801 02:25:44.036508 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0801 02:25:44.037018 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0801 02:25:44.036558 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: 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
E0801 02:25:44.037138 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0801 02:25:44.037251 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0801 02:25:44.037304 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0801 02:25:44.037338 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0801 02:25:44.037305 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: 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
W0801 02:25:44.037260 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0801 02:25:44.037373 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0801 02:25:44.037431 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0801 02:25:44.037487 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0801 02:25:44.037443 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0801 02:25:44.037573 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
I0801 02:25:45.329419 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Aug 01 02:32:40 addons-172555 kubelet[1530]: I0801 02:32:40.093958 1530 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-nx52v\" (UniqueName: \"kubernetes.io/projected/2628d81c-da61-4a05-86d0-9fa1aa67796d-kube-api-access-nx52v\") pod \"hello-world-app-6778b5fc9f-bmqbp\" (UID: \"2628d81c-da61-4a05-86d0-9fa1aa67796d\") " pod="default/hello-world-app-6778b5fc9f-bmqbp"
Aug 01 02:32:41 addons-172555 kubelet[1530]: I0801 02:32:41.410007 1530 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-cb4fz\" (UniqueName: \"kubernetes.io/projected/a065e368-578c-4592-8d83-c0b199c490dd-kube-api-access-cb4fz\") pod \"a065e368-578c-4592-8d83-c0b199c490dd\" (UID: \"a065e368-578c-4592-8d83-c0b199c490dd\") "
Aug 01 02:32:41 addons-172555 kubelet[1530]: I0801 02:32:41.412391 1530 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a065e368-578c-4592-8d83-c0b199c490dd-kube-api-access-cb4fz" (OuterVolumeSpecName: "kube-api-access-cb4fz") pod "a065e368-578c-4592-8d83-c0b199c490dd" (UID: "a065e368-578c-4592-8d83-c0b199c490dd"). InnerVolumeSpecName "kube-api-access-cb4fz". PluginName "kubernetes.io/projected", VolumeGidValue ""
Aug 01 02:32:41 addons-172555 kubelet[1530]: I0801 02:32:41.511293 1530 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-cb4fz\" (UniqueName: \"kubernetes.io/projected/a065e368-578c-4592-8d83-c0b199c490dd-kube-api-access-cb4fz\") on node \"addons-172555\" DevicePath \"\""
Aug 01 02:32:42 addons-172555 kubelet[1530]: I0801 02:32:42.039858 1530 scope.go:117] "RemoveContainer" containerID="ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d"
Aug 01 02:32:42 addons-172555 kubelet[1530]: I0801 02:32:42.070099 1530 scope.go:117] "RemoveContainer" containerID="ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d"
Aug 01 02:32:42 addons-172555 kubelet[1530]: E0801 02:32:42.071043 1530 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d\": container with ID starting with ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d not found: ID does not exist" containerID="ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d"
Aug 01 02:32:42 addons-172555 kubelet[1530]: I0801 02:32:42.071112 1530 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d"} err="failed to get container status \"ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d\": rpc error: code = NotFound desc = could not find container \"ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d\": container with ID starting with ab5126cf7a0477610b849a3fade265609571756ac19038f6edbdc8f8d3a4366d not found: ID does not exist"
Aug 01 02:32:42 addons-172555 kubelet[1530]: I0801 02:32:42.781084 1530 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-bmqbp" podStartSLOduration=1.678307535 podStartE2EDuration="2.781067899s" podCreationTimestamp="2024-08-01 02:32:40 +0000 UTC" firstStartedPulling="2024-08-01 02:32:40.452899586 +0000 UTC m=+415.129491856" lastFinishedPulling="2024-08-01 02:32:41.55565995 +0000 UTC m=+416.232252220" observedRunningTime="2024-08-01 02:32:42.083794383 +0000 UTC m=+416.760386653" watchObservedRunningTime="2024-08-01 02:32:42.781067899 +0000 UTC m=+417.457660161"
Aug 01 02:32:43 addons-172555 kubelet[1530]: I0801 02:32:43.456749 1530 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="4e6679c0-5fdf-4609-9141-c83f9be2ce3b" path="/var/lib/kubelet/pods/4e6679c0-5fdf-4609-9141-c83f9be2ce3b/volumes"
Aug 01 02:32:43 addons-172555 kubelet[1530]: I0801 02:32:43.457203 1530 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="94e0b3af-20bd-43c8-a3ec-38f23997709d" path="/var/lib/kubelet/pods/94e0b3af-20bd-43c8-a3ec-38f23997709d/volumes"
Aug 01 02:32:43 addons-172555 kubelet[1530]: I0801 02:32:43.457553 1530 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a065e368-578c-4592-8d83-c0b199c490dd" path="/var/lib/kubelet/pods/a065e368-578c-4592-8d83-c0b199c490dd/volumes"
Aug 01 02:32:45 addons-172555 kubelet[1530]: I0801 02:32:45.758931 1530 scope.go:117] "RemoveContainer" containerID="bda4e0dfef3092b09cb0635dedcc2a7a23728043ebd8c0d59b0afc348fe629f7"
Aug 01 02:32:45 addons-172555 kubelet[1530]: I0801 02:32:45.778729 1530 scope.go:117] "RemoveContainer" containerID="135b6424597f612f5b28928851c2911a66a7722792f1b37522668216057473cb"
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.053909 1530 scope.go:117] "RemoveContainer" containerID="049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803"
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.071014 1530 scope.go:117] "RemoveContainer" containerID="049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803"
Aug 01 02:32:46 addons-172555 kubelet[1530]: E0801 02:32:46.071443 1530 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803\": container with ID starting with 049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803 not found: ID does not exist" containerID="049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803"
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.071484 1530 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803"} err="failed to get container status \"049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803\": rpc error: code = NotFound desc = could not find container \"049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803\": container with ID starting with 049a9502a13edb3e619243fd492c975afcd1f14f853d184700d3d3481df52803 not found: ID does not exist"
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.140895 1530 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-l98jn\" (UniqueName: \"kubernetes.io/projected/f559d888-397c-4709-8375-e9d1b61b7a95-kube-api-access-l98jn\") pod \"f559d888-397c-4709-8375-e9d1b61b7a95\" (UID: \"f559d888-397c-4709-8375-e9d1b61b7a95\") "
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.140951 1530 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f559d888-397c-4709-8375-e9d1b61b7a95-webhook-cert\") pod \"f559d888-397c-4709-8375-e9d1b61b7a95\" (UID: \"f559d888-397c-4709-8375-e9d1b61b7a95\") "
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.143106 1530 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f559d888-397c-4709-8375-e9d1b61b7a95-kube-api-access-l98jn" (OuterVolumeSpecName: "kube-api-access-l98jn") pod "f559d888-397c-4709-8375-e9d1b61b7a95" (UID: "f559d888-397c-4709-8375-e9d1b61b7a95"). InnerVolumeSpecName "kube-api-access-l98jn". PluginName "kubernetes.io/projected", VolumeGidValue ""
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.143153 1530 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/f559d888-397c-4709-8375-e9d1b61b7a95-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "f559d888-397c-4709-8375-e9d1b61b7a95" (UID: "f559d888-397c-4709-8375-e9d1b61b7a95"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.241550 1530 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/f559d888-397c-4709-8375-e9d1b61b7a95-webhook-cert\") on node \"addons-172555\" DevicePath \"\""
Aug 01 02:32:46 addons-172555 kubelet[1530]: I0801 02:32:46.241605 1530 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-l98jn\" (UniqueName: \"kubernetes.io/projected/f559d888-397c-4709-8375-e9d1b61b7a95-kube-api-access-l98jn\") on node \"addons-172555\" DevicePath \"\""
Aug 01 02:32:47 addons-172555 kubelet[1530]: I0801 02:32:47.456209 1530 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f559d888-397c-4709-8375-e9d1b61b7a95" path="/var/lib/kubelet/pods/f559d888-397c-4709-8375-e9d1b61b7a95/volumes"
==> storage-provisioner [213f4e3d4e5a07a2aa26857e77153b7036008763298e0568a874610f02012009] <==
I0801 02:26:46.383183 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0801 02:26:46.398351 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0801 02:26:46.398407 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0801 02:26:46.407254 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0801 02:26:46.407452 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-172555_c1adb62e-72e7-4e09-bb98-0b023bfbefc4!
I0801 02:26:46.409384 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"4276d250-effb-4ede-824c-dd676e37ee97", APIVersion:"v1", ResourceVersion:"898", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-172555_c1adb62e-72e7-4e09-bb98-0b023bfbefc4 became leader
I0801 02:26:46.508853 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-172555_c1adb62e-72e7-4e09-bb98-0b023bfbefc4!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-172555 -n addons-172555
helpers_test.go:261: (dbg) Run: kubectl --context addons-172555 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 (150.87s)