=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-240098 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-240098 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-240098 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" [2f77d036-51f3-4747-b52e-0e576bf1b076] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [2f77d036-51f3-4747-b52e-0e576bf1b076] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003805266s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-240098 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-240098 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.480159737s)
** 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-240098 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-240098 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-240098 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-arm64 -p addons-240098 addons disable ingress-dns --alsologtostderr -v=1: (1.557777705s)
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-240098 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-240098 addons disable ingress --alsologtostderr -v=1: (7.737936279s)
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-240098
helpers_test.go:235: (dbg) docker inspect addons-240098:
-- stdout --
[
{
"Id": "d818f094f94f732e7d7e1b04a36ca25ce432eff5cf7924fd779694e0b3067726",
"Created": "2024-07-29T22:43:15.000841674Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 3154582,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-29T22:43:15.200844173Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:2cd84ab2172023a68162f38a55db46353562cea41552fd8e8bdec97b31b2c495",
"ResolvConfPath": "/var/lib/docker/containers/d818f094f94f732e7d7e1b04a36ca25ce432eff5cf7924fd779694e0b3067726/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/d818f094f94f732e7d7e1b04a36ca25ce432eff5cf7924fd779694e0b3067726/hostname",
"HostsPath": "/var/lib/docker/containers/d818f094f94f732e7d7e1b04a36ca25ce432eff5cf7924fd779694e0b3067726/hosts",
"LogPath": "/var/lib/docker/containers/d818f094f94f732e7d7e1b04a36ca25ce432eff5cf7924fd779694e0b3067726/d818f094f94f732e7d7e1b04a36ca25ce432eff5cf7924fd779694e0b3067726-json.log",
"Name": "/addons-240098",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-240098:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-240098",
"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/a4916998f62015799756b7b2a8e12ea70f84e9e2ab52391822fd9b3906b235bd-init/diff:/var/lib/docker/overlay2/21123e46e1e2bb9443c79b3c37158fd9e172dd99635ff8af5496412b1393f5e3/diff",
"MergedDir": "/var/lib/docker/overlay2/a4916998f62015799756b7b2a8e12ea70f84e9e2ab52391822fd9b3906b235bd/merged",
"UpperDir": "/var/lib/docker/overlay2/a4916998f62015799756b7b2a8e12ea70f84e9e2ab52391822fd9b3906b235bd/diff",
"WorkDir": "/var/lib/docker/overlay2/a4916998f62015799756b7b2a8e12ea70f84e9e2ab52391822fd9b3906b235bd/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-240098",
"Source": "/var/lib/docker/volumes/addons-240098/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-240098",
"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-240098",
"name.minikube.sigs.k8s.io": "addons-240098",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "aedf906d601f6b6dd24afe99bf435f0a6e06e6cf1fddf46057891b8f4a813fa2",
"SandboxKey": "/var/run/docker/netns/aedf906d601f",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36187"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36188"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36191"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36189"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "36190"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-240098": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "22ad9e2f78a5583720dd547722d6f42d6d75c06a27776a25cc21d811fb478806",
"EndpointID": "9aac0e32068087a437acea1ea0fb3ae3f9db5927f74322d2e14877bdbafae1b8",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-240098",
"d818f094f94f"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-240098 -n addons-240098
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-240098 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-240098 logs -n 25: (1.385126541s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-967834 | download-only-967834 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | 29 Jul 24 22:42 UTC |
| start | --download-only -p | download-docker-766345 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | |
| | download-docker-766345 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-766345 | download-docker-766345 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | 29 Jul 24 22:42 UTC |
| start | --download-only -p | binary-mirror-614266 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | |
| | binary-mirror-614266 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:34491 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-614266 | binary-mirror-614266 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | 29 Jul 24 22:42 UTC |
| addons | enable dashboard -p | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | |
| | addons-240098 | | | | | |
| addons | disable dashboard -p | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | |
| | addons-240098 | | | | | |
| start | -p addons-240098 --wait=true | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:42 UTC | 29 Jul 24 22:46 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-240098 addons disable | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:46 UTC | 29 Jul 24 22:46 UTC |
| | gcp-auth --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ip | addons-240098 ip | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| addons | addons-240098 addons disable | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-240098 addons disable | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | -p addons-240098 | | | | | |
| ssh | addons-240098 ssh cat | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | /opt/local-path-provisioner/pvc-54af6f42-f75c-4735-a350-c0a9533b23ab_default_test-pvc/file1 | | | | | |
| addons | addons-240098 addons disable | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:48 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-240098 addons | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-240098 addons | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | addons-240098 | | | | | |
| addons | enable headlamp | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:47 UTC | 29 Jul 24 22:47 UTC |
| | -p addons-240098 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-240098 addons disable | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:48 UTC | 29 Jul 24 22:48 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:48 UTC | 29 Jul 24 22:48 UTC |
| | addons-240098 | | | | | |
| ssh | addons-240098 ssh curl -s | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:48 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-240098 ip | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:50 UTC | 29 Jul 24 22:50 UTC |
| addons | addons-240098 addons disable | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:50 UTC | 29 Jul 24 22:50 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-240098 addons disable | addons-240098 | jenkins | v1.33.1 | 29 Jul 24 22:50 UTC | 29 Jul 24 22:51 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/29 22:42:49
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.22.5 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0729 22:42:49.211905 3154077 out.go:291] Setting OutFile to fd 1 ...
I0729 22:42:49.212248 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 22:42:49.212278 3154077 out.go:304] Setting ErrFile to fd 2...
I0729 22:42:49.212299 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 22:42:49.212577 3154077 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19312-3147685/.minikube/bin
I0729 22:42:49.213085 3154077 out.go:298] Setting JSON to false
I0729 22:42:49.214004 3154077 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":44720,"bootTime":1722248250,"procs":169,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1065-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0729 22:42:49.214103 3154077 start.go:139] virtualization:
I0729 22:42:49.216733 3154077 out.go:177] * [addons-240098] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0729 22:42:49.218801 3154077 out.go:177] - MINIKUBE_LOCATION=19312
I0729 22:42:49.218951 3154077 notify.go:220] Checking for updates...
I0729 22:42:49.222609 3154077 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0729 22:42:49.224476 3154077 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19312-3147685/kubeconfig
I0729 22:42:49.226293 3154077 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19312-3147685/.minikube
I0729 22:42:49.227988 3154077 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0729 22:42:49.229818 3154077 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0729 22:42:49.231785 3154077 driver.go:392] Setting default libvirt URI to qemu:///system
I0729 22:42:49.252863 3154077 docker.go:123] docker version: linux-27.1.1:Docker Engine - Community
I0729 22:42:49.252985 3154077 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0729 22:42:49.310385 3154077 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local 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-07-29 22:42:49.301396861 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-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-30-239 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>}}
I0729 22:42:49.310502 3154077 docker.go:307] overlay module found
I0729 22:42:49.312914 3154077 out.go:177] * Using the docker driver based on user configuration
I0729 22:42:49.314723 3154077 start.go:297] selected driver: docker
I0729 22:42:49.314744 3154077 start.go:901] validating driver "docker" against <nil>
I0729 22:42:49.314759 3154077 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0729 22:42:49.315445 3154077 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0729 22:42:49.366445 3154077 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local 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-07-29 22:42:49.357568288 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1065-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-30-239 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>}}
I0729 22:42:49.366615 3154077 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0729 22:42:49.366869 3154077 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]
I0729 22:42:49.369116 3154077 out.go:177] * Using Docker driver with root privileges
I0729 22:42:49.370787 3154077 cni.go:84] Creating CNI manager for ""
I0729 22:42:49.370806 3154077 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0729 22:42:49.370816 3154077 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0729 22:42:49.370912 3154077 start.go:340] cluster config:
{Name:addons-240098 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-240098 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}
I0729 22:42:49.372889 3154077 out.go:177] * Starting "addons-240098" primary control-plane node in "addons-240098" cluster
I0729 22:42:49.374475 3154077 cache.go:121] Beginning downloading kic base image for docker with crio
I0729 22:42:49.376379 3154077 out.go:177] * Pulling base image v0.0.44-1721902582-19326 ...
I0729 22:42:49.378133 3154077 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0729 22:42:49.378195 3154077 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19312-3147685/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4
I0729 22:42:49.378208 3154077 cache.go:56] Caching tarball of preloaded images
I0729 22:42:49.378239 3154077 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local docker daemon
I0729 22:42:49.378304 3154077 preload.go:172] Found /home/jenkins/minikube-integration/19312-3147685/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0729 22:42:49.378315 3154077 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
I0729 22:42:49.378665 3154077 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/config.json ...
I0729 22:42:49.378738 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/config.json: {Name:mk8096dd7c093bb6be3ced8edebf7b6a591eb06c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:42:49.394632 3154077 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 to local cache
I0729 22:42:49.394774 3154077 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory
I0729 22:42:49.394802 3154077 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 in local cache directory, skipping pull
I0729 22:42:49.394807 3154077 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 exists in cache, skipping pull
I0729 22:42:49.394815 3154077 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 as a tarball
I0729 22:42:49.394823 3154077 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from local cache
I0729 22:43:06.592947 3154077 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 from cached tarball
I0729 22:43:06.592989 3154077 cache.go:194] Successfully downloaded all kic artifacts
I0729 22:43:06.593031 3154077 start.go:360] acquireMachinesLock for addons-240098: {Name:mk65836ec2784131efef72e66d0eb5c2cef0b146 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0729 22:43:06.593164 3154077 start.go:364] duration metric: took 110.66µs to acquireMachinesLock for "addons-240098"
I0729 22:43:06.593201 3154077 start.go:93] Provisioning new machine with config: &{Name:addons-240098 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-240098 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}
I0729 22:43:06.593280 3154077 start.go:125] createHost starting for "" (driver="docker")
I0729 22:43:06.595433 3154077 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0729 22:43:06.595689 3154077 start.go:159] libmachine.API.Create for "addons-240098" (driver="docker")
I0729 22:43:06.595732 3154077 client.go:168] LocalClient.Create starting
I0729 22:43:06.595853 3154077 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca.pem
I0729 22:43:06.800415 3154077 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/cert.pem
I0729 22:43:08.528600 3154077 cli_runner.go:164] Run: docker network inspect addons-240098 --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}}]}"
W0729 22:43:08.543517 3154077 cli_runner.go:211] docker network inspect addons-240098 --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
I0729 22:43:08.543608 3154077 network_create.go:284] running [docker network inspect addons-240098] to gather additional debugging logs...
I0729 22:43:08.543627 3154077 cli_runner.go:164] Run: docker network inspect addons-240098
W0729 22:43:08.557242 3154077 cli_runner.go:211] docker network inspect addons-240098 returned with exit code 1
I0729 22:43:08.557273 3154077 network_create.go:287] error running [docker network inspect addons-240098]: docker network inspect addons-240098: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-240098 not found
I0729 22:43:08.557290 3154077 network_create.go:289] output of [docker network inspect addons-240098]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-240098 not found
** /stderr **
I0729 22:43:08.557395 3154077 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}}]}"
I0729 22:43:08.574869 3154077 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:0x4000490e80}
I0729 22:43:08.574910 3154077 network_create.go:124] attempt to create docker network addons-240098 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0729 22:43:08.574969 3154077 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-240098 addons-240098
I0729 22:43:08.647520 3154077 network_create.go:108] docker network addons-240098 192.168.49.0/24 created
I0729 22:43:08.647554 3154077 kic.go:121] calculated static IP "192.168.49.2" for the "addons-240098" container
I0729 22:43:08.647642 3154077 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0729 22:43:08.661987 3154077 cli_runner.go:164] Run: docker volume create addons-240098 --label name.minikube.sigs.k8s.io=addons-240098 --label created_by.minikube.sigs.k8s.io=true
I0729 22:43:08.678390 3154077 oci.go:103] Successfully created a docker volume addons-240098
I0729 22:43:08.678497 3154077 cli_runner.go:164] Run: docker run --rm --name addons-240098-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-240098 --entrypoint /usr/bin/test -v addons-240098:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib
I0729 22:43:10.675831 3154077 cli_runner.go:217] Completed: docker run --rm --name addons-240098-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-240098 --entrypoint /usr/bin/test -v addons-240098:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -d /var/lib: (1.997290057s)
I0729 22:43:10.675862 3154077 oci.go:107] Successfully prepared a docker volume addons-240098
I0729 22:43:10.675885 3154077 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0729 22:43:10.675904 3154077 kic.go:194] Starting extracting preloaded images to volume ...
I0729 22:43:10.675993 3154077 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-3147685/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-240098:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir
I0729 22:43:14.933953 3154077 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19312-3147685/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-240098:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 -I lz4 -xf /preloaded.tar -C /extractDir: (4.257919244s)
I0729 22:43:14.933985 3154077 kic.go:203] duration metric: took 4.258077123s to extract preloaded images to volume ...
W0729 22:43:14.934116 3154077 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0729 22:43:14.934227 3154077 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0729 22:43:14.986861 3154077 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-240098 --name addons-240098 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-240098 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-240098 --network addons-240098 --ip 192.168.49.2 --volume addons-240098:/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
I0729 22:43:15.359466 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Running}}
I0729 22:43:15.389623 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:15.409554 3154077 cli_runner.go:164] Run: docker exec addons-240098 stat /var/lib/dpkg/alternatives/iptables
I0729 22:43:15.464839 3154077 oci.go:144] the created container "addons-240098" has a running status.
I0729 22:43:15.464872 3154077 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa...
I0729 22:43:15.830496 3154077 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0729 22:43:15.875585 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:15.897011 3154077 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0729 22:43:15.897039 3154077 kic_runner.go:114] Args: [docker exec --privileged addons-240098 chown docker:docker /home/docker/.ssh/authorized_keys]
I0729 22:43:15.983726 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:16.003426 3154077 machine.go:94] provisionDockerMachine start ...
I0729 22:43:16.003535 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:16.041563 3154077 main.go:141] libmachine: Using SSH client type: native
I0729 22:43:16.041829 3154077 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 36187 <nil> <nil>}
I0729 22:43:16.041837 3154077 main.go:141] libmachine: About to run SSH command:
hostname
I0729 22:43:16.203132 3154077 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-240098
I0729 22:43:16.203158 3154077 ubuntu.go:169] provisioning hostname "addons-240098"
I0729 22:43:16.203238 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:16.222972 3154077 main.go:141] libmachine: Using SSH client type: native
I0729 22:43:16.223257 3154077 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 36187 <nil> <nil>}
I0729 22:43:16.223286 3154077 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-240098 && echo "addons-240098" | sudo tee /etc/hostname
I0729 22:43:16.372075 3154077 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-240098
I0729 22:43:16.372196 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:16.392781 3154077 main.go:141] libmachine: Using SSH client type: native
I0729 22:43:16.393019 3154077 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 36187 <nil> <nil>}
I0729 22:43:16.393042 3154077 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-240098' /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-240098/g' /etc/hosts;
else
echo '127.0.1.1 addons-240098' | sudo tee -a /etc/hosts;
fi
fi
I0729 22:43:16.527310 3154077 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0729 22:43:16.527336 3154077 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19312-3147685/.minikube CaCertPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19312-3147685/.minikube}
I0729 22:43:16.527357 3154077 ubuntu.go:177] setting up certificates
I0729 22:43:16.527368 3154077 provision.go:84] configureAuth start
I0729 22:43:16.527432 3154077 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-240098
I0729 22:43:16.544881 3154077 provision.go:143] copyHostCerts
I0729 22:43:16.544970 3154077 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.pem (1078 bytes)
I0729 22:43:16.545090 3154077 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19312-3147685/.minikube/cert.pem (1123 bytes)
I0729 22:43:16.545143 3154077 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19312-3147685/.minikube/key.pem (1675 bytes)
I0729 22:43:16.545186 3154077 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19312-3147685/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca-key.pem org=jenkins.addons-240098 san=[127.0.0.1 192.168.49.2 addons-240098 localhost minikube]
I0729 22:43:17.102194 3154077 provision.go:177] copyRemoteCerts
I0729 22:43:17.102270 3154077 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0729 22:43:17.102314 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:17.119395 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:17.220194 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0729 22:43:17.244680 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0729 22:43:17.268844 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0729 22:43:17.292593 3154077 provision.go:87] duration metric: took 765.210755ms to configureAuth
I0729 22:43:17.292619 3154077 ubuntu.go:193] setting minikube options for container-runtime
I0729 22:43:17.292805 3154077 config.go:182] Loaded profile config "addons-240098": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 22:43:17.292915 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:17.312936 3154077 main.go:141] libmachine: Using SSH client type: native
I0729 22:43:17.313183 3154077 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2cd0] 0x3e5530 <nil> [] 0s} 127.0.0.1 36187 <nil> <nil>}
I0729 22:43:17.313199 3154077 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
I0729 22:43:17.544132 3154077 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0729 22:43:17.544154 3154077 machine.go:97] duration metric: took 1.540707452s to provisionDockerMachine
I0729 22:43:17.544165 3154077 client.go:171] duration metric: took 10.948422091s to LocalClient.Create
I0729 22:43:17.544186 3154077 start.go:167] duration metric: took 10.948498103s to libmachine.API.Create "addons-240098"
I0729 22:43:17.544194 3154077 start.go:293] postStartSetup for "addons-240098" (driver="docker")
I0729 22:43:17.544204 3154077 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]
I0729 22:43:17.544279 3154077 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
I0729 22:43:17.544322 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:17.561708 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:17.656393 3154077 ssh_runner.go:195] Run: cat /etc/os-release
I0729 22:43:17.659577 3154077 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0729 22:43:17.659620 3154077 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0729 22:43:17.659635 3154077 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0729 22:43:17.659642 3154077 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0729 22:43:17.659653 3154077 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-3147685/.minikube/addons for local assets ...
I0729 22:43:17.659744 3154077 filesync.go:126] Scanning /home/jenkins/minikube-integration/19312-3147685/.minikube/files for local assets ...
I0729 22:43:17.659776 3154077 start.go:296] duration metric: took 115.576961ms for postStartSetup
I0729 22:43:17.660127 3154077 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-240098
I0729 22:43:17.675464 3154077 profile.go:143] Saving config to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/config.json ...
I0729 22:43:17.675776 3154077 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0729 22:43:17.675826 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:17.693524 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:17.784368 3154077 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0729 22:43:17.788887 3154077 start.go:128] duration metric: took 11.195589785s to createHost
I0729 22:43:17.788959 3154077 start.go:83] releasing machines lock for "addons-240098", held for 11.195780608s
I0729 22:43:17.789065 3154077 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-240098
I0729 22:43:17.805440 3154077 ssh_runner.go:195] Run: cat /version.json
I0729 22:43:17.805497 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:17.805763 3154077 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0729 22:43:17.805819 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:17.824767 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:17.827642 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:17.919537 3154077 ssh_runner.go:195] Run: systemctl --version
I0729 22:43:18.064903 3154077 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0729 22:43:18.215397 3154077 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0729 22:43:18.219866 3154077 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" ;
I0729 22:43:18.241107 3154077 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0729 22:43:18.241237 3154077 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" ;
I0729 22:43:18.273392 3154077 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0729 22:43:18.273467 3154077 start.go:495] detecting cgroup driver to use...
I0729 22:43:18.273518 3154077 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0729 22:43:18.273589 3154077 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0729 22:43:18.290848 3154077 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0729 22:43:18.302253 3154077 docker.go:217] disabling cri-docker service (if available) ...
I0729 22:43:18.302351 3154077 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0729 22:43:18.315876 3154077 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0729 22:43:18.332096 3154077 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0729 22:43:18.435912 3154077 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0729 22:43:18.546983 3154077 docker.go:233] disabling docker service ...
I0729 22:43:18.547104 3154077 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0729 22:43:18.568848 3154077 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0729 22:43:18.582428 3154077 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0729 22:43:18.686581 3154077 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0729 22:43:18.786039 3154077 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0729 22:43:18.798535 3154077 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"
I0729 22:43:18.815784 3154077 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0729 22:43:18.815859 3154077 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"
I0729 22:43:18.826511 3154077 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0729 22:43:18.826577 3154077 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0729 22:43:18.837126 3154077 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0729 22:43:18.846988 3154077 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0729 22:43:18.857256 3154077 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0729 22:43:18.866973 3154077 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"
I0729 22:43:18.877439 3154077 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"
I0729 22:43:18.894549 3154077 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"
I0729 22:43:18.904737 3154077 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0729 22:43:18.913242 3154077 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0729 22:43:18.921668 3154077 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0729 22:43:19.011886 3154077 ssh_runner.go:195] Run: sudo systemctl restart crio
I0729 22:43:19.117419 3154077 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0729 22:43:19.117537 3154077 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0729 22:43:19.121182 3154077 start.go:563] Will wait 60s for crictl version
I0729 22:43:19.121269 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:43:19.124763 3154077 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0729 22:43:19.163224 3154077 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0729 22:43:19.163408 3154077 ssh_runner.go:195] Run: crio --version
I0729 22:43:19.200725 3154077 ssh_runner.go:195] Run: crio --version
I0729 22:43:19.241535 3154077 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
I0729 22:43:19.243667 3154077 cli_runner.go:164] Run: docker network inspect addons-240098 --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}}]}"
I0729 22:43:19.258752 3154077 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0729 22:43:19.262623 3154077 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""
I0729 22:43:19.273373 3154077 kubeadm.go:883] updating cluster {Name:addons-240098 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-240098 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} ...
I0729 22:43:19.273497 3154077 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0729 22:43:19.273561 3154077 ssh_runner.go:195] Run: sudo crictl images --output json
I0729 22:43:19.347438 3154077 crio.go:514] all images are preloaded for cri-o runtime.
I0729 22:43:19.347461 3154077 crio.go:433] Images already preloaded, skipping extraction
I0729 22:43:19.347519 3154077 ssh_runner.go:195] Run: sudo crictl images --output json
I0729 22:43:19.384041 3154077 crio.go:514] all images are preloaded for cri-o runtime.
I0729 22:43:19.384067 3154077 cache_images.go:84] Images are preloaded, skipping loading
I0729 22:43:19.384076 3154077 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
I0729 22:43:19.384186 3154077 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-240098 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-240098 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:}
I0729 22:43:19.384296 3154077 ssh_runner.go:195] Run: crio config
I0729 22:43:19.436516 3154077 cni.go:84] Creating CNI manager for ""
I0729 22:43:19.436540 3154077 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0729 22:43:19.436550 3154077 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0729 22:43:19.436573 3154077 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-240098 NodeName:addons-240098 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}
I0729 22:43:19.436714 3154077 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-240098"
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
I0729 22:43:19.436788 3154077 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0729 22:43:19.445516 3154077 binaries.go:44] Found k8s binaries, skipping transfer
I0729 22:43:19.445613 3154077 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0729 22:43:19.454218 3154077 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0729 22:43:19.472458 3154077 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0729 22:43:19.490644 3154077 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0729 22:43:19.509505 3154077 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0729 22:43:19.513198 3154077 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""
I0729 22:43:19.524282 3154077 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0729 22:43:19.608946 3154077 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0729 22:43:19.623846 3154077 certs.go:68] Setting up /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098 for IP: 192.168.49.2
I0729 22:43:19.623915 3154077 certs.go:194] generating shared ca certs ...
I0729 22:43:19.623945 3154077 certs.go:226] acquiring lock for ca certs: {Name:mk24852ff02791b049560eb866d5862ceb3efdb0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:19.624126 3154077 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.key
I0729 22:43:19.793240 3154077 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.crt ...
I0729 22:43:19.793275 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.crt: {Name:mk579370a42deee72fefd0be2b75d0a10c63c06a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:19.793505 3154077 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.key ...
I0729 22:43:19.793525 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.key: {Name:mk8a55235ca27f8bc7a2e7f80b7ccc8e782f070e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:19.793611 3154077 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19312-3147685/.minikube/proxy-client-ca.key
I0729 22:43:20.185097 3154077 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-3147685/.minikube/proxy-client-ca.crt ...
I0729 22:43:20.185130 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/proxy-client-ca.crt: {Name:mk6860fd6e1c6fd85b78a0b7aadee85d547725de Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:20.185912 3154077 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-3147685/.minikube/proxy-client-ca.key ...
I0729 22:43:20.185929 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/proxy-client-ca.key: {Name:mkeeaddb27605b77d8b8b219b3c8bafb72497a0f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:20.186023 3154077 certs.go:256] generating profile certs ...
I0729 22:43:20.186087 3154077 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/client.key
I0729 22:43:20.186104 3154077 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/client.crt with IP's: []
I0729 22:43:20.886528 3154077 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/client.crt ...
I0729 22:43:20.886563 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/client.crt: {Name:mkdeb0c289a72c789449cc52de97d555708e2a4f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:20.886764 3154077 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/client.key ...
I0729 22:43:20.886779 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/client.key: {Name:mk46944344f260a56a69c3e5cba27e6938b2b4d1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:20.886869 3154077 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.key.2058c7b4
I0729 22:43:20.886892 3154077 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.crt.2058c7b4 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0729 22:43:21.318899 3154077 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.crt.2058c7b4 ...
I0729 22:43:21.318930 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.crt.2058c7b4: {Name:mk4818a6863fb4ece332f5eab8685b9a1e15dcc7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:21.319102 3154077 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.key.2058c7b4 ...
I0729 22:43:21.319121 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.key.2058c7b4: {Name:mk2e9423674795a163ed722fcc44e016055e7f6c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:21.319199 3154077 certs.go:381] copying /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.crt.2058c7b4 -> /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.crt
I0729 22:43:21.319328 3154077 certs.go:385] copying /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.key.2058c7b4 -> /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.key
I0729 22:43:21.319400 3154077 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.key
I0729 22:43:21.319427 3154077 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.crt with IP's: []
I0729 22:43:22.199689 3154077 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.crt ...
I0729 22:43:22.199726 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.crt: {Name:mk687da21747c9ce6de47ec4b0d55c1a5b59eff1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:22.199924 3154077 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.key ...
I0729 22:43:22.199943 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.key: {Name:mk4a4f5b2606c53621db7752f822103c313efc9c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:22.200131 3154077 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca-key.pem (1675 bytes)
I0729 22:43:22.200175 3154077 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/ca.pem (1078 bytes)
I0729 22:43:22.200206 3154077 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/cert.pem (1123 bytes)
I0729 22:43:22.200236 3154077 certs.go:484] found cert: /home/jenkins/minikube-integration/19312-3147685/.minikube/certs/key.pem (1675 bytes)
I0729 22:43:22.200839 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0729 22:43:22.225922 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0729 22:43:22.251100 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0729 22:43:22.275923 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0729 22:43:22.301683 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0729 22:43:22.326538 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0729 22:43:22.352196 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0729 22:43:22.377594 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/profiles/addons-240098/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0729 22:43:22.402118 3154077 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19312-3147685/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0729 22:43:22.426344 3154077 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0729 22:43:22.444310 3154077 ssh_runner.go:195] Run: openssl version
I0729 22:43:22.449713 3154077 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"
I0729 22:43:22.458931 3154077 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0729 22:43:22.462317 3154077 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 29 22:43 /usr/share/ca-certificates/minikubeCA.pem
I0729 22:43:22.462381 3154077 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0729 22:43:22.469218 3154077 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"
I0729 22:43:22.478511 3154077 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0729 22:43:22.481725 3154077 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
I0729 22:43:22.481771 3154077 kubeadm.go:392] StartCluster: {Name:addons-240098 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-240098 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}
I0729 22:43:22.481852 3154077 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0729 22:43:22.481905 3154077 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0729 22:43:22.519620 3154077 cri.go:89] found id: ""
I0729 22:43:22.519703 3154077 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0729 22:43:22.528653 3154077 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0729 22:43:22.537740 3154077 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0729 22:43:22.537834 3154077 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
I0729 22:43:22.546598 3154077 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
I0729 22:43:22.546617 3154077 kubeadm.go:157] found existing configuration files:
I0729 22:43:22.546704 3154077 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0729 22:43:22.555312 3154077 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
I0729 22:43:22.555379 3154077 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0729 22:43:22.563880 3154077 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0729 22:43:22.572555 3154077 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
I0729 22:43:22.572670 3154077 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0729 22:43:22.580943 3154077 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0729 22:43:22.589513 3154077 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
I0729 22:43:22.589581 3154077 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0729 22:43:22.598032 3154077 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0729 22:43:22.607082 3154077 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
I0729 22:43:22.607199 3154077 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0729 22:43:22.615852 3154077 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"
I0729 22:43:22.709192 3154077 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-1065-aws\n", err: exit status 1
I0729 22:43:22.778999 3154077 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0729 22:43:37.540173 3154077 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0729 22:43:37.540238 3154077 kubeadm.go:310] [preflight] Running pre-flight checks
I0729 22:43:37.540394 3154077 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0729 22:43:37.540462 3154077 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1065-aws[0m
I0729 22:43:37.540513 3154077 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0729 22:43:37.540599 3154077 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0729 22:43:37.540658 3154077 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0729 22:43:37.540719 3154077 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0729 22:43:37.540786 3154077 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0729 22:43:37.540849 3154077 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0729 22:43:37.540904 3154077 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0729 22:43:37.540972 3154077 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0729 22:43:37.541034 3154077 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0729 22:43:37.541099 3154077 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0729 22:43:37.541188 3154077 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0729 22:43:37.541309 3154077 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0729 22:43:37.541431 3154077 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0729 22:43:37.541499 3154077 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0729 22:43:37.543562 3154077 out.go:204] - Generating certificates and keys ...
I0729 22:43:37.543663 3154077 kubeadm.go:310] [certs] Using existing ca certificate authority
I0729 22:43:37.543734 3154077 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0729 22:43:37.543799 3154077 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0729 22:43:37.543858 3154077 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0729 22:43:37.543920 3154077 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0729 22:43:37.543974 3154077 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0729 22:43:37.544030 3154077 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0729 22:43:37.544147 3154077 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-240098 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0729 22:43:37.544200 3154077 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0729 22:43:37.544325 3154077 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-240098 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0729 22:43:37.544391 3154077 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0729 22:43:37.544455 3154077 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0729 22:43:37.544503 3154077 kubeadm.go:310] [certs] Generating "sa" key and public key
I0729 22:43:37.544556 3154077 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0729 22:43:37.544610 3154077 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0729 22:43:37.544668 3154077 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0729 22:43:37.544730 3154077 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0729 22:43:37.544797 3154077 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0729 22:43:37.544853 3154077 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0729 22:43:37.544935 3154077 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0729 22:43:37.545010 3154077 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0729 22:43:37.546972 3154077 out.go:204] - Booting up control plane ...
I0729 22:43:37.547108 3154077 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0729 22:43:37.547221 3154077 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0729 22:43:37.547345 3154077 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0729 22:43:37.547508 3154077 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0729 22:43:37.547623 3154077 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0729 22:43:37.547693 3154077 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0729 22:43:37.547836 3154077 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0729 22:43:37.547931 3154077 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0729 22:43:37.548011 3154077 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001503091s
I0729 22:43:37.548105 3154077 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0729 22:43:37.548173 3154077 kubeadm.go:310] [api-check] The API server is healthy after 5.501968072s
I0729 22:43:37.548320 3154077 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0729 22:43:37.548482 3154077 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0729 22:43:37.548552 3154077 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0729 22:43:37.548751 3154077 kubeadm.go:310] [mark-control-plane] Marking the node addons-240098 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0729 22:43:37.548818 3154077 kubeadm.go:310] [bootstrap-token] Using token: corxtf.zltxg0s8un7dn9q2
I0729 22:43:37.550961 3154077 out.go:204] - Configuring RBAC rules ...
I0729 22:43:37.551098 3154077 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0729 22:43:37.551208 3154077 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0729 22:43:37.551406 3154077 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
I0729 22:43:37.551555 3154077 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0729 22:43:37.551701 3154077 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0729 22:43:37.551805 3154077 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0729 22:43:37.551945 3154077 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0729 22:43:37.551999 3154077 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0729 22:43:37.552072 3154077 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0729 22:43:37.552080 3154077 kubeadm.go:310]
I0729 22:43:37.552158 3154077 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0729 22:43:37.552166 3154077 kubeadm.go:310]
I0729 22:43:37.552269 3154077 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0729 22:43:37.552278 3154077 kubeadm.go:310]
I0729 22:43:37.552325 3154077 kubeadm.go:310] mkdir -p $HOME/.kube
I0729 22:43:37.552390 3154077 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0729 22:43:37.552438 3154077 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0729 22:43:37.552447 3154077 kubeadm.go:310]
I0729 22:43:37.552516 3154077 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0729 22:43:37.552521 3154077 kubeadm.go:310]
I0729 22:43:37.552578 3154077 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0729 22:43:37.552582 3154077 kubeadm.go:310]
I0729 22:43:37.552644 3154077 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0729 22:43:37.552734 3154077 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0729 22:43:37.552811 3154077 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0729 22:43:37.552815 3154077 kubeadm.go:310]
I0729 22:43:37.552919 3154077 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0729 22:43:37.553022 3154077 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0729 22:43:37.553027 3154077 kubeadm.go:310]
I0729 22:43:37.553135 3154077 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token corxtf.zltxg0s8un7dn9q2 \
I0729 22:43:37.553261 3154077 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:6c737017be55746ea4e0c466cc1eec98b094e95eadb20e111134823632816aa3 \
I0729 22:43:37.553302 3154077 kubeadm.go:310] --control-plane
I0729 22:43:37.553307 3154077 kubeadm.go:310]
I0729 22:43:37.553411 3154077 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0729 22:43:37.553420 3154077 kubeadm.go:310]
I0729 22:43:37.553509 3154077 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token corxtf.zltxg0s8un7dn9q2 \
I0729 22:43:37.553639 3154077 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:6c737017be55746ea4e0c466cc1eec98b094e95eadb20e111134823632816aa3
I0729 22:43:37.553656 3154077 cni.go:84] Creating CNI manager for ""
I0729 22:43:37.553666 3154077 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0729 22:43:37.555827 3154077 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0729 22:43:37.557681 3154077 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0729 22:43:37.561814 3154077 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0729 22:43:37.561834 3154077 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0729 22:43:37.581495 3154077 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
I0729 22:43:37.833566 3154077 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0729 22:43:37.833669 3154077 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
I0729 22:43:37.833777 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-240098 minikube.k8s.io/updated_at=2024_07_29T22_43_37_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0 minikube.k8s.io/name=addons-240098 minikube.k8s.io/primary=true
I0729 22:43:37.948938 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:37.954711 3154077 ops.go:34] apiserver oom_adj: -16
I0729 22:43:38.449850 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:38.948982 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:39.449459 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:39.948995 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:40.449119 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:40.949848 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:41.449768 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:41.949918 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:42.449605 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:42.949309 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:43.449733 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:43.949977 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:44.449513 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:44.949727 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:45.449210 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:45.949870 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:46.449907 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:46.949061 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:47.449731 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:47.949078 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:48.449764 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:48.949534 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:49.449893 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:49.949595 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:50.449292 3154077 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0729 22:43:50.543864 3154077 kubeadm.go:1113] duration metric: took 12.710249683s to wait for elevateKubeSystemPrivileges
I0729 22:43:50.543892 3154077 kubeadm.go:394] duration metric: took 28.062126439s to StartCluster
I0729 22:43:50.543908 3154077 settings.go:142] acquiring lock: {Name:mkc49cd4fe59850fb045f079b63a48065067d6e2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:50.544033 3154077 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19312-3147685/kubeconfig
I0729 22:43:50.544414 3154077 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19312-3147685/kubeconfig: {Name:mka30f9607daed062a6c06067849af059a6b47ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0729 22:43:50.545301 3154077 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}
I0729 22:43:50.545439 3154077 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"
I0729 22:43:50.545708 3154077 config.go:182] Loaded profile config "addons-240098": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 22:43:50.545749 3154077 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]
I0729 22:43:50.545833 3154077 addons.go:69] Setting yakd=true in profile "addons-240098"
I0729 22:43:50.545854 3154077 addons.go:234] Setting addon yakd=true in "addons-240098"
I0729 22:43:50.545878 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.546358 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.546754 3154077 addons.go:69] Setting inspektor-gadget=true in profile "addons-240098"
I0729 22:43:50.546795 3154077 addons.go:234] Setting addon inspektor-gadget=true in "addons-240098"
I0729 22:43:50.546826 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.546901 3154077 addons.go:69] Setting metrics-server=true in profile "addons-240098"
I0729 22:43:50.546925 3154077 addons.go:234] Setting addon metrics-server=true in "addons-240098"
I0729 22:43:50.546947 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.547224 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.547351 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.547748 3154077 addons.go:69] Setting cloud-spanner=true in profile "addons-240098"
I0729 22:43:50.547774 3154077 addons.go:234] Setting addon cloud-spanner=true in "addons-240098"
I0729 22:43:50.547800 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.548177 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.550356 3154077 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-240098"
I0729 22:43:50.550394 3154077 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-240098"
I0729 22:43:50.550435 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.550996 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.552302 3154077 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-240098"
I0729 22:43:50.552385 3154077 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-240098"
I0729 22:43:50.552414 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.552819 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.559134 3154077 addons.go:69] Setting registry=true in profile "addons-240098"
I0729 22:43:50.559175 3154077 addons.go:234] Setting addon registry=true in "addons-240098"
I0729 22:43:50.559218 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.559684 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.561230 3154077 addons.go:69] Setting default-storageclass=true in profile "addons-240098"
I0729 22:43:50.561270 3154077 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-240098"
I0729 22:43:50.561638 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.577252 3154077 addons.go:69] Setting storage-provisioner=true in profile "addons-240098"
I0729 22:43:50.577291 3154077 addons.go:234] Setting addon storage-provisioner=true in "addons-240098"
I0729 22:43:50.577330 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.577750 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.579460 3154077 addons.go:69] Setting gcp-auth=true in profile "addons-240098"
I0729 22:43:50.579577 3154077 mustload.go:65] Loading cluster: addons-240098
I0729 22:43:50.579823 3154077 config.go:182] Loaded profile config "addons-240098": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0729 22:43:50.580134 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.607618 3154077 addons.go:69] Setting ingress=true in profile "addons-240098"
I0729 22:43:50.607663 3154077 addons.go:234] Setting addon ingress=true in "addons-240098"
I0729 22:43:50.607725 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.608405 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.608732 3154077 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-240098"
I0729 22:43:50.608765 3154077 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-240098"
I0729 22:43:50.609086 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.627366 3154077 addons.go:69] Setting ingress-dns=true in profile "addons-240098"
I0729 22:43:50.627420 3154077 addons.go:234] Setting addon ingress-dns=true in "addons-240098"
I0729 22:43:50.627469 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.627483 3154077 addons.go:69] Setting volcano=true in profile "addons-240098"
I0729 22:43:50.627510 3154077 addons.go:234] Setting addon volcano=true in "addons-240098"
I0729 22:43:50.627547 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.627910 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.627949 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.644711 3154077 addons.go:69] Setting volumesnapshots=true in profile "addons-240098"
I0729 22:43:50.644755 3154077 addons.go:234] Setting addon volumesnapshots=true in "addons-240098"
I0729 22:43:50.644796 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.645217 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.653693 3154077 out.go:177] * Verifying Kubernetes components...
I0729 22:43:50.657393 3154077 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0729 22:43:50.739793 3154077 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0729 22:43:50.744390 3154077 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.1
I0729 22:43:50.746449 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0729 22:43:50.746525 3154077 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0729 22:43:50.746630 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.746925 3154077 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0729 22:43:50.746969 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0729 22:43:50.747059 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.763212 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.809558 3154077 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.22
I0729 22:43:50.812648 3154077 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0729 22:43:50.812674 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0729 22:43:50.812742 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.822231 3154077 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-240098"
I0729 22:43:50.822272 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.822662 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.838823 3154077 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0729 22:43:50.840888 3154077 addons.go:234] Setting addon default-storageclass=true in "addons-240098"
I0729 22:43:50.840927 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:43:50.841319 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:43:50.853919 3154077 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0729 22:43:50.867479 3154077 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
I0729 22:43:50.867644 3154077 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0729 22:43:50.867817 3154077 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0729 22:43:50.867838 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0729 22:43:50.867907 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.886653 3154077 out.go:177] - Using image docker.io/registry:2.8.3
I0729 22:43:50.891422 3154077 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0729 22:43:50.891449 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0729 22:43:50.891518 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.891734 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0729 22:43:50.894083 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0729 22:43:50.895873 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0729 22:43:50.885812 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:50.900075 3154077 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0729 22:43:50.900089 3154077 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0729 22:43:50.900163 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.902717 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
W0729 22:43:50.903397 3154077 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0729 22:43:50.904642 3154077 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0729 22:43:50.907050 3154077 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0729 22:43:50.908292 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0729 22:43:50.909546 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0729 22:43:50.909583 3154077 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0729 22:43:50.910342 3154077 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0729 22:43:50.910445 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.912913 3154077 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0729 22:43:50.912929 3154077 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0729 22:43:50.912998 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.926226 3154077 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0729 22:43:50.909686 3154077 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0729 22:43:50.928766 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0729 22:43:50.941684 3154077 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0729 22:43:50.941704 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0729 22:43:50.941768 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.942614 3154077 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0729 22:43:50.942630 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0729 22:43:50.942680 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.971796 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0729 22:43:50.975438 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0729 22:43:50.980754 3154077 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0729 22:43:50.983318 3154077 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0729 22:43:50.983352 3154077 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0729 22:43:50.983424 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:50.995604 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:50.996023 3154077 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0729 22:43:50.996034 3154077 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0729 22:43:50.996089 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:51.025838 3154077 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0729 22:43:51.029106 3154077 out.go:177] - Using image docker.io/busybox:stable
I0729 22:43:51.034909 3154077 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0729 22:43:51.034932 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0729 22:43:51.034999 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:43:51.051371 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.070180 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.075475 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.148029 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.162393 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.183494 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.184448 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.186483 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.198428 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.230832 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:43:51.258224 3154077 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
I0729 22:43:51.339348 3154077 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
I0729 22:43:51.342134 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0729 22:43:51.342203 3154077 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0729 22:43:51.356351 3154077 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0729 22:43:51.356428 3154077 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0729 22:43:51.431256 3154077 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
I0729 22:43:51.459387 3154077 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
I0729 22:43:51.495553 3154077 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0729 22:43:51.495626 3154077 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0729 22:43:51.504664 3154077 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
I0729 22:43:51.535016 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0729 22:43:51.535094 3154077 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0729 22:43:51.549608 3154077 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0729 22:43:51.549681 3154077 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0729 22:43:51.565316 3154077 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0729 22:43:51.565337 3154077 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0729 22:43:51.577049 3154077 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0729 22:43:51.577069 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0729 22:43:51.636729 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0729 22:43:51.636757 3154077 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0729 22:43:51.674206 3154077 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
I0729 22:43:51.676307 3154077 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
I0729 22:43:51.679219 3154077 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
I0729 22:43:51.688090 3154077 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0729 22:43:51.688161 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0729 22:43:51.690711 3154077 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0729 22:43:51.690779 3154077 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0729 22:43:51.739231 3154077 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0729 22:43:51.739355 3154077 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0729 22:43:51.762856 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0729 22:43:51.762928 3154077 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0729 22:43:51.805845 3154077 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0729 22:43:51.805919 3154077 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0729 22:43:51.814958 3154077 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0729 22:43:51.815034 3154077 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0729 22:43:51.845984 3154077 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0729 22:43:51.846061 3154077 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0729 22:43:51.917215 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0729 22:43:51.917291 3154077 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0729 22:43:51.980115 3154077 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0729 22:43:51.980203 3154077 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0729 22:43:52.010355 3154077 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0729 22:43:52.010451 3154077 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)
I0729 22:43:52.033470 3154077 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0729 22:43:52.033550 3154077 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0729 22:43:52.059797 3154077 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0729 22:43:52.059870 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0729 22:43:52.114444 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0729 22:43:52.114529 3154077 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0729 22:43:52.138304 3154077 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0729 22:43:52.138372 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0729 22:43:52.153918 3154077 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0729 22:43:52.153999 3154077 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0729 22:43:52.186824 3154077 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
I0729 22:43:52.195665 3154077 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
I0729 22:43:52.259644 3154077 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0729 22:43:52.259715 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0729 22:43:52.266076 3154077 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
I0729 22:43:52.273569 3154077 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0729 22:43:52.273645 3154077 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0729 22:43:52.341977 3154077 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0729 22:43:52.342061 3154077 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0729 22:43:52.377192 3154077 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
I0729 22:43:52.481259 3154077 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0729 22:43:52.481329 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0729 22:43:52.561415 3154077 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0729 22:43:52.561494 3154077 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0729 22:43:52.574544 3154077 ssh_runner.go:235] Completed: sudo systemctl daemon-reload: (1.917062902s)
I0729 22:43:52.574641 3154077 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": (2.029186159s)
I0729 22:43:52.574817 3154077 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 -"
I0729 22:43:52.574928 3154077 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0729 22:43:52.626799 3154077 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0729 22:43:52.626873 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0729 22:43:52.721187 3154077 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0729 22:43:52.721208 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0729 22:43:52.906648 3154077 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0729 22:43:52.906669 3154077 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0729 22:43:53.074041 3154077 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
I0729 22:43:55.954170 3154077 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.695861389s)
I0729 22:43:55.954228 3154077 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: (4.614812658s)
I0729 22:43:55.954264 3154077 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: (4.522930878s)
I0729 22:43:55.954311 3154077 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: (4.494855808s)
I0729 22:43:55.954337 3154077 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: (4.449609279s)
I0729 22:43:56.476198 3154077 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: (4.801961363s)
I0729 22:43:57.464723 3154077 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.788333422s)
I0729 22:43:57.464754 3154077 addons.go:475] Verifying addon ingress=true in "addons-240098"
I0729 22:43:57.464960 3154077 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.785644319s)
I0729 22:43:57.465010 3154077 addons.go:475] Verifying addon registry=true in "addons-240098"
I0729 22:43:57.465742 3154077 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.278835324s)
I0729 22:43:57.466148 3154077 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.270401908s)
I0729 22:43:57.474368 3154077 addons.go:475] Verifying addon metrics-server=true in "addons-240098"
I0729 22:43:57.473564 3154077 out.go:177] * Verifying ingress addon...
I0729 22:43:57.477942 3154077 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-240098 service yakd-dashboard -n yakd-dashboard
I0729 22:43:57.478084 3154077 out.go:177] * Verifying registry addon...
I0729 22:43:57.479068 3154077 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0729 22:43:57.481535 3154077 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0729 22:43:57.493156 3154077 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0729 22:43:57.493246 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:43:57.495066 3154077 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0729 22:43:57.495134 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:43:57.610240 3154077 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: (5.232954986s)
I0729 22:43:57.610336 3154077 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (5.035376659s)
I0729 22:43:57.610641 3154077 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: (5.344477977s)
W0729 22:43:57.610705 3154077 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
I0729 22:43:57.610767 3154077 retry.go:31] will retry after 237.525846ms: 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
I0729 22:43:57.610865 3154077 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 -": (5.036036659s)
I0729 22:43:57.611105 3154077 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0729 22:43:57.612507 3154077 node_ready.go:35] waiting up to 6m0s for node "addons-240098" to be "Ready" ...
I0729 22:43:57.849314 3154077 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
I0729 22:43:58.004113 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:43:58.007592 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:43:58.207561 3154077 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-240098" context rescaled to 1 replicas
I0729 22:43:58.508538 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:43:58.562527 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:43:58.708826 3154077 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: (5.634715342s)
I0729 22:43:58.708956 3154077 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-240098"
I0729 22:43:58.713808 3154077 out.go:177] * Verifying csi-hostpath-driver addon...
I0729 22:43:58.717479 3154077 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0729 22:43:58.764328 3154077 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0729 22:43:58.764361 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:43:58.984178 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:43:58.987627 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:43:59.222843 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:43:59.485699 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:43:59.489898 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:43:59.616459 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:43:59.722612 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:43:59.983486 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:43:59.986740 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:00.251474 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:00.484247 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:00.487047 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:00.723388 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:00.741939 3154077 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0729 22:44:00.742032 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:44:00.777085 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:44:00.926534 3154077 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0729 22:44:00.983508 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:00.989043 3154077 addons.go:234] Setting addon gcp-auth=true in "addons-240098"
I0729 22:44:00.989198 3154077 host.go:66] Checking if "addons-240098" exists ...
I0729 22:44:00.989729 3154077 cli_runner.go:164] Run: docker container inspect addons-240098 --format={{.State.Status}}
I0729 22:44:00.999610 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:01.013135 3154077 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0729 22:44:01.013189 3154077 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-240098
I0729 22:44:01.042718 3154077 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:36187 SSHKeyPath:/home/jenkins/minikube-integration/19312-3147685/.minikube/machines/addons-240098/id_rsa Username:docker}
I0729 22:44:01.222529 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:01.272724 3154077 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: (3.423314265s)
I0729 22:44:01.275465 3154077 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0729 22:44:01.277686 3154077 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0729 22:44:01.279999 3154077 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0729 22:44:01.280032 3154077 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0729 22:44:01.307371 3154077 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0729 22:44:01.307401 3154077 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0729 22:44:01.329265 3154077 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0729 22:44:01.329290 3154077 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0729 22:44:01.350341 3154077 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
I0729 22:44:01.490969 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:01.493370 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:01.722429 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:02.000792 3154077 addons.go:475] Verifying addon gcp-auth=true in "addons-240098"
I0729 22:44:02.004055 3154077 out.go:177] * Verifying gcp-auth addon...
I0729 22:44:02.004170 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:02.007960 3154077 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0729 22:44:02.016466 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:02.023059 3154077 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0729 22:44:02.023089 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:02.116559 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:02.221878 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:02.482881 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:02.485416 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:02.512970 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:02.724878 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:02.983095 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:02.986691 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:03.012491 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:03.221837 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:03.483738 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:03.486332 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:03.512158 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:03.724736 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:03.983842 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:03.986131 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:04.012837 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:04.123994 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:04.223020 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:04.485798 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:04.489613 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:04.513489 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:04.722342 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:04.983879 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:04.986391 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:05.013728 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:05.222348 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:05.485270 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:05.486719 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:05.512197 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:05.721787 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:05.983848 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:05.986182 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:06.016761 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:06.222704 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:06.484478 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:06.486936 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:06.512152 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:06.615941 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:06.722101 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:06.983723 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:06.986886 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:07.012128 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:07.222878 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:07.484272 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:07.486267 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:07.511790 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:07.721988 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:07.983946 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:07.986445 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:08.014647 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:08.222063 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:08.483803 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:08.486691 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:08.511861 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:08.722381 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:08.983366 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:08.985696 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:09.013163 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:09.115944 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:09.222882 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:09.484394 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:09.486397 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:09.511473 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:09.722133 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:09.983291 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:09.986647 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:10.015519 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:10.221796 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:10.483245 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:10.485838 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:10.511781 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:10.721688 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:10.983526 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:10.986055 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:11.013556 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:11.116442 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:11.221665 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:11.483299 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:11.485693 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:11.511647 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:11.722381 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:11.983606 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:11.985961 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:12.013774 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:12.221845 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:12.483535 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:12.485630 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:12.511990 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:12.722303 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:12.983966 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:12.986260 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:13.014087 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:13.222027 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:13.483152 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:13.485528 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:13.513058 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:13.616432 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:13.721397 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:13.984800 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:13.987214 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:14.012581 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:14.223306 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:14.486363 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:14.486581 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:14.512638 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:14.722416 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:14.983211 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:14.985620 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:15.016388 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:15.222284 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:15.483703 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:15.485969 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:15.511373 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:15.722827 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:15.983551 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:15.986197 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:16.013361 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:16.116417 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:16.222759 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:16.483989 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:16.486952 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:16.511229 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:16.721649 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:16.983946 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:16.987226 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:17.011634 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:17.221755 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:17.484288 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:17.485963 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:17.512023 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:17.721793 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:17.983122 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:17.985293 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:18.017117 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:18.116742 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:18.223172 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:18.484297 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:18.486391 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:18.511244 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:18.721517 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:18.983898 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:18.985975 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:19.011585 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:19.221982 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:19.484039 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:19.485758 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:19.511741 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:19.722471 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:19.993128 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:19.995528 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:20.023529 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:20.222543 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:20.483026 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:20.486510 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:20.511770 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:20.616088 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:20.721862 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:20.983921 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:20.986398 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:21.025821 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:21.225774 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:21.483242 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:21.488243 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:21.526378 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:21.722232 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:21.984511 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:21.990560 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:22.013914 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:22.223073 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:22.483202 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:22.485451 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:22.511423 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:22.622894 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:22.721834 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:22.983294 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:22.985655 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:23.012185 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:23.221913 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:23.483376 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:23.485687 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:23.511946 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:23.722207 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:23.983446 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:23.985705 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:24.014447 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:24.221418 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:24.484067 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:24.485859 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:24.512088 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:24.722601 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:24.984449 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:24.986952 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:25.013845 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:25.116784 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:25.222640 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:25.483967 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:25.485447 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:25.511622 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:25.722402 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:25.983667 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:25.986061 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:26.016107 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:26.221960 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:26.483187 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:26.487173 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:26.511396 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:26.722041 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:26.983642 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:26.985872 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:27.013269 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:27.222309 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:27.484243 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:27.486825 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:27.511922 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:27.616092 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:27.722416 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:27.983465 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:27.985634 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:28.013033 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:28.222337 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:28.483472 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:28.486210 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:28.511619 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:28.722071 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:28.983891 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:28.985787 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:29.011864 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:29.221895 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:29.483845 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:29.486060 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:29.512033 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:29.722144 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:29.984204 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:29.985914 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:30.019608 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:30.117534 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:30.222504 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:30.483883 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:30.486273 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:30.511139 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:30.721920 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:30.984297 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:30.985794 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:31.013062 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:31.222140 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:31.483490 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:31.485834 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:31.512404 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:31.722825 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:31.982903 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:31.986199 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:32.014175 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:32.222510 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:32.483228 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:32.486751 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:32.512238 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:32.615884 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:32.722861 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:32.983570 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:32.985527 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:33.013579 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:33.222412 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:33.483366 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:33.485804 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:33.511891 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:33.722078 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:33.983468 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:33.986636 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:34.020079 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:34.222016 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:34.483603 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:34.485971 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:34.511767 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:34.617051 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:34.722043 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:34.983203 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:34.986326 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:35.016795 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:35.222506 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:35.483668 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:35.487149 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:35.511551 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:35.722464 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:35.983326 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:35.985569 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:36.017442 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:36.222482 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:36.483720 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:36.490947 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:36.512231 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:36.722064 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:36.984774 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:36.987456 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:37.012750 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:37.120703 3154077 node_ready.go:53] node "addons-240098" has status "Ready":"False"
I0729 22:44:37.231665 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:37.504423 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:37.505218 3154077 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0729 22:44:37.505239 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:37.512249 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:37.618760 3154077 node_ready.go:49] node "addons-240098" has status "Ready":"True"
I0729 22:44:37.618786 3154077 node_ready.go:38] duration metric: took 40.006209902s for node "addons-240098" to be "Ready" ...
I0729 22:44:37.618798 3154077 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" ...
I0729 22:44:37.634680 3154077 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-zhvrk" in "kube-system" namespace to be "Ready" ...
I0729 22:44:37.734503 3154077 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0729 22:44:37.734531 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:37.984095 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:37.991306 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:38.012674 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:38.223831 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:38.484565 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:38.487843 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:38.516326 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:38.722725 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:38.985021 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:38.989132 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:39.019140 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:39.225294 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:39.486634 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:39.490811 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:39.512453 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:39.651543 3154077 pod_ready.go:102] pod "coredns-7db6d8ff4d-zhvrk" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:39.723440 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:39.985428 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:39.989030 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:40.041668 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:40.224161 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:40.484056 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:40.488924 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:40.511777 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:40.642252 3154077 pod_ready.go:92] pod "coredns-7db6d8ff4d-zhvrk" in "kube-system" namespace has status "Ready":"True"
I0729 22:44:40.642278 3154077 pod_ready.go:81] duration metric: took 3.007559975s for pod "coredns-7db6d8ff4d-zhvrk" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.642301 3154077 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.651871 3154077 pod_ready.go:92] pod "etcd-addons-240098" in "kube-system" namespace has status "Ready":"True"
I0729 22:44:40.651897 3154077 pod_ready.go:81] duration metric: took 9.587223ms for pod "etcd-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.651911 3154077 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.661130 3154077 pod_ready.go:92] pod "kube-apiserver-addons-240098" in "kube-system" namespace has status "Ready":"True"
I0729 22:44:40.661156 3154077 pod_ready.go:81] duration metric: took 9.236854ms for pod "kube-apiserver-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.661170 3154077 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.667079 3154077 pod_ready.go:92] pod "kube-controller-manager-addons-240098" in "kube-system" namespace has status "Ready":"True"
I0729 22:44:40.667118 3154077 pod_ready.go:81] duration metric: took 5.940206ms for pod "kube-controller-manager-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.667132 3154077 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-nqzqs" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.675683 3154077 pod_ready.go:92] pod "kube-proxy-nqzqs" in "kube-system" namespace has status "Ready":"True"
I0729 22:44:40.675709 3154077 pod_ready.go:81] duration metric: took 8.569454ms for pod "kube-proxy-nqzqs" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.675733 3154077 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:40.724231 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:40.985046 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:40.990060 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:41.013251 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:41.038784 3154077 pod_ready.go:92] pod "kube-scheduler-addons-240098" in "kube-system" namespace has status "Ready":"True"
I0729 22:44:41.038809 3154077 pod_ready.go:81] duration metric: took 363.066296ms for pod "kube-scheduler-addons-240098" in "kube-system" namespace to be "Ready" ...
I0729 22:44:41.038821 3154077 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace to be "Ready" ...
I0729 22:44:41.223117 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:41.484575 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:41.487488 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:41.511685 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:41.723474 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:41.983985 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:41.987257 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:42.017738 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:42.223749 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:42.490370 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:42.493532 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:42.512511 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:42.724368 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:42.984428 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:42.988540 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:43.012350 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:43.045610 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:43.223460 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:43.485392 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:43.488911 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:43.512536 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:43.723814 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:43.983824 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:43.989947 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:44.014601 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:44.228716 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:44.483638 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:44.488375 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:44.512529 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:44.723130 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:44.984472 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:44.987450 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:45.016431 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:45.111980 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:45.234276 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:45.490471 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:45.492033 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:45.512651 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:45.723083 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:45.985342 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:45.992093 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:46.020733 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:46.223215 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:46.490201 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:46.493194 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:46.516297 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:46.728850 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:46.994255 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:46.999045 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:47.016037 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:47.227039 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:47.490582 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:47.493180 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:47.511765 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:47.544655 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:47.724746 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:47.987213 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:47.990251 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:48.014775 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:48.223760 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:48.485625 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:48.490306 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:48.512244 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:48.724702 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:48.983488 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:48.986362 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:49.011867 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:49.223400 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:49.495989 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:49.504487 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:49.513025 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:49.545678 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:49.730376 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:49.986411 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:49.987790 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:50.013541 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:50.227679 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:50.492634 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:50.498879 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:50.513524 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:50.723354 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:50.983689 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:50.986530 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:51.013465 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:51.222802 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:51.484826 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:51.487945 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:51.511817 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:51.546427 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:51.726223 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:51.985259 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:51.992975 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:52.021665 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:52.224559 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:52.483801 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:52.486402 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:52.512018 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:52.724171 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:52.983959 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:52.989652 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:53.012519 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:53.224272 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:53.486534 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:53.487860 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:53.514834 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:53.548438 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:53.725075 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:53.986487 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:53.990136 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:54.013857 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:54.227139 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:54.485524 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:54.491606 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:54.513803 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:54.727759 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:54.987223 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:54.989909 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:55.013297 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:55.226976 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:55.484355 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:55.500004 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:55.511884 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:55.549951 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:55.725369 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:55.991996 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:55.992781 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:56.036619 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:56.223572 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:56.484171 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:56.488136 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:56.514047 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:56.723961 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:56.988262 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:56.990510 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:57.013331 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:57.223002 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:57.484829 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:57.489410 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:57.513108 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:57.723779 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:57.987515 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:57.991739 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:58.016652 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:58.046619 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:44:58.233695 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:58.483380 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:58.490552 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:58.512450 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:58.727235 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:58.985929 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:58.989753 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:59.012704 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:59.223712 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:59.484524 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:59.486993 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:44:59.511382 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:44:59.723613 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:44:59.984183 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:44:59.987152 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:00.031418 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:00.070169 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:00.291476 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:00.494959 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:00.496071 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:00.514810 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:00.726242 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:00.986022 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:00.988437 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:01.013588 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:01.232539 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:01.485176 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:01.499978 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:01.511801 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:01.731253 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:01.990770 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:01.991104 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:02.014266 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:02.223934 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:02.484149 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:02.492663 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:02.512669 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:02.546006 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:02.725321 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:02.987478 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:02.992244 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:03.014480 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:03.223469 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:03.484985 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:03.488652 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:03.512531 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:03.725399 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:03.985658 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:03.990916 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:04.012757 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:04.229589 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:04.487472 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:04.503913 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:04.517001 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:04.546617 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:04.725360 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:04.986553 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:04.989617 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:05.015872 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:05.224415 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:05.484726 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:05.492203 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:05.511881 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:05.723360 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:05.984812 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:05.988805 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:06.019316 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:06.225894 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:06.486026 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:06.492369 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:06.512942 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:06.724324 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:06.985037 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:06.991444 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:07.012409 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:07.047675 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:07.225109 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:07.488998 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:07.494105 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:07.512906 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:07.727422 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:07.986465 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:07.989130 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:08.014732 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:08.223796 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:08.484320 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:08.487135 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:08.511622 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:08.724266 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:08.990332 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:08.991255 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:09.019778 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:09.223716 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:09.484384 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:09.486806 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:09.512558 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:09.544811 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:09.724737 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:09.985723 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:09.992905 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:10.014046 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:10.224478 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:10.488344 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:10.497901 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:10.512858 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:10.725282 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:10.986131 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:10.990919 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:11.014762 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:11.224614 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:11.484250 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:11.487847 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:11.515632 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:11.547177 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:11.726466 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:11.986119 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:11.990069 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:12.016325 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:12.223664 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:12.484412 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:12.488007 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:12.513166 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:12.725158 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:12.984390 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:12.986429 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:13.016847 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:13.223360 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:13.484951 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:13.491182 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:13.511110 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:13.723238 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:13.983150 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:13.988007 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:14.015091 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:14.045032 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:14.223174 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:14.486838 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:14.488298 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:14.512791 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:14.724026 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:14.984442 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:14.990725 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:15.012655 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:15.225459 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:15.483610 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:15.486448 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:15.512153 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:15.723134 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:15.983215 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:15.987424 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:16.013399 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:16.045586 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:16.223666 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:16.484173 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:16.486508 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:16.513536 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:16.723996 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:16.984824 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:16.988876 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:17.011601 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:17.224061 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:17.486293 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:17.528483 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:17.560256 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:17.748230 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:17.992848 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:17.997240 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:18.013328 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:18.048075 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:18.224337 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:18.485786 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:18.488851 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:18.512451 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:18.724565 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:18.984963 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:18.989232 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:19.016709 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:19.226199 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:19.484484 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:19.493240 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:19.512438 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:19.737147 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:19.989775 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:19.990996 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:20.014089 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:20.048804 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:20.224121 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:20.483503 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:20.486407 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0729 22:45:20.512403 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:20.723066 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:20.983512 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:20.986254 3154077 kapi.go:107] duration metric: took 1m23.504716092s to wait for kubernetes.io/minikube-addons=registry ...
I0729 22:45:21.017857 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:21.224374 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:21.484370 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:21.512386 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:21.726034 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:21.985597 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:22.016014 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:22.225168 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:22.486242 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:22.512476 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:22.547113 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:22.724958 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:22.984451 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:23.014864 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:23.225657 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:23.485311 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:23.512327 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:23.723509 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:23.984398 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:24.012793 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:24.223684 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:24.483842 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:24.512253 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:24.723421 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:24.983960 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:25.018185 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:25.046199 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:25.227804 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:25.485447 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:25.511773 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:25.728446 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:25.983697 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:26.018253 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:26.223401 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:26.483167 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:26.511330 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:26.723623 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:26.985990 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:27.016424 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:27.049481 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:27.225978 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:27.490082 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:27.512198 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:27.723134 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:27.989808 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:28.020436 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:28.223065 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:28.483572 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:28.511463 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:28.725196 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:28.997710 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:29.015658 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:29.050433 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:29.224019 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:29.483746 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:29.516730 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:29.724006 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:29.992776 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:30.018232 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:30.236761 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:30.487286 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:30.512538 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0729 22:45:30.723680 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:30.989536 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:31.040499 3154077 kapi.go:107] duration metric: took 1m29.032542234s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0729 22:45:31.042766 3154077 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-240098 cluster.
I0729 22:45:31.045027 3154077 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.
I0729 22:45:31.046814 3154077 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0729 22:45:31.054697 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:31.224620 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:31.483920 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:31.722833 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:31.986478 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:32.223001 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:32.483345 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:32.726915 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:32.985126 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:33.223342 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:33.485906 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:33.545391 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:33.724443 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:33.983976 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:34.224289 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:34.505600 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:34.723993 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:34.983200 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:35.222968 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:35.483856 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:35.723529 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:35.984624 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:36.047665 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:36.229002 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:36.484286 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:36.724083 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:36.983880 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:37.223989 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:37.487653 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:37.723799 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:37.984499 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:38.222980 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:38.488602 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:38.549626 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:38.723800 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:38.986786 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:39.223420 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:39.483243 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:39.724121 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:39.985325 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:40.222953 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:40.483251 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:40.724318 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:40.984854 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:41.051715 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:41.228686 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:41.489049 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:41.727038 3154077 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0729 22:45:41.986276 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:42.223726 3154077 kapi.go:107] duration metric: took 1m43.506244643s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0729 22:45:42.483849 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:42.988401 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:43.485472 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:43.545923 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:43.987687 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:44.484732 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:44.984340 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:45.485214 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:45.546377 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:45.985701 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:46.486364 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:46.984047 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:47.483829 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:47.548449 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:47.985112 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:48.483695 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:48.984266 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:49.484139 3154077 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0729 22:45:49.557063 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:49.983408 3154077 kapi.go:107] duration metric: took 1m52.504336742s to wait for app.kubernetes.io/name=ingress-nginx ...
I0729 22:45:49.986234 3154077 out.go:177] * Enabled addons: storage-provisioner, nvidia-device-plugin, ingress-dns, cloud-spanner, default-storageclass, storage-provisioner-rancher, metrics-server, yakd, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0729 22:45:49.988726 3154077 addons.go:510] duration metric: took 1m59.442979367s for enable addons: enabled=[storage-provisioner nvidia-device-plugin ingress-dns cloud-spanner default-storageclass storage-provisioner-rancher metrics-server yakd inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0729 22:45:52.046298 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:54.545230 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:56.545545 3154077 pod_ready.go:102] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"False"
I0729 22:45:57.545318 3154077 pod_ready.go:92] pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace has status "Ready":"True"
I0729 22:45:57.545346 3154077 pod_ready.go:81] duration metric: took 1m16.506517059s for pod "metrics-server-c59844bb4-dmzfh" in "kube-system" namespace to be "Ready" ...
I0729 22:45:57.545357 3154077 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-kclqn" in "kube-system" namespace to be "Ready" ...
I0729 22:45:57.551235 3154077 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-kclqn" in "kube-system" namespace has status "Ready":"True"
I0729 22:45:57.551288 3154077 pod_ready.go:81] duration metric: took 5.895849ms for pod "nvidia-device-plugin-daemonset-kclqn" in "kube-system" namespace to be "Ready" ...
I0729 22:45:57.551330 3154077 pod_ready.go:38] duration metric: took 1m19.932519026s 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" ...
I0729 22:45:57.551356 3154077 api_server.go:52] waiting for apiserver process to appear ...
I0729 22:45:57.551910 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0729 22:45:57.551980 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0729 22:45:57.605315 3154077 cri.go:89] found id: "bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb"
I0729 22:45:57.605393 3154077 cri.go:89] found id: ""
I0729 22:45:57.605407 3154077 logs.go:276] 1 containers: [bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb]
I0729 22:45:57.605477 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:45:57.609640 3154077 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0729 22:45:57.609716 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0729 22:45:57.651006 3154077 cri.go:89] found id: "5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd"
I0729 22:45:57.651029 3154077 cri.go:89] found id: ""
I0729 22:45:57.651037 3154077 logs.go:276] 1 containers: [5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd]
I0729 22:45:57.651096 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:45:57.654713 3154077 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0729 22:45:57.654791 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0729 22:45:57.694146 3154077 cri.go:89] found id: "536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d"
I0729 22:45:57.694168 3154077 cri.go:89] found id: ""
I0729 22:45:57.694176 3154077 logs.go:276] 1 containers: [536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d]
I0729 22:45:57.694237 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:45:57.697771 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0729 22:45:57.697882 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0729 22:45:57.739083 3154077 cri.go:89] found id: "8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003"
I0729 22:45:57.739102 3154077 cri.go:89] found id: ""
I0729 22:45:57.739110 3154077 logs.go:276] 1 containers: [8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003]
I0729 22:45:57.739163 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:45:57.742601 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0729 22:45:57.742675 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0729 22:45:57.780981 3154077 cri.go:89] found id: "259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad"
I0729 22:45:57.781003 3154077 cri.go:89] found id: ""
I0729 22:45:57.781012 3154077 logs.go:276] 1 containers: [259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad]
I0729 22:45:57.781078 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:45:57.784463 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0729 22:45:57.784587 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0729 22:45:57.825030 3154077 cri.go:89] found id: "ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c"
I0729 22:45:57.825052 3154077 cri.go:89] found id: ""
I0729 22:45:57.825060 3154077 logs.go:276] 1 containers: [ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c]
I0729 22:45:57.825133 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:45:57.828556 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0729 22:45:57.828630 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0729 22:45:57.869436 3154077 cri.go:89] found id: "34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f"
I0729 22:45:57.869505 3154077 cri.go:89] found id: ""
I0729 22:45:57.869520 3154077 logs.go:276] 1 containers: [34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f]
I0729 22:45:57.869581 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:45:57.873167 3154077 logs.go:123] Gathering logs for kube-proxy [259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad] ...
I0729 22:45:57.873195 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad"
I0729 22:45:57.912375 3154077 logs.go:123] Gathering logs for kube-controller-manager [ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c] ...
I0729 22:45:57.912405 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c"
I0729 22:45:57.999017 3154077 logs.go:123] Gathering logs for CRI-O ...
I0729 22:45:57.999050 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0729 22:45:58.093416 3154077 logs.go:123] Gathering logs for container status ...
I0729 22:45:58.093452 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0729 22:45:58.153290 3154077 logs.go:123] Gathering logs for kube-apiserver [bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb] ...
I0729 22:45:58.153323 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb"
I0729 22:45:58.234210 3154077 logs.go:123] Gathering logs for coredns [536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d] ...
I0729 22:45:58.234242 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d"
I0729 22:45:58.276406 3154077 logs.go:123] Gathering logs for kube-scheduler [8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003] ...
I0729 22:45:58.276453 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003"
I0729 22:45:58.324332 3154077 logs.go:123] Gathering logs for etcd [5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd] ...
I0729 22:45:58.324365 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd"
I0729 22:45:58.373383 3154077 logs.go:123] Gathering logs for kindnet [34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f] ...
I0729 22:45:58.373419 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f"
I0729 22:45:58.420317 3154077 logs.go:123] Gathering logs for kubelet ...
I0729 22:45:58.420348 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0729 22:45:58.476075 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.156371 1543 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.476301 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.156426 1543 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.476492 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.157049 1543 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-240098" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.476706 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.157082 1543 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-240098" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.477117 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.162246 1543 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.477329 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.162285 1543 reflector.go:150] object-"yakd-dashboard"/"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-240098" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.478254 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178151 1543 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.478445 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178197 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.478633 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178243 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.478841 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178258 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.479182 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.180857 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.479400 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.180894 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
I0729 22:45:58.517537 3154077 logs.go:123] Gathering logs for dmesg ...
I0729 22:45:58.517567 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0729 22:45:58.540380 3154077 logs.go:123] Gathering logs for describe nodes ...
I0729 22:45:58.540411 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0729 22:45:58.706627 3154077 out.go:304] Setting ErrFile to fd 2...
I0729 22:45:58.706651 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0729 22:45:58.706704 3154077 out.go:239] X Problems detected in kubelet:
W0729 22:45:58.706717 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178197 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.706727 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178243 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.706736 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178258 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.706744 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.180857 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:45:58.706751 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.180894 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
I0729 22:45:58.706757 3154077 out.go:304] Setting ErrFile to fd 2...
I0729 22:45:58.706763 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 22:46:08.708765 3154077 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0729 22:46:08.722671 3154077 api_server.go:72] duration metric: took 2m18.177329588s to wait for apiserver process to appear ...
I0729 22:46:08.722699 3154077 api_server.go:88] waiting for apiserver healthz status ...
I0729 22:46:08.722736 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0729 22:46:08.722797 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0729 22:46:08.791951 3154077 cri.go:89] found id: "bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb"
I0729 22:46:08.792019 3154077 cri.go:89] found id: ""
I0729 22:46:08.792029 3154077 logs.go:276] 1 containers: [bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb]
I0729 22:46:08.792111 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:08.799241 3154077 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0729 22:46:08.799461 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0729 22:46:08.864122 3154077 cri.go:89] found id: "5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd"
I0729 22:46:08.864144 3154077 cri.go:89] found id: ""
I0729 22:46:08.864153 3154077 logs.go:276] 1 containers: [5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd]
I0729 22:46:08.864214 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:08.870166 3154077 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0729 22:46:08.870288 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0729 22:46:08.913199 3154077 cri.go:89] found id: "536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d"
I0729 22:46:08.913230 3154077 cri.go:89] found id: ""
I0729 22:46:08.913239 3154077 logs.go:276] 1 containers: [536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d]
I0729 22:46:08.913363 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:08.918212 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0729 22:46:08.918302 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0729 22:46:08.962602 3154077 cri.go:89] found id: "8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003"
I0729 22:46:08.962624 3154077 cri.go:89] found id: ""
I0729 22:46:08.962633 3154077 logs.go:276] 1 containers: [8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003]
I0729 22:46:08.962695 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:08.966683 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0729 22:46:08.966764 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0729 22:46:09.014754 3154077 cri.go:89] found id: "259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad"
I0729 22:46:09.014776 3154077 cri.go:89] found id: ""
I0729 22:46:09.014785 3154077 logs.go:276] 1 containers: [259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad]
I0729 22:46:09.014844 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:09.019050 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0729 22:46:09.019127 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0729 22:46:09.068506 3154077 cri.go:89] found id: "ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c"
I0729 22:46:09.068527 3154077 cri.go:89] found id: ""
I0729 22:46:09.068535 3154077 logs.go:276] 1 containers: [ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c]
I0729 22:46:09.068611 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:09.072396 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0729 22:46:09.072531 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0729 22:46:09.121844 3154077 cri.go:89] found id: "34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f"
I0729 22:46:09.121874 3154077 cri.go:89] found id: ""
I0729 22:46:09.121884 3154077 logs.go:276] 1 containers: [34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f]
I0729 22:46:09.121955 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:09.125955 3154077 logs.go:123] Gathering logs for describe nodes ...
I0729 22:46:09.125986 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0729 22:46:09.257819 3154077 logs.go:123] Gathering logs for kube-proxy [259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad] ...
I0729 22:46:09.257850 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad"
I0729 22:46:09.296752 3154077 logs.go:123] Gathering logs for kube-controller-manager [ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c] ...
I0729 22:46:09.296781 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c"
I0729 22:46:09.365622 3154077 logs.go:123] Gathering logs for container status ...
I0729 22:46:09.365656 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0729 22:46:09.415970 3154077 logs.go:123] Gathering logs for kindnet [34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f] ...
I0729 22:46:09.416032 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f"
I0729 22:46:09.462792 3154077 logs.go:123] Gathering logs for CRI-O ...
I0729 22:46:09.462824 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0729 22:46:09.554027 3154077 logs.go:123] Gathering logs for kubelet ...
I0729 22:46:09.554061 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0729 22:46:09.614700 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.156371 1543 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.614958 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.156426 1543 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.615153 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.157049 1543 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-240098" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.615368 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.157082 1543 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-240098" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.615702 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.162246 1543 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.615907 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.162285 1543 reflector.go:150] object-"yakd-dashboard"/"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-240098" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.616832 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178151 1543 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.617025 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178197 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.617213 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178243 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.617420 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178258 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.617761 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.180857 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.617971 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.180894 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
I0729 22:46:09.656218 3154077 logs.go:123] Gathering logs for dmesg ...
I0729 22:46:09.656252 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0729 22:46:09.676190 3154077 logs.go:123] Gathering logs for kube-apiserver [bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb] ...
I0729 22:46:09.676226 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb"
I0729 22:46:09.763500 3154077 logs.go:123] Gathering logs for etcd [5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd] ...
I0729 22:46:09.763574 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd"
I0729 22:46:09.821413 3154077 logs.go:123] Gathering logs for coredns [536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d] ...
I0729 22:46:09.821444 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d"
I0729 22:46:09.869429 3154077 logs.go:123] Gathering logs for kube-scheduler [8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003] ...
I0729 22:46:09.869459 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003"
I0729 22:46:09.919287 3154077 out.go:304] Setting ErrFile to fd 2...
I0729 22:46:09.919315 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0729 22:46:09.919403 3154077 out.go:239] X Problems detected in kubelet:
W0729 22:46:09.919418 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178197 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.919446 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178243 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.919457 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178258 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.919466 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.180857 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:09.919475 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.180894 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
I0729 22:46:09.919488 3154077 out.go:304] Setting ErrFile to fd 2...
I0729 22:46:09.919495 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 22:46:19.920272 3154077 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0729 22:46:19.928588 3154077 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0729 22:46:19.930762 3154077 api_server.go:141] control plane version: v1.30.3
I0729 22:46:19.930790 3154077 api_server.go:131] duration metric: took 11.208082968s to wait for apiserver health ...
I0729 22:46:19.930799 3154077 system_pods.go:43] waiting for kube-system pods to appear ...
I0729 22:46:19.930820 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0729 22:46:19.930886 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0729 22:46:19.967811 3154077 cri.go:89] found id: "bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb"
I0729 22:46:19.967835 3154077 cri.go:89] found id: ""
I0729 22:46:19.967843 3154077 logs.go:276] 1 containers: [bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb]
I0729 22:46:19.967899 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:19.971469 3154077 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0729 22:46:19.971545 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0729 22:46:20.023094 3154077 cri.go:89] found id: "5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd"
I0729 22:46:20.023120 3154077 cri.go:89] found id: ""
I0729 22:46:20.023128 3154077 logs.go:276] 1 containers: [5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd]
I0729 22:46:20.023192 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:20.027732 3154077 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0729 22:46:20.027817 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0729 22:46:20.074126 3154077 cri.go:89] found id: "536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d"
I0729 22:46:20.074147 3154077 cri.go:89] found id: ""
I0729 22:46:20.074155 3154077 logs.go:276] 1 containers: [536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d]
I0729 22:46:20.074215 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:20.078032 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0729 22:46:20.078108 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0729 22:46:20.133002 3154077 cri.go:89] found id: "8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003"
I0729 22:46:20.133074 3154077 cri.go:89] found id: ""
I0729 22:46:20.133096 3154077 logs.go:276] 1 containers: [8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003]
I0729 22:46:20.133186 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:20.140048 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0729 22:46:20.140178 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0729 22:46:20.217394 3154077 cri.go:89] found id: "259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad"
I0729 22:46:20.217472 3154077 cri.go:89] found id: ""
I0729 22:46:20.217494 3154077 logs.go:276] 1 containers: [259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad]
I0729 22:46:20.217583 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:20.222229 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0729 22:46:20.222361 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0729 22:46:20.268901 3154077 cri.go:89] found id: "ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c"
I0729 22:46:20.268936 3154077 cri.go:89] found id: ""
I0729 22:46:20.268945 3154077 logs.go:276] 1 containers: [ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c]
I0729 22:46:20.269015 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:20.272918 3154077 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0729 22:46:20.273076 3154077 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0729 22:46:20.315604 3154077 cri.go:89] found id: "34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f"
I0729 22:46:20.315639 3154077 cri.go:89] found id: ""
I0729 22:46:20.315648 3154077 logs.go:276] 1 containers: [34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f]
I0729 22:46:20.315746 3154077 ssh_runner.go:195] Run: which crictl
I0729 22:46:20.319572 3154077 logs.go:123] Gathering logs for kube-apiserver [bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb] ...
I0729 22:46:20.319599 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb"
I0729 22:46:20.384537 3154077 logs.go:123] Gathering logs for kube-scheduler [8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003] ...
I0729 22:46:20.384577 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003"
I0729 22:46:20.426992 3154077 logs.go:123] Gathering logs for kube-proxy [259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad] ...
I0729 22:46:20.427023 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad"
I0729 22:46:20.474274 3154077 logs.go:123] Gathering logs for kindnet [34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f] ...
I0729 22:46:20.474303 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f"
I0729 22:46:20.527630 3154077 logs.go:123] Gathering logs for CRI-O ...
I0729 22:46:20.527705 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0729 22:46:20.627728 3154077 logs.go:123] Gathering logs for container status ...
I0729 22:46:20.627762 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0729 22:46:20.682103 3154077 logs.go:123] Gathering logs for kubelet ...
I0729 22:46:20.682134 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0729 22:46:20.746438 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.156371 1543 reflector.go:547] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.746724 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.156426 1543 reflector.go:150] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.746920 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.157049 1543 reflector.go:547] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-240098" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.747136 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.157082 1543 reflector.go:150] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-240098" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.747475 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.162246 1543 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.747686 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.162285 1543 reflector.go:150] object-"yakd-dashboard"/"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-240098" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.748617 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178151 1543 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.748855 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178197 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.749086 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178243 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.749337 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178258 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.749734 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.180857 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:20.749958 3154077 logs.go:138] Found kubelet problem: Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.180894 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
I0729 22:46:20.790468 3154077 logs.go:123] Gathering logs for dmesg ...
I0729 22:46:20.790507 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0729 22:46:20.809964 3154077 logs.go:123] Gathering logs for describe nodes ...
I0729 22:46:20.810114 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0729 22:46:20.941272 3154077 logs.go:123] Gathering logs for etcd [5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd] ...
I0729 22:46:20.941307 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd"
I0729 22:46:20.997331 3154077 logs.go:123] Gathering logs for coredns [536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d] ...
I0729 22:46:20.997411 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d"
I0729 22:46:21.045304 3154077 logs.go:123] Gathering logs for kube-controller-manager [ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c] ...
I0729 22:46:21.045339 3154077 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c"
I0729 22:46:21.140592 3154077 out.go:304] Setting ErrFile to fd 2...
I0729 22:46:21.140629 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0729 22:46:21.140692 3154077 out.go:239] X Problems detected in kubelet:
W0729 22:46:21.140701 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178197 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-240098' and this object
W0729 22:46:21.140709 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.178243 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:21.140720 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.178258 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:21.140727 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: W0729 22:44:37.180857 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
W0729 22:46:21.140733 3154077 out.go:239] Jul 29 22:44:37 addons-240098 kubelet[1543]: E0729 22:44:37.180894 1543 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-240098" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-240098' and this object
I0729 22:46:21.140748 3154077 out.go:304] Setting ErrFile to fd 2...
I0729 22:46:21.140754 3154077 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0729 22:46:31.151154 3154077 system_pods.go:59] 18 kube-system pods found
I0729 22:46:31.151198 3154077 system_pods.go:61] "coredns-7db6d8ff4d-zhvrk" [b32d6b57-f3af-4fdf-ad3e-73e589790653] Running
I0729 22:46:31.151206 3154077 system_pods.go:61] "csi-hostpath-attacher-0" [39499f72-f95d-4639-bf76-a15bfa119496] Running
I0729 22:46:31.151210 3154077 system_pods.go:61] "csi-hostpath-resizer-0" [da12abaa-dd98-440a-a8bd-c5367fd5d0b7] Running
I0729 22:46:31.151239 3154077 system_pods.go:61] "csi-hostpathplugin-4kg9r" [e33327fe-646a-4f24-af84-94e63be23406] Running
I0729 22:46:31.151252 3154077 system_pods.go:61] "etcd-addons-240098" [53808733-ebd1-471f-831c-dfa32e83d943] Running
I0729 22:46:31.151257 3154077 system_pods.go:61] "kindnet-ml8l6" [d3849862-1285-49b1-af3e-25da3aa0dad0] Running
I0729 22:46:31.151284 3154077 system_pods.go:61] "kube-apiserver-addons-240098" [de580599-aa5f-42ce-9e99-9c6a19762641] Running
I0729 22:46:31.151298 3154077 system_pods.go:61] "kube-controller-manager-addons-240098" [413b7c51-53b4-4b9a-b719-6ece9c0f87d1] Running
I0729 22:46:31.151303 3154077 system_pods.go:61] "kube-ingress-dns-minikube" [3cb081c2-6fc0-42c5-a758-9e743b454771] Running
I0729 22:46:31.151307 3154077 system_pods.go:61] "kube-proxy-nqzqs" [150478eb-114e-4cbe-9bfd-7560975f5c50] Running
I0729 22:46:31.151317 3154077 system_pods.go:61] "kube-scheduler-addons-240098" [dad64e3e-c2b3-4bbe-bf12-78b6a05f53d1] Running
I0729 22:46:31.151322 3154077 system_pods.go:61] "metrics-server-c59844bb4-dmzfh" [ab7ba124-2c10-486b-9e58-9888c2a16fdd] Running
I0729 22:46:31.151326 3154077 system_pods.go:61] "nvidia-device-plugin-daemonset-kclqn" [596026ea-dea0-4bff-930c-584fd17faa5d] Running
I0729 22:46:31.151337 3154077 system_pods.go:61] "registry-698f998955-2s6fb" [314ac123-03ad-4b32-82a8-54fc3447684d] Running
I0729 22:46:31.151341 3154077 system_pods.go:61] "registry-proxy-dq6vl" [1cdfa4ff-44aa-4eef-bac2-47bc1ca9391e] Running
I0729 22:46:31.151360 3154077 system_pods.go:61] "snapshot-controller-745499f584-fjjg8" [c0dd4695-3000-4aae-9299-394298fa13bc] Running
I0729 22:46:31.151371 3154077 system_pods.go:61] "snapshot-controller-745499f584-h5b4w" [fd12ba03-36e9-4676-8636-bf518e4df834] Running
I0729 22:46:31.151375 3154077 system_pods.go:61] "storage-provisioner" [a0bd03db-8939-4cb1-94aa-cfe8d39dd1be] Running
I0729 22:46:31.151394 3154077 system_pods.go:74] duration metric: took 11.220576625s to wait for pod list to return data ...
I0729 22:46:31.151409 3154077 default_sa.go:34] waiting for default service account to be created ...
I0729 22:46:31.153831 3154077 default_sa.go:45] found service account: "default"
I0729 22:46:31.153860 3154077 default_sa.go:55] duration metric: took 2.441281ms for default service account to be created ...
I0729 22:46:31.153871 3154077 system_pods.go:116] waiting for k8s-apps to be running ...
I0729 22:46:31.163760 3154077 system_pods.go:86] 18 kube-system pods found
I0729 22:46:31.163800 3154077 system_pods.go:89] "coredns-7db6d8ff4d-zhvrk" [b32d6b57-f3af-4fdf-ad3e-73e589790653] Running
I0729 22:46:31.163808 3154077 system_pods.go:89] "csi-hostpath-attacher-0" [39499f72-f95d-4639-bf76-a15bfa119496] Running
I0729 22:46:31.163814 3154077 system_pods.go:89] "csi-hostpath-resizer-0" [da12abaa-dd98-440a-a8bd-c5367fd5d0b7] Running
I0729 22:46:31.163818 3154077 system_pods.go:89] "csi-hostpathplugin-4kg9r" [e33327fe-646a-4f24-af84-94e63be23406] Running
I0729 22:46:31.163822 3154077 system_pods.go:89] "etcd-addons-240098" [53808733-ebd1-471f-831c-dfa32e83d943] Running
I0729 22:46:31.163827 3154077 system_pods.go:89] "kindnet-ml8l6" [d3849862-1285-49b1-af3e-25da3aa0dad0] Running
I0729 22:46:31.163832 3154077 system_pods.go:89] "kube-apiserver-addons-240098" [de580599-aa5f-42ce-9e99-9c6a19762641] Running
I0729 22:46:31.163837 3154077 system_pods.go:89] "kube-controller-manager-addons-240098" [413b7c51-53b4-4b9a-b719-6ece9c0f87d1] Running
I0729 22:46:31.163841 3154077 system_pods.go:89] "kube-ingress-dns-minikube" [3cb081c2-6fc0-42c5-a758-9e743b454771] Running
I0729 22:46:31.163845 3154077 system_pods.go:89] "kube-proxy-nqzqs" [150478eb-114e-4cbe-9bfd-7560975f5c50] Running
I0729 22:46:31.163849 3154077 system_pods.go:89] "kube-scheduler-addons-240098" [dad64e3e-c2b3-4bbe-bf12-78b6a05f53d1] Running
I0729 22:46:31.163854 3154077 system_pods.go:89] "metrics-server-c59844bb4-dmzfh" [ab7ba124-2c10-486b-9e58-9888c2a16fdd] Running
I0729 22:46:31.163860 3154077 system_pods.go:89] "nvidia-device-plugin-daemonset-kclqn" [596026ea-dea0-4bff-930c-584fd17faa5d] Running
I0729 22:46:31.163864 3154077 system_pods.go:89] "registry-698f998955-2s6fb" [314ac123-03ad-4b32-82a8-54fc3447684d] Running
I0729 22:46:31.163868 3154077 system_pods.go:89] "registry-proxy-dq6vl" [1cdfa4ff-44aa-4eef-bac2-47bc1ca9391e] Running
I0729 22:46:31.163872 3154077 system_pods.go:89] "snapshot-controller-745499f584-fjjg8" [c0dd4695-3000-4aae-9299-394298fa13bc] Running
I0729 22:46:31.163880 3154077 system_pods.go:89] "snapshot-controller-745499f584-h5b4w" [fd12ba03-36e9-4676-8636-bf518e4df834] Running
I0729 22:46:31.163884 3154077 system_pods.go:89] "storage-provisioner" [a0bd03db-8939-4cb1-94aa-cfe8d39dd1be] Running
I0729 22:46:31.163902 3154077 system_pods.go:126] duration metric: took 10.021741ms to wait for k8s-apps to be running ...
I0729 22:46:31.163911 3154077 system_svc.go:44] waiting for kubelet service to be running ....
I0729 22:46:31.163981 3154077 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0729 22:46:31.176479 3154077 system_svc.go:56] duration metric: took 12.558798ms WaitForService to wait for kubelet
I0729 22:46:31.176507 3154077 kubeadm.go:582] duration metric: took 2m40.631171167s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0729 22:46:31.176527 3154077 node_conditions.go:102] verifying NodePressure condition ...
I0729 22:46:31.180226 3154077 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0729 22:46:31.180259 3154077 node_conditions.go:123] node cpu capacity is 2
I0729 22:46:31.180272 3154077 node_conditions.go:105] duration metric: took 3.739905ms to run NodePressure ...
I0729 22:46:31.180285 3154077 start.go:241] waiting for startup goroutines ...
I0729 22:46:31.180292 3154077 start.go:246] waiting for cluster config update ...
I0729 22:46:31.180310 3154077 start.go:255] writing updated cluster config ...
I0729 22:46:31.180614 3154077 ssh_runner.go:195] Run: rm -f paused
I0729 22:46:31.492538 3154077 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0729 22:46:31.495641 3154077 out.go:177] * Done! kubectl is now configured to use "addons-240098" cluster and "default" namespace by default
==> CRI-O <==
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.170938296Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:42a89d9b22e5307cb88494990d5d929c401339f508c0a7e98a4d8ac52623fc5b],Size_:4789170,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=bbc2d2d7-e8bb-40dc-a297-010f0022ff46 name=/runtime.v1.ImageService/ImageStatus
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.171979463Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-cfdfj/hello-world-app" id=77a81d95-e216-474f-a9d7-bc4f9a5d9e45 name=/runtime.v1.RuntimeService/CreateContainer
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.172077808Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.189214741Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/e212eab187f66e6f833665878b5f17711e61a47df6d8a01a9c2590fead8c72e5/merged/etc/passwd: no such file or directory"
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.189393461Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/e212eab187f66e6f833665878b5f17711e61a47df6d8a01a9c2590fead8c72e5/merged/etc/group: no such file or directory"
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.227454939Z" level=info msg="Created container b0409ba222f364b9c665d183ee132f61188262af7bdb7ffe8f42f58279ab0a82: default/hello-world-app-6778b5fc9f-cfdfj/hello-world-app" id=77a81d95-e216-474f-a9d7-bc4f9a5d9e45 name=/runtime.v1.RuntimeService/CreateContainer
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.228346218Z" level=info msg="Starting container: b0409ba222f364b9c665d183ee132f61188262af7bdb7ffe8f42f58279ab0a82" id=b2091b0b-b9f9-4fbc-8a7b-047846bebe33 name=/runtime.v1.RuntimeService/StartContainer
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.238227424Z" level=info msg="Started container" PID=8725 containerID=b0409ba222f364b9c665d183ee132f61188262af7bdb7ffe8f42f58279ab0a82 description=default/hello-world-app-6778b5fc9f-cfdfj/hello-world-app id=b2091b0b-b9f9-4fbc-8a7b-047846bebe33 name=/runtime.v1.RuntimeService/StartContainer sandboxID=b053a7fb34b97a8cd1935560d13374a082f3ce169821659070ceb12d6af16fe8
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.698486397Z" level=info msg="Removing container: c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1" id=22b1043d-134c-478a-9d8a-8ffa5b565e15 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 29 22:50:52 addons-240098 crio[960]: time="2024-07-29 22:50:52.721603221Z" level=info msg="Removed container c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=22b1043d-134c-478a-9d8a-8ffa5b565e15 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 29 22:50:54 addons-240098 crio[960]: time="2024-07-29 22:50:54.393161427Z" level=info msg="Stopping container: 1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6 (timeout: 2s)" id=a9c46c0e-60e9-4a85-9350-65771902f919 name=/runtime.v1.RuntimeService/StopContainer
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.399847443Z" level=warning msg="Stopping container 1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=a9c46c0e-60e9-4a85-9350-65771902f919 name=/runtime.v1.RuntimeService/StopContainer
Jul 29 22:50:56 addons-240098 conmon[5207]: conmon 1bf1a66c96b1aea22790 <ninfo>: container 5218 exited with status 137
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.537399624Z" level=info msg="Stopped container 1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6: ingress-nginx/ingress-nginx-controller-6d9bd977d4-rxfpp/controller" id=a9c46c0e-60e9-4a85-9350-65771902f919 name=/runtime.v1.RuntimeService/StopContainer
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.538288376Z" level=info msg="Stopping pod sandbox: 627cdab3ef9ad3d9021ef4efcab0023a1ad541986d0faa7c591eda885dc51899" id=2360196b-9112-4266-bd41-dd2a9c31eb90 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.541559731Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-BXWLUNCYW5DPUYEE - [0:0]\n:KUBE-HP-WSYHFLURN4LEQ4G2 - [0:0]\n-X KUBE-HP-BXWLUNCYW5DPUYEE\n-X KUBE-HP-WSYHFLURN4LEQ4G2\nCOMMIT\n"
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.543081873Z" level=info msg="Closing host port tcp:80"
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.543128977Z" level=info msg="Closing host port tcp:443"
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.544462347Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.544491426Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.544651767Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-6d9bd977d4-rxfpp Namespace:ingress-nginx ID:627cdab3ef9ad3d9021ef4efcab0023a1ad541986d0faa7c591eda885dc51899 UID:a14ba01f-4a69-46c0-b8ba-9fa9cc831cae NetNS:/var/run/netns/3f847bf8-4c61-421d-8cd7-d1cb8c3a7ea9 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.544794886Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-rxfpp from CNI network \"kindnet\" (type=ptp)"
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.564946483Z" level=info msg="Stopped pod sandbox: 627cdab3ef9ad3d9021ef4efcab0023a1ad541986d0faa7c591eda885dc51899" id=2360196b-9112-4266-bd41-dd2a9c31eb90 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.708300426Z" level=info msg="Removing container: 1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6" id=5fc25aad-62ed-4e44-b9c8-137b16403f14 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 29 22:50:56 addons-240098 crio[960]: time="2024-07-29 22:50:56.723984181Z" level=info msg="Removed container 1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6: ingress-nginx/ingress-nginx-controller-6d9bd977d4-rxfpp/controller" id=5fc25aad-62ed-4e44-b9c8-137b16403f14 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
b0409ba222f36 docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 9 seconds ago Running hello-world-app 0 b053a7fb34b97 hello-world-app-6778b5fc9f-cfdfj
ea230fac66d57 docker.io/library/nginx@sha256:208b70eefac13ee9be00e486f79c695b15cef861c680527171a27d253d834be9 2 minutes ago Running nginx 0 9ab8ef202a20a nginx
8e54f4bd608e6 gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e 4 minutes ago Running busybox 0 1772ba7856e44 busybox
cea80894e6ab7 296b5f799fcd8a39f0e93373bc18787d846c6a2a78a5657b1514831f043c09bf 5 minutes ago Exited patch 2 f41a700a4c67a ingress-nginx-admission-patch-7k6tg
63f21438ffa13 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 5 minutes ago Exited create 0 ee3a551cb2d6e ingress-nginx-admission-create-22tws
4b6e639766179 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 6 minutes ago Running metrics-server 0 5b52653ee38e0 metrics-server-c59844bb4-dmzfh
536a6df2f73ec 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 6 minutes ago Running coredns 0 94d3b45976466 coredns-7db6d8ff4d-zhvrk
25361366a91a5 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 5ae5f83dbfb12 storage-provisioner
34d6bdf1bc4a7 docker.io/kindest/kindnetd@sha256:14100a3a7aca6cad3de3f26ee342ad937ca7d2844b1983d3baa7bf5f491baa7a 7 minutes ago Running kindnet-cni 0 bd1bd511c44a4 kindnet-ml8l6
259aac97b34e9 2351f570ed0eac5533e538280d73c6aa5d6b6f6379f5f3fac08f51378621e6be 7 minutes ago Running kube-proxy 0 0bba89a30d201 kube-proxy-nqzqs
ce35ed13494d9 8e97cdb19e7cc420af7c71de8b5c9ab536bd278758c8c0878c464b833d91b31a 7 minutes ago Running kube-controller-manager 0 1c33e2a333fd2 kube-controller-manager-addons-240098
5ffb5cd4d2efd 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 7 minutes ago Running etcd 0 474dc8694ca78 etcd-addons-240098
8854e49f2dd03 d48f992a22722fc0290769b8fab1186db239bbad4cff837fbb641c55faef9355 7 minutes ago Running kube-scheduler 0 8157fab3a2559 kube-scheduler-addons-240098
bbdb02e000b10 61773190d42ff0792f3bab2658e80b1c07519170955bb350b153b564ef28f4ca 7 minutes ago Running kube-apiserver 0 fd12a527ab5a6 kube-apiserver-addons-240098
==> coredns [536a6df2f73ec694156b5ab2e710b9f46ba811f38f3db136109ac9fd15dbd77d] <==
[INFO] 10.244.0.11:50196 - 9657 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002706227s
[INFO] 10.244.0.11:41532 - 26966 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000683613s
[INFO] 10.244.0.11:41532 - 26963 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000672897s
[INFO] 10.244.0.11:55619 - 3301 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000118275s
[INFO] 10.244.0.11:55619 - 3052 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.00003739s
[INFO] 10.244.0.11:51176 - 62217 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000053307s
[INFO] 10.244.0.11:51176 - 46350 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000035717s
[INFO] 10.244.0.11:51798 - 16769 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000061275s
[INFO] 10.244.0.11:51798 - 29599 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000036299s
[INFO] 10.244.0.11:60532 - 29768 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001560946s
[INFO] 10.244.0.11:60532 - 29514 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001356043s
[INFO] 10.244.0.11:36602 - 3736 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000060462s
[INFO] 10.244.0.11:36602 - 49309 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00004626s
[INFO] 10.244.0.19:34826 - 3853 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000191791s
[INFO] 10.244.0.19:57859 - 57907 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000215988s
[INFO] 10.244.0.19:56154 - 20448 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000200891s
[INFO] 10.244.0.19:35788 - 12996 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000137056s
[INFO] 10.244.0.19:56875 - 63196 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000168177s
[INFO] 10.244.0.19:40921 - 8691 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000109102s
[INFO] 10.244.0.19:33076 - 56687 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003512874s
[INFO] 10.244.0.19:34232 - 9229 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.003179834s
[INFO] 10.244.0.19:46127 - 11306 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001107367s
[INFO] 10.244.0.19:40787 - 46262 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001693193s
[INFO] 10.244.0.22:53795 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000170418s
[INFO] 10.244.0.22:46611 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000116067s
==> describe nodes <==
Name: addons-240098
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-240098
kubernetes.io/os=linux
minikube.k8s.io/commit=ff26f50543a99741e8a988a34136ffea2b41dbf0
minikube.k8s.io/name=addons-240098
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_29T22_43_37_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-240098
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 29 Jul 2024 22:43:34 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-240098
AcquireTime: <unset>
RenewTime: Mon, 29 Jul 2024 22:50:56 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 29 Jul 2024 22:48:43 +0000 Mon, 29 Jul 2024 22:43:31 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 29 Jul 2024 22:48:43 +0000 Mon, 29 Jul 2024 22:43:31 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 29 Jul 2024 22:48:43 +0000 Mon, 29 Jul 2024 22:43:31 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 29 Jul 2024 22:48:43 +0000 Mon, 29 Jul 2024 22:44:37 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-240098
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: bfdd38e5663e442b8c6fd59ead0dd0dd
System UUID: e3a1574b-56e3-4a3e-8d45-a41880ea0499
Boot ID: cfeade2c-54a8-4a3d-a32c-a5df0d0f0350
Kernel Version: 5.15.0-1065-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: (12 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) 4m30s
default hello-world-app-6778b5fc9f-cfdfj 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) 2m33s
kube-system coredns-7db6d8ff4d-zhvrk 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 7m10s
kube-system etcd-addons-240098 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 7m25s
kube-system kindnet-ml8l6 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 7m11s
kube-system kube-apiserver-addons-240098 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m25s
kube-system kube-controller-manager-addons-240098 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m25s
kube-system kube-proxy-nqzqs 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m11s
kube-system kube-scheduler-addons-240098 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m25s
kube-system metrics-server-c59844bb4-dmzfh 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 7m6s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 7m6s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 420Mi (5%!)(MISSING) 220Mi (2%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 7m4s kube-proxy
Normal Starting 7m25s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 7m25s kubelet Node addons-240098 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 7m25s kubelet Node addons-240098 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 7m25s kubelet Node addons-240098 status is now: NodeHasSufficientPID
Normal RegisteredNode 7m12s node-controller Node addons-240098 event: Registered Node addons-240098 in Controller
Normal NodeReady 6m24s kubelet Node addons-240098 status is now: NodeReady
==> dmesg <==
[ +0.003267] FS-Cache: Duplicate cookie detected
[ +0.000685] FS-Cache: O-cookie c=00000096 [p=00000093 fl=226 nc=0 na=1]
[ +0.000967] FS-Cache: O-cookie d=0000000020443de3{9p.inode} n=000000008b870506
[ +0.001021] FS-Cache: O-key=[8] '0d7ded0000000000'
[ +0.000698] FS-Cache: N-cookie c=0000009d [p=00000093 fl=2 nc=0 na=1]
[ +0.000908] FS-Cache: N-cookie d=0000000020443de3{9p.inode} n=000000004c5371af
[ +0.001052] FS-Cache: N-key=[8] '0d7ded0000000000'
[ +2.307157] FS-Cache: Duplicate cookie detected
[ +0.000789] FS-Cache: O-cookie c=00000094 [p=00000093 fl=226 nc=0 na=1]
[ +0.000957] FS-Cache: O-cookie d=0000000020443de3{9p.inode} n=000000006f50bdd0
[ +0.001044] FS-Cache: O-key=[8] '0c7ded0000000000'
[ +0.000683] FS-Cache: N-cookie c=0000009f [p=00000093 fl=2 nc=0 na=1]
[ +0.000943] FS-Cache: N-cookie d=0000000020443de3{9p.inode} n=00000000eca05f3f
[ +0.001027] FS-Cache: N-key=[8] '0c7ded0000000000'
[ +0.375959] FS-Cache: Duplicate cookie detected
[ +0.000694] FS-Cache: O-cookie c=00000099 [p=00000093 fl=226 nc=0 na=1]
[ +0.000932] FS-Cache: O-cookie d=0000000020443de3{9p.inode} n=00000000f35b9c7e
[ +0.001019] FS-Cache: O-key=[8] '127ded0000000000'
[ +0.000749] FS-Cache: N-cookie c=000000a0 [p=00000093 fl=2 nc=0 na=1]
[ +0.000905] FS-Cache: N-cookie d=0000000020443de3{9p.inode} n=000000006d56bab5
[ +0.001010] FS-Cache: N-key=[8] '127ded0000000000'
[Jul29 22:16] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.028143] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.001471] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
[ +0.245606] overlayfs: '/var/lib/docker/overlay2/l/WCSESTVH3U25P3IZ5LAJCY2BWZ' not a directory
==> etcd [5ffb5cd4d2efde97b31754b5169a27da6fded9af6450bd2ced37841241a3a0bd] <==
{"level":"info","ts":"2024-07-29T22:43:31.872821Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-07-29T22:43:31.872903Z","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-07-29T22:43:31.883351Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-29T22:43:31.883457Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-29T22:43:31.883726Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-29T22:43:31.883786Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-29T22:43:51.869704Z","caller":"traceutil/trace.go:171","msg":"trace[1107879282] transaction","detail":"{read_only:false; response_revision:327; number_of_response:1; }","duration":"490.806416ms","start":"2024-07-29T22:43:51.378867Z","end":"2024-07-29T22:43:51.869673Z","steps":["trace[1107879282] 'process raft request' (duration: 484.119968ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-29T22:43:52.156589Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-29T22:43:51.378855Z","time spent":"777.340369ms","remote":"127.0.0.1:48604","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":2863,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/daemonsets/kube-system/kube-proxy\" mod_revision:247 > success:<request_put:<key:\"/registry/daemonsets/kube-system/kube-proxy\" value_size:2812 >> failure:<request_range:<key:\"/registry/daemonsets/kube-system/kube-proxy\" > >"}
{"level":"info","ts":"2024-07-29T22:43:52.158301Z","caller":"traceutil/trace.go:171","msg":"trace[1403744903] linearizableReadLoop","detail":"{readStateIndex:342; appliedIndex:339; }","duration":"302.637773ms","start":"2024-07-29T22:43:51.855648Z","end":"2024-07-29T22:43:52.158286Z","steps":["trace[1403744903] 'read index received' (duration: 300.520178ms)","trace[1403744903] 'applied index is now lower than readState.Index' (duration: 2.116972ms)"],"step_count":2}
{"level":"info","ts":"2024-07-29T22:43:52.171468Z","caller":"traceutil/trace.go:171","msg":"trace[865330662] transaction","detail":"{read_only:false; response_revision:328; number_of_response:1; }","duration":"505.696138ms","start":"2024-07-29T22:43:51.665754Z","end":"2024-07-29T22:43:52.17145Z","steps":["trace[865330662] 'process raft request' (duration: 492.346438ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-29T22:43:52.179753Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-29T22:43:51.665714Z","time spent":"513.24579ms","remote":"127.0.0.1:48218","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":657,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/events/kube-system/kindnet.17e6d062f73fdf30\" mod_revision:0 > success:<request_put:<key:\"/registry/events/kube-system/kindnet.17e6d062f73fdf30\" value_size:586 lease:8128030859531047724 >> failure:<>"}
{"level":"info","ts":"2024-07-29T22:43:52.183522Z","caller":"traceutil/trace.go:171","msg":"trace[1709310839] transaction","detail":"{read_only:false; response_revision:329; number_of_response:1; }","duration":"517.402598ms","start":"2024-07-29T22:43:51.6661Z","end":"2024-07-29T22:43:52.183503Z","steps":["trace[1709310839] 'process raft request' (duration: 492.080384ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-29T22:43:52.186557Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-29T22:43:51.666086Z","time spent":"520.403474ms","remote":"127.0.0.1:48604","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":4604,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/daemonsets/kube-system/kindnet\" mod_revision:255 > success:<request_put:<key:\"/registry/daemonsets/kube-system/kindnet\" value_size:4556 >> failure:<request_range:<key:\"/registry/daemonsets/kube-system/kindnet\" > >"}
{"level":"info","ts":"2024-07-29T22:43:52.188112Z","caller":"traceutil/trace.go:171","msg":"trace[33752061] transaction","detail":"{read_only:false; response_revision:332; number_of_response:1; }","duration":"124.666771ms","start":"2024-07-29T22:43:52.063432Z","end":"2024-07-29T22:43:52.188099Z","steps":["trace[33752061] 'process raft request' (duration: 94.834058ms)"],"step_count":1}
{"level":"info","ts":"2024-07-29T22:43:52.188255Z","caller":"traceutil/trace.go:171","msg":"trace[292899140] transaction","detail":"{read_only:false; response_revision:330; number_of_response:1; }","duration":"476.01685ms","start":"2024-07-29T22:43:51.71223Z","end":"2024-07-29T22:43:52.188247Z","steps":["trace[292899140] 'process raft request' (duration: 445.989261ms)"],"step_count":1}
{"level":"info","ts":"2024-07-29T22:43:52.188325Z","caller":"traceutil/trace.go:171","msg":"trace[1619139329] transaction","detail":"{read_only:false; response_revision:331; number_of_response:1; }","duration":"177.108554ms","start":"2024-07-29T22:43:52.011211Z","end":"2024-07-29T22:43:52.18832Z","steps":["trace[1619139329] 'process raft request' (duration: 147.032662ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-29T22:43:52.1884Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"325.623943ms","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-07-29T22:43:52.265951Z","caller":"traceutil/trace.go:171","msg":"trace[1455148232] range","detail":"{range_begin:/registry/configmaps/kube-system/coredns; range_end:; response_count:1; response_revision:332; }","duration":"403.175235ms","start":"2024-07-29T22:43:51.862758Z","end":"2024-07-29T22:43:52.265934Z","steps":["trace[1455148232] 'agreement among raft nodes before linearized reading' (duration: 325.600371ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-29T22:43:52.266034Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-29T22:43:51.86272Z","time spent":"403.291416ms","remote":"127.0.0.1:48260","response type":"/etcdserverpb.KV/Range","request count":0,"request size":42,"response count":1,"response size":636,"request content":"key:\"/registry/configmaps/kube-system/coredns\" "}
{"level":"warn","ts":"2024-07-29T22:43:52.18844Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"332.791949ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/default/\" range_end:\"/registry/serviceaccounts/default0\" ","response":"range_response_count:1 size:171"}
{"level":"info","ts":"2024-07-29T22:43:52.276095Z","caller":"traceutil/trace.go:171","msg":"trace[28613969] range","detail":"{range_begin:/registry/serviceaccounts/default/; range_end:/registry/serviceaccounts/default0; response_count:1; response_revision:332; }","duration":"420.430384ms","start":"2024-07-29T22:43:51.855643Z","end":"2024-07-29T22:43:52.276073Z","steps":["trace[28613969] 'agreement among raft nodes before linearized reading' (duration: 332.777131ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-29T22:43:52.277938Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-29T22:43:51.855605Z","time spent":"422.301452ms","remote":"127.0.0.1:48338","response type":"/etcdserverpb.KV/Range","request count":0,"request size":72,"response count":1,"response size":195,"request content":"key:\"/registry/serviceaccounts/default/\" range_end:\"/registry/serviceaccounts/default0\" "}
{"level":"warn","ts":"2024-07-29T22:43:52.188748Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"178.046595ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-proxy-nqzqs\" ","response":"range_response_count:1 size:3426"}
{"level":"info","ts":"2024-07-29T22:43:52.278532Z","caller":"traceutil/trace.go:171","msg":"trace[1062554078] range","detail":"{range_begin:/registry/pods/kube-system/kube-proxy-nqzqs; range_end:; response_count:1; response_revision:332; }","duration":"267.824966ms","start":"2024-07-29T22:43:52.010692Z","end":"2024-07-29T22:43:52.278517Z","steps":["trace[1062554078] 'agreement among raft nodes before linearized reading' (duration: 178.031211ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-29T22:43:52.27831Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-29T22:43:51.71221Z","time spent":"537.847542ms","remote":"127.0.0.1:48466","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":2191,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/clusterroles/edit\" mod_revision:79 > success:<request_put:<key:\"/registry/clusterroles/edit\" value_size:2156 >> failure:<request_range:<key:\"/registry/clusterroles/edit\" > >"}
==> kernel <==
22:51:01 up 12:33, 0 users, load average: 0.46, 1.60, 2.76
Linux addons-240098 5.15.0-1065-aws #71~20.04.1-Ubuntu SMP Fri Jun 28 19:59:49 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [34d6bdf1bc4a7e0f6ccb4bce6c2b6ad83c7cc7ee1d5c674bc34e66d32d1d5a2f] <==
I0729 22:49:46.933160 1 main.go:299] handling current node
I0729 22:49:56.932812 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:49:56.932848 1 main.go:299] handling current node
W0729 22:49:57.964082 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
E0729 22:49:57.964115 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
I0729 22:50:06.932312 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:50:06.932348 1 main.go:299] handling current node
W0729 22:50:11.263955 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
E0729 22:50:11.263993 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
I0729 22:50:16.932463 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:50:16.932573 1 main.go:299] handling current node
W0729 22:50:19.915979 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
E0729 22:50:19.916108 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
I0729 22:50:26.932643 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:50:26.932683 1 main.go:299] handling current node
W0729 22:50:33.416098 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
E0729 22:50:33.416137 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
I0729 22:50:36.932193 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:50:36.932233 1 main.go:299] handling current node
I0729 22:50:46.932895 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:50:46.932933 1 main.go:299] handling current node
W0729 22:50:47.570302 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
E0729 22:50:47.570344 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
I0729 22:50:56.932614 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0729 22:50:56.932742 1 main.go:299] handling current node
==> kube-apiserver [bbdb02e000b10e27b6837138beba713e67b4c0085cb8c4f65f02ec0d85f615bb] <==
E0729 22:46:41.479963 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:48086: use of closed network connection
E0729 22:46:41.616901 1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:48112: use of closed network connection
I0729 22:47:21.578497 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
E0729 22:47:48.820768 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0729 22:47:48.991603 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0729 22:47:48.992585 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0729 22:47:49.018644 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0729 22:47:49.018795 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0729 22:47:49.029676 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0729 22:47:49.029740 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0729 22:47:49.188013 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0729 22:47:49.188626 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0729 22:47:49.194780 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0729 22:47:49.194822 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0729 22:47:50.189111 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0729 22:47:50.195114 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0729 22:47:50.203461 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0729 22:47:56.787856 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.111.129.4"}
I0729 22:48:23.057786 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0729 22:48:24.098477 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0729 22:48:28.638247 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0729 22:48:28.964232 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.105.167.98"}
I0729 22:50:50.872744 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.97.78.211"}
E0729 22:50:52.743506 1 watch.go:250] http2: stream closed
E0729 22:50:53.433807 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
==> kube-controller-manager [ce35ed13494d9db67de3dd623906dd17adafd54f1aa8bb0e1d1214d54b20370c] <==
E0729 22:49:20.837929 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
W0729 22:49:39.561125 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
E0729 22:49:39.561164 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
W0729 22:49:49.215442 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
E0729 22:49:49.215479 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
W0729 22:49:59.112110 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
E0729 22:49:59.112148 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
W0729 22:50:03.633443 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
E0729 22:50:03.633589 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
W0729 22:50:37.009791 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
E0729 22:50:37.009842 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
W0729 22:50:41.043482 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
E0729 22:50:41.043602 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
W0729 22:50:47.633656 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
E0729 22:50:47.633693 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
I0729 22:50:50.659098 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="37.375461ms"
I0729 22:50:50.692612 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="32.722935ms"
I0729 22:50:50.692825 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="39.589µs"
I0729 22:50:52.727153 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="17.162344ms"
I0729 22:50:52.727843 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="60.659µs"
I0729 22:50:53.366314 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0729 22:50:53.371872 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="3.938µs"
I0729 22:50:53.374505 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0729 22:51:01.146739 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
E0729 22:51:01.146788 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 [259aac97b34e974add4ca3fb52af9dc460e59227fd15576a2683d2917c1c93ad] <==
I0729 22:43:55.921970 1 server_linux.go:69] "Using iptables proxy"
I0729 22:43:56.335628 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0729 22:43:56.795470 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0729 22:43:56.795527 1 server_linux.go:165] "Using iptables Proxier"
I0729 22:43:56.888327 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0729 22:43:56.888440 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0729 22:43:56.888509 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"
I0729 22:43:56.920085 1 server.go:872] "Version info" version="v1.30.3"
I0729 22:43:56.920191 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0729 22:43:56.929310 1 config.go:192] "Starting service config controller"
I0729 22:43:56.929417 1 shared_informer.go:313] Waiting for caches to sync for service config
I0729 22:43:56.929468 1 config.go:101] "Starting endpoint slice config controller"
I0729 22:43:56.929514 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0729 22:43:56.935637 1 config.go:319] "Starting node config controller"
I0729 22:43:56.935740 1 shared_informer.go:313] Waiting for caches to sync for node config
I0729 22:43:57.044652 1 shared_informer.go:320] Caches are synced for node config
I0729 22:43:57.044687 1 shared_informer.go:320] Caches are synced for service config
I0729 22:43:57.044731 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [8854e49f2dd0311609174e521d981bbf73a6498268ac57b22fb251d4771e6003] <==
W0729 22:43:34.557023 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0729 22:43:34.557088 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
W0729 22:43:34.557143 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
W0729 22:43:34.557200 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0729 22:43:34.557275 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
E0729 22:43:34.558268 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0729 22:43:34.558338 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
E0729 22:43:34.558404 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
E0729 22:43:34.558481 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0729 22:43:34.558513 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
W0729 22:43:34.563737 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
E0729 22:43:34.563861 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
W0729 22:43:34.563989 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
E0729 22:43:34.564053 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
W0729 22:43:34.564164 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
E0729 22:43:34.564217 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
W0729 22:43:35.376898 1 reflector.go:547] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0729 22:43:35.376941 1 reflector.go:150] runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0729 22:43:35.485975 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
E0729 22:43:35.486020 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
W0729 22:43:35.496249 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
E0729 22:43:35.496288 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
W0729 22:43:35.699461 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
E0729 22:43:35.699617 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
I0729 22:43:37.623131 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 29 22:50:50 addons-240098 kubelet[1543]: E0729 22:50:50.665014 1543 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="24869c5f-892f-407c-976e-3833222748de" containerName="gadget"
Jul 29 22:50:50 addons-240098 kubelet[1543]: I0729 22:50:50.665050 1543 memory_manager.go:354] "RemoveStaleState removing state" podUID="24869c5f-892f-407c-976e-3833222748de" containerName="gadget"
Jul 29 22:50:50 addons-240098 kubelet[1543]: I0729 22:50:50.818385 1543 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-56vx7\" (UniqueName: \"kubernetes.io/projected/51c755f2-298c-4627-b617-12d09308b5aa-kube-api-access-56vx7\") pod \"hello-world-app-6778b5fc9f-cfdfj\" (UID: \"51c755f2-298c-4627-b617-12d09308b5aa\") " pod="default/hello-world-app-6778b5fc9f-cfdfj"
Jul 29 22:50:51 addons-240098 kubelet[1543]: I0729 22:50:51.925684 1543 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-p94sv\" (UniqueName: \"kubernetes.io/projected/3cb081c2-6fc0-42c5-a758-9e743b454771-kube-api-access-p94sv\") pod \"3cb081c2-6fc0-42c5-a758-9e743b454771\" (UID: \"3cb081c2-6fc0-42c5-a758-9e743b454771\") "
Jul 29 22:50:51 addons-240098 kubelet[1543]: I0729 22:50:51.928983 1543 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/3cb081c2-6fc0-42c5-a758-9e743b454771-kube-api-access-p94sv" (OuterVolumeSpecName: "kube-api-access-p94sv") pod "3cb081c2-6fc0-42c5-a758-9e743b454771" (UID: "3cb081c2-6fc0-42c5-a758-9e743b454771"). InnerVolumeSpecName "kube-api-access-p94sv". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 29 22:50:52 addons-240098 kubelet[1543]: I0729 22:50:52.026828 1543 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-p94sv\" (UniqueName: \"kubernetes.io/projected/3cb081c2-6fc0-42c5-a758-9e743b454771-kube-api-access-p94sv\") on node \"addons-240098\" DevicePath \"\""
Jul 29 22:50:52 addons-240098 kubelet[1543]: I0729 22:50:52.697259 1543 scope.go:117] "RemoveContainer" containerID="c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1"
Jul 29 22:50:52 addons-240098 kubelet[1543]: I0729 22:50:52.722009 1543 scope.go:117] "RemoveContainer" containerID="c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1"
Jul 29 22:50:52 addons-240098 kubelet[1543]: E0729 22:50:52.722423 1543 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1\": container with ID starting with c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1 not found: ID does not exist" containerID="c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1"
Jul 29 22:50:52 addons-240098 kubelet[1543]: I0729 22:50:52.722469 1543 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1"} err="failed to get container status \"c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1\": rpc error: code = NotFound desc = could not find container \"c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1\": container with ID starting with c02daea574b4bd0c4e9579f50bf5ffda9c3477668a8b35edaf5093f2c06167d1 not found: ID does not exist"
Jul 29 22:50:52 addons-240098 kubelet[1543]: I0729 22:50:52.738508 1543 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-cfdfj" podStartSLOduration=1.598870324 podStartE2EDuration="2.738487418s" podCreationTimestamp="2024-07-29 22:50:50 +0000 UTC" firstStartedPulling="2024-07-29 22:50:51.029918361 +0000 UTC m=+434.280017564" lastFinishedPulling="2024-07-29 22:50:52.169535463 +0000 UTC m=+435.419634658" observedRunningTime="2024-07-29 22:50:52.709650758 +0000 UTC m=+435.959749953" watchObservedRunningTime="2024-07-29 22:50:52.738487418 +0000 UTC m=+435.988586605"
Jul 29 22:50:52 addons-240098 kubelet[1543]: I0729 22:50:52.879068 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3cb081c2-6fc0-42c5-a758-9e743b454771" path="/var/lib/kubelet/pods/3cb081c2-6fc0-42c5-a758-9e743b454771/volumes"
Jul 29 22:50:54 addons-240098 kubelet[1543]: I0729 22:50:54.878607 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="37c744cf-1627-494b-a3da-172b1720d99b" path="/var/lib/kubelet/pods/37c744cf-1627-494b-a3da-172b1720d99b/volumes"
Jul 29 22:50:54 addons-240098 kubelet[1543]: I0729 22:50:54.879701 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="addcdf90-9754-4313-a820-cf75d2130a5d" path="/var/lib/kubelet/pods/addcdf90-9754-4313-a820-cf75d2130a5d/volumes"
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.660389 1543 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-kbfxr\" (UniqueName: \"kubernetes.io/projected/a14ba01f-4a69-46c0-b8ba-9fa9cc831cae-kube-api-access-kbfxr\") pod \"a14ba01f-4a69-46c0-b8ba-9fa9cc831cae\" (UID: \"a14ba01f-4a69-46c0-b8ba-9fa9cc831cae\") "
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.660442 1543 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/a14ba01f-4a69-46c0-b8ba-9fa9cc831cae-webhook-cert\") pod \"a14ba01f-4a69-46c0-b8ba-9fa9cc831cae\" (UID: \"a14ba01f-4a69-46c0-b8ba-9fa9cc831cae\") "
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.662950 1543 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/a14ba01f-4a69-46c0-b8ba-9fa9cc831cae-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "a14ba01f-4a69-46c0-b8ba-9fa9cc831cae" (UID: "a14ba01f-4a69-46c0-b8ba-9fa9cc831cae"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.666901 1543 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a14ba01f-4a69-46c0-b8ba-9fa9cc831cae-kube-api-access-kbfxr" (OuterVolumeSpecName: "kube-api-access-kbfxr") pod "a14ba01f-4a69-46c0-b8ba-9fa9cc831cae" (UID: "a14ba01f-4a69-46c0-b8ba-9fa9cc831cae"). InnerVolumeSpecName "kube-api-access-kbfxr". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.706723 1543 scope.go:117] "RemoveContainer" containerID="1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6"
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.724236 1543 scope.go:117] "RemoveContainer" containerID="1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6"
Jul 29 22:50:56 addons-240098 kubelet[1543]: E0729 22:50:56.724661 1543 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6\": container with ID starting with 1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6 not found: ID does not exist" containerID="1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6"
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.724707 1543 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6"} err="failed to get container status \"1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6\": rpc error: code = NotFound desc = could not find container \"1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6\": container with ID starting with 1bf1a66c96b1aea227904a3de5632d37fafc30c16fb6c5e072fb3b27546e8fc6 not found: ID does not exist"
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.761049 1543 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-kbfxr\" (UniqueName: \"kubernetes.io/projected/a14ba01f-4a69-46c0-b8ba-9fa9cc831cae-kube-api-access-kbfxr\") on node \"addons-240098\" DevicePath \"\""
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.761090 1543 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/a14ba01f-4a69-46c0-b8ba-9fa9cc831cae-webhook-cert\") on node \"addons-240098\" DevicePath \"\""
Jul 29 22:50:56 addons-240098 kubelet[1543]: I0729 22:50:56.878603 1543 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a14ba01f-4a69-46c0-b8ba-9fa9cc831cae" path="/var/lib/kubelet/pods/a14ba01f-4a69-46c0-b8ba-9fa9cc831cae/volumes"
==> storage-provisioner [25361366a91a5bebc2b60cc5d73f0c012d030aae46621d5b3c25b8d1c94d98f9] <==
I0729 22:44:37.958194 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0729 22:44:37.974770 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0729 22:44:37.974979 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0729 22:44:37.988090 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0729 22:44:37.988293 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-240098_0f270da0-e6a4-42cf-a53b-b3efe6c8ad6d!
I0729 22:44:37.989344 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"a7986463-f38a-45e9-9b86-541694fdb67a", APIVersion:"v1", ResourceVersion:"896", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-240098_0f270da0-e6a4-42cf-a53b-b3efe6c8ad6d became leader
I0729 22:44:38.088496 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-240098_0f270da0-e6a4-42cf-a53b-b3efe6c8ad6d!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-240098 -n addons-240098
helpers_test.go:261: (dbg) Run: kubectl --context addons-240098 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 (154.59s)