=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-295221 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-295221 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-295221 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" [131e67a6-1df4-4ffc-9210-75cc81a3301f] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [131e67a6-1df4-4ffc-9210-75cc81a3301f] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.004145767s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-295221 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-295221 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.174661995s)
** 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-295221 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-295221 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:299: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.060160988s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:301: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:305: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-295221 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-295221 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-295221 addons disable ingress --alsologtostderr -v=1: (7.734939528s)
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-295221
helpers_test.go:235: (dbg) docker inspect addons-295221:
-- stdout --
[
{
"Id": "391e01ec6f5a96af1b9577b5ca10dccac65c549f7cee3d3443fd9fe11de9b131",
"Created": "2024-07-01T10:28:14.846763623Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 2703876,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-01T10:28:14.979202005Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:59cf53f54b1bed0b432ebf08c6ac817bec062867b90e25c5452b8e7c3276a7ff",
"ResolvConfPath": "/var/lib/docker/containers/391e01ec6f5a96af1b9577b5ca10dccac65c549f7cee3d3443fd9fe11de9b131/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/391e01ec6f5a96af1b9577b5ca10dccac65c549f7cee3d3443fd9fe11de9b131/hostname",
"HostsPath": "/var/lib/docker/containers/391e01ec6f5a96af1b9577b5ca10dccac65c549f7cee3d3443fd9fe11de9b131/hosts",
"LogPath": "/var/lib/docker/containers/391e01ec6f5a96af1b9577b5ca10dccac65c549f7cee3d3443fd9fe11de9b131/391e01ec6f5a96af1b9577b5ca10dccac65c549f7cee3d3443fd9fe11de9b131-json.log",
"Name": "/addons-295221",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-295221:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-295221",
"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/3d70404d8c998216fd4f2e285b609a9e431ff587c66d89973539f66b081e6d99-init/diff:/var/lib/docker/overlay2/7be1442ef1925517e0dcfda6d5d8ba423a2c9f9f00fdb71e3fb1a9eee9274d82/diff",
"MergedDir": "/var/lib/docker/overlay2/3d70404d8c998216fd4f2e285b609a9e431ff587c66d89973539f66b081e6d99/merged",
"UpperDir": "/var/lib/docker/overlay2/3d70404d8c998216fd4f2e285b609a9e431ff587c66d89973539f66b081e6d99/diff",
"WorkDir": "/var/lib/docker/overlay2/3d70404d8c998216fd4f2e285b609a9e431ff587c66d89973539f66b081e6d99/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-295221",
"Source": "/var/lib/docker/volumes/addons-295221/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-295221",
"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-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d",
"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-295221",
"name.minikube.sigs.k8s.io": "addons-295221",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "0c8884d7d784ab212fe36b6b0488f08bcc6459bdd6937e55b05f04e6bf52e269",
"SandboxKey": "/var/run/docker/netns/0c8884d7d784",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-295221": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "b39829c80922b732116debc5b02a11795ae5b2b8cbb0bf15396ab27e8e0632ed",
"EndpointID": "fb5f5ca7a92809b2cc52375188f42170243f610d6586323763a27a62b233315d",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-295221",
"391e01ec6f5a"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-295221 -n addons-295221
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-295221 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-295221 logs -n 25: (1.427846091s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | 01 Jul 24 10:27 UTC |
| delete | -p download-only-718857 | download-only-718857 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | 01 Jul 24 10:27 UTC |
| delete | -p download-only-993955 | download-only-993955 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | 01 Jul 24 10:27 UTC |
| delete | -p download-only-718857 | download-only-718857 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | 01 Jul 24 10:27 UTC |
| start | --download-only -p | download-docker-879356 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | |
| | download-docker-879356 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-879356 | download-docker-879356 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | 01 Jul 24 10:27 UTC |
| start | --download-only -p | binary-mirror-788291 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | |
| | binary-mirror-788291 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:45427 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-788291 | binary-mirror-788291 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | 01 Jul 24 10:27 UTC |
| addons | enable dashboard -p | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | |
| | addons-295221 | | | | | |
| addons | disable dashboard -p | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | |
| | addons-295221 | | | | | |
| start | -p addons-295221 --wait=true | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:27 UTC | 01 Jul 24 10:31 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 | enable headlamp | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:31 UTC | 01 Jul 24 10:31 UTC |
| | -p addons-295221 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-295221 ip | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:31 UTC | 01 Jul 24 10:31 UTC |
| addons | addons-295221 addons disable | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:31 UTC | 01 Jul 24 10:31 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:31 UTC | 01 Jul 24 10:31 UTC |
| | -p addons-295221 | | | | | |
| ssh | addons-295221 ssh cat | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:31 UTC | 01 Jul 24 10:31 UTC |
| | /opt/local-path-provisioner/pvc-cbf7368f-84ca-4555-873a-3d18aa639c84_default_test-pvc/file1 | | | | | |
| addons | addons-295221 addons disable | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:31 UTC | 01 Jul 24 10:32 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:31 UTC | 01 Jul 24 10:31 UTC |
| | addons-295221 | | | | | |
| addons | disable inspektor-gadget -p | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:32 UTC | 01 Jul 24 10:32 UTC |
| | addons-295221 | | | | | |
| addons | addons-295221 addons | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:32 UTC | 01 Jul 24 10:32 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-295221 addons | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:32 UTC | 01 Jul 24 10:32 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-295221 ssh curl -s | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:32 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-295221 ip | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:35 UTC | 01 Jul 24 10:35 UTC |
| addons | addons-295221 addons disable | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:35 UTC | 01 Jul 24 10:35 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-295221 addons disable | addons-295221 | jenkins | v1.33.1 | 01 Jul 24 10:35 UTC | 01 Jul 24 10:35 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/01 10:27:51
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0701 10:27:51.377758 2703367 out.go:291] Setting OutFile to fd 1 ...
I0701 10:27:51.377967 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 10:27:51.377997 2703367 out.go:304] Setting ErrFile to fd 2...
I0701 10:27:51.378017 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 10:27:51.378281 2703367 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19162-2695865/.minikube/bin
I0701 10:27:51.378752 2703367 out.go:298] Setting JSON to false
I0701 10:27:51.379658 2703367 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":151823,"bootTime":1719677849,"procs":163,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1063-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0701 10:27:51.379755 2703367 start.go:139] virtualization:
I0701 10:27:51.382907 2703367 out.go:177] * [addons-295221] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0701 10:27:51.384581 2703367 out.go:177] - MINIKUBE_LOCATION=19162
I0701 10:27:51.384691 2703367 notify.go:220] Checking for updates...
I0701 10:27:51.388546 2703367 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0701 10:27:51.390542 2703367 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19162-2695865/kubeconfig
I0701 10:27:51.392575 2703367 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19162-2695865/.minikube
I0701 10:27:51.394341 2703367 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0701 10:27:51.395957 2703367 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0701 10:27:51.397897 2703367 driver.go:392] Setting default libvirt URI to qemu:///system
I0701 10:27:51.426480 2703367 docker.go:122] docker version: linux-27.0.3:Docker Engine - Community
I0701 10:27:51.426599 2703367 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0701 10:27:51.477446 2703367 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-01 10:27:51.468253462 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214896640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0701 10:27:51.477550 2703367 docker.go:295] overlay module found
I0701 10:27:51.480343 2703367 out.go:177] * Using the docker driver based on user configuration
I0701 10:27:51.482027 2703367 start.go:297] selected driver: docker
I0701 10:27:51.482046 2703367 start.go:901] validating driver "docker" against <nil>
I0701 10:27:51.482059 2703367 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0701 10:27:51.482661 2703367 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0701 10:27:51.540360 2703367 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-01 10:27:51.528049909 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1063-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:8214896640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 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:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} 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.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0701 10:27:51.540516 2703367 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0701 10:27:51.540777 2703367 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]
I0701 10:27:51.542740 2703367 out.go:177] * Using Docker driver with root privileges
I0701 10:27:51.544265 2703367 cni.go:84] Creating CNI manager for ""
I0701 10:27:51.544288 2703367 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0701 10:27:51.544302 2703367 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0701 10:27:51.544387 2703367 start.go:340] cluster config:
{Name:addons-295221 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-295221 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0701 10:27:51.546413 2703367 out.go:177] * Starting "addons-295221" primary control-plane node in "addons-295221" cluster
I0701 10:27:51.548545 2703367 cache.go:121] Beginning downloading kic base image for docker with crio
I0701 10:27:51.550523 2703367 out.go:177] * Pulling base image v0.0.44-1719413016-19142 ...
I0701 10:27:51.552481 2703367 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0701 10:27:51.552538 2703367 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19162-2695865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
I0701 10:27:51.552550 2703367 cache.go:56] Caching tarball of preloaded images
I0701 10:27:51.552570 2703367 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d in local docker daemon
I0701 10:27:51.552630 2703367 preload.go:173] Found /home/jenkins/minikube-integration/19162-2695865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0701 10:27:51.552640 2703367 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0701 10:27:51.552993 2703367 profile.go:143] Saving config to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/config.json ...
I0701 10:27:51.553043 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/config.json: {Name:mk733420d7125a9eaaca2fb9848ec41ce0085596 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:27:51.567699 2703367 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d to local cache
I0701 10:27:51.567835 2703367 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d in local cache directory
I0701 10:27:51.567856 2703367 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d in local cache directory, skipping pull
I0701 10:27:51.567861 2703367 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d exists in cache, skipping pull
I0701 10:27:51.567869 2703367 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d as a tarball
I0701 10:27:51.567874 2703367 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d from local cache
I0701 10:28:08.120471 2703367 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d from cached tarball
I0701 10:28:08.120512 2703367 cache.go:194] Successfully downloaded all kic artifacts
I0701 10:28:08.120550 2703367 start.go:360] acquireMachinesLock for addons-295221: {Name:mk13dfe11aa6470e363dfa6f96b706e5933da8b5 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0701 10:28:08.120685 2703367 start.go:364] duration metric: took 111.558µs to acquireMachinesLock for "addons-295221"
I0701 10:28:08.120717 2703367 start.go:93] Provisioning new machine with config: &{Name:addons-295221 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-295221 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0701 10:28:08.120796 2703367 start.go:125] createHost starting for "" (driver="docker")
I0701 10:28:08.122993 2703367 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0701 10:28:08.123262 2703367 start.go:159] libmachine.API.Create for "addons-295221" (driver="docker")
I0701 10:28:08.123305 2703367 client.go:168] LocalClient.Create starting
I0701 10:28:08.123418 2703367 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca.pem
I0701 10:28:08.292203 2703367 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/cert.pem
I0701 10:28:08.500990 2703367 cli_runner.go:164] Run: docker network inspect addons-295221 --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}}]}"
W0701 10:28:08.515228 2703367 cli_runner.go:211] docker network inspect addons-295221 --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
I0701 10:28:08.515305 2703367 network_create.go:284] running [docker network inspect addons-295221] to gather additional debugging logs...
I0701 10:28:08.515326 2703367 cli_runner.go:164] Run: docker network inspect addons-295221
W0701 10:28:08.530511 2703367 cli_runner.go:211] docker network inspect addons-295221 returned with exit code 1
I0701 10:28:08.530541 2703367 network_create.go:287] error running [docker network inspect addons-295221]: docker network inspect addons-295221: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-295221 not found
I0701 10:28:08.530554 2703367 network_create.go:289] output of [docker network inspect addons-295221]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-295221 not found
** /stderr **
I0701 10:28:08.530651 2703367 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}}]}"
I0701 10:28:08.546485 2703367 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:0x4001a5bca0}
I0701 10:28:08.546523 2703367 network_create.go:124] attempt to create docker network addons-295221 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0701 10:28:08.546577 2703367 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-295221 addons-295221
I0701 10:28:08.618210 2703367 network_create.go:108] docker network addons-295221 192.168.49.0/24 created
I0701 10:28:08.618238 2703367 kic.go:121] calculated static IP "192.168.49.2" for the "addons-295221" container
I0701 10:28:08.618313 2703367 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0701 10:28:08.632288 2703367 cli_runner.go:164] Run: docker volume create addons-295221 --label name.minikube.sigs.k8s.io=addons-295221 --label created_by.minikube.sigs.k8s.io=true
I0701 10:28:08.648560 2703367 oci.go:103] Successfully created a docker volume addons-295221
I0701 10:28:08.648658 2703367 cli_runner.go:164] Run: docker run --rm --name addons-295221-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-295221 --entrypoint /usr/bin/test -v addons-295221:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -d /var/lib
I0701 10:28:10.602216 2703367 cli_runner.go:217] Completed: docker run --rm --name addons-295221-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-295221 --entrypoint /usr/bin/test -v addons-295221:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -d /var/lib: (1.953509195s)
I0701 10:28:10.602250 2703367 oci.go:107] Successfully prepared a docker volume addons-295221
I0701 10:28:10.602276 2703367 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0701 10:28:10.602295 2703367 kic.go:194] Starting extracting preloaded images to volume ...
I0701 10:28:10.602381 2703367 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19162-2695865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-295221:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -I lz4 -xf /preloaded.tar -C /extractDir
I0701 10:28:14.773172 2703367 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19162-2695865/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-295221:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d -I lz4 -xf /preloaded.tar -C /extractDir: (4.170751276s)
I0701 10:28:14.773206 2703367 kic.go:203] duration metric: took 4.170906805s to extract preloaded images to volume ...
W0701 10:28:14.773342 2703367 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0701 10:28:14.773474 2703367 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0701 10:28:14.830684 2703367 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-295221 --name addons-295221 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-295221 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-295221 --network addons-295221 --ip 192.168.49.2 --volume addons-295221:/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-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d
I0701 10:28:15.169657 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Running}}
I0701 10:28:15.190315 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:15.209437 2703367 cli_runner.go:164] Run: docker exec addons-295221 stat /var/lib/dpkg/alternatives/iptables
I0701 10:28:15.276336 2703367 oci.go:144] the created container "addons-295221" has a running status.
I0701 10:28:15.276362 2703367 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa...
I0701 10:28:15.938347 2703367 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0701 10:28:15.967376 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:15.994824 2703367 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0701 10:28:15.994843 2703367 kic_runner.go:114] Args: [docker exec --privileged addons-295221 chown docker:docker /home/docker/.ssh/authorized_keys]
I0701 10:28:16.044920 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:16.067982 2703367 machine.go:94] provisionDockerMachine start ...
I0701 10:28:16.068084 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:16.086393 2703367 main.go:141] libmachine: Using SSH client type: native
I0701 10:28:16.086670 2703367 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0701 10:28:16.086685 2703367 main.go:141] libmachine: About to run SSH command:
hostname
I0701 10:28:16.232630 2703367 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-295221
I0701 10:28:16.232696 2703367 ubuntu.go:169] provisioning hostname "addons-295221"
I0701 10:28:16.232795 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:16.249543 2703367 main.go:141] libmachine: Using SSH client type: native
I0701 10:28:16.249791 2703367 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0701 10:28:16.249808 2703367 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-295221 && echo "addons-295221" | sudo tee /etc/hostname
I0701 10:28:16.400616 2703367 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-295221
I0701 10:28:16.400757 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:16.417184 2703367 main.go:141] libmachine: Using SSH client type: native
I0701 10:28:16.417459 2703367 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0701 10:28:16.417477 2703367 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-295221' /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-295221/g' /etc/hosts;
else
echo '127.0.1.1 addons-295221' | sudo tee -a /etc/hosts;
fi
fi
I0701 10:28:16.553398 2703367 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0701 10:28:16.553424 2703367 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19162-2695865/.minikube CaCertPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19162-2695865/.minikube}
I0701 10:28:16.553461 2703367 ubuntu.go:177] setting up certificates
I0701 10:28:16.553472 2703367 provision.go:84] configureAuth start
I0701 10:28:16.553540 2703367 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-295221
I0701 10:28:16.570228 2703367 provision.go:143] copyHostCerts
I0701 10:28:16.570312 2703367 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.pem (1078 bytes)
I0701 10:28:16.570442 2703367 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19162-2695865/.minikube/cert.pem (1123 bytes)
I0701 10:28:16.570515 2703367 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19162-2695865/.minikube/key.pem (1679 bytes)
I0701 10:28:16.570566 2703367 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19162-2695865/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca-key.pem org=jenkins.addons-295221 san=[127.0.0.1 192.168.49.2 addons-295221 localhost minikube]
I0701 10:28:17.342928 2703367 provision.go:177] copyRemoteCerts
I0701 10:28:17.342995 2703367 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0701 10:28:17.343036 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:17.359955 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:17.457773 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0701 10:28:17.481600 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0701 10:28:17.505167 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0701 10:28:17.530021 2703367 provision.go:87] duration metric: took 976.529996ms to configureAuth
I0701 10:28:17.530048 2703367 ubuntu.go:193] setting minikube options for container-runtime
I0701 10:28:17.530241 2703367 config.go:182] Loaded profile config "addons-295221": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0701 10:28:17.530352 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:17.547260 2703367 main.go:141] libmachine: Using SSH client type: native
I0701 10:28:17.547512 2703367 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0701 10:28:17.547526 2703367 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
I0701 10:28:17.783550 2703367 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0701 10:28:17.783572 2703367 machine.go:97] duration metric: took 1.715572555s to provisionDockerMachine
I0701 10:28:17.783583 2703367 client.go:171] duration metric: took 9.660271375s to LocalClient.Create
I0701 10:28:17.783599 2703367 start.go:167] duration metric: took 9.660335548s to libmachine.API.Create "addons-295221"
I0701 10:28:17.783606 2703367 start.go:293] postStartSetup for "addons-295221" (driver="docker")
I0701 10:28:17.783616 2703367 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]
I0701 10:28:17.783691 2703367 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
I0701 10:28:17.783731 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:17.800768 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:17.897948 2703367 ssh_runner.go:195] Run: cat /etc/os-release
I0701 10:28:17.900840 2703367 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0701 10:28:17.900875 2703367 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0701 10:28:17.900885 2703367 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0701 10:28:17.900892 2703367 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0701 10:28:17.900908 2703367 filesync.go:126] Scanning /home/jenkins/minikube-integration/19162-2695865/.minikube/addons for local assets ...
I0701 10:28:17.900976 2703367 filesync.go:126] Scanning /home/jenkins/minikube-integration/19162-2695865/.minikube/files for local assets ...
I0701 10:28:17.901002 2703367 start.go:296] duration metric: took 117.390611ms for postStartSetup
I0701 10:28:17.901338 2703367 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-295221
I0701 10:28:17.917148 2703367 profile.go:143] Saving config to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/config.json ...
I0701 10:28:17.917436 2703367 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0701 10:28:17.917487 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:17.932704 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:18.026152 2703367 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0701 10:28:18.030433 2703367 start.go:128] duration metric: took 9.909620983s to createHost
I0701 10:28:18.030461 2703367 start.go:83] releasing machines lock for "addons-295221", held for 9.909760126s
I0701 10:28:18.030533 2703367 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-295221
I0701 10:28:18.046883 2703367 ssh_runner.go:195] Run: cat /version.json
I0701 10:28:18.046904 2703367 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0701 10:28:18.046937 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:18.046963 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:18.068701 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:18.069404 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:18.304139 2703367 ssh_runner.go:195] Run: systemctl --version
I0701 10:28:18.308486 2703367 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0701 10:28:18.449207 2703367 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0701 10:28:18.453641 2703367 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" ;
I0701 10:28:18.473122 2703367 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0701 10:28:18.473196 2703367 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" ;
I0701 10:28:18.505112 2703367 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0701 10:28:18.505133 2703367 start.go:494] detecting cgroup driver to use...
I0701 10:28:18.505166 2703367 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0701 10:28:18.505214 2703367 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0701 10:28:18.522080 2703367 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0701 10:28:18.533782 2703367 docker.go:217] disabling cri-docker service (if available) ...
I0701 10:28:18.533901 2703367 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0701 10:28:18.547870 2703367 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0701 10:28:18.562801 2703367 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0701 10:28:18.649422 2703367 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0701 10:28:18.749874 2703367 docker.go:233] disabling docker service ...
I0701 10:28:18.749964 2703367 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0701 10:28:18.768623 2703367 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0701 10:28:18.780850 2703367 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0701 10:28:18.867363 2703367 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0701 10:28:18.962454 2703367 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0701 10:28:18.974116 2703367 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"
I0701 10:28:18.989966 2703367 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0701 10:28:18.990058 2703367 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"
I0701 10:28:19.000137 2703367 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0701 10:28:19.000228 2703367 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0701 10:28:19.012148 2703367 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0701 10:28:19.022868 2703367 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0701 10:28:19.033725 2703367 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0701 10:28:19.043566 2703367 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"
I0701 10:28:19.054162 2703367 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"
I0701 10:28:19.069934 2703367 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"
I0701 10:28:19.079530 2703367 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0701 10:28:19.087932 2703367 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0701 10:28:19.096275 2703367 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0701 10:28:19.185806 2703367 ssh_runner.go:195] Run: sudo systemctl restart crio
I0701 10:28:19.304179 2703367 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0701 10:28:19.304294 2703367 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0701 10:28:19.307948 2703367 start.go:562] Will wait 60s for crictl version
I0701 10:28:19.308029 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:28:19.312328 2703367 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0701 10:28:19.352941 2703367 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0701 10:28:19.353072 2703367 ssh_runner.go:195] Run: crio --version
I0701 10:28:19.391239 2703367 ssh_runner.go:195] Run: crio --version
I0701 10:28:19.430580 2703367 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0701 10:28:19.432656 2703367 cli_runner.go:164] Run: docker network inspect addons-295221 --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}}]}"
I0701 10:28:19.447569 2703367 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0701 10:28:19.451146 2703367 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""
I0701 10:28:19.461873 2703367 kubeadm.go:877] updating cluster {Name:addons-295221 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-295221 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0701 10:28:19.461996 2703367 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0701 10:28:19.462055 2703367 ssh_runner.go:195] Run: sudo crictl images --output json
I0701 10:28:19.541992 2703367 crio.go:514] all images are preloaded for cri-o runtime.
I0701 10:28:19.542015 2703367 crio.go:433] Images already preloaded, skipping extraction
I0701 10:28:19.542080 2703367 ssh_runner.go:195] Run: sudo crictl images --output json
I0701 10:28:19.577610 2703367 crio.go:514] all images are preloaded for cri-o runtime.
I0701 10:28:19.577632 2703367 cache_images.go:84] Images are preloaded, skipping loading
I0701 10:28:19.577641 2703367 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0701 10:28:19.577733 2703367 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-295221 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-295221 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:}
I0701 10:28:19.577818 2703367 ssh_runner.go:195] Run: crio config
I0701 10:28:19.622746 2703367 cni.go:84] Creating CNI manager for ""
I0701 10:28:19.622771 2703367 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0701 10:28:19.622782 2703367 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0701 10:28:19.622806 2703367 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.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-295221 NodeName:addons-295221 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}
I0701 10:28:19.622956 2703367 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-295221"
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.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
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
I0701 10:28:19.623030 2703367 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0701 10:28:19.631559 2703367 binaries.go:44] Found k8s binaries, skipping transfer
I0701 10:28:19.631631 2703367 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0701 10:28:19.639892 2703367 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0701 10:28:19.656974 2703367 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0701 10:28:19.674856 2703367 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0701 10:28:19.692703 2703367 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0701 10:28:19.695897 2703367 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""
I0701 10:28:19.706053 2703367 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0701 10:28:19.788411 2703367 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0701 10:28:19.801998 2703367 certs.go:68] Setting up /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221 for IP: 192.168.49.2
I0701 10:28:19.802017 2703367 certs.go:194] generating shared ca certs ...
I0701 10:28:19.802035 2703367 certs.go:226] acquiring lock for ca certs: {Name:mk4927a1d8cec7b178b243226e18073e78befc06 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:19.802159 2703367 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.key
I0701 10:28:20.167921 2703367 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.crt ...
I0701 10:28:20.167956 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.crt: {Name:mk9512e97734e04628c1009957ec98004868a53a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:20.169086 2703367 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.key ...
I0701 10:28:20.169105 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.key: {Name:mkac130fdc1bf2f0cdb7a2b74cd368533025ce11 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:20.169244 2703367 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19162-2695865/.minikube/proxy-client-ca.key
I0701 10:28:20.513004 2703367 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19162-2695865/.minikube/proxy-client-ca.crt ...
I0701 10:28:20.513045 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/proxy-client-ca.crt: {Name:mk20f07773e5f69b8200863da0ac40998d877ec1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:20.513222 2703367 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19162-2695865/.minikube/proxy-client-ca.key ...
I0701 10:28:20.513235 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/proxy-client-ca.key: {Name:mk0015fa45fb387a02a729046ecdca1879465175 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:20.513348 2703367 certs.go:256] generating profile certs ...
I0701 10:28:20.513407 2703367 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/client.key
I0701 10:28:20.513433 2703367 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/client.crt with IP's: []
I0701 10:28:21.273912 2703367 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/client.crt ...
I0701 10:28:21.273944 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/client.crt: {Name:mkb10d65cbfddb1018e7909ae7d75279de213984 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:21.274134 2703367 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/client.key ...
I0701 10:28:21.274146 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/client.key: {Name:mk2c73fb5b808367db3ba23b79e817cd0be801af Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:21.274903 2703367 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.key.a49255ef
I0701 10:28:21.274926 2703367 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.crt.a49255ef with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0701 10:28:22.285463 2703367 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.crt.a49255ef ...
I0701 10:28:22.285494 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.crt.a49255ef: {Name:mk6d5c2074c69583016f43e9fb6d5acf04ecb3a9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:22.285692 2703367 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.key.a49255ef ...
I0701 10:28:22.285708 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.key.a49255ef: {Name:mk465db1bb70846de955647c03681eddc771fe09 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:22.285799 2703367 certs.go:381] copying /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.crt.a49255ef -> /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.crt
I0701 10:28:22.285883 2703367 certs.go:385] copying /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.key.a49255ef -> /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.key
I0701 10:28:22.285937 2703367 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.key
I0701 10:28:22.285960 2703367 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.crt with IP's: []
I0701 10:28:22.814390 2703367 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.crt ...
I0701 10:28:22.814424 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.crt: {Name:mk3bc94148ade30030181f455a9c8c21b8070977 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:22.814660 2703367 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.key ...
I0701 10:28:22.814678 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.key: {Name:mk850e94591a9f8a846c287a4459fa4f8c007c65 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:22.815364 2703367 certs.go:484] found cert: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca-key.pem (1679 bytes)
I0701 10:28:22.815410 2703367 certs.go:484] found cert: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/ca.pem (1078 bytes)
I0701 10:28:22.815439 2703367 certs.go:484] found cert: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/cert.pem (1123 bytes)
I0701 10:28:22.815467 2703367 certs.go:484] found cert: /home/jenkins/minikube-integration/19162-2695865/.minikube/certs/key.pem (1679 bytes)
I0701 10:28:22.816051 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0701 10:28:22.839677 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0701 10:28:22.862932 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0701 10:28:22.886482 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0701 10:28:22.909564 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0701 10:28:22.932769 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0701 10:28:22.959637 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0701 10:28:22.985788 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/profiles/addons-295221/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0701 10:28:23.019636 2703367 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19162-2695865/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0701 10:28:23.044085 2703367 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0701 10:28:23.062537 2703367 ssh_runner.go:195] Run: openssl version
I0701 10:28:23.068031 2703367 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"
I0701 10:28:23.077369 2703367 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0701 10:28:23.080785 2703367 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 1 10:28 /usr/share/ca-certificates/minikubeCA.pem
I0701 10:28:23.080893 2703367 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0701 10:28:23.087684 2703367 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"
I0701 10:28:23.096799 2703367 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0701 10:28:23.099883 2703367 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
I0701 10:28:23.099956 2703367 kubeadm.go:391] StartCluster: {Name:addons-295221 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719413016-19142@sha256:af368900f8c68437efd9db2dba61a03b07068e5b9fe0dc8d7f46be199657779d 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.2 ClusterName:addons-295221 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.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0701 10:28:23.100045 2703367 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0701 10:28:23.100103 2703367 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0701 10:28:23.137853 2703367 cri.go:89] found id: ""
I0701 10:28:23.137963 2703367 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0701 10:28:23.147105 2703367 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0701 10:28:23.156191 2703367 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0701 10:28:23.156260 2703367 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
I0701 10:28:23.165084 2703367 kubeadm.go:154] 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
I0701 10:28:23.165108 2703367 kubeadm.go:156] found existing configuration files:
I0701 10:28:23.165182 2703367 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0701 10:28:23.173917 2703367 kubeadm.go:162] "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
I0701 10:28:23.173992 2703367 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0701 10:28:23.182298 2703367 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0701 10:28:23.191135 2703367 kubeadm.go:162] "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
I0701 10:28:23.191201 2703367 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0701 10:28:23.199511 2703367 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0701 10:28:23.208135 2703367 kubeadm.go:162] "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
I0701 10:28:23.208224 2703367 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0701 10:28:23.216514 2703367 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0701 10:28:23.225100 2703367 kubeadm.go:162] "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
I0701 10:28:23.225190 2703367 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0701 10:28:23.234010 2703367 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0701 10:28:23.278319 2703367 kubeadm.go:309] [init] Using Kubernetes version: v1.30.2
I0701 10:28:23.278620 2703367 kubeadm.go:309] [preflight] Running pre-flight checks
I0701 10:28:23.321214 2703367 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0701 10:28:23.321289 2703367 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1063-aws[0m
I0701 10:28:23.321327 2703367 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0701 10:28:23.321378 2703367 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0701 10:28:23.321428 2703367 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0701 10:28:23.321477 2703367 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0701 10:28:23.321527 2703367 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0701 10:28:23.321580 2703367 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0701 10:28:23.321630 2703367 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0701 10:28:23.321675 2703367 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0701 10:28:23.321726 2703367 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0701 10:28:23.321774 2703367 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0701 10:28:23.392759 2703367 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0701 10:28:23.392893 2703367 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0701 10:28:23.393007 2703367 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0701 10:28:23.634177 2703367 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0701 10:28:23.636889 2703367 out.go:204] - Generating certificates and keys ...
I0701 10:28:23.637005 2703367 kubeadm.go:309] [certs] Using existing ca certificate authority
I0701 10:28:23.637110 2703367 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0701 10:28:24.094282 2703367 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0701 10:28:25.492365 2703367 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0701 10:28:26.744086 2703367 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0701 10:28:28.287667 2703367 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0701 10:28:28.581908 2703367 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0701 10:28:28.582037 2703367 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-295221 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0701 10:28:28.931924 2703367 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0701 10:28:28.932053 2703367 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-295221 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0701 10:28:29.373460 2703367 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0701 10:28:29.531631 2703367 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0701 10:28:29.800723 2703367 kubeadm.go:309] [certs] Generating "sa" key and public key
I0701 10:28:29.801064 2703367 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0701 10:28:30.327622 2703367 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0701 10:28:30.815443 2703367 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0701 10:28:31.148048 2703367 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0701 10:28:31.788691 2703367 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0701 10:28:32.116229 2703367 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0701 10:28:32.117054 2703367 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0701 10:28:32.122195 2703367 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0701 10:28:32.124900 2703367 out.go:204] - Booting up control plane ...
I0701 10:28:32.125002 2703367 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0701 10:28:32.125093 2703367 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0701 10:28:32.125846 2703367 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0701 10:28:32.136015 2703367 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0701 10:28:32.137126 2703367 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0701 10:28:32.137345 2703367 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0701 10:28:32.233004 2703367 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0701 10:28:32.233107 2703367 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0701 10:28:33.234649 2703367 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 1.001727015s
I0701 10:28:33.234746 2703367 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0701 10:28:39.236928 2703367 kubeadm.go:309] [api-check] The API server is healthy after 6.00226199s
I0701 10:28:39.259641 2703367 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0701 10:28:39.271758 2703367 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0701 10:28:39.298378 2703367 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0701 10:28:39.298581 2703367 kubeadm.go:309] [mark-control-plane] Marking the node addons-295221 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0701 10:28:39.310619 2703367 kubeadm.go:309] [bootstrap-token] Using token: 2cem9b.h3ynlub4qwg3o0fo
I0701 10:28:39.313106 2703367 out.go:204] - Configuring RBAC rules ...
I0701 10:28:39.313235 2703367 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0701 10:28:39.323333 2703367 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0701 10:28:39.331292 2703367 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0701 10:28:39.334967 2703367 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0701 10:28:39.338644 2703367 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0701 10:28:39.343189 2703367 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0701 10:28:39.646371 2703367 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0701 10:28:40.094121 2703367 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0701 10:28:40.646723 2703367 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0701 10:28:40.647752 2703367 kubeadm.go:309]
I0701 10:28:40.647828 2703367 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0701 10:28:40.647837 2703367 kubeadm.go:309]
I0701 10:28:40.647921 2703367 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0701 10:28:40.647932 2703367 kubeadm.go:309]
I0701 10:28:40.647958 2703367 kubeadm.go:309] mkdir -p $HOME/.kube
I0701 10:28:40.648050 2703367 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0701 10:28:40.648106 2703367 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0701 10:28:40.648111 2703367 kubeadm.go:309]
I0701 10:28:40.648164 2703367 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0701 10:28:40.648169 2703367 kubeadm.go:309]
I0701 10:28:40.648214 2703367 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0701 10:28:40.648218 2703367 kubeadm.go:309]
I0701 10:28:40.648269 2703367 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0701 10:28:40.648341 2703367 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0701 10:28:40.648407 2703367 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0701 10:28:40.648411 2703367 kubeadm.go:309]
I0701 10:28:40.648492 2703367 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0701 10:28:40.648566 2703367 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0701 10:28:40.648573 2703367 kubeadm.go:309]
I0701 10:28:40.648654 2703367 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 2cem9b.h3ynlub4qwg3o0fo \
I0701 10:28:40.648753 2703367 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:aeacebdab872c12ac87fc1c8421bbd05e6d984f8621e60db79f1e7c7a1b96707 \
I0701 10:28:40.648773 2703367 kubeadm.go:309] --control-plane
I0701 10:28:40.648777 2703367 kubeadm.go:309]
I0701 10:28:40.648859 2703367 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0701 10:28:40.648863 2703367 kubeadm.go:309]
I0701 10:28:40.648941 2703367 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 2cem9b.h3ynlub4qwg3o0fo \
I0701 10:28:40.649066 2703367 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:aeacebdab872c12ac87fc1c8421bbd05e6d984f8621e60db79f1e7c7a1b96707
I0701 10:28:40.652286 2703367 kubeadm.go:309] [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-1063-aws\n", err: exit status 1
I0701 10:28:40.652407 2703367 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0701 10:28:40.652433 2703367 cni.go:84] Creating CNI manager for ""
I0701 10:28:40.652442 2703367 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0701 10:28:40.654721 2703367 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0701 10:28:40.656532 2703367 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0701 10:28:40.660432 2703367 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0701 10:28:40.660460 2703367 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0701 10:28:40.678794 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0701 10:28:40.935690 2703367 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0701 10:28:40.935833 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:40.935910 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-295221 minikube.k8s.io/updated_at=2024_07_01T10_28_40_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=d5b534308abe5dfb86f36450c6d9ededa442aa16 minikube.k8s.io/name=addons-295221 minikube.k8s.io/primary=true
I0701 10:28:41.071392 2703367 ops.go:34] apiserver oom_adj: -16
I0701 10:28:41.071487 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:41.571966 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:42.072220 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:42.572582 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:43.071840 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:43.571631 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:44.071877 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:44.571645 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:45.072423 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:45.571704 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:46.071755 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:46.572197 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:47.072373 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:47.571897 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:48.071890 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:48.571719 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:49.071648 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:49.571635 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:50.071977 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:50.571619 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:51.071804 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:51.571984 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:52.071871 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:52.571721 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:53.071655 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:53.572241 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:54.072266 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:54.572162 2703367 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0701 10:28:54.713052 2703367 kubeadm.go:1107] duration metric: took 13.777277579s to wait for elevateKubeSystemPrivileges
W0701 10:28:54.713092 2703367 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0701 10:28:54.713100 2703367 kubeadm.go:393] duration metric: took 31.613175308s to StartCluster
I0701 10:28:54.713118 2703367 settings.go:142] acquiring lock: {Name:mk4b18ca275dd4b53f942225d0076319d2bbe53e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:54.713231 2703367 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19162-2695865/kubeconfig
I0701 10:28:54.713629 2703367 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19162-2695865/kubeconfig: {Name:mkca6e20e3b7568b9ccbd94e4a0c520b59e79aa3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0701 10:28:54.715119 2703367 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0701 10:28:54.715224 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0701 10:28:54.715486 2703367 config.go:182] Loaded profile config "addons-295221": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0701 10:28:54.715522 2703367 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]
I0701 10:28:54.715597 2703367 addons.go:69] Setting yakd=true in profile "addons-295221"
I0701 10:28:54.715622 2703367 addons.go:234] Setting addon yakd=true in "addons-295221"
I0701 10:28:54.715650 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.716133 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.716274 2703367 addons.go:69] Setting inspektor-gadget=true in profile "addons-295221"
I0701 10:28:54.716296 2703367 addons.go:234] Setting addon inspektor-gadget=true in "addons-295221"
I0701 10:28:54.716317 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.716692 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.716987 2703367 addons.go:69] Setting metrics-server=true in profile "addons-295221"
I0701 10:28:54.717040 2703367 addons.go:234] Setting addon metrics-server=true in "addons-295221"
I0701 10:28:54.717072 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.717560 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.720705 2703367 addons.go:69] Setting cloud-spanner=true in profile "addons-295221"
I0701 10:28:54.720750 2703367 addons.go:234] Setting addon cloud-spanner=true in "addons-295221"
I0701 10:28:54.720782 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.721226 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.721766 2703367 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-295221"
I0701 10:28:54.721800 2703367 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-295221"
I0701 10:28:54.721871 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.722609 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.734173 2703367 addons.go:69] Setting registry=true in profile "addons-295221"
I0701 10:28:54.734220 2703367 addons.go:234] Setting addon registry=true in "addons-295221"
I0701 10:28:54.734255 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.734717 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.734981 2703367 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-295221"
I0701 10:28:54.735032 2703367 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-295221"
I0701 10:28:54.735059 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.735506 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.756452 2703367 addons.go:69] Setting default-storageclass=true in profile "addons-295221"
I0701 10:28:54.756499 2703367 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-295221"
I0701 10:28:54.756840 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.757692 2703367 addons.go:69] Setting storage-provisioner=true in profile "addons-295221"
I0701 10:28:54.757729 2703367 addons.go:234] Setting addon storage-provisioner=true in "addons-295221"
I0701 10:28:54.757762 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.765133 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.774363 2703367 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-295221"
I0701 10:28:54.774405 2703367 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-295221"
I0701 10:28:54.774728 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.778459 2703367 addons.go:69] Setting gcp-auth=true in profile "addons-295221"
I0701 10:28:54.778510 2703367 mustload.go:65] Loading cluster: addons-295221
I0701 10:28:54.778700 2703367 config.go:182] Loaded profile config "addons-295221": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0701 10:28:54.779005 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.791468 2703367 addons.go:69] Setting volcano=true in profile "addons-295221"
I0701 10:28:54.791513 2703367 addons.go:234] Setting addon volcano=true in "addons-295221"
I0701 10:28:54.791551 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.792033 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.794784 2703367 addons.go:69] Setting ingress=true in profile "addons-295221"
I0701 10:28:54.794821 2703367 addons.go:234] Setting addon ingress=true in "addons-295221"
I0701 10:28:54.794875 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.795333 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.804740 2703367 addons.go:69] Setting volumesnapshots=true in profile "addons-295221"
I0701 10:28:54.804780 2703367 addons.go:234] Setting addon volumesnapshots=true in "addons-295221"
I0701 10:28:54.804816 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.805313 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.815570 2703367 addons.go:69] Setting ingress-dns=true in profile "addons-295221"
I0701 10:28:54.815610 2703367 addons.go:234] Setting addon ingress-dns=true in "addons-295221"
I0701 10:28:54.815652 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:54.816091 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:54.839582 2703367 out.go:177] * Verifying Kubernetes components...
I0701 10:28:54.842293 2703367 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0701 10:28:54.888608 2703367 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0701 10:28:54.894760 2703367 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.1
I0701 10:28:54.911304 2703367 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0701 10:28:54.913749 2703367 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.29.0
I0701 10:28:54.916350 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0701 10:28:54.916436 2703367 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0701 10:28:54.916551 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:54.916785 2703367 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0701 10:28:54.916828 2703367 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0701 10:28:54.916919 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:54.936464 2703367 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0701 10:28:54.936499 2703367 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0701 10:28:54.936620 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:54.968388 2703367 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0701 10:28:54.970558 2703367 out.go:177] - Using image docker.io/registry:2.8.3
I0701 10:28:54.970826 2703367 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0701 10:28:54.970854 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0701 10:28:54.970938 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:54.997459 2703367 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0701 10:28:55.001333 2703367 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0701 10:28:55.001358 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0701 10:28:55.001432 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.005180 2703367 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0701 10:28:55.014262 2703367 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0701 10:28:55.017429 2703367 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0701 10:28:55.017451 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0701 10:28:55.017524 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.047622 2703367 addons.go:234] Setting addon default-storageclass=true in "addons-295221"
I0701 10:28:55.047677 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:55.048166 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:55.051266 2703367 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0701 10:28:55.055009 2703367 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0701 10:28:55.055165 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0701 10:28:55.058526 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.071491 2703367 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-295221"
I0701 10:28:55.071592 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:55.072152 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:28:55.083585 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0701 10:28:55.086537 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0701 10:28:55.088586 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0701 10:28:55.093591 2703367 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0701 10:28:55.096711 2703367 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0701 10:28:55.096741 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0701 10:28:55.096826 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.100819 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0701 10:28:55.103284 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0701 10:28:55.103667 2703367 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0701 10:28:55.127519 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0701 10:28:55.130578 2703367 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0701 10:28:55.130599 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0701 10:28:55.130672 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.131016 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
W0701 10:28:55.131779 2703367 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0701 10:28:55.132806 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:28:55.154837 2703367 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0701 10:28:55.156477 2703367 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0701 10:28:55.156657 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.172559 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.173321 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0701 10:28:55.173487 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.173901 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.176078 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.176978 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0701 10:28:55.184406 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0701 10:28:55.195069 2703367 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0701 10:28:55.204256 2703367 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0701 10:28:55.204357 2703367 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0701 10:28:55.204491 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.221927 2703367 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0701 10:28:55.222012 2703367 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0701 10:28:55.222129 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.257609 2703367 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0701 10:28:55.259744 2703367 out.go:177] - Using image docker.io/busybox:stable
I0701 10:28:55.264385 2703367 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0701 10:28:55.264411 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0701 10:28:55.264474 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:28:55.270988 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.300406 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.304550 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.323278 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.332942 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.362791 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.369788 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.373237 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:28:55.658571 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0701 10:28:55.658658 2703367 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0701 10:28:55.714456 2703367 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0701 10:28:55.765190 2703367 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0701 10:28:55.765281 2703367 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0701 10:28:55.815317 2703367 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0701 10:28:55.815379 2703367 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0701 10:28:55.819895 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0701 10:28:55.831850 2703367 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0701 10:28:55.831922 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0701 10:28:55.832255 2703367 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0701 10:28:55.832294 2703367 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0701 10:28:55.838918 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0701 10:28:55.839777 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0701 10:28:55.849842 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0701 10:28:55.853513 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0701 10:28:55.856249 2703367 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0701 10:28:55.856342 2703367 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0701 10:28:55.891253 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0701 10:28:55.913915 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0701 10:28:55.913991 2703367 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0701 10:28:55.927870 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0701 10:28:56.004649 2703367 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0701 10:28:56.004757 2703367 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)
I0701 10:28:56.025420 2703367 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0701 10:28:56.025515 2703367 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0701 10:28:56.054549 2703367 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0701 10:28:56.054647 2703367 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0701 10:28:56.071924 2703367 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0701 10:28:56.072014 2703367 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0701 10:28:56.088084 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0701 10:28:56.088180 2703367 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0701 10:28:56.142553 2703367 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0701 10:28:56.142649 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0701 10:28:56.240733 2703367 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0701 10:28:56.240842 2703367 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0701 10:28:56.268736 2703367 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0701 10:28:56.268844 2703367 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0701 10:28:56.271150 2703367 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0701 10:28:56.271233 2703367 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0701 10:28:56.303845 2703367 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0701 10:28:56.303962 2703367 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0701 10:28:56.309767 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0701 10:28:56.309855 2703367 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0701 10:28:56.337815 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0701 10:28:56.450349 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0701 10:28:56.463848 2703367 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0701 10:28:56.463935 2703367 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0701 10:28:56.489686 2703367 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0701 10:28:56.489785 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0701 10:28:56.499208 2703367 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0701 10:28:56.499308 2703367 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0701 10:28:56.521301 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0701 10:28:56.521394 2703367 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0701 10:28:56.631039 2703367 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0701 10:28:56.631132 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0701 10:28:56.645819 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0701 10:28:56.655168 2703367 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0701 10:28:56.655274 2703367 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0701 10:28:56.699052 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0701 10:28:56.699188 2703367 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0701 10:28:56.723861 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0701 10:28:56.769178 2703367 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0701 10:28:56.769287 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0701 10:28:56.794230 2703367 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0701 10:28:56.794337 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0701 10:28:56.993272 2703367 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0701 10:28:56.993378 2703367 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0701 10:28:57.046479 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0701 10:28:57.133217 2703367 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0701 10:28:57.133351 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0701 10:28:57.231135 2703367 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0701 10:28:57.231227 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0701 10:28:57.311527 2703367 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0701 10:28:57.311642 2703367 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0701 10:28:57.422550 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0701 10:28:57.978880 2703367 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.805517996s)
I0701 10:28:57.978913 2703367 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0701 10:28:57.979121 2703367 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.264569933s)
I0701 10:28:57.979872 2703367 node_ready.go:35] waiting up to 6m0s for node "addons-295221" to be "Ready" ...
I0701 10:28:58.785537 2703367 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-295221" context rescaled to 1 replicas
I0701 10:28:59.545827 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.725854983s)
I0701 10:29:00.074573 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:00.331300 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.492268344s)
I0701 10:29:00.331532 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.491699978s)
I0701 10:29:01.171642 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.321698497s)
I0701 10:29:01.171703 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.318100477s)
I0701 10:29:01.171739 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.280390638s)
I0701 10:29:01.171684 2703367 addons.go:475] Verifying addon ingress=true in "addons-295221"
I0701 10:29:01.172117 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.721660123s)
I0701 10:29:01.172138 2703367 addons.go:475] Verifying addon metrics-server=true in "addons-295221"
I0701 10:29:01.171860 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.243893978s)
I0701 10:29:01.172196 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (4.526299014s)
I0701 10:29:01.171887 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.833968243s)
I0701 10:29:01.172378 2703367 addons.go:475] Verifying addon registry=true in "addons-295221"
I0701 10:29:01.176279 2703367 out.go:177] * Verifying registry addon...
I0701 10:29:01.176393 2703367 out.go:177] * Verifying ingress addon...
I0701 10:29:01.176438 2703367 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-295221 service yakd-dashboard -n yakd-dashboard
I0701 10:29:01.179146 2703367 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0701 10:29:01.180890 2703367 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0701 10:29:01.190644 2703367 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0701 10:29:01.190673 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:01.190905 2703367 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0701 10:29:01.190941 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:01.219965 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.495962833s)
W0701 10:29:01.220054 2703367 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0701 10:29:01.220096 2703367 retry.go:31] will retry after 314.223719ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0701 10:29:01.220068 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.173470793s)
I0701 10:29:01.534536 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0701 10:29:01.585330 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.162731949s)
I0701 10:29:01.585380 2703367 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-295221"
I0701 10:29:01.607294 2703367 out.go:177] * Verifying csi-hostpath-driver addon...
I0701 10:29:01.610659 2703367 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0701 10:29:01.644020 2703367 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0701 10:29:01.644056 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:01.689193 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:01.698101 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:02.115940 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:02.184293 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:02.185819 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:02.483705 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:02.615667 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:02.683265 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:02.686511 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:03.109556 2703367 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0701 10:29:03.109690 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:29:03.118212 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:03.128840 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:29:03.182809 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:03.186228 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:03.240873 2703367 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0701 10:29:03.271896 2703367 addons.go:234] Setting addon gcp-auth=true in "addons-295221"
I0701 10:29:03.271948 2703367 host.go:66] Checking if "addons-295221" exists ...
I0701 10:29:03.272399 2703367 cli_runner.go:164] Run: docker container inspect addons-295221 --format={{.State.Status}}
I0701 10:29:03.296546 2703367 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0701 10:29:03.296598 2703367 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-295221
I0701 10:29:03.317109 2703367 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19162-2695865/.minikube/machines/addons-295221/id_rsa Username:docker}
I0701 10:29:03.615938 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:03.687148 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:03.688417 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:04.116161 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:04.184739 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:04.187705 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:04.444647 2703367 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.910044174s)
I0701 10:29:04.445034 2703367 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.148443515s)
I0701 10:29:04.448735 2703367 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0701 10:29:04.451260 2703367 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0701 10:29:04.453691 2703367 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0701 10:29:04.453744 2703367 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0701 10:29:04.474017 2703367 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0701 10:29:04.474087 2703367 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0701 10:29:04.484354 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:04.497580 2703367 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0701 10:29:04.497652 2703367 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0701 10:29:04.516065 2703367 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0701 10:29:04.618008 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:04.683442 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:04.689059 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:05.119429 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:05.206916 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:05.207526 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:05.289680 2703367 addons.go:475] Verifying addon gcp-auth=true in "addons-295221"
I0701 10:29:05.292069 2703367 out.go:177] * Verifying gcp-auth addon...
I0701 10:29:05.294631 2703367 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0701 10:29:05.306199 2703367 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0701 10:29:05.306268 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:05.615740 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:05.684507 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:05.688409 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:05.798960 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:06.115434 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:06.190431 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:06.191634 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:06.298015 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:06.484428 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:06.619246 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:06.689903 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:06.692026 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:06.798924 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:07.125586 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:07.184941 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:07.186018 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:07.298858 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:07.615357 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:07.683483 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:07.686052 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:07.798887 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:08.114942 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:08.184770 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:08.187018 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:08.298637 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:08.615667 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:08.684314 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:08.687361 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:08.803479 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:08.983989 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:09.115655 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:09.203570 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:09.204537 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:09.297905 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:09.615743 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:09.683871 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:09.686086 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:09.798506 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:10.114883 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:10.185908 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:10.188592 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:10.298421 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:10.615638 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:10.683440 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:10.686891 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:10.798442 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:11.115145 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:11.183265 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:11.185955 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:11.298723 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:11.483513 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:11.615263 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:11.682929 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:11.685510 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:11.798990 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:12.114563 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:12.183533 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:12.186216 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:12.298444 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:12.615069 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:12.683062 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:12.685690 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:12.798334 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:13.115264 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:13.184292 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:13.185133 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:13.298423 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:13.614940 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:13.683363 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:13.686422 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:13.798327 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:13.983601 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:14.114721 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:14.183141 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:14.185547 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:14.298000 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:14.615297 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:14.683501 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:14.685571 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:14.797795 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:15.115092 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:15.185444 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:15.187768 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:15.298364 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:15.615150 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:15.683916 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:15.686743 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:15.799029 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:16.115504 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:16.184564 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:16.186051 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:16.298366 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:16.484190 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:16.615095 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:16.687051 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:16.691167 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:16.798866 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:17.115203 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:17.183776 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:17.186312 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:17.299143 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:17.614723 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:17.683571 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:17.685475 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:17.799059 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:18.115042 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:18.183581 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:18.186110 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:18.302729 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:18.484226 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:18.615075 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:18.684083 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:18.686068 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:18.798759 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:19.114903 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:19.183791 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:19.185738 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:19.298375 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:19.615099 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:19.683078 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:19.685722 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:19.798334 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:20.115951 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:20.184560 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:20.187288 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:20.298526 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:20.615832 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:20.683346 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:20.685272 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:20.798580 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:20.983996 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:21.115425 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:21.183378 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:21.185778 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:21.298627 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:21.614872 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:21.683084 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:21.686083 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:21.798526 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:22.115717 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:22.183403 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:22.185639 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:22.298301 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:22.615522 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:22.683821 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:22.686150 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:22.798711 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:23.115359 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:23.183701 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:23.185321 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:23.298853 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:23.483053 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:23.614609 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:23.684374 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:23.685178 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:23.798584 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:24.115390 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:24.183797 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:24.185867 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:24.304541 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:24.614979 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:24.684987 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:24.685662 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:24.798558 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:25.115034 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:25.185901 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:25.186871 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:25.298366 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:25.483879 2703367 node_ready.go:53] node "addons-295221" has status "Ready":"False"
I0701 10:29:25.615401 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:25.685450 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:25.685902 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:25.798154 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:26.114583 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:26.199986 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:26.207557 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:26.298361 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:26.617817 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:26.683878 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:26.686745 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:26.798195 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:27.116242 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:27.183775 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:27.190078 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:27.298065 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:27.493741 2703367 node_ready.go:49] node "addons-295221" has status "Ready":"True"
I0701 10:29:27.493765 2703367 node_ready.go:38] duration metric: took 29.513865438s for node "addons-295221" to be "Ready" ...
I0701 10:29:27.493776 2703367 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" ...
I0701 10:29:27.510642 2703367 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-mmwb5" in "kube-system" namespace to be "Ready" ...
I0701 10:29:27.630504 2703367 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0701 10:29:27.630535 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:27.721511 2703367 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0701 10:29:27.721535 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:27.723604 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:27.899926 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:28.136052 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:28.192194 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:28.196026 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:28.337128 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:28.530658 2703367 pod_ready.go:92] pod "coredns-7db6d8ff4d-mmwb5" in "kube-system" namespace has status "Ready":"True"
I0701 10:29:28.530684 2703367 pod_ready.go:81] duration metric: took 1.020005989s for pod "coredns-7db6d8ff4d-mmwb5" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.530735 2703367 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.566287 2703367 pod_ready.go:92] pod "etcd-addons-295221" in "kube-system" namespace has status "Ready":"True"
I0701 10:29:28.566314 2703367 pod_ready.go:81] duration metric: took 35.563157ms for pod "etcd-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.566329 2703367 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.577315 2703367 pod_ready.go:92] pod "kube-apiserver-addons-295221" in "kube-system" namespace has status "Ready":"True"
I0701 10:29:28.577339 2703367 pod_ready.go:81] duration metric: took 10.98077ms for pod "kube-apiserver-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.577353 2703367 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.582829 2703367 pod_ready.go:92] pod "kube-controller-manager-addons-295221" in "kube-system" namespace has status "Ready":"True"
I0701 10:29:28.582852 2703367 pod_ready.go:81] duration metric: took 5.492026ms for pod "kube-controller-manager-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.582866 2703367 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-tj2mm" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.617425 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:28.684450 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:28.686123 2703367 pod_ready.go:92] pod "kube-proxy-tj2mm" in "kube-system" namespace has status "Ready":"True"
I0701 10:29:28.686148 2703367 pod_ready.go:81] duration metric: took 103.24369ms for pod "kube-proxy-tj2mm" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.686159 2703367 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:28.687174 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:28.801519 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:29.083602 2703367 pod_ready.go:92] pod "kube-scheduler-addons-295221" in "kube-system" namespace has status "Ready":"True"
I0701 10:29:29.083628 2703367 pod_ready.go:81] duration metric: took 397.460949ms for pod "kube-scheduler-addons-295221" in "kube-system" namespace to be "Ready" ...
I0701 10:29:29.083640 2703367 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace to be "Ready" ...
I0701 10:29:29.117150 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:29.183519 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:29.188612 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:29.309935 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:29.618858 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:29.686999 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:29.693575 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:29.799305 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:30.120225 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:30.188198 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:30.190613 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:30.298264 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:30.642144 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:30.687054 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:30.688115 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:30.798714 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:31.091606 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:31.119649 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:31.186457 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:31.189293 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:31.311208 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:31.618552 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:31.687682 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:31.690989 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:31.798912 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:32.118085 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:32.186710 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:32.189558 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:32.299496 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:32.655895 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:32.721133 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:32.725223 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:32.804757 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:33.096804 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:33.118670 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:33.191704 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:33.197347 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:33.299572 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:33.623368 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:33.685718 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:33.687979 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:33.799021 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:34.122637 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:34.183632 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:34.187155 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:34.299062 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:34.616772 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:34.685165 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:34.686338 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:34.798827 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:35.117170 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:35.185719 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:35.186621 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:35.298535 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:35.589755 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:35.616358 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:35.692419 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:35.697032 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:35.798978 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:36.118646 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:36.187642 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:36.192380 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:36.299341 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:36.618622 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:36.685234 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:36.687069 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:36.799985 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:37.118046 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:37.184150 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:37.186916 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:37.298496 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:37.590115 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:37.619011 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:37.684225 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:37.686680 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:37.798120 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:38.117188 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:38.187454 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:38.195374 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:38.299609 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:38.616983 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:38.685594 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:38.686674 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:38.799395 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:39.116506 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:39.185450 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:39.185784 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:39.299523 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:39.591220 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:39.617551 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:39.684441 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:39.686992 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:39.798439 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:40.118369 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:40.185525 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:40.188725 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:40.298646 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:40.629132 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:40.685580 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:40.688914 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:40.802724 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:41.120421 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:41.191537 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:41.192884 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:41.310781 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:41.591977 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:41.626067 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:41.688157 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:41.691939 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:41.812610 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:42.119474 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:42.186822 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:42.189629 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:42.298282 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:42.616800 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:42.695764 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:42.696623 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:42.798970 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:43.116548 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:43.186093 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:43.187091 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:43.298745 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:43.631762 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:43.690250 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:43.699023 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:43.799316 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:44.090601 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:44.116631 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:44.184079 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:44.188388 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:44.298093 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:44.615897 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:44.685995 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:44.686648 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:44.798403 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:45.119863 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:45.187271 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:45.190444 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:45.299436 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:45.620331 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:45.690784 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:45.692314 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:45.799252 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:46.091745 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:46.118015 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:46.190682 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:46.192001 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:46.299022 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:46.626870 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:46.688677 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:46.691063 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:46.799390 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:47.118184 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:47.189987 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:47.198708 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:47.298532 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:47.627780 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:47.691334 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:47.691771 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:47.799632 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:48.116945 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:48.185351 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:48.188380 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:48.299928 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:48.595355 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:48.623386 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:48.684549 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:48.690675 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:48.808870 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:49.131426 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:49.185050 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:49.188707 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:49.298710 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:49.622682 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:49.687613 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:49.688043 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:49.800177 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:50.116608 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:50.186376 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:50.188451 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:50.298889 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:50.645868 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:50.687779 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:50.688780 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:50.799060 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:51.091421 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:51.116751 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:51.186393 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:51.190194 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:51.298795 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:51.615993 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:51.685229 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:51.686139 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:51.798762 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:52.116314 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:52.185679 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:52.186192 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:52.298575 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:52.617430 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:52.685716 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:52.686910 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:52.798154 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:53.116440 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:53.184492 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:53.185801 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:53.303835 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:53.590294 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:53.624394 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:53.684622 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:53.705286 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:53.799232 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:54.117473 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:54.184699 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:54.188734 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:54.298505 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:54.617168 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:54.686602 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:54.688059 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:54.798772 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:55.118411 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:55.187429 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:55.190793 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:55.298458 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:55.591434 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:55.617612 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:55.685466 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:55.691875 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:55.801682 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:56.117504 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:56.195507 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:56.200004 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:56.298717 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:56.616707 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:56.685861 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:56.689117 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:56.799486 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:57.116809 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:57.188739 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:57.189204 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:57.298846 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:57.594099 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:29:57.616335 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:57.685241 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:57.686614 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:57.798013 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:58.116658 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:58.184112 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:58.186520 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:58.298096 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:58.618841 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:58.683952 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:58.686377 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:58.798800 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:59.117175 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:59.185545 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:59.193742 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:59.299979 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:29:59.626519 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:29:59.689060 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:29:59.691130 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:29:59.799072 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:00.131572 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:00.137985 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:00.209311 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:00.209831 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:00.299559 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:00.616845 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:00.685483 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:00.686668 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:00.798537 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:01.116970 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:01.184707 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:01.186168 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:01.298476 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:01.617083 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:01.687919 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:01.694187 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:01.799543 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:02.125257 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:02.197922 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:02.200898 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:02.299334 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:02.594640 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:02.621441 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:02.686636 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:02.689367 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:02.798896 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:03.116985 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:03.187064 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:03.188771 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:03.298378 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:03.616561 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:03.684025 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:03.686771 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:03.798229 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:04.116338 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:04.185483 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:04.186713 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:04.298540 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:04.617903 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:04.684684 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:04.687635 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:04.798816 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:05.091285 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:05.117538 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:05.187311 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:05.190772 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:05.299222 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:05.619603 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:05.684959 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:05.688647 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:05.802052 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:06.118955 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:06.193450 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:06.195426 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:06.298364 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:06.621637 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:06.689888 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:06.695763 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:06.798678 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:07.120154 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:07.189221 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:07.196239 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:07.299036 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:07.590854 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:07.628508 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:07.686811 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:07.688651 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:07.799247 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:08.116905 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:08.188228 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:08.189961 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0701 10:30:08.299188 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:08.629250 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:08.685925 2703367 kapi.go:107] duration metric: took 1m7.506775382s to wait for kubernetes.io/minikube-addons=registry ...
I0701 10:30:08.689342 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:08.798752 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:09.116302 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:09.185533 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:09.298879 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:09.616806 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:09.686096 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:09.799919 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:10.096716 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:10.117794 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:10.187898 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:10.298725 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:10.629446 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:10.686757 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:10.799542 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:11.157115 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:11.190556 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:11.299743 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:11.623962 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:11.693791 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:11.798563 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:12.117599 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:12.185994 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:12.298680 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:12.589856 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:12.616872 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:12.695526 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:12.797921 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:13.115873 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:13.185705 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:13.298211 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:13.632999 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:13.690649 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:13.801245 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:14.121559 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:14.188152 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:14.298564 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:14.603625 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:14.615990 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:14.691810 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:14.804738 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:15.116366 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:15.186115 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:15.299629 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:15.617421 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:15.720499 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:15.803005 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:16.121596 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:16.190556 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:16.299296 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0701 10:30:16.616841 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:16.686120 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:16.803101 2703367 kapi.go:107] duration metric: took 1m11.508468614s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0701 10:30:16.805245 2703367 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-295221 cluster.
I0701 10:30:16.807100 2703367 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.
I0701 10:30:16.809581 2703367 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0701 10:30:17.091178 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:17.117199 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:17.186117 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:17.625207 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:17.685901 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:18.124269 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:18.186046 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:18.616752 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:18.685691 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:19.116615 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:19.185832 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:19.590391 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:19.631726 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:19.686438 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:20.144242 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:20.187527 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:20.616406 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:20.685134 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:21.127290 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:21.186982 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:21.590850 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:21.632533 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:21.688286 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:22.116217 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:22.185096 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:22.616874 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:22.685997 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:23.116667 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:23.185818 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:23.616762 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:23.685552 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:24.096154 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:24.118575 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:24.185780 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:24.618154 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:24.686019 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:25.117077 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:25.185365 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:25.616490 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:25.685463 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:26.117882 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:26.185948 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:26.596527 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:26.618250 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:26.687388 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:27.126756 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:27.186103 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:27.616527 2703367 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0701 10:30:27.685914 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:28.116810 2703367 kapi.go:107] duration metric: took 1m26.506150363s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0701 10:30:28.185843 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:28.685467 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:29.089706 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:29.186280 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:29.686169 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:30.186209 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:30.685822 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:31.091283 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:31.185673 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:31.685837 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:32.185407 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:32.686112 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:33.188384 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:33.589850 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:33.685407 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:34.190170 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:34.685414 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:35.186956 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:35.686180 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:36.090971 2703367 pod_ready.go:102] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"False"
I0701 10:30:36.188909 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:36.686729 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:37.188133 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:37.685288 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:38.089784 2703367 pod_ready.go:92] pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace has status "Ready":"True"
I0701 10:30:38.089848 2703367 pod_ready.go:81] duration metric: took 1m9.006199093s for pod "metrics-server-c59844bb4-thjmn" in "kube-system" namespace to be "Ready" ...
I0701 10:30:38.089876 2703367 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-mxkmx" in "kube-system" namespace to be "Ready" ...
I0701 10:30:38.096677 2703367 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-mxkmx" in "kube-system" namespace has status "Ready":"True"
I0701 10:30:38.096701 2703367 pod_ready.go:81] duration metric: took 6.805253ms for pod "nvidia-device-plugin-daemonset-mxkmx" in "kube-system" namespace to be "Ready" ...
I0701 10:30:38.096722 2703367 pod_ready.go:38] duration metric: took 1m10.602908249s 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" ...
I0701 10:30:38.096745 2703367 api_server.go:52] waiting for apiserver process to appear ...
I0701 10:30:38.096778 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0701 10:30:38.096850 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0701 10:30:38.185150 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:38.192434 2703367 cri.go:89] found id: "d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207"
I0701 10:30:38.192452 2703367 cri.go:89] found id: ""
I0701 10:30:38.192460 2703367 logs.go:276] 1 containers: [d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207]
I0701 10:30:38.192515 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:38.204360 2703367 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0701 10:30:38.204479 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0701 10:30:38.324777 2703367 cri.go:89] found id: "6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6"
I0701 10:30:38.324804 2703367 cri.go:89] found id: ""
I0701 10:30:38.324814 2703367 logs.go:276] 1 containers: [6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6]
I0701 10:30:38.324869 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:38.332458 2703367 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0701 10:30:38.332533 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0701 10:30:38.391146 2703367 cri.go:89] found id: "22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32"
I0701 10:30:38.391170 2703367 cri.go:89] found id: ""
I0701 10:30:38.391179 2703367 logs.go:276] 1 containers: [22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32]
I0701 10:30:38.391233 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:38.395845 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0701 10:30:38.395918 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0701 10:30:38.464312 2703367 cri.go:89] found id: "9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6"
I0701 10:30:38.464336 2703367 cri.go:89] found id: ""
I0701 10:30:38.464345 2703367 logs.go:276] 1 containers: [9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6]
I0701 10:30:38.464400 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:38.468108 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0701 10:30:38.468229 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0701 10:30:38.520654 2703367 cri.go:89] found id: "9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82"
I0701 10:30:38.520723 2703367 cri.go:89] found id: ""
I0701 10:30:38.520744 2703367 logs.go:276] 1 containers: [9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82]
I0701 10:30:38.520844 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:38.524852 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0701 10:30:38.524972 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0701 10:30:38.584375 2703367 cri.go:89] found id: "c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218"
I0701 10:30:38.584446 2703367 cri.go:89] found id: ""
I0701 10:30:38.584467 2703367 logs.go:276] 1 containers: [c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218]
I0701 10:30:38.584569 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:38.590406 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0701 10:30:38.590513 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0701 10:30:38.666148 2703367 cri.go:89] found id: "4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97"
I0701 10:30:38.666215 2703367 cri.go:89] found id: ""
I0701 10:30:38.666237 2703367 logs.go:276] 1 containers: [4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97]
I0701 10:30:38.666333 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:38.670216 2703367 logs.go:123] Gathering logs for dmesg ...
I0701 10:30:38.670276 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0701 10:30:38.687684 2703367 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0701 10:30:38.699124 2703367 logs.go:123] Gathering logs for kube-scheduler [9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6] ...
I0701 10:30:38.699261 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6"
I0701 10:30:38.758403 2703367 logs.go:123] Gathering logs for kube-proxy [9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82] ...
I0701 10:30:38.758474 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82"
I0701 10:30:38.818687 2703367 logs.go:123] Gathering logs for kindnet [4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97] ...
I0701 10:30:38.818714 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97"
I0701 10:30:38.865270 2703367 logs.go:123] Gathering logs for container status ...
I0701 10:30:38.865338 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0701 10:30:38.932777 2703367 logs.go:123] Gathering logs for kubelet ...
I0701 10:30:38.933043 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0701 10:30:38.981148 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:00 addons-295221 kubelet[1566]: W0701 10:29:00.482140 1566 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-295221' and this object
W0701 10:30:38.981479 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:00 addons-295221 kubelet[1566]: E0701 10:29:00.482194 1566 reflector.go:150] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-295221' and this object
W0701 10:30:38.999463 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.391382 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:30:38.999754 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.391423 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.003673 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425222 1566 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.003916 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425265 1566 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.004111 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425352 1566 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.004326 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425366 1566 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
I0701 10:30:39.045118 2703367 logs.go:123] Gathering logs for describe nodes ...
I0701 10:30:39.045190 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0701 10:30:39.192069 2703367 kapi.go:107] duration metric: took 1m38.011178444s to wait for app.kubernetes.io/name=ingress-nginx ...
I0701 10:30:39.194380 2703367 out.go:177] * Enabled addons: ingress-dns, nvidia-device-plugin, storage-provisioner-rancher, storage-provisioner, cloud-spanner, metrics-server, yakd, default-storageclass, inspektor-gadget, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0701 10:30:39.196267 2703367 addons.go:510] duration metric: took 1m44.480739316s for enable addons: enabled=[ingress-dns nvidia-device-plugin storage-provisioner-rancher storage-provisioner cloud-spanner metrics-server yakd default-storageclass inspektor-gadget volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0701 10:30:39.271086 2703367 logs.go:123] Gathering logs for kube-apiserver [d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207] ...
I0701 10:30:39.271158 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207"
I0701 10:30:39.341103 2703367 logs.go:123] Gathering logs for etcd [6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6] ...
I0701 10:30:39.341180 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6"
I0701 10:30:39.412449 2703367 logs.go:123] Gathering logs for coredns [22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32] ...
I0701 10:30:39.412480 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32"
I0701 10:30:39.459619 2703367 logs.go:123] Gathering logs for kube-controller-manager [c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218] ...
I0701 10:30:39.459649 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218"
I0701 10:30:39.524904 2703367 logs.go:123] Gathering logs for CRI-O ...
I0701 10:30:39.524935 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0701 10:30:39.621675 2703367 out.go:304] Setting ErrFile to fd 2...
I0701 10:30:39.621705 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0701 10:30:39.621767 2703367 out.go:239] X Problems detected in kubelet:
W0701 10:30:39.621780 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.391423 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.621788 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425222 1566 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.621800 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425265 1566 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.621807 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425352 1566 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:39.621813 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425366 1566 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
I0701 10:30:39.621820 2703367 out.go:304] Setting ErrFile to fd 2...
I0701 10:30:39.621828 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 10:30:49.623602 2703367 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0701 10:30:49.637367 2703367 api_server.go:72] duration metric: took 1m54.922200641s to wait for apiserver process to appear ...
I0701 10:30:49.637394 2703367 api_server.go:88] waiting for apiserver healthz status ...
I0701 10:30:49.637428 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0701 10:30:49.637500 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0701 10:30:49.675837 2703367 cri.go:89] found id: "d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207"
I0701 10:30:49.675861 2703367 cri.go:89] found id: ""
I0701 10:30:49.675869 2703367 logs.go:276] 1 containers: [d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207]
I0701 10:30:49.675925 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:49.679416 2703367 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0701 10:30:49.679488 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0701 10:30:49.720888 2703367 cri.go:89] found id: "6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6"
I0701 10:30:49.720907 2703367 cri.go:89] found id: ""
I0701 10:30:49.720914 2703367 logs.go:276] 1 containers: [6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6]
I0701 10:30:49.720971 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:49.724430 2703367 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0701 10:30:49.724502 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0701 10:30:49.762128 2703367 cri.go:89] found id: "22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32"
I0701 10:30:49.762148 2703367 cri.go:89] found id: ""
I0701 10:30:49.762157 2703367 logs.go:276] 1 containers: [22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32]
I0701 10:30:49.762212 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:49.765705 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0701 10:30:49.765777 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0701 10:30:49.804340 2703367 cri.go:89] found id: "9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6"
I0701 10:30:49.804410 2703367 cri.go:89] found id: ""
I0701 10:30:49.804438 2703367 logs.go:276] 1 containers: [9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6]
I0701 10:30:49.804525 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:49.807954 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0701 10:30:49.808022 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0701 10:30:49.845613 2703367 cri.go:89] found id: "9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82"
I0701 10:30:49.845633 2703367 cri.go:89] found id: ""
I0701 10:30:49.845641 2703367 logs.go:276] 1 containers: [9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82]
I0701 10:30:49.845696 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:49.848964 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0701 10:30:49.849064 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0701 10:30:49.887948 2703367 cri.go:89] found id: "c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218"
I0701 10:30:49.887971 2703367 cri.go:89] found id: ""
I0701 10:30:49.887978 2703367 logs.go:276] 1 containers: [c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218]
I0701 10:30:49.888049 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:49.891496 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0701 10:30:49.891568 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0701 10:30:49.930156 2703367 cri.go:89] found id: "4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97"
I0701 10:30:49.930178 2703367 cri.go:89] found id: ""
I0701 10:30:49.930186 2703367 logs.go:276] 1 containers: [4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97]
I0701 10:30:49.930241 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:30:49.933849 2703367 logs.go:123] Gathering logs for dmesg ...
I0701 10:30:49.933878 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0701 10:30:49.963720 2703367 logs.go:123] Gathering logs for describe nodes ...
I0701 10:30:49.963749 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0701 10:30:50.172856 2703367 logs.go:123] Gathering logs for kube-apiserver [d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207] ...
I0701 10:30:50.172888 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207"
I0701 10:30:50.229603 2703367 logs.go:123] Gathering logs for etcd [6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6] ...
I0701 10:30:50.229640 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6"
I0701 10:30:50.274385 2703367 logs.go:123] Gathering logs for coredns [22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32] ...
I0701 10:30:50.274415 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32"
I0701 10:30:50.315824 2703367 logs.go:123] Gathering logs for kindnet [4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97] ...
I0701 10:30:50.315858 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97"
I0701 10:30:50.357605 2703367 logs.go:123] Gathering logs for CRI-O ...
I0701 10:30:50.357636 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0701 10:30:50.448534 2703367 logs.go:123] Gathering logs for kubelet ...
I0701 10:30:50.448568 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0701 10:30:50.489618 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:00 addons-295221 kubelet[1566]: W0701 10:29:00.482140 1566 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.489840 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:00 addons-295221 kubelet[1566]: E0701 10:29:00.482194 1566 reflector.go:150] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.505956 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.391382 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.506173 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.391423 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.510039 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425222 1566 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.510242 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425265 1566 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.510413 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425352 1566 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.510599 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425366 1566 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
I0701 10:30:50.552585 2703367 logs.go:123] Gathering logs for kube-scheduler [9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6] ...
I0701 10:30:50.552615 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6"
I0701 10:30:50.595467 2703367 logs.go:123] Gathering logs for kube-proxy [9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82] ...
I0701 10:30:50.595499 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82"
I0701 10:30:50.643776 2703367 logs.go:123] Gathering logs for kube-controller-manager [c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218] ...
I0701 10:30:50.643805 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218"
I0701 10:30:50.723098 2703367 logs.go:123] Gathering logs for container status ...
I0701 10:30:50.723132 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0701 10:30:50.791614 2703367 out.go:304] Setting ErrFile to fd 2...
I0701 10:30:50.791640 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0701 10:30:50.791695 2703367 out.go:239] X Problems detected in kubelet:
W0701 10:30:50.791706 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.391423 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.791721 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425222 1566 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.791731 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425265 1566 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.791742 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425352 1566 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:30:50.791748 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425366 1566 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
I0701 10:30:50.791763 2703367 out.go:304] Setting ErrFile to fd 2...
I0701 10:30:50.791769 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 10:31:00.793033 2703367 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0701 10:31:00.801531 2703367 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0701 10:31:00.802490 2703367 api_server.go:141] control plane version: v1.30.2
I0701 10:31:00.802515 2703367 api_server.go:131] duration metric: took 11.165112764s to wait for apiserver health ...
I0701 10:31:00.802524 2703367 system_pods.go:43] waiting for kube-system pods to appear ...
I0701 10:31:00.802544 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0701 10:31:00.802607 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0701 10:31:00.845391 2703367 cri.go:89] found id: "d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207"
I0701 10:31:00.845418 2703367 cri.go:89] found id: ""
I0701 10:31:00.845427 2703367 logs.go:276] 1 containers: [d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207]
I0701 10:31:00.845481 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:31:00.849152 2703367 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0701 10:31:00.849229 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0701 10:31:00.885336 2703367 cri.go:89] found id: "6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6"
I0701 10:31:00.885360 2703367 cri.go:89] found id: ""
I0701 10:31:00.885368 2703367 logs.go:276] 1 containers: [6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6]
I0701 10:31:00.885425 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:31:00.888739 2703367 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0701 10:31:00.888809 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0701 10:31:00.925296 2703367 cri.go:89] found id: "22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32"
I0701 10:31:00.925318 2703367 cri.go:89] found id: ""
I0701 10:31:00.925326 2703367 logs.go:276] 1 containers: [22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32]
I0701 10:31:00.925381 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:31:00.928756 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0701 10:31:00.928831 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0701 10:31:00.970458 2703367 cri.go:89] found id: "9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6"
I0701 10:31:00.970480 2703367 cri.go:89] found id: ""
I0701 10:31:00.970488 2703367 logs.go:276] 1 containers: [9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6]
I0701 10:31:00.970543 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:31:00.974203 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0701 10:31:00.974311 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0701 10:31:01.012772 2703367 cri.go:89] found id: "9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82"
I0701 10:31:01.012794 2703367 cri.go:89] found id: ""
I0701 10:31:01.012803 2703367 logs.go:276] 1 containers: [9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82]
I0701 10:31:01.012858 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:31:01.016531 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0701 10:31:01.016648 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0701 10:31:01.062129 2703367 cri.go:89] found id: "c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218"
I0701 10:31:01.062204 2703367 cri.go:89] found id: ""
I0701 10:31:01.062226 2703367 logs.go:276] 1 containers: [c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218]
I0701 10:31:01.062323 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:31:01.066306 2703367 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0701 10:31:01.066405 2703367 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0701 10:31:01.107598 2703367 cri.go:89] found id: "4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97"
I0701 10:31:01.107618 2703367 cri.go:89] found id: ""
I0701 10:31:01.107625 2703367 logs.go:276] 1 containers: [4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97]
I0701 10:31:01.107713 2703367 ssh_runner.go:195] Run: which crictl
I0701 10:31:01.111209 2703367 logs.go:123] Gathering logs for describe nodes ...
I0701 10:31:01.111236 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0701 10:31:01.265520 2703367 logs.go:123] Gathering logs for etcd [6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6] ...
I0701 10:31:01.265558 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6"
I0701 10:31:01.317397 2703367 logs.go:123] Gathering logs for kube-controller-manager [c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218] ...
I0701 10:31:01.317430 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218"
I0701 10:31:01.408083 2703367 logs.go:123] Gathering logs for CRI-O ...
I0701 10:31:01.408119 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0701 10:31:01.502073 2703367 logs.go:123] Gathering logs for container status ...
I0701 10:31:01.502107 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0701 10:31:01.552200 2703367 logs.go:123] Gathering logs for kubelet ...
I0701 10:31:01.552235 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0701 10:31:01.593657 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:00 addons-295221 kubelet[1566]: W0701 10:29:00.482140 1566 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.593911 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:00 addons-295221 kubelet[1566]: E0701 10:29:00.482194 1566 reflector.go:150] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.610120 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.391382 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.610346 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.391423 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.614234 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425222 1566 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.614450 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425265 1566 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.614630 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425352 1566 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.614817 2703367 logs.go:138] Found kubelet problem: Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425366 1566 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
I0701 10:31:01.658000 2703367 logs.go:123] Gathering logs for dmesg ...
I0701 10:31:01.658033 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0701 10:31:01.679892 2703367 logs.go:123] Gathering logs for kube-scheduler [9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6] ...
I0701 10:31:01.679944 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6"
I0701 10:31:01.732620 2703367 logs.go:123] Gathering logs for kube-proxy [9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82] ...
I0701 10:31:01.732652 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82"
I0701 10:31:01.773206 2703367 logs.go:123] Gathering logs for kindnet [4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97] ...
I0701 10:31:01.773281 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97"
I0701 10:31:01.817449 2703367 logs.go:123] Gathering logs for kube-apiserver [d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207] ...
I0701 10:31:01.817479 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207"
I0701 10:31:01.872661 2703367 logs.go:123] Gathering logs for coredns [22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32] ...
I0701 10:31:01.872694 2703367 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32"
I0701 10:31:01.912271 2703367 out.go:304] Setting ErrFile to fd 2...
I0701 10:31:01.912296 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0701 10:31:01.912351 2703367 out.go:239] X Problems detected in kubelet:
W0701 10:31:01.912361 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.391423 1566 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-295221" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.912369 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425222 1566 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.912383 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425265 1566 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-295221" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.912392 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: W0701 10:29:27.425352 1566 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
W0701 10:31:01.912402 2703367 out.go:239] Jul 01 10:29:27 addons-295221 kubelet[1566]: E0701 10:29:27.425366 1566 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-295221" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-295221' and this object
I0701 10:31:01.912409 2703367 out.go:304] Setting ErrFile to fd 2...
I0701 10:31:01.912415 2703367 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0701 10:31:11.925336 2703367 system_pods.go:59] 18 kube-system pods found
I0701 10:31:11.925418 2703367 system_pods.go:61] "coredns-7db6d8ff4d-mmwb5" [d1b0990a-1f52-4503-85db-ae24bef3a173] Running
I0701 10:31:11.925432 2703367 system_pods.go:61] "csi-hostpath-attacher-0" [39b4648e-53a8-4392-ae6c-5e568b0df75a] Running
I0701 10:31:11.925437 2703367 system_pods.go:61] "csi-hostpath-resizer-0" [a26fd4e5-1659-47ff-8574-7e8f6c0686ae] Running
I0701 10:31:11.925444 2703367 system_pods.go:61] "csi-hostpathplugin-f5wr4" [94d9f36e-8f2b-48bb-8836-17521f136652] Running
I0701 10:31:11.925448 2703367 system_pods.go:61] "etcd-addons-295221" [551d100f-8d37-44cc-b7a3-40b4fd329e96] Running
I0701 10:31:11.925451 2703367 system_pods.go:61] "kindnet-k9ndz" [ff5e5c33-a664-4b6d-b726-9fbac1004162] Running
I0701 10:31:11.925455 2703367 system_pods.go:61] "kube-apiserver-addons-295221" [9d4600d6-ae93-4542-901e-f6d8a0fa6ec3] Running
I0701 10:31:11.925460 2703367 system_pods.go:61] "kube-controller-manager-addons-295221" [1ff5ca53-2b90-47c3-b0ea-45f9062cade0] Running
I0701 10:31:11.925470 2703367 system_pods.go:61] "kube-ingress-dns-minikube" [8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0701 10:31:11.925475 2703367 system_pods.go:61] "kube-proxy-tj2mm" [879ea615-3cbf-4bd5-9fc0-9cec6f7ce232] Running
I0701 10:31:11.925481 2703367 system_pods.go:61] "kube-scheduler-addons-295221" [1a8a7faf-0a50-4b3b-aee5-b16b6975698a] Running
I0701 10:31:11.925511 2703367 system_pods.go:61] "metrics-server-c59844bb4-thjmn" [90ca57f3-1de5-43cc-a206-79d3fe4500ad] Running
I0701 10:31:11.925521 2703367 system_pods.go:61] "nvidia-device-plugin-daemonset-mxkmx" [0990c503-53f5-4f8c-98e9-9bb022cc6990] Running
I0701 10:31:11.925525 2703367 system_pods.go:61] "registry-2r7vn" [b30a14bf-a17a-4b57-a4e6-bf855cff6f01] Running
I0701 10:31:11.925529 2703367 system_pods.go:61] "registry-proxy-w4kh8" [90bdfb69-7a76-4728-94e8-7800258cfa3d] Running
I0701 10:31:11.925533 2703367 system_pods.go:61] "snapshot-controller-745499f584-8rt79" [e37dde19-bd21-4d9d-ad6b-b9c69b72b27f] Running
I0701 10:31:11.925539 2703367 system_pods.go:61] "snapshot-controller-745499f584-j7w78" [859716df-9bfd-44cc-b502-833095c60a74] Running
I0701 10:31:11.925543 2703367 system_pods.go:61] "storage-provisioner" [422f3279-b26e-4e36-89b1-81ead75bbe71] Running
I0701 10:31:11.925552 2703367 system_pods.go:74] duration metric: took 11.1230222s to wait for pod list to return data ...
I0701 10:31:11.925561 2703367 default_sa.go:34] waiting for default service account to be created ...
I0701 10:31:11.928027 2703367 default_sa.go:45] found service account: "default"
I0701 10:31:11.928054 2703367 default_sa.go:55] duration metric: took 2.48227ms for default service account to be created ...
I0701 10:31:11.928064 2703367 system_pods.go:116] waiting for k8s-apps to be running ...
I0701 10:31:11.937922 2703367 system_pods.go:86] 18 kube-system pods found
I0701 10:31:11.938002 2703367 system_pods.go:89] "coredns-7db6d8ff4d-mmwb5" [d1b0990a-1f52-4503-85db-ae24bef3a173] Running
I0701 10:31:11.938025 2703367 system_pods.go:89] "csi-hostpath-attacher-0" [39b4648e-53a8-4392-ae6c-5e568b0df75a] Running
I0701 10:31:11.938049 2703367 system_pods.go:89] "csi-hostpath-resizer-0" [a26fd4e5-1659-47ff-8574-7e8f6c0686ae] Running
I0701 10:31:11.938083 2703367 system_pods.go:89] "csi-hostpathplugin-f5wr4" [94d9f36e-8f2b-48bb-8836-17521f136652] Running
I0701 10:31:11.938109 2703367 system_pods.go:89] "etcd-addons-295221" [551d100f-8d37-44cc-b7a3-40b4fd329e96] Running
I0701 10:31:11.938130 2703367 system_pods.go:89] "kindnet-k9ndz" [ff5e5c33-a664-4b6d-b726-9fbac1004162] Running
I0701 10:31:11.938154 2703367 system_pods.go:89] "kube-apiserver-addons-295221" [9d4600d6-ae93-4542-901e-f6d8a0fa6ec3] Running
I0701 10:31:11.938187 2703367 system_pods.go:89] "kube-controller-manager-addons-295221" [1ff5ca53-2b90-47c3-b0ea-45f9062cade0] Running
I0701 10:31:11.938212 2703367 system_pods.go:89] "kube-ingress-dns-minikube" [8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0701 10:31:11.938232 2703367 system_pods.go:89] "kube-proxy-tj2mm" [879ea615-3cbf-4bd5-9fc0-9cec6f7ce232] Running
I0701 10:31:11.938256 2703367 system_pods.go:89] "kube-scheduler-addons-295221" [1a8a7faf-0a50-4b3b-aee5-b16b6975698a] Running
I0701 10:31:11.938296 2703367 system_pods.go:89] "metrics-server-c59844bb4-thjmn" [90ca57f3-1de5-43cc-a206-79d3fe4500ad] Running
I0701 10:31:11.938324 2703367 system_pods.go:89] "nvidia-device-plugin-daemonset-mxkmx" [0990c503-53f5-4f8c-98e9-9bb022cc6990] Running
I0701 10:31:11.938344 2703367 system_pods.go:89] "registry-2r7vn" [b30a14bf-a17a-4b57-a4e6-bf855cff6f01] Running
I0701 10:31:11.938364 2703367 system_pods.go:89] "registry-proxy-w4kh8" [90bdfb69-7a76-4728-94e8-7800258cfa3d] Running
I0701 10:31:11.938386 2703367 system_pods.go:89] "snapshot-controller-745499f584-8rt79" [e37dde19-bd21-4d9d-ad6b-b9c69b72b27f] Running
I0701 10:31:11.938420 2703367 system_pods.go:89] "snapshot-controller-745499f584-j7w78" [859716df-9bfd-44cc-b502-833095c60a74] Running
I0701 10:31:11.938439 2703367 system_pods.go:89] "storage-provisioner" [422f3279-b26e-4e36-89b1-81ead75bbe71] Running
I0701 10:31:11.938463 2703367 system_pods.go:126] duration metric: took 10.393124ms to wait for k8s-apps to be running ...
I0701 10:31:11.938496 2703367 system_svc.go:44] waiting for kubelet service to be running ....
I0701 10:31:11.938571 2703367 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0701 10:31:11.952347 2703367 system_svc.go:56] duration metric: took 13.854422ms WaitForService to wait for kubelet
I0701 10:31:11.952377 2703367 kubeadm.go:576] duration metric: took 2m17.237214166s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0701 10:31:11.952398 2703367 node_conditions.go:102] verifying NodePressure condition ...
I0701 10:31:11.956977 2703367 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0701 10:31:11.957097 2703367 node_conditions.go:123] node cpu capacity is 2
I0701 10:31:11.957119 2703367 node_conditions.go:105] duration metric: took 4.713075ms to run NodePressure ...
I0701 10:31:11.957133 2703367 start.go:240] waiting for startup goroutines ...
I0701 10:31:11.957141 2703367 start.go:245] waiting for cluster config update ...
I0701 10:31:11.957162 2703367 start.go:254] writing updated cluster config ...
I0701 10:31:11.957452 2703367 ssh_runner.go:195] Run: rm -f paused
I0701 10:31:12.296984 2703367 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0701 10:31:12.300784 2703367 out.go:177] * Done! kubectl is now configured to use "addons-295221" cluster and "default" namespace by default
==> CRI-O <==
Jul 01 10:35:17 addons-295221 crio[964]: time="2024-07-01 10:35:17.940120018Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=42e24796-fb4e-47f3-9766-780a5e418b6a name=/runtime.v1.ImageService/ImageStatus
Jul 01 10:35:17 addons-295221 crio[964]: time="2024-07-01 10:35:17.940564846Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=42e24796-fb4e-47f3-9766-780a5e418b6a name=/runtime.v1.ImageService/ImageStatus
Jul 01 10:35:17 addons-295221 crio[964]: time="2024-07-01 10:35:17.941316508Z" level=info msg="Creating container: default/hello-world-app-86c47465fc-jprlc/hello-world-app" id=23f43558-94eb-42c3-b755-2e182894875d name=/runtime.v1.RuntimeService/CreateContainer
Jul 01 10:35:17 addons-295221 crio[964]: time="2024-07-01 10:35:17.941406979Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 01 10:35:18 addons-295221 crio[964]: time="2024-07-01 10:35:18.018678524Z" level=info msg="Created container 560f597205fb61024fd69d21d1057a5111fa5c78844cc999a387df78563c268f: default/hello-world-app-86c47465fc-jprlc/hello-world-app" id=23f43558-94eb-42c3-b755-2e182894875d name=/runtime.v1.RuntimeService/CreateContainer
Jul 01 10:35:18 addons-295221 crio[964]: time="2024-07-01 10:35:18.019761455Z" level=info msg="Starting container: 560f597205fb61024fd69d21d1057a5111fa5c78844cc999a387df78563c268f" id=ca443451-0321-4b3a-802f-65b5ea9e6323 name=/runtime.v1.RuntimeService/StartContainer
Jul 01 10:35:18 addons-295221 crio[964]: time="2024-07-01 10:35:18.027282557Z" level=info msg="Started container" PID=8479 containerID=560f597205fb61024fd69d21d1057a5111fa5c78844cc999a387df78563c268f description=default/hello-world-app-86c47465fc-jprlc/hello-world-app id=ca443451-0321-4b3a-802f-65b5ea9e6323 name=/runtime.v1.RuntimeService/StartContainer sandboxID=387c72c9b5683a78c1230f5ae13aa6a71d7d77be2a367cb0fb5a98362652b0c7
Jul 01 10:35:18 addons-295221 conmon[8468]: conmon 560f597205fb61024fd6 <ninfo>: container 8479 exited with status 1
Jul 01 10:35:18 addons-295221 crio[964]: time="2024-07-01 10:35:18.142142441Z" level=info msg="Removing container: 5f0f8a50350f0c6414e85acbb7fbf003e198dc3f1fb464c8bb626f5dfff08725" id=381ae48a-f595-48ba-8551-9c3d52fffac1 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 10:35:18 addons-295221 crio[964]: time="2024-07-01 10:35:18.161888220Z" level=info msg="Removed container 5f0f8a50350f0c6414e85acbb7fbf003e198dc3f1fb464c8bb626f5dfff08725: default/hello-world-app-86c47465fc-jprlc/hello-world-app" id=381ae48a-f595-48ba-8551-9c3d52fffac1 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 10:35:18 addons-295221 crio[964]: time="2024-07-01 10:35:18.846482906Z" level=info msg="Stopping container: dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5 (timeout: 2s)" id=d9190f8f-8f7d-4e19-b902-4a4ace02d754 name=/runtime.v1.RuntimeService/StopContainer
Jul 01 10:35:20 addons-295221 crio[964]: time="2024-07-01 10:35:20.852575951Z" level=warning msg="Stopping container dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=d9190f8f-8f7d-4e19-b902-4a4ace02d754 name=/runtime.v1.RuntimeService/StopContainer
Jul 01 10:35:20 addons-295221 conmon[5342]: conmon dd64f8d63b56750a7b6c <ninfo>: container 5355 exited with status 137
Jul 01 10:35:20 addons-295221 crio[964]: time="2024-07-01 10:35:20.995995167Z" level=info msg="Stopped container dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5: ingress-nginx/ingress-nginx-controller-768f948f8f-pln9k/controller" id=d9190f8f-8f7d-4e19-b902-4a4ace02d754 name=/runtime.v1.RuntimeService/StopContainer
Jul 01 10:35:20 addons-295221 crio[964]: time="2024-07-01 10:35:20.996528874Z" level=info msg="Stopping pod sandbox: eb9db7a71696e5b6eb4ceaff9dd996a1c59ceace8820956aabb920109797df37" id=1ccafab6-5aea-4a57-9077-defa4ef665df name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.000040160Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-NXYPE66CSIESGKFC - [0:0]\n:KUBE-HP-TRIT6J5FF7VJPMIJ - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-TRIT6J5FF7VJPMIJ\n-X KUBE-HP-NXYPE66CSIESGKFC\nCOMMIT\n"
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.002881523Z" level=info msg="Closing host port tcp:80"
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.002951234Z" level=info msg="Closing host port tcp:443"
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.004566297Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.004611204Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.004800909Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-pln9k Namespace:ingress-nginx ID:eb9db7a71696e5b6eb4ceaff9dd996a1c59ceace8820956aabb920109797df37 UID:916f4cd6-3f53-4123-9502-f34d39a9621b NetNS:/var/run/netns/0939263f-c5bf-4a04-ad41-a2e856e606f0 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.004943129Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-pln9k from CNI network \"kindnet\" (type=ptp)"
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.029205167Z" level=info msg="Stopped pod sandbox: eb9db7a71696e5b6eb4ceaff9dd996a1c59ceace8820956aabb920109797df37" id=1ccafab6-5aea-4a57-9077-defa4ef665df name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.151106288Z" level=info msg="Removing container: dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5" id=3461f9e2-2206-4fe7-a6c0-232fc5199fb3 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 01 10:35:21 addons-295221 crio[964]: time="2024-07-01 10:35:21.172604199Z" level=info msg="Removed container dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5: ingress-nginx/ingress-nginx-controller-768f948f8f-pln9k/controller" id=3461f9e2-2206-4fe7-a6c0-232fc5199fb3 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
560f597205fb6 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 8 seconds ago Exited hello-world-app 2 387c72c9b5683 hello-world-app-86c47465fc-jprlc
0411a4d4b2b4a docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 05d695adc492c nginx
a1f6f06c86bb3 ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 4 minutes ago Running headlamp 0 70c3203cc4ea6 headlamp-7867546754-zgr6z
8e1c3fa4b3fa3 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 5 minutes ago Running gcp-auth 0 f65779cffa63a gcp-auth-5db96cd9b4-lxm2p
30ecc6da2cd20 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 5 minutes ago Exited patch 0 ded0ca67937b2 ingress-nginx-admission-patch-x9fk4
b39568ee75fa4 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 5 minutes ago Exited create 0 8389cfe97e99b ingress-nginx-admission-create-lsz87
c757c945e5f9b docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 5 minutes ago Running yakd 0 4df4de791725e yakd-dashboard-799879c74f-6xfs7
90c57f3899447 registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 1d0f494bb540d metrics-server-c59844bb4-thjmn
b21220bfc690c ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 f4641fb291511 storage-provisioner
22241cf7d2e81 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 5 minutes ago Running coredns 0 7eba0fa80a1b8 coredns-7db6d8ff4d-mmwb5
9cba36c4bcdce 66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae 6 minutes ago Running kube-proxy 0 9be7d3bae26e1 kube-proxy-tj2mm
4c5590d78a0dd 89d73d416b992e8f9602b67b4614d9e7f0655aebb3696e18efec695e0b654c40 6 minutes ago Running kindnet-cni 0 7d55735ef7324 kindnet-k9ndz
d4d849a521d87 84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0 6 minutes ago Running kube-apiserver 0 e1e231ef3ad60 kube-apiserver-addons-295221
6dfcf391c936e 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 6 minutes ago Running etcd 0 55c5168db3e84 etcd-addons-295221
c4608879f0045 e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567 6 minutes ago Running kube-controller-manager 0 a5aefdccaab10 kube-controller-manager-addons-295221
9bd5d9cb62e22 c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5 6 minutes ago Running kube-scheduler 0 ce7e3014ec242 kube-scheduler-addons-295221
==> coredns [22241cf7d2e81cdd2bf671ddc9796b17a8fd5c7f9675263ba17b10535c6ffe32] <==
[INFO] 10.244.0.20:54721 - 15253 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000050388s
[INFO] 10.244.0.20:54721 - 30151 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000059274s
[INFO] 10.244.0.20:54957 - 30886 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002316887s
[INFO] 10.244.0.20:54957 - 36158 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000110886s
[INFO] 10.244.0.20:54721 - 36658 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001459106s
[INFO] 10.244.0.20:54721 - 47179 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001154906s
[INFO] 10.244.0.20:54721 - 56755 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000055729s
[INFO] 10.244.0.20:40696 - 13361 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000118123s
[INFO] 10.244.0.20:54449 - 23737 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000054368s
[INFO] 10.244.0.20:54449 - 964 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000048395s
[INFO] 10.244.0.20:54449 - 30296 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000044587s
[INFO] 10.244.0.20:54449 - 56754 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000039614s
[INFO] 10.244.0.20:54449 - 65031 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000045473s
[INFO] 10.244.0.20:54449 - 10252 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000041977s
[INFO] 10.244.0.20:40696 - 40141 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000110976s
[INFO] 10.244.0.20:40696 - 64020 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000358633s
[INFO] 10.244.0.20:40696 - 37857 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000076579s
[INFO] 10.244.0.20:40696 - 45841 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000073133s
[INFO] 10.244.0.20:54449 - 25590 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001477782s
[INFO] 10.244.0.20:40696 - 16330 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000044062s
[INFO] 10.244.0.20:54449 - 32818 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001167658s
[INFO] 10.244.0.20:54449 - 26403 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000057403s
[INFO] 10.244.0.20:40696 - 33909 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001274949s
[INFO] 10.244.0.20:40696 - 7287 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001239453s
[INFO] 10.244.0.20:40696 - 1451 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00005833s
==> describe nodes <==
Name: addons-295221
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-295221
kubernetes.io/os=linux
minikube.k8s.io/commit=d5b534308abe5dfb86f36450c6d9ededa442aa16
minikube.k8s.io/name=addons-295221
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_01T10_28_40_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-295221
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, 01 Jul 2024 10:28:37 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-295221
AcquireTime: <unset>
RenewTime: Mon, 01 Jul 2024 10:35:17 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 01 Jul 2024 10:35:17 +0000 Mon, 01 Jul 2024 10:28:34 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 01 Jul 2024 10:35:17 +0000 Mon, 01 Jul 2024 10:28:34 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 01 Jul 2024 10:35:17 +0000 Mon, 01 Jul 2024 10:28:34 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 01 Jul 2024 10:35:17 +0000 Mon, 01 Jul 2024 10:29:27 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-295221
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
System Info:
Machine ID: 21c9d79bd9fa432884b4d183c7baf093
System UUID: 40cdf99b-3940-4ad3-8afc-b024d6ef22cd
Boot ID: 030faa4f-44aa-434e-978f-182f6d212f48
Kernel Version: 5.15.0-1063-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.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-jprlc 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m47s
gcp-auth gcp-auth-5db96cd9b4-lxm2p 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m21s
headlamp headlamp-7867546754-zgr6z 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m13s
kube-system coredns-7db6d8ff4d-mmwb5 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m32s
kube-system etcd-addons-295221 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m46s
kube-system kindnet-k9ndz 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m32s
kube-system kube-apiserver-addons-295221 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m47s
kube-system kube-controller-manager-addons-295221 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m46s
kube-system kube-proxy-tj2mm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m32s
kube-system kube-scheduler-addons-295221 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m46s
kube-system metrics-server-c59844bb4-thjmn 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 6m27s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m26s
yakd-dashboard yakd-dashboard-799879c74f-6xfs7 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 6m26s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 548Mi (6%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 6m25s kube-proxy
Normal NodeHasSufficientMemory 6m53s (x8 over 6m54s) kubelet Node addons-295221 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m53s (x8 over 6m54s) kubelet Node addons-295221 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m53s (x8 over 6m54s) kubelet Node addons-295221 status is now: NodeHasSufficientPID
Normal Starting 6m47s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m46s (x2 over 6m46s) kubelet Node addons-295221 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m46s (x2 over 6m46s) kubelet Node addons-295221 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m46s (x2 over 6m46s) kubelet Node addons-295221 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m33s node-controller Node addons-295221 event: Registered Node addons-295221 in Controller
Normal NodeReady 5m59s kubelet Node addons-295221 status is now: NodeReady
==> dmesg <==
[ +0.004948] FS-Cache: O-key=[8] '8b883b0000000000'
[ +0.001209] FS-Cache: N-cookie c=000001aa [p=000001a1 fl=2 nc=0 na=1]
[ +0.001075] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=000000001c9b25df
[ +0.001375] FS-Cache: N-key=[8] '8b883b0000000000'
[ +0.002775] FS-Cache: Duplicate cookie detected
[ +0.004188] FS-Cache: O-cookie c=000001a4 [p=000001a1 fl=226 nc=0 na=1]
[ +0.001624] FS-Cache: O-cookie d=00000000ac0c5ba0{9p.inode} n=000000003e41755a
[ +0.017813] FS-Cache: O-key=[8] '8b883b0000000000'
[ +0.002048] FS-Cache: N-cookie c=000001ab [p=000001a1 fl=2 nc=0 na=1]
[ +0.000927] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=000000006ac3478f
[ +0.001031] FS-Cache: N-key=[8] '8b883b0000000000'
[ +2.370887] FS-Cache: Duplicate cookie detected
[ +0.000711] FS-Cache: O-cookie c=000001a2 [p=000001a1 fl=226 nc=0 na=1]
[ +0.000954] FS-Cache: O-cookie d=00000000ac0c5ba0{9p.inode} n=00000000fca329b0
[ +0.001052] FS-Cache: O-key=[8] '8a883b0000000000'
[ +0.000730] FS-Cache: N-cookie c=000001ad [p=000001a1 fl=2 nc=0 na=1]
[ +0.000917] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=00000000ae438448
[ +0.001043] FS-Cache: N-key=[8] '8a883b0000000000'
[ +0.282819] FS-Cache: Duplicate cookie detected
[ +0.000713] FS-Cache: O-cookie c=000001a7 [p=000001a1 fl=226 nc=0 na=1]
[ +0.000959] FS-Cache: O-cookie d=00000000ac0c5ba0{9p.inode} n=00000000045eedfb
[ +0.001046] FS-Cache: O-key=[8] '90883b0000000000'
[ +0.000738] FS-Cache: N-cookie c=000001ae [p=000001a1 fl=2 nc=0 na=1]
[ +0.000936] FS-Cache: N-cookie d=00000000ac0c5ba0{9p.inode} n=00000000084447a8
[ +0.001038] FS-Cache: N-key=[8] '90883b0000000000'
==> etcd [6dfcf391c936efa332a1bb642ebc7ee6f1189dc24c75be0260c27d09830a3ef6] <==
{"level":"info","ts":"2024-07-01T10:28:34.057032Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-07-01T10:28:34.057099Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-07-01T10:28:34.057146Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-07-01T10:28:34.05718Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-01T10:28:34.057217Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-07-01T10:28:34.057253Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-07-01T10:28:34.061146Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-01T10:28:34.065211Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-295221 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-07-01T10:28:34.069035Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-01T10:28:34.069134Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-07-01T10:28:34.069154Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-07-01T10:28:34.069083Z","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-01T10:28:34.069543Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-01T10:28:34.069629Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-07-01T10:28:34.071307Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-07-01T10:28:34.069106Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-07-01T10:28:34.090444Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-07-01T10:28:56.268859Z","caller":"traceutil/trace.go:171","msg":"trace[291189383] transaction","detail":"{read_only:false; response_revision:402; number_of_response:1; }","duration":"254.113102ms","start":"2024-07-01T10:28:56.014727Z","end":"2024-07-01T10:28:56.268841Z","steps":["trace[291189383] 'process raft request' (duration: 252.316861ms)"],"step_count":1}
{"level":"info","ts":"2024-07-01T10:28:57.283553Z","caller":"traceutil/trace.go:171","msg":"trace[789388072] transaction","detail":"{read_only:false; response_revision:407; number_of_response:1; }","duration":"205.011619ms","start":"2024-07-01T10:28:57.0785Z","end":"2024-07-01T10:28:57.283512Z","steps":["trace[789388072] 'process raft request' (duration: 61.84125ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-01T10:28:57.429109Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"108.302318ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-01T10:28:57.466605Z","caller":"traceutil/trace.go:171","msg":"trace[466917442] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:407; }","duration":"145.778285ms","start":"2024-07-01T10:28:57.320772Z","end":"2024-07-01T10:28:57.46655Z","steps":["trace[466917442] 'agreement among raft nodes before linearized reading' (duration: 18.700129ms)","trace[466917442] 'range keys from in-memory index tree' (duration: 89.578485ms)"],"step_count":2}
{"level":"info","ts":"2024-07-01T10:28:57.681695Z","caller":"traceutil/trace.go:171","msg":"trace[433926986] transaction","detail":"{read_only:false; response_revision:408; number_of_response:1; }","duration":"187.548433ms","start":"2024-07-01T10:28:57.494124Z","end":"2024-07-01T10:28:57.681672Z","steps":["trace[433926986] 'process raft request' (duration: 172.368039ms)"],"step_count":1}
{"level":"info","ts":"2024-07-01T10:28:57.698196Z","caller":"traceutil/trace.go:171","msg":"trace[395558464] linearizableReadLoop","detail":"{readStateIndex:419; appliedIndex:418; }","duration":"201.447824ms","start":"2024-07-01T10:28:57.496729Z","end":"2024-07-01T10:28:57.698177Z","steps":["trace[395558464] 'read index received' (duration: 169.481524ms)","trace[395558464] 'applied index is now lower than readState.Index' (duration: 31.965184ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-01T10:28:57.701657Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"204.918318ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-01T10:28:57.742872Z","caller":"traceutil/trace.go:171","msg":"trace[537327753] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:409; }","duration":"246.119099ms","start":"2024-07-01T10:28:57.49672Z","end":"2024-07-01T10:28:57.742839Z","steps":["trace[537327753] 'agreement among raft nodes before linearized reading' (duration: 204.897821ms)"],"step_count":1}
==> gcp-auth [8e1c3fa4b3fa3653cfa6728a7d586249b322f4f2d88397d2277d132a5623ed93] <==
2024/07/01 10:30:16 GCP Auth Webhook started!
2024/07/01 10:31:13 Ready to marshal response ...
2024/07/01 10:31:13 Ready to write response ...
2024/07/01 10:31:13 Ready to marshal response ...
2024/07/01 10:31:13 Ready to write response ...
2024/07/01 10:31:13 Ready to marshal response ...
2024/07/01 10:31:13 Ready to write response ...
2024/07/01 10:31:23 Ready to marshal response ...
2024/07/01 10:31:23 Ready to write response ...
2024/07/01 10:31:31 Ready to marshal response ...
2024/07/01 10:31:31 Ready to write response ...
2024/07/01 10:31:31 Ready to marshal response ...
2024/07/01 10:31:31 Ready to write response ...
2024/07/01 10:31:39 Ready to marshal response ...
2024/07/01 10:31:39 Ready to write response ...
2024/07/01 10:31:50 Ready to marshal response ...
2024/07/01 10:31:50 Ready to write response ...
2024/07/01 10:32:21 Ready to marshal response ...
2024/07/01 10:32:21 Ready to write response ...
2024/07/01 10:32:39 Ready to marshal response ...
2024/07/01 10:32:39 Ready to write response ...
2024/07/01 10:35:00 Ready to marshal response ...
2024/07/01 10:35:00 Ready to write response ...
==> kernel <==
10:35:26 up 1 day, 18:17, 0 users, load average: 1.07, 1.55, 2.09
Linux addons-295221 5.15.0-1063-aws #69~20.04.1-Ubuntu SMP Fri May 10 19:21:30 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [4c5590d78a0dda8cbf6876f2ff97e82c8b7d547340d6de9cba23c87815e63f97] <==
I0701 10:33:17.076500 1 main.go:227] handling current node
I0701 10:33:27.080793 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:33:27.080830 1 main.go:227] handling current node
I0701 10:33:37.084412 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:33:37.084445 1 main.go:227] handling current node
I0701 10:33:47.088966 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:33:47.088993 1 main.go:227] handling current node
I0701 10:33:57.100737 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:33:57.100765 1 main.go:227] handling current node
I0701 10:34:07.105504 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:34:07.105533 1 main.go:227] handling current node
I0701 10:34:17.112745 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:34:17.112777 1 main.go:227] handling current node
I0701 10:34:27.124650 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:34:27.124678 1 main.go:227] handling current node
I0701 10:34:37.133132 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:34:37.133156 1 main.go:227] handling current node
I0701 10:34:47.136794 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:34:47.136825 1 main.go:227] handling current node
I0701 10:34:57.149159 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:34:57.149187 1 main.go:227] handling current node
I0701 10:35:07.163702 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:35:07.163741 1 main.go:227] handling current node
I0701 10:35:17.176270 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0701 10:35:17.176296 1 main.go:227] handling current node
==> kube-apiserver [d4d849a521d87cf109127cc5c0ad01ea1ee4a67b06a05fb901c37290f95f8207] <==
E0701 10:30:37.759583 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.110.73.71:443/apis/metrics.k8s.io/v1beta1: Get "https://10.110.73.71:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.110.73.71:443: connect: connection refused
E0701 10:30:37.765100 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.110.73.71:443/apis/metrics.k8s.io/v1beta1: Get "https://10.110.73.71:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.110.73.71:443: connect: connection refused
I0701 10:30:37.979077 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0701 10:31:13.252788 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.107.49.187"}
E0701 10:31:55.419053 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0701 10:32:02.093406 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0701 10:32:29.445095 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0701 10:32:30.509109 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
E0701 10:32:31.901520 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
I0701 10:32:38.385137 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 10:32:38.385188 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 10:32:38.400925 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 10:32:38.400967 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 10:32:38.427329 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 10:32:38.427376 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 10:32:38.429954 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 10:32:38.430006 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 10:32:38.467089 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0701 10:32:38.467210 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0701 10:32:38.982547 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0701 10:32:39.312725 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.58.94"}
W0701 10:32:39.427706 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0701 10:32:39.467382 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0701 10:32:39.479713 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0701 10:35:00.943795 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.164.61"}
==> kube-controller-manager [c4608879f0045187936d115ef3650e73b2bcd0831495ae189358a85858348218] <==
W0701 10:33:49.562290 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
E0701 10:33:49.562326 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
W0701 10:34:00.433719 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
E0701 10:34:00.433767 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
W0701 10:34:03.618063 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
E0701 10:34:03.618109 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
W0701 10:34:41.786102 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
E0701 10:34:41.786161 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
W0701 10:34:42.201237 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
E0701 10:34:42.201278 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
W0701 10:34:59.892742 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
E0701 10:34:59.892777 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
I0701 10:35:00.703917 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="38.943245ms"
I0701 10:35:00.717522 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="13.476676ms"
I0701 10:35:00.717665 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="35.151µs"
I0701 10:35:00.728841 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="55.976µs"
W0701 10:35:01.135553 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
E0701 10:35:01.135602 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
I0701 10:35:04.150713 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="46.991µs"
I0701 10:35:05.130050 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="42.65µs"
I0701 10:35:06.126344 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="38.819µs"
I0701 10:35:17.820299 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0701 10:35:17.824549 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="6.154µs"
I0701 10:35:17.827425 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0701 10:35:18.160234 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="38.868µs"
==> kube-proxy [9cba36c4bcdceade77fc88a1e62d05091f0b5453cf645fe4573debad14af3c82] <==
I0701 10:28:59.359799 1 server_linux.go:69] "Using iptables proxy"
I0701 10:28:59.965196 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0701 10:29:00.636033 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0701 10:29:00.636161 1 server_linux.go:165] "Using iptables Proxier"
I0701 10:29:00.641548 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0701 10:29:00.641578 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0701 10:29:00.641605 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"
I0701 10:29:00.641797 1 server.go:872] "Version info" version="v1.30.2"
I0701 10:29:00.641819 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0701 10:29:00.649543 1 config.go:192] "Starting service config controller"
I0701 10:29:00.649642 1 shared_informer.go:313] Waiting for caches to sync for service config
I0701 10:29:00.649717 1 config.go:101] "Starting endpoint slice config controller"
I0701 10:29:00.649752 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0701 10:29:00.652112 1 config.go:319] "Starting node config controller"
I0701 10:29:00.653214 1 shared_informer.go:313] Waiting for caches to sync for node config
I0701 10:29:00.802129 1 shared_informer.go:320] Caches are synced for node config
I0701 10:29:00.820562 1 shared_informer.go:320] Caches are synced for service config
I0701 10:29:00.828983 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [9bd5d9cb62e22de308cd363e9adc73ef8eaf23f7b77af643c80f87c3ca2acef6] <==
W0701 10:28:38.073413 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
E0701 10:28:38.073431 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
W0701 10:28:38.073469 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0701 10:28:38.073484 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W0701 10:28:38.073535 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
E0701 10:28:38.073550 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
W0701 10:28:38.073604 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0701 10:28:38.073619 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0701 10:28:38.073720 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"
E0701 10:28:38.073735 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"
W0701 10:28:38.074484 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
E0701 10:28:38.074509 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
W0701 10:28:38.076183 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0701 10:28:38.076293 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0701 10:28:38.076647 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
E0701 10:28:38.076730 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
W0701 10:28:38.076774 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
E0701 10:28:38.076802 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
W0701 10:28:38.076698 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0701 10:28:38.076861 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0701 10:28:38.076868 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
W0701 10:28:38.076918 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
E0701 10:28:38.076936 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
E0701 10:28:38.076958 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
I0701 10:28:38.968739 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 01 10:35:06 addons-295221 kubelet[1566]: E0701 10:35:06.113960 1566 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-jprlc_default(429d5acf-5e79-41a4-b338-73feb04a9616)\"" pod="default/hello-world-app-86c47465fc-jprlc" podUID="429d5acf-5e79-41a4-b338-73feb04a9616"
Jul 01 10:35:08 addons-295221 kubelet[1566]: I0701 10:35:08.936993 1566 scope.go:117] "RemoveContainer" containerID="3bce063a51a80216d6a1aa9219f1fef9431990a77d1eeda3383378908fe25b68"
Jul 01 10:35:08 addons-295221 kubelet[1566]: E0701 10:35:08.937310 1566 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb"
Jul 01 10:35:16 addons-295221 kubelet[1566]: I0701 10:35:16.834441 1566 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xpxgb\" (UniqueName: \"kubernetes.io/projected/8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb-kube-api-access-xpxgb\") pod \"8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb\" (UID: \"8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb\") "
Jul 01 10:35:16 addons-295221 kubelet[1566]: I0701 10:35:16.837240 1566 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb-kube-api-access-xpxgb" (OuterVolumeSpecName: "kube-api-access-xpxgb") pod "8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb" (UID: "8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb"). InnerVolumeSpecName "kube-api-access-xpxgb". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 01 10:35:16 addons-295221 kubelet[1566]: I0701 10:35:16.935087 1566 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-xpxgb\" (UniqueName: \"kubernetes.io/projected/8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb-kube-api-access-xpxgb\") on node \"addons-295221\" DevicePath \"\""
Jul 01 10:35:17 addons-295221 kubelet[1566]: I0701 10:35:17.135977 1566 scope.go:117] "RemoveContainer" containerID="3bce063a51a80216d6a1aa9219f1fef9431990a77d1eeda3383378908fe25b68"
Jul 01 10:35:17 addons-295221 kubelet[1566]: I0701 10:35:17.938346 1566 scope.go:117] "RemoveContainer" containerID="5f0f8a50350f0c6414e85acbb7fbf003e198dc3f1fb464c8bb626f5dfff08725"
Jul 01 10:35:17 addons-295221 kubelet[1566]: I0701 10:35:17.943512 1566 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="437729c4-0ce9-498f-a8fe-ba81b16f2841" path="/var/lib/kubelet/pods/437729c4-0ce9-498f-a8fe-ba81b16f2841/volumes"
Jul 01 10:35:17 addons-295221 kubelet[1566]: I0701 10:35:17.944180 1566 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb" path="/var/lib/kubelet/pods/8f6a77ff-0d97-4bfd-a6cf-ce0db67b20bb/volumes"
Jul 01 10:35:17 addons-295221 kubelet[1566]: I0701 10:35:17.947437 1566 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="dd2c9bd2-1168-46fe-ab50-e875d2ead6f3" path="/var/lib/kubelet/pods/dd2c9bd2-1168-46fe-ab50-e875d2ead6f3/volumes"
Jul 01 10:35:18 addons-295221 kubelet[1566]: I0701 10:35:18.140131 1566 scope.go:117] "RemoveContainer" containerID="5f0f8a50350f0c6414e85acbb7fbf003e198dc3f1fb464c8bb626f5dfff08725"
Jul 01 10:35:18 addons-295221 kubelet[1566]: I0701 10:35:18.140436 1566 scope.go:117] "RemoveContainer" containerID="560f597205fb61024fd69d21d1057a5111fa5c78844cc999a387df78563c268f"
Jul 01 10:35:18 addons-295221 kubelet[1566]: E0701 10:35:18.140708 1566 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-jprlc_default(429d5acf-5e79-41a4-b338-73feb04a9616)\"" pod="default/hello-world-app-86c47465fc-jprlc" podUID="429d5acf-5e79-41a4-b338-73feb04a9616"
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.149488 1566 scope.go:117] "RemoveContainer" containerID="dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5"
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.161538 1566 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-rx6cr\" (UniqueName: \"kubernetes.io/projected/916f4cd6-3f53-4123-9502-f34d39a9621b-kube-api-access-rx6cr\") pod \"916f4cd6-3f53-4123-9502-f34d39a9621b\" (UID: \"916f4cd6-3f53-4123-9502-f34d39a9621b\") "
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.161596 1566 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/916f4cd6-3f53-4123-9502-f34d39a9621b-webhook-cert\") pod \"916f4cd6-3f53-4123-9502-f34d39a9621b\" (UID: \"916f4cd6-3f53-4123-9502-f34d39a9621b\") "
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.166640 1566 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/916f4cd6-3f53-4123-9502-f34d39a9621b-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "916f4cd6-3f53-4123-9502-f34d39a9621b" (UID: "916f4cd6-3f53-4123-9502-f34d39a9621b"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.166988 1566 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/916f4cd6-3f53-4123-9502-f34d39a9621b-kube-api-access-rx6cr" (OuterVolumeSpecName: "kube-api-access-rx6cr") pod "916f4cd6-3f53-4123-9502-f34d39a9621b" (UID: "916f4cd6-3f53-4123-9502-f34d39a9621b"). InnerVolumeSpecName "kube-api-access-rx6cr". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.172874 1566 scope.go:117] "RemoveContainer" containerID="dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5"
Jul 01 10:35:21 addons-295221 kubelet[1566]: E0701 10:35:21.173499 1566 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5\": container with ID starting with dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5 not found: ID does not exist" containerID="dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5"
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.173535 1566 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5"} err="failed to get container status \"dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5\": rpc error: code = NotFound desc = could not find container \"dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5\": container with ID starting with dd64f8d63b56750a7b6c52870d72aa2b6a3fe81dd084993443c47f369a5423c5 not found: ID does not exist"
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.263194 1566 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-rx6cr\" (UniqueName: \"kubernetes.io/projected/916f4cd6-3f53-4123-9502-f34d39a9621b-kube-api-access-rx6cr\") on node \"addons-295221\" DevicePath \"\""
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.263238 1566 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/916f4cd6-3f53-4123-9502-f34d39a9621b-webhook-cert\") on node \"addons-295221\" DevicePath \"\""
Jul 01 10:35:21 addons-295221 kubelet[1566]: I0701 10:35:21.938595 1566 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="916f4cd6-3f53-4123-9502-f34d39a9621b" path="/var/lib/kubelet/pods/916f4cd6-3f53-4123-9502-f34d39a9621b/volumes"
==> storage-provisioner [b21220bfc690cc62b9169e544d69192bec4afafa3f1a2e00a63044902eedb6d8] <==
I0701 10:29:28.524833 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0701 10:29:28.585821 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0701 10:29:28.585880 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0701 10:29:28.594204 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0701 10:29:28.596136 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-295221_e708a47c-73d3-4d13-b3c8-56e184aa0603!
I0701 10:29:28.597288 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"89b0ba07-9d29-4adb-ba76-5ea8a20b2bba", APIVersion:"v1", ResourceVersion:"952", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-295221_e708a47c-73d3-4d13-b3c8-56e184aa0603 became leader
I0701 10:29:28.696393 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-295221_e708a47c-73d3-4d13-b3c8-56e184aa0603!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-295221 -n addons-295221
helpers_test.go:261: (dbg) Run: kubectl --context addons-295221 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (168.74s)