=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-334065 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-334065 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-334065 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" [a5e443b5-6332-4b13-9ab9-b9f320bb885e] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a5e443b5-6332-4b13-9ab9-b9f320bb885e] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.00319307s
addons_test.go:264: (dbg) Run: out/minikube-linux-amd64 -p addons-334065 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-334065 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.888445336s)
** 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-334065 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-amd64 -p addons-334065 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:308: (dbg) Run: out/minikube-linux-amd64 -p addons-334065 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-amd64 -p addons-334065 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-334065 addons disable ingress --alsologtostderr -v=1: (7.585849414s)
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-334065
helpers_test.go:235: (dbg) docker inspect addons-334065:
-- stdout --
[
{
"Id": "b6bfd0be33911ad4080862c1f879b06d7660580c5ff04f0a45aa3c06ce44c015",
"Created": "2024-07-22T10:29:42.549718732Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 15052,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-22T10:29:42.681385075Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:7bda27423b38cbebec7632cdf15a8fcb063ff209d17af249e6b3f1fbdb5fa681",
"ResolvConfPath": "/var/lib/docker/containers/b6bfd0be33911ad4080862c1f879b06d7660580c5ff04f0a45aa3c06ce44c015/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/b6bfd0be33911ad4080862c1f879b06d7660580c5ff04f0a45aa3c06ce44c015/hostname",
"HostsPath": "/var/lib/docker/containers/b6bfd0be33911ad4080862c1f879b06d7660580c5ff04f0a45aa3c06ce44c015/hosts",
"LogPath": "/var/lib/docker/containers/b6bfd0be33911ad4080862c1f879b06d7660580c5ff04f0a45aa3c06ce44c015/b6bfd0be33911ad4080862c1f879b06d7660580c5ff04f0a45aa3c06ce44c015-json.log",
"Name": "/addons-334065",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-334065:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-334065",
"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/8556dbff67c80bc09e7593792ff0158f5af4df60979f3f44f55194d97001822c-init/diff:/var/lib/docker/overlay2/11f54aaad070a11770facd3f0da3b341205c05f40cfec150f1bdf2d307424a8a/diff",
"MergedDir": "/var/lib/docker/overlay2/8556dbff67c80bc09e7593792ff0158f5af4df60979f3f44f55194d97001822c/merged",
"UpperDir": "/var/lib/docker/overlay2/8556dbff67c80bc09e7593792ff0158f5af4df60979f3f44f55194d97001822c/diff",
"WorkDir": "/var/lib/docker/overlay2/8556dbff67c80bc09e7593792ff0158f5af4df60979f3f44f55194d97001822c/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-334065",
"Source": "/var/lib/docker/volumes/addons-334065/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-334065",
"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-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f",
"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-334065",
"name.minikube.sigs.k8s.io": "addons-334065",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "0a8fd363035680803aa80d5b455bd910b8965d0448ca12dcda5bf45155d7f7ce",
"SandboxKey": "/var/run/docker/netns/0a8fd3630356",
"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-334065": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "9b6084400439d349bff3f70bbe1dcde4aaa4f83c385614cd9336a333ec355f6c",
"EndpointID": "d3e923c8cc61d64ddb3c0bd77362ca83e9f44635b680d69ea175df38c50f54d4",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-334065",
"b6bfd0be3391"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-334065 -n addons-334065
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-amd64 -p addons-334065 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-334065 logs -n 25: (1.151329177s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-134512 | download-only-134512 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | 22 Jul 24 10:29 UTC |
| delete | -p download-only-626108 | download-only-626108 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | 22 Jul 24 10:29 UTC |
| delete | -p download-only-234246 | download-only-234246 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | 22 Jul 24 10:29 UTC |
| start | --download-only -p | download-docker-084271 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | |
| | download-docker-084271 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-084271 | download-docker-084271 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | 22 Jul 24 10:29 UTC |
| start | --download-only -p | binary-mirror-078590 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | |
| | binary-mirror-078590 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:46751 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-078590 | binary-mirror-078590 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | 22 Jul 24 10:29 UTC |
| addons | enable dashboard -p | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | |
| | addons-334065 | | | | | |
| addons | disable dashboard -p | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | |
| | addons-334065 | | | | | |
| start | -p addons-334065 --wait=true | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:29 UTC | 22 Jul 24 10:32 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=helm-tiller | | | | | |
| addons | enable headlamp | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | -p addons-334065 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-334065 ip | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| addons | addons-334065 addons disable | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-334065 ssh cat | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | /opt/local-path-provisioner/pvc-1f0eb1a3-3cda-4692-8b1b-6d4d25522f5d_default_test-pvc/file1 | | | | | |
| addons | disable nvidia-device-plugin | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | -p addons-334065 | | | | | |
| addons | addons-334065 addons disable | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | addons-334065 | | | | | |
| addons | addons-334065 addons disable | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | 22 Jul 24 10:32 UTC |
| | addons-334065 | | | | | |
| ssh | addons-334065 ssh curl -s | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:32 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-334065 addons | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:33 UTC | 22 Jul 24 10:33 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-334065 addons | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:33 UTC | 22 Jul 24 10:33 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-334065 ip | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:35 UTC | 22 Jul 24 10:35 UTC |
| addons | addons-334065 addons disable | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:35 UTC | 22 Jul 24 10:35 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-334065 addons disable | addons-334065 | jenkins | v1.33.1 | 22 Jul 24 10:35 UTC | 22 Jul 24 10:35 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/22 10:29:19
Running on machine: ubuntu-20-agent-15
Binary: Built with gc go1.22.5 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0722 10:29:19.193257 14304 out.go:291] Setting OutFile to fd 1 ...
I0722 10:29:19.193406 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0722 10:29:19.193416 14304 out.go:304] Setting ErrFile to fd 2...
I0722 10:29:19.193423 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0722 10:29:19.193630 14304 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19313-5771/.minikube/bin
I0722 10:29:19.194220 14304 out.go:298] Setting JSON to false
I0722 10:29:19.194991 14304 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":710,"bootTime":1721643449,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1062-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
I0722 10:29:19.195055 14304 start.go:139] virtualization: kvm guest
I0722 10:29:19.197362 14304 out.go:177] * [addons-334065] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
I0722 10:29:19.198823 14304 notify.go:220] Checking for updates...
I0722 10:29:19.198829 14304 out.go:177] - MINIKUBE_LOCATION=19313
I0722 10:29:19.200551 14304 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0722 10:29:19.202349 14304 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19313-5771/kubeconfig
I0722 10:29:19.204138 14304 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19313-5771/.minikube
I0722 10:29:19.205712 14304 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0722 10:29:19.207172 14304 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0722 10:29:19.208622 14304 driver.go:392] Setting default libvirt URI to qemu:///system
I0722 10:29:19.230194 14304 docker.go:123] docker version: linux-27.0.3:Docker Engine - Community
I0722 10:29:19.230338 14304 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0722 10:29:19.277631 14304 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-22 10:29:19.268936451 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 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:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] 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] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0722 10:29:19.277721 14304 docker.go:307] overlay module found
I0722 10:29:19.279627 14304 out.go:177] * Using the docker driver based on user configuration
I0722 10:29:19.280876 14304 start.go:297] selected driver: docker
I0722 10:29:19.280891 14304 start.go:901] validating driver "docker" against <nil>
I0722 10:29:19.280902 14304 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0722 10:29:19.281775 14304 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0722 10:29:19.329203 14304 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ 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:26 OomKillDisable:true NGoroutines:45 SystemTime:2024-07-22 10:29:19.320186965 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1062-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_64 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:8 MemTotal:33647947776 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 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:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41 Expected:2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] 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] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
I0722 10:29:19.329379 14304 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0722 10:29:19.329617 14304 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]
I0722 10:29:19.331399 14304 out.go:177] * Using Docker driver with root privileges
I0722 10:29:19.332943 14304 cni.go:84] Creating CNI manager for ""
I0722 10:29:19.332986 14304 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0722 10:29:19.332997 14304 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0722 10:29:19.333090 14304 start.go:340] cluster config:
{Name:addons-334065 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-334065 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0722 10:29:19.334643 14304 out.go:177] * Starting "addons-334065" primary control-plane node in "addons-334065" cluster
I0722 10:29:19.335906 14304 cache.go:121] Beginning downloading kic base image for docker with crio
I0722 10:29:19.337268 14304 out.go:177] * Pulling base image v0.0.44-1721324606-19298 ...
I0722 10:29:19.338654 14304 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0722 10:29:19.338716 14304 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19313-5771/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4
I0722 10:29:19.338720 14304 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local docker daemon
I0722 10:29:19.338734 14304 cache.go:56] Caching tarball of preloaded images
I0722 10:29:19.338837 14304 preload.go:172] Found /home/jenkins/minikube-integration/19313-5771/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0722 10:29:19.338854 14304 cache.go:59] Finished verifying existence of preloaded tar for v1.30.3 on crio
I0722 10:29:19.339240 14304 profile.go:143] Saving config to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/config.json ...
I0722 10:29:19.339271 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/config.json: {Name:mk4a52e3cb6bc4ff92040734978b63a911dc49be Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:19.354356 14304 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f to local cache
I0722 10:29:19.354479 14304 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory
I0722 10:29:19.354493 14304 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f in local cache directory, skipping pull
I0722 10:29:19.354497 14304 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f exists in cache, skipping pull
I0722 10:29:19.354504 14304 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f as a tarball
I0722 10:29:19.354509 14304 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from local cache
I0722 10:29:31.046253 14304 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f from cached tarball
I0722 10:29:31.046289 14304 cache.go:194] Successfully downloaded all kic artifacts
I0722 10:29:31.046323 14304 start.go:360] acquireMachinesLock for addons-334065: {Name:mk991331277a326f6e5767b9bc80a6b300f2ce3d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0722 10:29:31.046426 14304 start.go:364] duration metric: took 84.349µs to acquireMachinesLock for "addons-334065"
I0722 10:29:31.046448 14304 start.go:93] Provisioning new machine with config: &{Name:addons-334065 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-334065 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0722 10:29:31.046523 14304 start.go:125] createHost starting for "" (driver="docker")
I0722 10:29:31.048682 14304 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0722 10:29:31.048904 14304 start.go:159] libmachine.API.Create for "addons-334065" (driver="docker")
I0722 10:29:31.048934 14304 client.go:168] LocalClient.Create starting
I0722 10:29:31.049057 14304 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca.pem
I0722 10:29:31.108011 14304 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/cert.pem
I0722 10:29:31.577811 14304 cli_runner.go:164] Run: docker network inspect addons-334065 --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}}]}"
W0722 10:29:31.593044 14304 cli_runner.go:211] docker network inspect addons-334065 --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
I0722 10:29:31.593114 14304 network_create.go:284] running [docker network inspect addons-334065] to gather additional debugging logs...
I0722 10:29:31.593132 14304 cli_runner.go:164] Run: docker network inspect addons-334065
W0722 10:29:31.608378 14304 cli_runner.go:211] docker network inspect addons-334065 returned with exit code 1
I0722 10:29:31.608406 14304 network_create.go:287] error running [docker network inspect addons-334065]: docker network inspect addons-334065: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-334065 not found
I0722 10:29:31.608422 14304 network_create.go:289] output of [docker network inspect addons-334065]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-334065 not found
** /stderr **
I0722 10:29:31.608535 14304 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}}]}"
I0722 10:29:31.624613 14304 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:0xc00186ff00}
I0722 10:29:31.624661 14304 network_create.go:124] attempt to create docker network addons-334065 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0722 10:29:31.624719 14304 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-334065 addons-334065
I0722 10:29:31.686167 14304 network_create.go:108] docker network addons-334065 192.168.49.0/24 created
I0722 10:29:31.686201 14304 kic.go:121] calculated static IP "192.168.49.2" for the "addons-334065" container
I0722 10:29:31.686274 14304 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0722 10:29:31.701752 14304 cli_runner.go:164] Run: docker volume create addons-334065 --label name.minikube.sigs.k8s.io=addons-334065 --label created_by.minikube.sigs.k8s.io=true
I0722 10:29:31.719293 14304 oci.go:103] Successfully created a docker volume addons-334065
I0722 10:29:31.719361 14304 cli_runner.go:164] Run: docker run --rm --name addons-334065-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-334065 --entrypoint /usr/bin/test -v addons-334065:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib
I0722 10:29:37.891266 14304 cli_runner.go:217] Completed: docker run --rm --name addons-334065-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-334065 --entrypoint /usr/bin/test -v addons-334065:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -d /var/lib: (6.171856457s)
I0722 10:29:37.891302 14304 oci.go:107] Successfully prepared a docker volume addons-334065
I0722 10:29:37.891318 14304 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0722 10:29:37.891339 14304 kic.go:194] Starting extracting preloaded images to volume ...
I0722 10:29:37.891402 14304 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19313-5771/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-334065:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir
I0722 10:29:42.488630 14304 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19313-5771/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-334065:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f -I lz4 -xf /preloaded.tar -C /extractDir: (4.597195302s)
I0722 10:29:42.488657 14304 kic.go:203] duration metric: took 4.597316769s to extract preloaded images to volume ...
W0722 10:29:42.488785 14304 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0722 10:29:42.488872 14304 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0722 10:29:42.534371 14304 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-334065 --name addons-334065 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-334065 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-334065 --network addons-334065 --ip 192.168.49.2 --volume addons-334065:/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-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f
I0722 10:29:42.843114 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Running}}
I0722 10:29:42.860461 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:29:42.878396 14304 cli_runner.go:164] Run: docker exec addons-334065 stat /var/lib/dpkg/alternatives/iptables
I0722 10:29:42.920104 14304 oci.go:144] the created container "addons-334065" has a running status.
I0722 10:29:42.920132 14304 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa...
I0722 10:29:43.202853 14304 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0722 10:29:43.230167 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:29:43.253368 14304 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0722 10:29:43.253389 14304 kic_runner.go:114] Args: [docker exec --privileged addons-334065 chown docker:docker /home/docker/.ssh/authorized_keys]
I0722 10:29:43.314302 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:29:43.332398 14304 machine.go:94] provisionDockerMachine start ...
I0722 10:29:43.332476 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:43.352220 14304 main.go:141] libmachine: Using SSH client type: native
I0722 10:29:43.352426 14304 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0722 10:29:43.352439 14304 main.go:141] libmachine: About to run SSH command:
hostname
I0722 10:29:43.495787 14304 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-334065
I0722 10:29:43.495815 14304 ubuntu.go:169] provisioning hostname "addons-334065"
I0722 10:29:43.495880 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:43.514806 14304 main.go:141] libmachine: Using SSH client type: native
I0722 10:29:43.514980 14304 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0722 10:29:43.514993 14304 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-334065 && echo "addons-334065" | sudo tee /etc/hostname
I0722 10:29:43.634873 14304 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-334065
I0722 10:29:43.634946 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:43.652016 14304 main.go:141] libmachine: Using SSH client type: native
I0722 10:29:43.652213 14304 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0722 10:29:43.652240 14304 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-334065' /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-334065/g' /etc/hosts;
else
echo '127.0.1.1 addons-334065' | sudo tee -a /etc/hosts;
fi
fi
I0722 10:29:43.760342 14304 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0722 10:29:43.760376 14304 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19313-5771/.minikube CaCertPath:/home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19313-5771/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19313-5771/.minikube}
I0722 10:29:43.760419 14304 ubuntu.go:177] setting up certificates
I0722 10:29:43.760431 14304 provision.go:84] configureAuth start
I0722 10:29:43.760506 14304 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-334065
I0722 10:29:43.776704 14304 provision.go:143] copyHostCerts
I0722 10:29:43.776780 14304 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19313-5771/.minikube/ca.pem (1082 bytes)
I0722 10:29:43.776903 14304 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19313-5771/.minikube/cert.pem (1123 bytes)
I0722 10:29:43.776983 14304 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19313-5771/.minikube/key.pem (1675 bytes)
I0722 10:29:43.777052 14304 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19313-5771/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca-key.pem org=jenkins.addons-334065 san=[127.0.0.1 192.168.49.2 addons-334065 localhost minikube]
I0722 10:29:43.967665 14304 provision.go:177] copyRemoteCerts
I0722 10:29:43.967728 14304 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0722 10:29:43.967757 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:43.983995 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:29:44.068434 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0722 10:29:44.089265 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0722 10:29:44.110272 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0722 10:29:44.130981 14304 provision.go:87] duration metric: took 370.533874ms to configureAuth
I0722 10:29:44.131006 14304 ubuntu.go:193] setting minikube options for container-runtime
I0722 10:29:44.131146 14304 config.go:182] Loaded profile config "addons-334065": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0722 10:29:44.131233 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:44.148048 14304 main.go:141] libmachine: Using SSH client type: native
I0722 10:29:44.148236 14304 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82da80] 0x8307e0 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0722 10:29:44.148259 14304 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
I0722 10:29:44.341585 14304 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0722 10:29:44.341609 14304 machine.go:97] duration metric: took 1.009192287s to provisionDockerMachine
I0722 10:29:44.341620 14304 client.go:171] duration metric: took 13.292677942s to LocalClient.Create
I0722 10:29:44.341632 14304 start.go:167] duration metric: took 13.292729734s to libmachine.API.Create "addons-334065"
I0722 10:29:44.341639 14304 start.go:293] postStartSetup for "addons-334065" (driver="docker")
I0722 10:29:44.341647 14304 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]
I0722 10:29:44.341706 14304 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
I0722 10:29:44.341739 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:44.359339 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:29:44.444881 14304 ssh_runner.go:195] Run: cat /etc/os-release
I0722 10:29:44.447828 14304 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0722 10:29:44.447868 14304 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0722 10:29:44.447880 14304 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0722 10:29:44.447892 14304 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0722 10:29:44.447905 14304 filesync.go:126] Scanning /home/jenkins/minikube-integration/19313-5771/.minikube/addons for local assets ...
I0722 10:29:44.447995 14304 filesync.go:126] Scanning /home/jenkins/minikube-integration/19313-5771/.minikube/files for local assets ...
I0722 10:29:44.448029 14304 start.go:296] duration metric: took 106.384289ms for postStartSetup
I0722 10:29:44.448337 14304 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-334065
I0722 10:29:44.464458 14304 profile.go:143] Saving config to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/config.json ...
I0722 10:29:44.464796 14304 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0722 10:29:44.464846 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:44.481441 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:29:44.560877 14304 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0722 10:29:44.565124 14304 start.go:128] duration metric: took 13.518587889s to createHost
I0722 10:29:44.565155 14304 start.go:83] releasing machines lock for "addons-334065", held for 13.518718925s
I0722 10:29:44.565208 14304 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-334065
I0722 10:29:44.581854 14304 ssh_runner.go:195] Run: cat /version.json
I0722 10:29:44.581898 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:44.581958 14304 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0722 10:29:44.582033 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:29:44.600065 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:29:44.600548 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:29:44.753199 14304 ssh_runner.go:195] Run: systemctl --version
I0722 10:29:44.757034 14304 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0722 10:29:44.891647 14304 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0722 10:29:44.895815 14304 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" ;
I0722 10:29:44.913429 14304 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0722 10:29:44.913506 14304 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" ;
I0722 10:29:44.940687 14304 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0722 10:29:44.940707 14304 start.go:495] detecting cgroup driver to use...
I0722 10:29:44.940735 14304 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0722 10:29:44.940775 14304 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0722 10:29:44.954457 14304 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0722 10:29:44.964560 14304 docker.go:217] disabling cri-docker service (if available) ...
I0722 10:29:44.964622 14304 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0722 10:29:44.976990 14304 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0722 10:29:44.989975 14304 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0722 10:29:45.065744 14304 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0722 10:29:45.145599 14304 docker.go:233] disabling docker service ...
I0722 10:29:45.145654 14304 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0722 10:29:45.161904 14304 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0722 10:29:45.171711 14304 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0722 10:29:45.253075 14304 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0722 10:29:45.332922 14304 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0722 10:29:45.342644 14304 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"
I0722 10:29:45.356605 14304 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0722 10:29:45.356660 14304 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"
I0722 10:29:45.364853 14304 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0722 10:29:45.364903 14304 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0722 10:29:45.373130 14304 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0722 10:29:45.381224 14304 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0722 10:29:45.389441 14304 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0722 10:29:45.397098 14304 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"
I0722 10:29:45.405318 14304 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"
I0722 10:29:45.418747 14304 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"
I0722 10:29:45.427299 14304 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0722 10:29:45.434724 14304 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0722 10:29:45.442255 14304 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0722 10:29:45.520334 14304 ssh_runner.go:195] Run: sudo systemctl restart crio
I0722 10:29:45.628184 14304 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
I0722 10:29:45.628260 14304 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0722 10:29:45.631612 14304 start.go:563] Will wait 60s for crictl version
I0722 10:29:45.631664 14304 ssh_runner.go:195] Run: which crictl
I0722 10:29:45.634627 14304 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0722 10:29:45.666787 14304 start.go:579] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0722 10:29:45.666898 14304 ssh_runner.go:195] Run: crio --version
I0722 10:29:45.699990 14304 ssh_runner.go:195] Run: crio --version
I0722 10:29:45.733232 14304 out.go:177] * Preparing Kubernetes v1.30.3 on CRI-O 1.24.6 ...
I0722 10:29:45.734651 14304 cli_runner.go:164] Run: docker network inspect addons-334065 --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}}]}"
I0722 10:29:45.750015 14304 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0722 10:29:45.753256 14304 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""
I0722 10:29:45.762694 14304 kubeadm.go:883] updating cluster {Name:addons-334065 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-334065 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0722 10:29:45.762803 14304 preload.go:131] Checking if preload exists for k8s version v1.30.3 and runtime crio
I0722 10:29:45.762861 14304 ssh_runner.go:195] Run: sudo crictl images --output json
I0722 10:29:45.822597 14304 crio.go:514] all images are preloaded for cri-o runtime.
I0722 10:29:45.822619 14304 crio.go:433] Images already preloaded, skipping extraction
I0722 10:29:45.822667 14304 ssh_runner.go:195] Run: sudo crictl images --output json
I0722 10:29:45.854375 14304 crio.go:514] all images are preloaded for cri-o runtime.
I0722 10:29:45.854399 14304 cache_images.go:84] Images are preloaded, skipping loading
I0722 10:29:45.854407 14304 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.3 crio true true} ...
I0722 10:29:45.854519 14304 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-334065 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.3 ClusterName:addons-334065 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:}
I0722 10:29:45.854592 14304 ssh_runner.go:195] Run: crio config
I0722 10:29:45.894947 14304 cni.go:84] Creating CNI manager for ""
I0722 10:29:45.894965 14304 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0722 10:29:45.894973 14304 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0722 10:29:45.894992 14304 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-334065 NodeName:addons-334065 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}
I0722 10:29:45.895124 14304 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-334065"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0722 10:29:45.895177 14304 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.3
I0722 10:29:45.903047 14304 binaries.go:44] Found k8s binaries, skipping transfer
I0722 10:29:45.903119 14304 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0722 10:29:45.910710 14304 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0722 10:29:45.925907 14304 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0722 10:29:45.941344 14304 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0722 10:29:45.956380 14304 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0722 10:29:45.959326 14304 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""
I0722 10:29:45.968283 14304 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0722 10:29:46.041572 14304 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0722 10:29:46.053196 14304 certs.go:68] Setting up /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065 for IP: 192.168.49.2
I0722 10:29:46.053217 14304 certs.go:194] generating shared ca certs ...
I0722 10:29:46.053237 14304 certs.go:226] acquiring lock for ca certs: {Name:mkb881695165ba2d7d573932dad1a190ac653204 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.053366 14304 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19313-5771/.minikube/ca.key
I0722 10:29:46.209459 14304 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19313-5771/.minikube/ca.crt ...
I0722 10:29:46.209487 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/ca.crt: {Name:mkf8c037f1e94a8346b226d87f03fdefc13bcc22 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.209636 14304 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19313-5771/.minikube/ca.key ...
I0722 10:29:46.209646 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/ca.key: {Name:mk8bd35aecee3dbf050dc263ff7ceafcf3fc5850 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.209712 14304 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19313-5771/.minikube/proxy-client-ca.key
I0722 10:29:46.432809 14304 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19313-5771/.minikube/proxy-client-ca.crt ...
I0722 10:29:46.432838 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/proxy-client-ca.crt: {Name:mkac2e46093dfc11ccb816523fc0da99e0a29b88 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.432992 14304 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19313-5771/.minikube/proxy-client-ca.key ...
I0722 10:29:46.433004 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/proxy-client-ca.key: {Name:mk71f1d0e90df814e6dba50c0e91bab38786838e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.433068 14304 certs.go:256] generating profile certs ...
I0722 10:29:46.433117 14304 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/client.key
I0722 10:29:46.433130 14304 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/client.crt with IP's: []
I0722 10:29:46.546232 14304 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/client.crt ...
I0722 10:29:46.546258 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/client.crt: {Name:mk9ffee9fc3f5508de6b47e23154398d9ff35655 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.546411 14304 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/client.key ...
I0722 10:29:46.546421 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/client.key: {Name:mk756c652b2e724dd392126692d599c4238c14ab Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.546487 14304 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.key.73433db0
I0722 10:29:46.546503 14304 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.crt.73433db0 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0722 10:29:46.638771 14304 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.crt.73433db0 ...
I0722 10:29:46.638797 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.crt.73433db0: {Name:mkd3c6c71b619f3627cefc1e3a872fe88acdc16c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.638941 14304 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.key.73433db0 ...
I0722 10:29:46.638967 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.key.73433db0: {Name:mk6e05e553c0faa410c5fb1e85075fe2cd55916b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.639032 14304 certs.go:381] copying /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.crt.73433db0 -> /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.crt
I0722 10:29:46.639102 14304 certs.go:385] copying /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.key.73433db0 -> /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.key
I0722 10:29:46.639151 14304 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.key
I0722 10:29:46.639167 14304 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.crt with IP's: []
I0722 10:29:46.710883 14304 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.crt ...
I0722 10:29:46.710911 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.crt: {Name:mk7389bee6d4c2106e84e748eae40f314d4eede7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.711063 14304 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.key ...
I0722 10:29:46.711073 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.key: {Name:mkdfdc7b961214cac6e621227051567124447007 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:29:46.711225 14304 certs.go:484] found cert: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca-key.pem (1675 bytes)
I0722 10:29:46.711254 14304 certs.go:484] found cert: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/ca.pem (1082 bytes)
I0722 10:29:46.711281 14304 certs.go:484] found cert: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/cert.pem (1123 bytes)
I0722 10:29:46.711305 14304 certs.go:484] found cert: /home/jenkins/minikube-integration/19313-5771/.minikube/certs/key.pem (1675 bytes)
I0722 10:29:46.711844 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0722 10:29:46.733521 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0722 10:29:46.754312 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0722 10:29:46.774703 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0722 10:29:46.795049 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0722 10:29:46.816172 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0722 10:29:46.837677 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0722 10:29:46.859529 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/profiles/addons-334065/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0722 10:29:46.881126 14304 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19313-5771/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0722 10:29:46.902451 14304 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0722 10:29:46.918911 14304 ssh_runner.go:195] Run: openssl version
I0722 10:29:46.924064 14304 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"
I0722 10:29:46.932628 14304 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0722 10:29:46.935700 14304 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 22 10:29 /usr/share/ca-certificates/minikubeCA.pem
I0722 10:29:46.935751 14304 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0722 10:29:46.941989 14304 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"
I0722 10:29:46.950047 14304 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0722 10:29:46.952918 14304 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
I0722 10:29:46.952978 14304 kubeadm.go:392] StartCluster: {Name:addons-334065 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721324606-19298@sha256:1c495b056df42bd3fd9a5c30d049e1802f9ed73a342611781f1ccc3c3853953f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:addons-334065 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0722 10:29:46.953076 14304 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0722 10:29:46.953115 14304 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0722 10:29:46.984013 14304 cri.go:89] found id: ""
I0722 10:29:46.984088 14304 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0722 10:29:46.991612 14304 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0722 10:29:46.999247 14304 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0722 10:29:46.999312 14304 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
I0722 10:29:47.007201 14304 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0722 10:29:47.007225 14304 kubeadm.go:157] found existing configuration files:
I0722 10:29:47.007265 14304 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0722 10:29:47.014508 14304 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0722 10:29:47.014560 14304 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0722 10:29:47.021695 14304 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0722 10:29:47.029504 14304 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0722 10:29:47.029567 14304 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0722 10:29:47.037406 14304 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0722 10:29:47.045144 14304 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0722 10:29:47.045208 14304 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0722 10:29:47.052446 14304 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0722 10:29:47.059960 14304 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0722 10:29:47.060010 14304 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0722 10:29:47.067184 14304 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.3:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0722 10:29:47.137771 14304 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1062-gcp\n", err: exit status 1
I0722 10:29:47.190038 14304 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0722 10:29:56.347383 14304 kubeadm.go:310] [init] Using Kubernetes version: v1.30.3
I0722 10:29:56.347437 14304 kubeadm.go:310] [preflight] Running pre-flight checks
I0722 10:29:56.347519 14304 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0722 10:29:56.347578 14304 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-gcp[0m
I0722 10:29:56.347633 14304 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0722 10:29:56.347682 14304 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0722 10:29:56.347722 14304 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0722 10:29:56.347762 14304 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0722 10:29:56.347806 14304 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0722 10:29:56.347846 14304 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0722 10:29:56.347890 14304 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0722 10:29:56.347947 14304 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0722 10:29:56.348028 14304 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0722 10:29:56.348091 14304 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0722 10:29:56.348184 14304 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0722 10:29:56.348313 14304 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0722 10:29:56.348434 14304 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0722 10:29:56.348506 14304 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0722 10:29:56.350509 14304 out.go:204] - Generating certificates and keys ...
I0722 10:29:56.350593 14304 kubeadm.go:310] [certs] Using existing ca certificate authority
I0722 10:29:56.350655 14304 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0722 10:29:56.350734 14304 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0722 10:29:56.350793 14304 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0722 10:29:56.350844 14304 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0722 10:29:56.350903 14304 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0722 10:29:56.350967 14304 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0722 10:29:56.351088 14304 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-334065 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0722 10:29:56.351153 14304 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0722 10:29:56.351314 14304 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-334065 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0722 10:29:56.351413 14304 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0722 10:29:56.351497 14304 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0722 10:29:56.351556 14304 kubeadm.go:310] [certs] Generating "sa" key and public key
I0722 10:29:56.351614 14304 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0722 10:29:56.351664 14304 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0722 10:29:56.351729 14304 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0722 10:29:56.351816 14304 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0722 10:29:56.351874 14304 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0722 10:29:56.351924 14304 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0722 10:29:56.351993 14304 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0722 10:29:56.352053 14304 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0722 10:29:56.353373 14304 out.go:204] - Booting up control plane ...
I0722 10:29:56.353477 14304 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0722 10:29:56.353572 14304 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0722 10:29:56.353661 14304 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0722 10:29:56.353782 14304 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0722 10:29:56.353910 14304 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0722 10:29:56.353954 14304 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0722 10:29:56.354164 14304 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0722 10:29:56.354264 14304 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0722 10:29:56.354315 14304 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.659763ms
I0722 10:29:56.354377 14304 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0722 10:29:56.354427 14304 kubeadm.go:310] [api-check] The API server is healthy after 4.501835243s
I0722 10:29:56.354520 14304 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0722 10:29:56.354624 14304 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0722 10:29:56.354676 14304 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0722 10:29:56.354828 14304 kubeadm.go:310] [mark-control-plane] Marking the node addons-334065 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0722 10:29:56.354882 14304 kubeadm.go:310] [bootstrap-token] Using token: 38dkv8.catu009crovjnvhs
I0722 10:29:56.356337 14304 out.go:204] - Configuring RBAC rules ...
I0722 10:29:56.356436 14304 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0722 10:29:56.356513 14304 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0722 10:29:56.356653 14304 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0722 10:29:56.356774 14304 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0722 10:29:56.356904 14304 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0722 10:29:56.357015 14304 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0722 10:29:56.357113 14304 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0722 10:29:56.357158 14304 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0722 10:29:56.357197 14304 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0722 10:29:56.357203 14304 kubeadm.go:310]
I0722 10:29:56.357262 14304 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0722 10:29:56.357269 14304 kubeadm.go:310]
I0722 10:29:56.357345 14304 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0722 10:29:56.357353 14304 kubeadm.go:310]
I0722 10:29:56.357374 14304 kubeadm.go:310] mkdir -p $HOME/.kube
I0722 10:29:56.357423 14304 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0722 10:29:56.357471 14304 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0722 10:29:56.357477 14304 kubeadm.go:310]
I0722 10:29:56.357520 14304 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0722 10:29:56.357530 14304 kubeadm.go:310]
I0722 10:29:56.357574 14304 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0722 10:29:56.357580 14304 kubeadm.go:310]
I0722 10:29:56.357636 14304 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0722 10:29:56.357705 14304 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0722 10:29:56.357763 14304 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0722 10:29:56.357769 14304 kubeadm.go:310]
I0722 10:29:56.357842 14304 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0722 10:29:56.357906 14304 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0722 10:29:56.357914 14304 kubeadm.go:310]
I0722 10:29:56.357985 14304 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 38dkv8.catu009crovjnvhs \
I0722 10:29:56.358070 14304 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:bcd9894da300b307498e4cb60c01df56838f7f38873ed2588469f3f9f724002e \
I0722 10:29:56.358091 14304 kubeadm.go:310] --control-plane
I0722 10:29:56.358097 14304 kubeadm.go:310]
I0722 10:29:56.358164 14304 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0722 10:29:56.358170 14304 kubeadm.go:310]
I0722 10:29:56.358240 14304 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 38dkv8.catu009crovjnvhs \
I0722 10:29:56.358341 14304 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:bcd9894da300b307498e4cb60c01df56838f7f38873ed2588469f3f9f724002e
I0722 10:29:56.358356 14304 cni.go:84] Creating CNI manager for ""
I0722 10:29:56.358365 14304 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0722 10:29:56.359888 14304 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0722 10:29:56.361276 14304 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0722 10:29:56.364788 14304 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.3/kubectl ...
I0722 10:29:56.364802 14304 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0722 10:29:56.380254 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0722 10:29:56.565594 14304 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0722 10:29:56.565643 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:29:56.565679 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-334065 minikube.k8s.io/updated_at=2024_07_22T10_29_56_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=8e5b1d22910d5d447b525af478862a848159d7b7 minikube.k8s.io/name=addons-334065 minikube.k8s.io/primary=true
I0722 10:29:56.636420 14304 ops.go:34] apiserver oom_adj: -16
I0722 10:29:56.636586 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:29:57.137433 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:29:57.636647 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:29:58.137440 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:29:58.637242 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:29:59.136670 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:29:59.637586 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:00.137350 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:00.636657 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:01.136657 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:01.636664 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:02.137484 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:02.636664 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:03.136683 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:03.636698 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:04.137558 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:04.636646 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:05.136979 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:05.637398 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:06.136640 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:06.636638 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:07.137553 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:07.637540 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:08.137396 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:08.637532 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:09.137422 14304 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0722 10:30:09.204112 14304 kubeadm.go:1113] duration metric: took 12.638509858s to wait for elevateKubeSystemPrivileges
I0722 10:30:09.204143 14304 kubeadm.go:394] duration metric: took 22.251167129s to StartCluster
I0722 10:30:09.204167 14304 settings.go:142] acquiring lock: {Name:mka0b393e749352954e0f6c730aada3a6312ad26 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:30:09.204282 14304 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19313-5771/kubeconfig
I0722 10:30:09.204801 14304 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19313-5771/kubeconfig: {Name:mkb5525a46ba9ec7b830e949db0621f424511ded Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0722 10:30:09.205023 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0722 10:30:09.205064 14304 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0722 10:30:09.205125 14304 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:true 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]
I0722 10:30:09.205221 14304 addons.go:69] Setting yakd=true in profile "addons-334065"
I0722 10:30:09.205290 14304 addons.go:69] Setting inspektor-gadget=true in profile "addons-334065"
I0722 10:30:09.205303 14304 config.go:182] Loaded profile config "addons-334065": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0722 10:30:09.205321 14304 addons.go:69] Setting metrics-server=true in profile "addons-334065"
I0722 10:30:09.205330 14304 addons.go:234] Setting addon inspektor-gadget=true in "addons-334065"
I0722 10:30:09.205343 14304 addons.go:234] Setting addon metrics-server=true in "addons-334065"
I0722 10:30:09.205309 14304 addons.go:234] Setting addon yakd=true in "addons-334065"
I0722 10:30:09.205372 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.205379 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.205384 14304 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-334065"
I0722 10:30:09.205413 14304 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-334065"
I0722 10:30:09.205433 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.205439 14304 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-334065"
I0722 10:30:09.205480 14304 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-334065"
I0722 10:30:09.205804 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.205871 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.205880 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.205891 14304 addons.go:69] Setting volumesnapshots=true in profile "addons-334065"
I0722 10:30:09.205915 14304 addons.go:234] Setting addon volumesnapshots=true in "addons-334065"
I0722 10:30:09.205936 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.206086 14304 addons.go:69] Setting gcp-auth=true in profile "addons-334065"
I0722 10:30:09.206114 14304 mustload.go:65] Loading cluster: addons-334065
I0722 10:30:09.206118 14304 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-334065"
I0722 10:30:09.206157 14304 addons.go:69] Setting cloud-spanner=true in profile "addons-334065"
I0722 10:30:09.206179 14304 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-334065"
I0722 10:30:09.206187 14304 addons.go:234] Setting addon cloud-spanner=true in "addons-334065"
I0722 10:30:09.206207 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.206217 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.206296 14304 config.go:182] Loaded profile config "addons-334065": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.3
I0722 10:30:09.206320 14304 addons.go:69] Setting default-storageclass=true in profile "addons-334065"
I0722 10:30:09.206333 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.206343 14304 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-334065"
I0722 10:30:09.206344 14304 addons.go:69] Setting registry=true in profile "addons-334065"
I0722 10:30:09.206368 14304 addons.go:234] Setting addon registry=true in "addons-334065"
I0722 10:30:09.206392 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.206527 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.206590 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.206621 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.206661 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.206783 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.205871 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.205881 14304 addons.go:69] Setting volcano=true in profile "addons-334065"
I0722 10:30:09.211434 14304 addons.go:234] Setting addon volcano=true in "addons-334065"
I0722 10:30:09.211483 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.212010 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.212668 14304 addons.go:69] Setting storage-provisioner=true in profile "addons-334065"
I0722 10:30:09.212706 14304 addons.go:234] Setting addon storage-provisioner=true in "addons-334065"
I0722 10:30:09.212751 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.213219 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.212118 14304 out.go:177] * Verifying Kubernetes components...
I0722 10:30:09.212171 14304 addons.go:69] Setting helm-tiller=true in profile "addons-334065"
I0722 10:30:09.213446 14304 addons.go:234] Setting addon helm-tiller=true in "addons-334065"
I0722 10:30:09.213498 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.214038 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.212185 14304 addons.go:69] Setting ingress=true in profile "addons-334065"
I0722 10:30:09.216718 14304 addons.go:234] Setting addon ingress=true in "addons-334065"
I0722 10:30:09.216778 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.217212 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.219552 14304 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0722 10:30:09.205375 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.212195 14304 addons.go:69] Setting ingress-dns=true in profile "addons-334065"
I0722 10:30:09.220642 14304 addons.go:234] Setting addon ingress-dns=true in "addons-334065"
I0722 10:30:09.220701 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.221033 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.221188 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.246938 14304 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0722 10:30:09.246995 14304 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0722 10:30:09.248559 14304 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0722 10:30:09.248580 14304 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0722 10:30:09.248641 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.249674 14304 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-334065"
I0722 10:30:09.249718 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.250187 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.250372 14304 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0722 10:30:09.250393 14304 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0722 10:30:09.250450 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.251996 14304 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0722 10:30:09.253348 14304 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0722 10:30:09.254800 14304 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0722 10:30:09.256327 14304 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0722 10:30:09.258203 14304 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0722 10:30:09.266176 14304 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0722 10:30:09.270377 14304 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0722 10:30:09.272856 14304 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0722 10:30:09.273450 14304 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0722 10:30:09.274433 14304 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0722 10:30:09.274452 14304 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0722 10:30:09.274528 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.275210 14304 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0722 10:30:09.275231 14304 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0722 10:30:09.275297 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.288674 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.290560 14304 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.0
I0722 10:30:09.290562 14304 out.go:177] - Using image docker.io/registry:2.8.3
I0722 10:30:09.290582 14304 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0722 10:30:09.292291 14304 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0722 10:30:09.292312 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0722 10:30:09.292369 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
W0722 10:30:09.292904 14304 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0722 10:30:09.293152 14304 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0722 10:30:09.293272 14304 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0722 10:30:09.293290 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0722 10:30:09.293342 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.294248 14304 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0722 10:30:09.294328 14304 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0722 10:30:09.294344 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0722 10:30:09.294407 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.295140 14304 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.1
I0722 10:30:09.295251 14304 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0722 10:30:09.295269 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0722 10:30:09.295322 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.297554 14304 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0722 10:30:09.297604 14304 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0722 10:30:09.299806 14304 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0722 10:30:09.299822 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0722 10:30:09.299869 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.300036 14304 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0722 10:30:09.301421 14304 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0722 10:30:09.301439 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0722 10:30:09.301485 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.305884 14304 addons.go:234] Setting addon default-storageclass=true in "addons-334065"
I0722 10:30:09.305928 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:09.306375 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:09.318068 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.326525 14304 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0722 10:30:09.328403 14304 out.go:177] - Using image docker.io/busybox:stable
I0722 10:30:09.329862 14304 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0722 10:30:09.329883 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0722 10:30:09.329939 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.338688 14304 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0722 10:30:09.340761 14304 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0722 10:30:09.341717 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.349699 14304 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0722 10:30:09.349722 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0722 10:30:09.349778 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.349983 14304 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0722 10:30:09.350006 14304 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0722 10:30:09.350049 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.350250 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.352965 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.355662 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.357423 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.368702 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.368796 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.368702 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.373263 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.376086 14304 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0722 10:30:09.376110 14304 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0722 10:30:09.376162 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:09.379699 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.387519 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.389574 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:09.404676 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0722 10:30:09.410745 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
W0722 10:30:09.411663 14304 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0722 10:30:09.411695 14304 retry.go:31] will retry after 316.273868ms: ssh: handshake failed: EOF
I0722 10:30:09.615725 14304 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0722 10:30:09.615813 14304 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0722 10:30:09.708936 14304 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0722 10:30:09.710019 14304 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0722 10:30:09.710092 14304 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0722 10:30:09.711550 14304 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0722 10:30:09.711603 14304 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0722 10:30:09.806497 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0722 10:30:09.815964 14304 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0722 10:30:09.816056 14304 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0722 10:30:09.824181 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0722 10:30:09.902014 14304 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0722 10:30:09.902061 14304 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0722 10:30:09.902997 14304 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0722 10:30:09.903073 14304 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0722 10:30:09.914111 14304 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0722 10:30:09.914157 14304 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)
I0722 10:30:09.916895 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0722 10:30:09.922714 14304 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0722 10:30:09.922743 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0722 10:30:10.007419 14304 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0722 10:30:10.007499 14304 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0722 10:30:10.010166 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0722 10:30:10.022991 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0722 10:30:10.024054 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0722 10:30:10.104356 14304 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0722 10:30:10.104471 14304 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0722 10:30:10.112145 14304 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0722 10:30:10.112225 14304 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0722 10:30:10.202524 14304 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0722 10:30:10.202563 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0722 10:30:10.203299 14304 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0722 10:30:10.203333 14304 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0722 10:30:10.203970 14304 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0722 10:30:10.204015 14304 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0722 10:30:10.204852 14304 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0722 10:30:10.204998 14304 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0722 10:30:10.324352 14304 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0722 10:30:10.324447 14304 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0722 10:30:10.408362 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0722 10:30:10.409451 14304 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0722 10:30:10.409478 14304 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0722 10:30:10.413802 14304 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0722 10:30:10.413847 14304 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0722 10:30:10.503201 14304 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0722 10:30:10.503232 14304 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0722 10:30:10.601361 14304 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0722 10:30:10.601451 14304 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0722 10:30:10.620909 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0722 10:30:10.621337 14304 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0722 10:30:10.621369 14304 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0722 10:30:10.623074 14304 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0722 10:30:10.623096 14304 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0722 10:30:10.814666 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0722 10:30:10.902724 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0722 10:30:10.912028 14304 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0722 10:30:10.912071 14304 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0722 10:30:11.013353 14304 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0722 10:30:11.013380 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0722 10:30:11.017575 14304 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0722 10:30:11.017596 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0722 10:30:11.103159 14304 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0722 10:30:11.103204 14304 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0722 10:30:11.109360 14304 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.704645974s)
I0722 10:30:11.109500 14304 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0722 10:30:11.109443 14304 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.400477791s)
I0722 10:30:11.111685 14304 node_ready.go:35] waiting up to 6m0s for node "addons-334065" to be "Ready" ...
I0722 10:30:11.202096 14304 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0722 10:30:11.202127 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0722 10:30:11.302128 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0722 10:30:11.314532 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0722 10:30:11.623661 14304 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0722 10:30:11.623761 14304 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0722 10:30:11.814897 14304 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-334065" context rescaled to 1 replicas
I0722 10:30:12.102890 14304 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0722 10:30:12.102975 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0722 10:30:12.107656 14304 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0722 10:30:12.107735 14304 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0722 10:30:12.403120 14304 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0722 10:30:12.403167 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0722 10:30:12.602932 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0722 10:30:12.911534 14304 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0722 10:30:12.911617 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0722 10:30:13.016900 14304 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0722 10:30:13.016995 14304 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0722 10:30:13.207862 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0722 10:30:13.305041 14304 node_ready.go:53] node "addons-334065" has status "Ready":"False"
I0722 10:30:15.614668 14304 node_ready.go:53] node "addons-334065" has status "Ready":"False"
I0722 10:30:15.924344 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.117802519s)
I0722 10:30:15.924402 14304 addons.go:475] Verifying addon ingress=true in "addons-334065"
I0722 10:30:15.924447 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.100166811s)
I0722 10:30:15.924704 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.007780143s)
I0722 10:30:15.924829 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.914570286s)
I0722 10:30:15.924859 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.901813792s)
I0722 10:30:15.924887 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.900814951s)
I0722 10:30:15.924908 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.516508952s)
I0722 10:30:15.924968 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.304030452s)
I0722 10:30:15.925329 14304 addons.go:475] Verifying addon registry=true in "addons-334065"
I0722 10:30:15.925087 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.022330442s)
I0722 10:30:15.925649 14304 addons.go:475] Verifying addon metrics-server=true in "addons-334065"
I0722 10:30:15.925109 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (5.110306503s)
I0722 10:30:15.926247 14304 out.go:177] * Verifying ingress addon...
I0722 10:30:15.927301 14304 out.go:177] * Verifying registry addon...
I0722 10:30:15.928896 14304 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0722 10:30:15.929691 14304 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0722 10:30:16.007249 14304 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0722 10:30:16.007348 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:16.007284 14304 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0722 10:30:16.007370 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0722 10:30:16.010995 14304 out.go:239] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0722 10:30:16.510929 14304 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0722 10:30:16.511101 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:16.515333 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:16.515490 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:16.537841 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:16.707916 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.405716835s)
W0722 10:30:16.707971 14304 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0722 10:30:16.707993 14304 retry.go:31] will retry after 187.082034ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0722 10:30:16.707994 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.393420449s)
I0722 10:30:16.708097 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.105066899s)
I0722 10:30:16.709628 14304 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-334065 service yakd-dashboard -n yakd-dashboard
I0722 10:30:16.820684 14304 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0722 10:30:16.841274 14304 addons.go:234] Setting addon gcp-auth=true in "addons-334065"
I0722 10:30:16.841336 14304 host.go:66] Checking if "addons-334065" exists ...
I0722 10:30:16.841853 14304 cli_runner.go:164] Run: docker container inspect addons-334065 --format={{.State.Status}}
I0722 10:30:16.859282 14304 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0722 10:30:16.859370 14304 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-334065
I0722 10:30:16.875519 14304 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/19313-5771/.minikube/machines/addons-334065/id_rsa Username:docker}
I0722 10:30:16.896183 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0722 10:30:16.932638 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:16.934597 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:17.404649 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.196670544s)
I0722 10:30:17.404690 14304 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-334065"
I0722 10:30:17.406358 14304 out.go:177] * Verifying csi-hostpath-driver addon...
I0722 10:30:17.408368 14304 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0722 10:30:17.415871 14304 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0722 10:30:17.415897 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:17.433391 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:17.433764 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:17.615313 14304 node_ready.go:53] node "addons-334065" has status "Ready":"False"
I0722 10:30:17.913181 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:17.933055 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:17.933249 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:18.411844 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:18.432816 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:18.433012 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:18.913285 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:18.934304 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:18.934660 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:19.412675 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:19.434654 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:19.434730 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:19.619153 14304 node_ready.go:53] node "addons-334065" has status "Ready":"False"
I0722 10:30:19.912952 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:19.932313 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:19.933182 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:20.032845 14304 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.13661253s)
I0722 10:30:20.032903 14304 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.173549337s)
I0722 10:30:20.034929 14304 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0722 10:30:20.036877 14304 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0722 10:30:20.038283 14304 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0722 10:30:20.038323 14304 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0722 10:30:20.055180 14304 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0722 10:30:20.055204 14304 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0722 10:30:20.103731 14304 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0722 10:30:20.103755 14304 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0722 10:30:20.120581 14304 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0722 10:30:20.414328 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:20.433099 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:20.433584 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:20.709838 14304 addons.go:475] Verifying addon gcp-auth=true in "addons-334065"
I0722 10:30:20.711493 14304 out.go:177] * Verifying gcp-auth addon...
I0722 10:30:20.713964 14304 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0722 10:30:20.719069 14304 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0722 10:30:20.719131 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:20.912763 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:20.933011 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:20.933788 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:21.217607 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:21.412454 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:21.432351 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:21.432704 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:21.716892 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:21.912799 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:21.933159 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:21.933777 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:22.115135 14304 node_ready.go:53] node "addons-334065" has status "Ready":"False"
I0722 10:30:22.216688 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:22.412650 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:22.433160 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:22.433588 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:22.717671 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:22.912112 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:22.933099 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:22.933310 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:23.217608 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:23.411897 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:23.432867 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:23.432935 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:23.717057 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:23.912511 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:23.932731 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:23.934642 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:24.115172 14304 node_ready.go:53] node "addons-334065" has status "Ready":"False"
I0722 10:30:24.217033 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:24.412326 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:24.432248 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:24.433205 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:24.717276 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:24.912905 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:24.932863 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:24.932968 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:25.216889 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:25.412189 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:25.433330 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:25.433336 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:25.717369 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:25.912796 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:25.932797 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:25.932941 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:26.115263 14304 node_ready.go:53] node "addons-334065" has status "Ready":"False"
I0722 10:30:26.216483 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:26.411669 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:26.432494 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:26.435081 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:26.717115 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:26.912374 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:26.932474 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:26.933101 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:27.217435 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:27.412723 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:27.432616 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:27.433235 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:27.717427 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:27.912733 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:27.932679 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:27.933407 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:28.219030 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:28.415225 14304 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0722 10:30:28.415246 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:28.432683 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:28.433961 14304 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0722 10:30:28.433976 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:28.615547 14304 node_ready.go:49] node "addons-334065" has status "Ready":"True"
I0722 10:30:28.615570 14304 node_ready.go:38] duration metric: took 17.503858891s for node "addons-334065" to be "Ready" ...
I0722 10:30:28.615579 14304 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" ...
I0722 10:30:28.624709 14304 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-r94bv" in "kube-system" namespace to be "Ready" ...
I0722 10:30:28.717100 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:28.914854 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:28.933657 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:28.934505 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:29.219999 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:29.415154 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:29.434137 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:29.434929 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:29.719181 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:29.913824 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:29.934079 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:29.934126 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:30.130102 14304 pod_ready.go:92] pod "coredns-7db6d8ff4d-r94bv" in "kube-system" namespace has status "Ready":"True"
I0722 10:30:30.130128 14304 pod_ready.go:81] duration metric: took 1.505393048s for pod "coredns-7db6d8ff4d-r94bv" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.130158 14304 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.134366 14304 pod_ready.go:92] pod "etcd-addons-334065" in "kube-system" namespace has status "Ready":"True"
I0722 10:30:30.134389 14304 pod_ready.go:81] duration metric: took 4.223201ms for pod "etcd-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.134404 14304 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.138355 14304 pod_ready.go:92] pod "kube-apiserver-addons-334065" in "kube-system" namespace has status "Ready":"True"
I0722 10:30:30.138374 14304 pod_ready.go:81] duration metric: took 3.962058ms for pod "kube-apiserver-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.138383 14304 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.142518 14304 pod_ready.go:92] pod "kube-controller-manager-addons-334065" in "kube-system" namespace has status "Ready":"True"
I0722 10:30:30.142538 14304 pod_ready.go:81] duration metric: took 4.148133ms for pod "kube-controller-manager-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.142552 14304 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-ds79m" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.216584 14304 pod_ready.go:92] pod "kube-proxy-ds79m" in "kube-system" namespace has status "Ready":"True"
I0722 10:30:30.216609 14304 pod_ready.go:81] duration metric: took 74.049103ms for pod "kube-proxy-ds79m" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.216621 14304 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.217466 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:30.414130 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:30.433588 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:30.434448 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:30.616707 14304 pod_ready.go:92] pod "kube-scheduler-addons-334065" in "kube-system" namespace has status "Ready":"True"
I0722 10:30:30.616735 14304 pod_ready.go:81] duration metric: took 400.103851ms for pod "kube-scheduler-addons-334065" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.616748 14304 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace to be "Ready" ...
I0722 10:30:30.717503 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:30.913183 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:30.933128 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:30.934121 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:31.221208 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:31.415124 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:31.505084 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:31.505231 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:31.717333 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:31.915019 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:31.935328 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:31.935812 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:32.218797 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:32.414849 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:32.433904 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:32.434481 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:32.622226 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:32.716859 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:32.913699 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:32.933949 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:32.933950 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:33.217387 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:33.414179 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:33.433203 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:33.434245 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:33.717595 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:33.913521 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:33.934159 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:33.934460 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:34.218079 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:34.413818 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:34.433764 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:34.434362 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:34.718013 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:34.914413 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:34.933470 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:34.934752 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:35.123297 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:35.216898 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:35.413191 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:35.433559 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:35.434778 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:35.717551 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:35.912777 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:35.932785 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:35.934142 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:36.217115 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:36.414735 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:36.433784 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:36.433790 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:36.717638 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:36.913497 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:36.932896 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:36.934026 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:37.217001 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:37.413257 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:37.432969 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:37.434042 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:37.621093 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:37.717853 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:37.914653 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:37.934624 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:37.934969 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:38.218478 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:38.416411 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:38.433363 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:38.434611 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:38.718168 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:38.913961 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:38.934377 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:38.934576 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:39.217402 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:39.414359 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:39.433919 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:39.433954 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:39.622717 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:39.717803 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:39.913654 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:39.933940 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:39.933987 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:40.217963 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:40.413947 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:40.436204 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:40.436377 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:40.717580 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:40.913338 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:40.933034 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:40.933986 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:41.218332 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:41.413751 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:41.435027 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:41.436033 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:41.717682 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:41.912780 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:41.933561 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:41.933831 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:42.124401 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:42.216871 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:42.414068 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:42.434167 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:42.434681 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:42.717515 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:42.914212 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:42.933500 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:42.933626 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:43.217295 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:43.414668 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:43.434297 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:43.434357 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:43.717982 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:43.913455 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:43.933428 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:43.934513 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:44.124595 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:44.217595 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:44.414843 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:44.433457 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:44.433587 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:44.718162 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:44.914283 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:44.934864 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:44.935140 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:45.216794 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:45.413420 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:45.432923 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:45.433918 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:45.717830 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:45.915195 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:46.002126 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:46.003464 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:46.217894 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:46.413917 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:46.433330 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:46.434434 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:46.623439 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:46.717620 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:46.913787 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:46.933687 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:46.933839 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:47.217997 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:47.415599 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:47.433152 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:47.434518 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:47.717736 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:47.913716 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:47.935418 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:47.935612 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:48.217621 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:48.414124 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:48.433559 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:48.434495 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:48.717265 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:48.914585 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:48.933552 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:48.934235 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:49.122167 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:49.217629 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:49.413767 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:49.433997 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:49.434261 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:49.717856 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:49.913830 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:49.935477 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:49.938127 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:50.217333 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:50.413696 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:50.433662 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:50.433926 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:50.717520 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:50.913906 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:50.934455 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:50.934494 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:51.217821 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:51.413007 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:51.432927 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:51.434698 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:51.622366 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:51.717497 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:51.915563 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:52.003497 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:52.004718 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:52.237551 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:52.508770 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:52.509391 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:52.509402 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:52.718003 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:52.915692 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:53.008025 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:53.009007 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:53.217467 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:53.414586 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:53.504766 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:53.505539 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:53.622408 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:53.717745 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:53.913759 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:53.933656 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:53.933974 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:54.217306 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:54.413324 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:54.435369 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:54.435868 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:54.717900 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:54.914273 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:54.933426 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:54.934522 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:55.217721 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:55.413096 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:55.433601 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:55.434345 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:55.622746 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:55.717443 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:55.914323 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:55.932743 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:55.933558 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:56.217178 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:56.413684 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:56.433900 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:56.434219 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:56.717728 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:56.913357 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:56.933934 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:56.933937 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:57.217670 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:57.414427 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:57.433812 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:57.433976 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:57.717986 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:57.913022 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:57.932874 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:57.933716 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:58.121987 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:30:58.217592 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:58.413019 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:58.433121 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:58.436665 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:58.718530 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:58.914188 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:58.933357 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:58.934766 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:59.218116 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:59.413640 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:59.433485 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:30:59.433687 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:59.718064 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:30:59.913613 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:30:59.933106 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:30:59.933332 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:00.122579 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:00.217335 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:00.413824 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:00.434004 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:00.434004 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:00.718577 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:00.914576 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:00.933181 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:00.933925 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:01.217919 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:01.413751 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:01.433426 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:01.435606 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:01.717492 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:01.914254 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:01.933431 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:01.935012 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:02.217214 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:02.413899 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:02.433144 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:02.433895 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:02.623804 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:02.717595 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:02.913438 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:02.933769 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:02.933892 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:03.217806 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:03.413720 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:03.434114 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:03.434431 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:03.717774 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:03.913134 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:03.933788 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:03.933827 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:04.217573 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:04.415111 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:04.433885 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:04.434164 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:04.624138 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:04.718283 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:04.916777 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:04.939107 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:04.939337 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:05.218365 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:05.414455 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:05.433432 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:05.435743 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:05.718086 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:05.914491 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:05.933028 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:05.934171 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:06.217258 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:06.413815 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:06.432352 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:06.433700 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:06.717150 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:06.914313 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:06.932882 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:06.933784 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:07.123083 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:07.217766 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:07.413854 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:07.433827 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:07.434267 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:07.717290 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:07.913709 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:07.934083 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0722 10:31:07.934191 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:08.274211 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:08.414431 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:08.433142 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:08.434478 14304 kapi.go:107] duration metric: took 52.504781432s to wait for kubernetes.io/minikube-addons=registry ...
I0722 10:31:08.717313 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:08.915044 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:08.933044 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:09.218139 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:09.413971 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:09.433408 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:09.622834 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:09.717459 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:09.915274 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:09.934203 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:10.218812 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:10.416314 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:10.506131 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:10.717860 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:10.914198 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:11.004068 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:11.218553 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:11.414447 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:11.502275 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:11.623407 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:11.717672 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:11.914036 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:11.933201 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:12.217892 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:12.414489 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:12.433134 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:12.717201 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:12.913863 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:12.933021 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:13.217596 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:13.413151 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:13.433147 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:13.758460 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:13.914458 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:13.933165 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:14.122748 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:14.217240 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:14.414426 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:14.432689 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:14.717610 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:14.913516 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:14.933552 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:15.217573 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:15.414223 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:15.432583 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:15.718305 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:15.913552 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:15.933463 14304 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0722 10:31:16.218244 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:16.413752 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:16.433164 14304 kapi.go:107] duration metric: took 1m0.504265187s to wait for app.kubernetes.io/name=ingress-nginx ...
I0722 10:31:16.623307 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:16.718297 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:16.915277 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:17.217156 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:17.413412 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:17.717456 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:17.915027 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:18.218162 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:18.413998 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:18.717621 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:18.914969 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:19.122164 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:19.217294 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:19.414554 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:19.718069 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:19.914089 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0722 10:31:20.217702 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:20.413723 14304 kapi.go:107] duration metric: took 1m3.005349297s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0722 10:31:20.717725 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:21.217189 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:21.621960 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:21.717484 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:22.217346 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:22.717904 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:23.217188 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:23.622160 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:23.717669 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:24.217413 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:24.752946 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:25.217299 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:25.622436 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:25.717690 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:26.216812 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:26.716903 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:27.217023 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:27.718174 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:28.121957 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:28.217419 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:28.717185 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:29.217664 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:29.717217 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:30.122563 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:30.217266 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:30.748123 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:31.217198 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:31.717390 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:32.216881 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:32.622126 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:32.717683 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:33.217810 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:33.717255 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:34.217448 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:34.622864 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:34.717156 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:35.218135 14304 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0722 10:31:35.718146 14304 kapi.go:107] duration metric: took 1m15.004182718s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0722 10:31:35.720114 14304 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-334065 cluster.
I0722 10:31:35.721569 14304 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.
I0722 10:31:35.722808 14304 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0722 10:31:35.724244 14304 out.go:177] * Enabled addons: storage-provisioner, ingress-dns, cloud-spanner, nvidia-device-plugin, metrics-server, helm-tiller, default-storageclass, inspektor-gadget, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0722 10:31:35.725593 14304 addons.go:510] duration metric: took 1m26.52046532s for enable addons: enabled=[storage-provisioner ingress-dns cloud-spanner nvidia-device-plugin metrics-server helm-tiller default-storageclass inspektor-gadget yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0722 10:31:37.122305 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:39.122598 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:41.621884 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:43.622504 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:46.122498 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:48.622077 14304 pod_ready.go:102] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"False"
I0722 10:31:49.122072 14304 pod_ready.go:92] pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace has status "Ready":"True"
I0722 10:31:49.122093 14304 pod_ready.go:81] duration metric: took 1m18.505338245s for pod "metrics-server-c59844bb4-jxhvs" in "kube-system" namespace to be "Ready" ...
I0722 10:31:49.122103 14304 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-fpcmw" in "kube-system" namespace to be "Ready" ...
I0722 10:31:49.126353 14304 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-fpcmw" in "kube-system" namespace has status "Ready":"True"
I0722 10:31:49.126373 14304 pod_ready.go:81] duration metric: took 4.264057ms for pod "nvidia-device-plugin-daemonset-fpcmw" in "kube-system" namespace to be "Ready" ...
I0722 10:31:49.126393 14304 pod_ready.go:38] duration metric: took 1m20.510803725s 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" ...
I0722 10:31:49.126408 14304 api_server.go:52] waiting for apiserver process to appear ...
I0722 10:31:49.126433 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0722 10:31:49.126482 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0722 10:31:49.160830 14304 cri.go:89] found id: "e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f"
I0722 10:31:49.160854 14304 cri.go:89] found id: ""
I0722 10:31:49.160862 14304 logs.go:276] 1 containers: [e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f]
I0722 10:31:49.160907 14304 ssh_runner.go:195] Run: which crictl
I0722 10:31:49.164126 14304 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0722 10:31:49.164174 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0722 10:31:49.196745 14304 cri.go:89] found id: "bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544"
I0722 10:31:49.196762 14304 cri.go:89] found id: ""
I0722 10:31:49.196769 14304 logs.go:276] 1 containers: [bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544]
I0722 10:31:49.196810 14304 ssh_runner.go:195] Run: which crictl
I0722 10:31:49.199853 14304 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0722 10:31:49.199907 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0722 10:31:49.232753 14304 cri.go:89] found id: "063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa"
I0722 10:31:49.232774 14304 cri.go:89] found id: ""
I0722 10:31:49.232781 14304 logs.go:276] 1 containers: [063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa]
I0722 10:31:49.232821 14304 ssh_runner.go:195] Run: which crictl
I0722 10:31:49.236203 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0722 10:31:49.236279 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0722 10:31:49.269558 14304 cri.go:89] found id: "ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8"
I0722 10:31:49.269579 14304 cri.go:89] found id: ""
I0722 10:31:49.269587 14304 logs.go:276] 1 containers: [ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8]
I0722 10:31:49.269636 14304 ssh_runner.go:195] Run: which crictl
I0722 10:31:49.272893 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0722 10:31:49.272949 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0722 10:31:49.305243 14304 cri.go:89] found id: "929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628"
I0722 10:31:49.305263 14304 cri.go:89] found id: ""
I0722 10:31:49.305270 14304 logs.go:276] 1 containers: [929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628]
I0722 10:31:49.305307 14304 ssh_runner.go:195] Run: which crictl
I0722 10:31:49.308622 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0722 10:31:49.308674 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0722 10:31:49.341421 14304 cri.go:89] found id: "23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4"
I0722 10:31:49.341440 14304 cri.go:89] found id: ""
I0722 10:31:49.341447 14304 logs.go:276] 1 containers: [23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4]
I0722 10:31:49.341485 14304 ssh_runner.go:195] Run: which crictl
I0722 10:31:49.344504 14304 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0722 10:31:49.344578 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0722 10:31:49.377129 14304 cri.go:89] found id: "63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2"
I0722 10:31:49.377154 14304 cri.go:89] found id: ""
I0722 10:31:49.377162 14304 logs.go:276] 1 containers: [63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2]
I0722 10:31:49.377214 14304 ssh_runner.go:195] Run: which crictl
I0722 10:31:49.380372 14304 logs.go:123] Gathering logs for coredns [063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa] ...
I0722 10:31:49.380392 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa"
I0722 10:31:49.414296 14304 logs.go:123] Gathering logs for kube-proxy [929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628] ...
I0722 10:31:49.414328 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628"
I0722 10:31:49.446606 14304 logs.go:123] Gathering logs for kindnet [63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2] ...
I0722 10:31:49.446638 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2"
I0722 10:31:49.483939 14304 logs.go:123] Gathering logs for dmesg ...
I0722 10:31:49.483970 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0722 10:31:49.496277 14304 logs.go:123] Gathering logs for describe nodes ...
I0722 10:31:49.496314 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0722 10:31:49.591950 14304 logs.go:123] Gathering logs for etcd [bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544] ...
I0722 10:31:49.591978 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544"
I0722 10:31:49.636809 14304 logs.go:123] Gathering logs for kube-controller-manager [23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4] ...
I0722 10:31:49.636840 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4"
I0722 10:31:49.693454 14304 logs.go:123] Gathering logs for CRI-O ...
I0722 10:31:49.693488 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0722 10:31:49.768379 14304 logs.go:123] Gathering logs for container status ...
I0722 10:31:49.768425 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0722 10:31:49.811815 14304 logs.go:123] Gathering logs for kubelet ...
I0722 10:31:49.811850 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0722 10:31:49.844869 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.206692 1749 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.845126 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.206733 1749 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.845373 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207377 1749 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.845506 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207401 1749 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-334065" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.845738 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207459 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.845883 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207474 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.846015 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207519 1749 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.846161 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207533 1749 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.846293 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210146 1749 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.846436 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210184 1749 reflector.go:150] object-"gcp-auth"/"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-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.846569 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210222 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.846777 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210243 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.846938 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210352 1749 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.847081 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210367 1749 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
I0722 10:31:49.881660 14304 logs.go:123] Gathering logs for kube-apiserver [e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f] ...
I0722 10:31:49.881697 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f"
I0722 10:31:49.925948 14304 logs.go:123] Gathering logs for kube-scheduler [ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8] ...
I0722 10:31:49.925989 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8"
I0722 10:31:49.965148 14304 out.go:304] Setting ErrFile to fd 2...
I0722 10:31:49.965180 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0722 10:31:49.965250 14304 out.go:239] X Problems detected in kubelet:
W0722 10:31:49.965269 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210184 1749 reflector.go:150] object-"gcp-auth"/"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-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.965284 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210222 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.965298 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210243 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.965310 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210352 1749 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:31:49.965319 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210367 1749 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
I0722 10:31:49.965330 14304 out.go:304] Setting ErrFile to fd 2...
I0722 10:31:49.965341 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0722 10:31:59.966387 14304 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0722 10:31:59.979761 14304 api_server.go:72] duration metric: took 1m50.774659881s to wait for apiserver process to appear ...
I0722 10:31:59.979789 14304 api_server.go:88] waiting for apiserver healthz status ...
I0722 10:31:59.979832 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0722 10:31:59.979885 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0722 10:32:00.013737 14304 cri.go:89] found id: "e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f"
I0722 10:32:00.013769 14304 cri.go:89] found id: ""
I0722 10:32:00.013780 14304 logs.go:276] 1 containers: [e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f]
I0722 10:32:00.013843 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:00.016944 14304 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0722 10:32:00.017008 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0722 10:32:00.049668 14304 cri.go:89] found id: "bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544"
I0722 10:32:00.049685 14304 cri.go:89] found id: ""
I0722 10:32:00.049693 14304 logs.go:276] 1 containers: [bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544]
I0722 10:32:00.049735 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:00.053013 14304 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0722 10:32:00.053072 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0722 10:32:00.084999 14304 cri.go:89] found id: "063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa"
I0722 10:32:00.085020 14304 cri.go:89] found id: ""
I0722 10:32:00.085030 14304 logs.go:276] 1 containers: [063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa]
I0722 10:32:00.085080 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:00.088425 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0722 10:32:00.088490 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0722 10:32:00.120870 14304 cri.go:89] found id: "ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8"
I0722 10:32:00.120895 14304 cri.go:89] found id: ""
I0722 10:32:00.120905 14304 logs.go:276] 1 containers: [ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8]
I0722 10:32:00.120956 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:00.124199 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0722 10:32:00.124260 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0722 10:32:00.158152 14304 cri.go:89] found id: "929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628"
I0722 10:32:00.158177 14304 cri.go:89] found id: ""
I0722 10:32:00.158185 14304 logs.go:276] 1 containers: [929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628]
I0722 10:32:00.158249 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:00.161460 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0722 10:32:00.161524 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0722 10:32:00.193606 14304 cri.go:89] found id: "23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4"
I0722 10:32:00.193626 14304 cri.go:89] found id: ""
I0722 10:32:00.193636 14304 logs.go:276] 1 containers: [23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4]
I0722 10:32:00.193689 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:00.197020 14304 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0722 10:32:00.197071 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0722 10:32:00.228730 14304 cri.go:89] found id: "63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2"
I0722 10:32:00.228748 14304 cri.go:89] found id: ""
I0722 10:32:00.228755 14304 logs.go:276] 1 containers: [63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2]
I0722 10:32:00.228795 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:00.231920 14304 logs.go:123] Gathering logs for CRI-O ...
I0722 10:32:00.231947 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0722 10:32:00.303500 14304 logs.go:123] Gathering logs for container status ...
I0722 10:32:00.303533 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0722 10:32:00.343348 14304 logs.go:123] Gathering logs for kube-apiserver [e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f] ...
I0722 10:32:00.343377 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f"
I0722 10:32:00.384976 14304 logs.go:123] Gathering logs for coredns [063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa] ...
I0722 10:32:00.385008 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa"
I0722 10:32:00.419785 14304 logs.go:123] Gathering logs for kube-scheduler [ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8] ...
I0722 10:32:00.419810 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8"
I0722 10:32:00.457382 14304 logs.go:123] Gathering logs for kube-proxy [929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628] ...
I0722 10:32:00.457411 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628"
I0722 10:32:00.489030 14304 logs.go:123] Gathering logs for kube-controller-manager [23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4] ...
I0722 10:32:00.489055 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4"
I0722 10:32:00.544904 14304 logs.go:123] Gathering logs for kubelet ...
I0722 10:32:00.544939 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0722 10:32:00.571837 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.206692 1749 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.572120 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.206733 1749 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.572370 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207377 1749 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.572528 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207401 1749 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-334065" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.572778 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207459 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.572937 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207474 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.573100 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207519 1749 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.573269 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207533 1749 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.573433 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210146 1749 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.573611 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210184 1749 reflector.go:150] object-"gcp-auth"/"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-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.573776 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210222 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.573955 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210243 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.574119 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210352 1749 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.574293 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210367 1749 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
I0722 10:32:00.609525 14304 logs.go:123] Gathering logs for dmesg ...
I0722 10:32:00.609561 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0722 10:32:00.622052 14304 logs.go:123] Gathering logs for describe nodes ...
I0722 10:32:00.622085 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0722 10:32:00.719486 14304 logs.go:123] Gathering logs for etcd [bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544] ...
I0722 10:32:00.719520 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544"
I0722 10:32:00.764915 14304 logs.go:123] Gathering logs for kindnet [63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2] ...
I0722 10:32:00.764946 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2"
I0722 10:32:00.802651 14304 out.go:304] Setting ErrFile to fd 2...
I0722 10:32:00.802676 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0722 10:32:00.802723 14304 out.go:239] X Problems detected in kubelet:
W0722 10:32:00.802732 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210184 1749 reflector.go:150] object-"gcp-auth"/"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-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.802741 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210222 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.802750 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210243 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.802763 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210352 1749 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:00.802771 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210367 1749 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
I0722 10:32:00.802778 14304 out.go:304] Setting ErrFile to fd 2...
I0722 10:32:00.802785 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0722 10:32:10.804351 14304 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0722 10:32:10.808645 14304 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0722 10:32:10.809447 14304 api_server.go:141] control plane version: v1.30.3
I0722 10:32:10.809471 14304 api_server.go:131] duration metric: took 10.829674301s to wait for apiserver health ...
I0722 10:32:10.809480 14304 system_pods.go:43] waiting for kube-system pods to appear ...
I0722 10:32:10.809507 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0722 10:32:10.809565 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0722 10:32:10.842738 14304 cri.go:89] found id: "e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f"
I0722 10:32:10.842759 14304 cri.go:89] found id: ""
I0722 10:32:10.842768 14304 logs.go:276] 1 containers: [e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f]
I0722 10:32:10.842818 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:10.846111 14304 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0722 10:32:10.846179 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0722 10:32:10.878972 14304 cri.go:89] found id: "bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544"
I0722 10:32:10.878994 14304 cri.go:89] found id: ""
I0722 10:32:10.879001 14304 logs.go:276] 1 containers: [bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544]
I0722 10:32:10.879049 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:10.882281 14304 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0722 10:32:10.882339 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0722 10:32:10.918863 14304 cri.go:89] found id: "063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa"
I0722 10:32:10.918889 14304 cri.go:89] found id: ""
I0722 10:32:10.918900 14304 logs.go:276] 1 containers: [063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa]
I0722 10:32:10.918966 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:10.922279 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0722 10:32:10.922331 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0722 10:32:10.955143 14304 cri.go:89] found id: "ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8"
I0722 10:32:10.955167 14304 cri.go:89] found id: ""
I0722 10:32:10.955181 14304 logs.go:276] 1 containers: [ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8]
I0722 10:32:10.955222 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:10.958475 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0722 10:32:10.958534 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0722 10:32:10.991108 14304 cri.go:89] found id: "929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628"
I0722 10:32:10.991128 14304 cri.go:89] found id: ""
I0722 10:32:10.991134 14304 logs.go:276] 1 containers: [929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628]
I0722 10:32:10.991180 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:10.994399 14304 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0722 10:32:10.994447 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0722 10:32:11.027583 14304 cri.go:89] found id: "23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4"
I0722 10:32:11.027609 14304 cri.go:89] found id: ""
I0722 10:32:11.027621 14304 logs.go:276] 1 containers: [23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4]
I0722 10:32:11.027683 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:11.031550 14304 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0722 10:32:11.031631 14304 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0722 10:32:11.065372 14304 cri.go:89] found id: "63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2"
I0722 10:32:11.065396 14304 cri.go:89] found id: ""
I0722 10:32:11.065404 14304 logs.go:276] 1 containers: [63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2]
I0722 10:32:11.065444 14304 ssh_runner.go:195] Run: which crictl
I0722 10:32:11.068825 14304 logs.go:123] Gathering logs for kube-apiserver [e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f] ...
I0722 10:32:11.068850 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f"
I0722 10:32:11.111758 14304 logs.go:123] Gathering logs for coredns [063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa] ...
I0722 10:32:11.111793 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa"
I0722 10:32:11.146090 14304 logs.go:123] Gathering logs for kube-scheduler [ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8] ...
I0722 10:32:11.146120 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8"
I0722 10:32:11.183998 14304 logs.go:123] Gathering logs for kube-controller-manager [23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4] ...
I0722 10:32:11.184032 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4"
I0722 10:32:11.239476 14304 logs.go:123] Gathering logs for kindnet [63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2] ...
I0722 10:32:11.239508 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2"
I0722 10:32:11.279682 14304 logs.go:123] Gathering logs for container status ...
I0722 10:32:11.279713 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0722 10:32:11.321419 14304 logs.go:123] Gathering logs for kubelet ...
I0722 10:32:11.321445 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0722 10:32:11.354643 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.206692 1749 reflector.go:547] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.354938 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.206733 1749 reflector.go:150] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.355256 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207377 1749 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.355419 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207401 1749 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-334065" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.355700 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207459 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.355909 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207474 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.356106 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.207519 1749 reflector.go:547] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.356316 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.207533 1749 reflector.go:150] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.356508 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210146 1749 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.356726 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210184 1749 reflector.go:150] object-"gcp-auth"/"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-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.356928 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210222 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.357158 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210243 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.357326 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210352 1749 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.357463 14304 logs.go:138] Found kubelet problem: Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210367 1749 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
I0722 10:32:11.393115 14304 logs.go:123] Gathering logs for dmesg ...
I0722 10:32:11.393150 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0722 10:32:11.405035 14304 logs.go:123] Gathering logs for describe nodes ...
I0722 10:32:11.405059 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0722 10:32:11.497211 14304 logs.go:123] Gathering logs for etcd [bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544] ...
I0722 10:32:11.497240 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544"
I0722 10:32:11.542899 14304 logs.go:123] Gathering logs for kube-proxy [929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628] ...
I0722 10:32:11.542930 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628"
I0722 10:32:11.574540 14304 logs.go:123] Gathering logs for CRI-O ...
I0722 10:32:11.574566 14304 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0722 10:32:11.650552 14304 out.go:304] Setting ErrFile to fd 2...
I0722 10:32:11.650580 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0722 10:32:11.650636 14304 out.go:239] X Problems detected in kubelet:
W0722 10:32:11.650647 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210184 1749 reflector.go:150] object-"gcp-auth"/"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-334065" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.650655 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210222 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.650667 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210243 1749 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-334065" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.650675 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: W0722 10:30:28.210352 1749 reflector.go:547] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
W0722 10:32:11.650683 14304 out.go:239] Jul 22 10:30:28 addons-334065 kubelet[1749]: E0722 10:30:28.210367 1749 reflector.go:150] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-334065" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-334065' and this object
I0722 10:32:11.650693 14304 out.go:304] Setting ErrFile to fd 2...
I0722 10:32:11.650699 14304 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0722 10:32:21.662860 14304 system_pods.go:59] 19 kube-system pods found
I0722 10:32:21.662896 14304 system_pods.go:61] "coredns-7db6d8ff4d-r94bv" [4b7ddf08-a271-4e25-bf8f-03257e786948] Running
I0722 10:32:21.662902 14304 system_pods.go:61] "csi-hostpath-attacher-0" [ded7cbb8-7fc4-45dc-a165-94fabe556c71] Running
I0722 10:32:21.662908 14304 system_pods.go:61] "csi-hostpath-resizer-0" [2d34f24d-bbf9-479b-ab3d-8a88bbb8ee4e] Running
I0722 10:32:21.662911 14304 system_pods.go:61] "csi-hostpathplugin-tbqzj" [c1d18dd3-7469-424c-be97-1096e55e9665] Running
I0722 10:32:21.662920 14304 system_pods.go:61] "etcd-addons-334065" [ae33c8d1-ba13-4b73-9e19-888c2d45b399] Running
I0722 10:32:21.662924 14304 system_pods.go:61] "kindnet-9kjxh" [8f814381-2eb1-4991-a3b3-05529d5ecb85] Running
I0722 10:32:21.662927 14304 system_pods.go:61] "kube-apiserver-addons-334065" [0c5400b3-b436-45d4-8806-2a3de3bcca4d] Running
I0722 10:32:21.662930 14304 system_pods.go:61] "kube-controller-manager-addons-334065" [3d269b73-8247-41cd-ad03-1d6052ec2f4a] Running
I0722 10:32:21.662934 14304 system_pods.go:61] "kube-ingress-dns-minikube" [82834639-2d56-4b3b-b668-32a2f5639220] Running
I0722 10:32:21.662937 14304 system_pods.go:61] "kube-proxy-ds79m" [95b9bcbd-d3f1-4261-bb58-ea3b1975dd12] Running
I0722 10:32:21.662940 14304 system_pods.go:61] "kube-scheduler-addons-334065" [16252ebb-bc23-477f-b52a-e2483f230d2b] Running
I0722 10:32:21.662943 14304 system_pods.go:61] "metrics-server-c59844bb4-jxhvs" [a6d1eb59-43b2-454a-b805-0ef8b83a9660] Running
I0722 10:32:21.662946 14304 system_pods.go:61] "nvidia-device-plugin-daemonset-fpcmw" [d419a995-5880-42f3-93e0-805fe82b16fd] Running
I0722 10:32:21.662950 14304 system_pods.go:61] "registry-656c9c8d9c-tg7tb" [c8658c11-6c0e-4be0-af0b-8e8ed5648961] Running
I0722 10:32:21.662953 14304 system_pods.go:61] "registry-proxy-9pzw9" [f6012ae3-b359-49d0-85df-f536490c800e] Running
I0722 10:32:21.662960 14304 system_pods.go:61] "snapshot-controller-745499f584-9lbtx" [a44a8cb8-b502-47a3-b0c6-b9e8ba3dd268] Running
I0722 10:32:21.662963 14304 system_pods.go:61] "snapshot-controller-745499f584-rmbk4" [f3636acf-054e-4392-bf6f-2e400cdb3d3d] Running
I0722 10:32:21.662968 14304 system_pods.go:61] "storage-provisioner" [ddc67f12-f880-44a7-9e29-3dff2ef5315b] Running
I0722 10:32:21.662971 14304 system_pods.go:61] "tiller-deploy-6677d64bcd-rh9mz" [4be0a78e-61cd-46e7-9b13-b95eaff6b09a] Running
I0722 10:32:21.662977 14304 system_pods.go:74] duration metric: took 10.8534909s to wait for pod list to return data ...
I0722 10:32:21.662987 14304 default_sa.go:34] waiting for default service account to be created ...
I0722 10:32:21.665092 14304 default_sa.go:45] found service account: "default"
I0722 10:32:21.665116 14304 default_sa.go:55] duration metric: took 2.123475ms for default service account to be created ...
I0722 10:32:21.665124 14304 system_pods.go:116] waiting for k8s-apps to be running ...
I0722 10:32:21.673915 14304 system_pods.go:86] 19 kube-system pods found
I0722 10:32:21.673941 14304 system_pods.go:89] "coredns-7db6d8ff4d-r94bv" [4b7ddf08-a271-4e25-bf8f-03257e786948] Running
I0722 10:32:21.673947 14304 system_pods.go:89] "csi-hostpath-attacher-0" [ded7cbb8-7fc4-45dc-a165-94fabe556c71] Running
I0722 10:32:21.673953 14304 system_pods.go:89] "csi-hostpath-resizer-0" [2d34f24d-bbf9-479b-ab3d-8a88bbb8ee4e] Running
I0722 10:32:21.673957 14304 system_pods.go:89] "csi-hostpathplugin-tbqzj" [c1d18dd3-7469-424c-be97-1096e55e9665] Running
I0722 10:32:21.673961 14304 system_pods.go:89] "etcd-addons-334065" [ae33c8d1-ba13-4b73-9e19-888c2d45b399] Running
I0722 10:32:21.673965 14304 system_pods.go:89] "kindnet-9kjxh" [8f814381-2eb1-4991-a3b3-05529d5ecb85] Running
I0722 10:32:21.673969 14304 system_pods.go:89] "kube-apiserver-addons-334065" [0c5400b3-b436-45d4-8806-2a3de3bcca4d] Running
I0722 10:32:21.673974 14304 system_pods.go:89] "kube-controller-manager-addons-334065" [3d269b73-8247-41cd-ad03-1d6052ec2f4a] Running
I0722 10:32:21.673979 14304 system_pods.go:89] "kube-ingress-dns-minikube" [82834639-2d56-4b3b-b668-32a2f5639220] Running
I0722 10:32:21.673982 14304 system_pods.go:89] "kube-proxy-ds79m" [95b9bcbd-d3f1-4261-bb58-ea3b1975dd12] Running
I0722 10:32:21.673987 14304 system_pods.go:89] "kube-scheduler-addons-334065" [16252ebb-bc23-477f-b52a-e2483f230d2b] Running
I0722 10:32:21.673991 14304 system_pods.go:89] "metrics-server-c59844bb4-jxhvs" [a6d1eb59-43b2-454a-b805-0ef8b83a9660] Running
I0722 10:32:21.673995 14304 system_pods.go:89] "nvidia-device-plugin-daemonset-fpcmw" [d419a995-5880-42f3-93e0-805fe82b16fd] Running
I0722 10:32:21.673999 14304 system_pods.go:89] "registry-656c9c8d9c-tg7tb" [c8658c11-6c0e-4be0-af0b-8e8ed5648961] Running
I0722 10:32:21.674003 14304 system_pods.go:89] "registry-proxy-9pzw9" [f6012ae3-b359-49d0-85df-f536490c800e] Running
I0722 10:32:21.674007 14304 system_pods.go:89] "snapshot-controller-745499f584-9lbtx" [a44a8cb8-b502-47a3-b0c6-b9e8ba3dd268] Running
I0722 10:32:21.674011 14304 system_pods.go:89] "snapshot-controller-745499f584-rmbk4" [f3636acf-054e-4392-bf6f-2e400cdb3d3d] Running
I0722 10:32:21.674019 14304 system_pods.go:89] "storage-provisioner" [ddc67f12-f880-44a7-9e29-3dff2ef5315b] Running
I0722 10:32:21.674023 14304 system_pods.go:89] "tiller-deploy-6677d64bcd-rh9mz" [4be0a78e-61cd-46e7-9b13-b95eaff6b09a] Running
I0722 10:32:21.674032 14304 system_pods.go:126] duration metric: took 8.903191ms to wait for k8s-apps to be running ...
I0722 10:32:21.674038 14304 system_svc.go:44] waiting for kubelet service to be running ....
I0722 10:32:21.674081 14304 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0722 10:32:21.685036 14304 system_svc.go:56] duration metric: took 10.990817ms WaitForService to wait for kubelet
I0722 10:32:21.685063 14304 kubeadm.go:582] duration metric: took 2m12.479967278s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0722 10:32:21.685087 14304 node_conditions.go:102] verifying NodePressure condition ...
I0722 10:32:21.687850 14304 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0722 10:32:21.687874 14304 node_conditions.go:123] node cpu capacity is 8
I0722 10:32:21.687885 14304 node_conditions.go:105] duration metric: took 2.79306ms to run NodePressure ...
I0722 10:32:21.687897 14304 start.go:241] waiting for startup goroutines ...
I0722 10:32:21.687907 14304 start.go:246] waiting for cluster config update ...
I0722 10:32:21.687927 14304 start.go:255] writing updated cluster config ...
I0722 10:32:21.688223 14304 ssh_runner.go:195] Run: rm -f paused
I0722 10:32:21.735281 14304 start.go:600] kubectl: 1.30.3, cluster: 1.30.3 (minor skew: 0)
I0722 10:32:21.737461 14304 out.go:177] * Done! kubectl is now configured to use "addons-334065" cluster and "default" namespace by default
==> CRI-O <==
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.709132905Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=3128bf20-7429-44ad-9eb0-96bf390556d8 name=/runtime.v1.ImageService/ImageStatus
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.709784762Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=2fb324fa-6753-48e9-9f70-231068e69402 name=/runtime.v1.ImageService/ImageStatus
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.710539798Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30,RepoTags:[docker.io/kicbase/echo-server:1.0],RepoDigests:[docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 docker.io/kicbase/echo-server@sha256:a82eba7887a40ecae558433f34225b2611dc77f982ce05b1ddb9b282b780fc86],Size_:4944818,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=2fb324fa-6753-48e9-9f70-231068e69402 name=/runtime.v1.ImageService/ImageStatus
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.711342051Z" level=info msg="Creating container: default/hello-world-app-6778b5fc9f-2kprm/hello-world-app" id=022c51bb-f910-448a-8d83-40b90649d244 name=/runtime.v1.RuntimeService/CreateContainer
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.711436738Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.726640008Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/6ceaf00b663feb1291d7d520a1a9e44e368323fbdc6b72525999bfbe59eb1be3/merged/etc/passwd: no such file or directory"
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.726678418Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/6ceaf00b663feb1291d7d520a1a9e44e368323fbdc6b72525999bfbe59eb1be3/merged/etc/group: no such file or directory"
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.760031497Z" level=info msg="Created container 62d658bdc4c0ee08925f817f1bbdcf0e4bc9a019af9327324d950b442bc78da1: default/hello-world-app-6778b5fc9f-2kprm/hello-world-app" id=022c51bb-f910-448a-8d83-40b90649d244 name=/runtime.v1.RuntimeService/CreateContainer
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.760588198Z" level=info msg="Starting container: 62d658bdc4c0ee08925f817f1bbdcf0e4bc9a019af9327324d950b442bc78da1" id=629e823a-7367-43a3-9714-8b8788a84d39 name=/runtime.v1.RuntimeService/StartContainer
Jul 22 10:35:07 addons-334065 crio[1039]: time="2024-07-22 10:35:07.766432134Z" level=info msg="Started container" PID=11044 containerID=62d658bdc4c0ee08925f817f1bbdcf0e4bc9a019af9327324d950b442bc78da1 description=default/hello-world-app-6778b5fc9f-2kprm/hello-world-app id=629e823a-7367-43a3-9714-8b8788a84d39 name=/runtime.v1.RuntimeService/StartContainer sandboxID=c19578748b50191cb58efbbc841a6368c3bc05f662a9d84a8aa6e79394f9a50e
Jul 22 10:35:08 addons-334065 crio[1039]: time="2024-07-22 10:35:08.456570813Z" level=info msg="Stopping container: 281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e (timeout: 2s)" id=673cf569-6bad-49fa-9a90-eed289b62155 name=/runtime.v1.RuntimeService/StopContainer
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.462579000Z" level=warning msg="Stopping container 281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=673cf569-6bad-49fa-9a90-eed289b62155 name=/runtime.v1.RuntimeService/StopContainer
Jul 22 10:35:10 addons-334065 conmon[5952]: conmon 281df523c13f1d210971 <ninfo>: container 5964 exited with status 137
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.592587302Z" level=info msg="Stopped container 281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e: ingress-nginx/ingress-nginx-controller-6d9bd977d4-8c67v/controller" id=673cf569-6bad-49fa-9a90-eed289b62155 name=/runtime.v1.RuntimeService/StopContainer
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.593078277Z" level=info msg="Stopping pod sandbox: 132170515dc87f415666c0a285b608a89ad8ffabb5f2c82f382047c6e5dbbb7e" id=224b99e1-ffe0-4e85-ad54-c6cd5ae66bdb name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.595869749Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-4PRGBMTRZ53BEGN3 - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-F52LU2K3BLYWWFC2 - [0:0]\n-X KUBE-HP-F52LU2K3BLYWWFC2\n-X KUBE-HP-4PRGBMTRZ53BEGN3\nCOMMIT\n"
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.597190524Z" level=info msg="Closing host port tcp:80"
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.597225300Z" level=info msg="Closing host port tcp:443"
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.598504447Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.598527375Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.598661327Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-6d9bd977d4-8c67v Namespace:ingress-nginx ID:132170515dc87f415666c0a285b608a89ad8ffabb5f2c82f382047c6e5dbbb7e UID:e3feb250-7345-4b3b-8f6a-96619f43b665 NetNS:/var/run/netns/da89b4a0-c578-4f1e-9551-8d89a817a817 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.598768614Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-6d9bd977d4-8c67v from CNI network \"kindnet\" (type=ptp)"
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.637831374Z" level=info msg="Stopped pod sandbox: 132170515dc87f415666c0a285b608a89ad8ffabb5f2c82f382047c6e5dbbb7e" id=224b99e1-ffe0-4e85-ad54-c6cd5ae66bdb name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.864395514Z" level=info msg="Removing container: 281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e" id=2626c2f1-32b5-4a43-8ede-ba4dc2c98b29 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 22 10:35:10 addons-334065 crio[1039]: time="2024-07-22 10:35:10.877194325Z" level=info msg="Removed container 281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e: ingress-nginx/ingress-nginx-controller-6d9bd977d4-8c67v/controller" id=2626c2f1-32b5-4a43-8ede-ba4dc2c98b29 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
62d658bdc4c0e docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6 7 seconds ago Running hello-world-app 0 c19578748b501 hello-world-app-6778b5fc9f-2kprm
2832b5d5f40ae docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 376baa7985a33 nginx
4bc9ee8ba6d73 ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 2 minutes ago Running headlamp 0 f87cd96168dcd headlamp-7867546754-2rztq
20d5d62e81043 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b 3 minutes ago Running gcp-auth 0 e31ec4bb1a42c gcp-auth-5db96cd9b4-994fh
ef72a0865589a docker.io/marcnuri/yakd@sha256:8ebd1692ed5271719f13b728d9af7acb839aa04821e931c8993d908ad68b69fd 4 minutes ago Running yakd 0 d724e21829017 yakd-dashboard-799879c74f-9gzlv
76491aed84e0f registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited patch 0 0077f7efdb315 ingress-nginx-admission-patch-m8hn2
b27d7410b216d registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited create 0 655fc00b68cfe ingress-nginx-admission-create-r9mtt
a2c98a14b635d registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872 4 minutes ago Running metrics-server 0 c2797280e91be metrics-server-c59844bb4-jxhvs
c2fe8d68c6e12 docker.io/rancher/local-path-provisioner@sha256:73f712e7af12b06720c35ce75217f904f00e4bd96de79f8db1cf160112e667ef 4 minutes ago Running local-path-provisioner 0 bb8948f03dfd8 local-path-provisioner-8d985888d-nkb4h
063d7b57ad8e0 cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4 4 minutes ago Running coredns 0 57dc823593b07 coredns-7db6d8ff4d-r94bv
cc8415dd598c1 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 4 minutes ago Running storage-provisioner 0 0f89a57aa6723 storage-provisioner
63d4de3cf7c67 docker.io/kindest/kindnetd@sha256:6d6071dbf83147a09972dc93b5ff84ff0103fa2231936557113757665f6195b9 4 minutes ago Running kindnet-cni 0 8acf51ede2784 kindnet-9kjxh
929a23c721d13 55bb025d2cfa592b9381d01e122e72a1ed4b29ca32f86b7d289d99da794784d1 5 minutes ago Running kube-proxy 0 a9f967b200fa8 kube-proxy-ds79m
bee8bea7af09a 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899 5 minutes ago Running etcd 0 489134266d6e6 etcd-addons-334065
23f98865b21fa 76932a3b37d7eb138c8f47c9a2b4218f0466dd273badf856f2ce2f0277e15b5e 5 minutes ago Running kube-controller-manager 0 f518638e1b30d kube-controller-manager-addons-334065
e53b0c685f5fe 1f6d574d502f3b61c851b1bbd4ef2a964ce4c70071dd8da556f2d490d36b095d 5 minutes ago Running kube-apiserver 0 207c04a0ab445 kube-apiserver-addons-334065
ec016e8213392 3edc18e7b76722eb2eb37a0858c09caacbd422d6e0cae4c2e5ce67bc9a9795e2 5 minutes ago Running kube-scheduler 0 b117515f64270 kube-scheduler-addons-334065
==> coredns [063d7b57ad8e05d5a2cbfb0f4cb75e5f19e88ab117cb4f3dd1705b0c9919c1aa] <==
[INFO] 10.244.0.16:58357 - 52884 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000136334s
[INFO] 10.244.0.16:52655 - 8646 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.004391479s
[INFO] 10.244.0.16:52655 - 28107 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.004540478s
[INFO] 10.244.0.16:38866 - 24891 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.006841892s
[INFO] 10.244.0.16:38866 - 60735 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.021882977s
[INFO] 10.244.0.16:45865 - 931 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006565897s
[INFO] 10.244.0.16:45865 - 42661 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006613232s
[INFO] 10.244.0.16:52939 - 10318 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000090002s
[INFO] 10.244.0.16:52939 - 59723 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000148589s
[INFO] 10.244.0.21:49952 - 294 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000195753s
[INFO] 10.244.0.21:55624 - 40864 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000155657s
[INFO] 10.244.0.21:57818 - 44055 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000130321s
[INFO] 10.244.0.21:35751 - 40045 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000087535s
[INFO] 10.244.0.21:44063 - 1910 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000113481s
[INFO] 10.244.0.21:42780 - 2424 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000131295s
[INFO] 10.244.0.21:59708 - 23055 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.008458085s
[INFO] 10.244.0.21:44699 - 8448 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.009688179s
[INFO] 10.244.0.21:42382 - 13718 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007873032s
[INFO] 10.244.0.21:60728 - 14278 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.008371944s
[INFO] 10.244.0.21:39146 - 29512 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.008026078s
[INFO] 10.244.0.21:50283 - 51417 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.008420204s
[INFO] 10.244.0.21:39312 - 24802 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000932791s
[INFO] 10.244.0.21:45514 - 36181 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.001094688s
[INFO] 10.244.0.24:47147 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00022439s
[INFO] 10.244.0.24:50760 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000133206s
==> describe nodes <==
Name: addons-334065
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-334065
kubernetes.io/os=linux
minikube.k8s.io/commit=8e5b1d22910d5d447b525af478862a848159d7b7
minikube.k8s.io/name=addons-334065
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_22T10_29_56_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-334065
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, 22 Jul 2024 10:29:53 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-334065
AcquireTime: <unset>
RenewTime: Mon, 22 Jul 2024 10:35:11 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 22 Jul 2024 10:32:59 +0000 Mon, 22 Jul 2024 10:29:51 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 22 Jul 2024 10:32:59 +0000 Mon, 22 Jul 2024 10:29:51 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 22 Jul 2024 10:32:59 +0000 Mon, 22 Jul 2024 10:29:51 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 22 Jul 2024 10:32:59 +0000 Mon, 22 Jul 2024 10:30:28 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-334065
Capacity:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859324Ki
pods: 110
Allocatable:
cpu: 8
ephemeral-storage: 304681132Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32859324Ki
pods: 110
System Info:
Machine ID: ff1097fdd639419fa764ec839fc4218e
System UUID: 598196ce-c3e6-43d7-936f-8b58ea5dfef0
Boot ID: 375a15c9-56e9-4803-ae25-f7446f5d4735
Kernel Version: 5.15.0-1062-gcp
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.30.3
Kube-Proxy Version: v1.30.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-6778b5fc9f-2kprm 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 10s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m29s
gcp-auth gcp-auth-5db96cd9b4-994fh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m55s
headlamp headlamp-7867546754-2rztq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m53s
kube-system coredns-7db6d8ff4d-r94bv 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 5m6s
kube-system etcd-addons-334065 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m20s
kube-system kindnet-9kjxh 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m6s
kube-system kube-apiserver-addons-334065 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m21s
kube-system kube-controller-manager-addons-334065 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m20s
kube-system kube-proxy-ds79m 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m6s
kube-system kube-scheduler-addons-334065 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m20s
kube-system metrics-server-c59844bb4-jxhvs 100m (1%!)(MISSING) 0 (0%!)(MISSING) 200Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m1s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m1s
local-path-storage local-path-provisioner-8d985888d-nkb4h 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m1s
yakd-dashboard yakd-dashboard-799879c74f-9gzlv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (0%!)(MISSING) 256Mi (0%!)(MISSING) 5m1s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (11%!)(MISSING) 100m (1%!)(MISSING)
memory 548Mi (1%!)(MISSING) 476Mi (1%!)(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)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m2s kube-proxy
Normal NodeHasSufficientMemory 5m25s (x8 over 5m25s) kubelet Node addons-334065 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m25s (x8 over 5m25s) kubelet Node addons-334065 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m25s (x8 over 5m25s) kubelet Node addons-334065 status is now: NodeHasSufficientPID
Normal Starting 5m20s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m20s kubelet Node addons-334065 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m20s kubelet Node addons-334065 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m20s kubelet Node addons-334065 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m7s node-controller Node addons-334065 event: Registered Node addons-334065 in Controller
Normal NodeReady 4m47s kubelet Node addons-334065 status is now: NodeReady
==> dmesg <==
[ +0.001054] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000002] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.000001] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.000001] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +0.638758] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ +0.052204] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.008397] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.017527] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.003218] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.016619] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +7.413123] kauditd_printk_skb: 46 callbacks suppressed
[Jul22 10:32] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
[ +0.000008] ll header: 00000000: 2e d8 bf 11 5c 5d e6 32 ea 78 d3 49 08 00
[ +1.023867] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 2e d8 bf 11 5c 5d e6 32 ea 78 d3 49 08 00
[ +2.015772] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: 2e d8 bf 11 5c 5d e6 32 ea 78 d3 49 08 00
[Jul22 10:33] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: 2e d8 bf 11 5c 5d e6 32 ea 78 d3 49 08 00
[ +8.191138] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
[ +0.000024] ll header: 00000000: 2e d8 bf 11 5c 5d e6 32 ea 78 d3 49 08 00
[ +16.126343] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
[ +0.000025] ll header: 00000000: 2e d8 bf 11 5c 5d e6 32 ea 78 d3 49 08 00
[ +33.532571] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
[ +0.000029] ll header: 00000000: 2e d8 bf 11 5c 5d e6 32 ea 78 d3 49 08 00
==> etcd [bee8bea7af09a667eada9006fc80a6be22e75d68a3c144955e8ceb713230f544] <==
{"level":"info","ts":"2024-07-22T10:30:14.508906Z","caller":"traceutil/trace.go:171","msg":"trace[241364635] transaction","detail":"{read_only:false; response_revision:546; number_of_response:1; }","duration":"103.814716ms","start":"2024-07-22T10:30:14.405071Z","end":"2024-07-22T10:30:14.508886Z","steps":["trace[241364635] 'process raft request' (duration: 103.536662ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-22T10:30:14.515942Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.116275ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/yakd-dashboard\" ","response":"range_response_count:1 size:883"}
{"level":"info","ts":"2024-07-22T10:30:14.516065Z","caller":"traceutil/trace.go:171","msg":"trace[1050867148] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:1; response_revision:555; }","duration":"103.262914ms","start":"2024-07-22T10:30:14.412788Z","end":"2024-07-22T10:30:14.516051Z","steps":["trace[1050867148] 'agreement among raft nodes before linearized reading' (duration: 103.099029ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-22T10:30:52.233825Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"126.510877ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/ingress-nginx/ingress-nginx-admission-patch-m8hn2\" ","response":"range_response_count:1 size:4644"}
{"level":"info","ts":"2024-07-22T10:30:52.233893Z","caller":"traceutil/trace.go:171","msg":"trace[1266088500] range","detail":"{range_begin:/registry/pods/ingress-nginx/ingress-nginx-admission-patch-m8hn2; range_end:; response_count:1; response_revision:1081; }","duration":"126.615584ms","start":"2024-07-22T10:30:52.107262Z","end":"2024-07-22T10:30:52.233877Z","steps":["trace[1266088500] 'range keys from in-memory index tree' (duration: 126.394421ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-22T10:30:52.234046Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"115.503368ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/metrics-server-c59844bb4-jxhvs\" ","response":"range_response_count:1 size:4754"}
{"level":"info","ts":"2024-07-22T10:30:52.234089Z","caller":"traceutil/trace.go:171","msg":"trace[1267401724] range","detail":"{range_begin:/registry/pods/kube-system/metrics-server-c59844bb4-jxhvs; range_end:; response_count:1; response_revision:1081; }","duration":"115.57402ms","start":"2024-07-22T10:30:52.118502Z","end":"2024-07-22T10:30:52.234076Z","steps":["trace[1267401724] 'range keys from in-memory index tree' (duration: 115.399965ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:30:52.501183Z","caller":"traceutil/trace.go:171","msg":"trace[555913696] transaction","detail":"{read_only:false; response_revision:1082; number_of_response:1; }","duration":"192.648442ms","start":"2024-07-22T10:30:52.308503Z","end":"2024-07-22T10:30:52.501152Z","steps":["trace[555913696] 'process raft request' (duration: 192.272331ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:31:08.272565Z","caller":"traceutil/trace.go:171","msg":"trace[1398238016] transaction","detail":"{read_only:false; response_revision:1144; number_of_response:1; }","duration":"142.207259ms","start":"2024-07-22T10:31:08.130337Z","end":"2024-07-22T10:31:08.272544Z","steps":["trace[1398238016] 'process raft request' (duration: 132.738363ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:31:30.494695Z","caller":"traceutil/trace.go:171","msg":"trace[614740593] transaction","detail":"{read_only:false; response_revision:1243; number_of_response:1; }","duration":"122.340482ms","start":"2024-07-22T10:31:30.372336Z","end":"2024-07-22T10:31:30.494676Z","steps":["trace[614740593] 'process raft request' (duration: 58.615351ms)","trace[614740593] 'compare' (duration: 63.589953ms)"],"step_count":2}
{"level":"info","ts":"2024-07-22T10:31:30.505809Z","caller":"traceutil/trace.go:171","msg":"trace[1947924695] transaction","detail":"{read_only:false; response_revision:1245; number_of_response:1; }","duration":"132.477553ms","start":"2024-07-22T10:31:30.373317Z","end":"2024-07-22T10:31:30.505795Z","steps":["trace[1947924695] 'process raft request' (duration: 132.416979ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:31:30.505804Z","caller":"traceutil/trace.go:171","msg":"trace[895625665] transaction","detail":"{read_only:false; response_revision:1244; number_of_response:1; }","duration":"132.60893ms","start":"2024-07-22T10:31:30.373173Z","end":"2024-07-22T10:31:30.505782Z","steps":["trace[895625665] 'process raft request' (duration: 132.467365ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:31:30.505985Z","caller":"traceutil/trace.go:171","msg":"trace[1613130270] transaction","detail":"{read_only:false; response_revision:1246; number_of_response:1; }","duration":"132.589354ms","start":"2024-07-22T10:31:30.373383Z","end":"2024-07-22T10:31:30.505972Z","steps":["trace[1613130270] 'process raft request' (duration: 132.383994ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:31:30.506045Z","caller":"traceutil/trace.go:171","msg":"trace[1710015212] transaction","detail":"{read_only:false; response_revision:1247; number_of_response:1; }","duration":"131.9853ms","start":"2024-07-22T10:31:30.374048Z","end":"2024-07-22T10:31:30.506033Z","steps":["trace[1710015212] 'process raft request' (duration: 131.854122ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-22T10:31:30.746332Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"110.268741ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 serializable:true keys_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-22T10:31:30.746415Z","caller":"traceutil/trace.go:171","msg":"trace[350330632] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1247; }","duration":"110.369736ms","start":"2024-07-22T10:31:30.636035Z","end":"2024-07-22T10:31:30.746404Z","steps":["trace[350330632] 'range keys from in-memory index tree' (duration: 110.240447ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:31:30.746463Z","caller":"traceutil/trace.go:171","msg":"trace[1060824649] linearizableReadLoop","detail":"{readStateIndex:1290; appliedIndex:1289; }","duration":"127.853873ms","start":"2024-07-22T10:31:30.618595Z","end":"2024-07-22T10:31:30.746449Z","steps":["trace[1060824649] 'read index received' (duration: 31.138628ms)","trace[1060824649] 'applied index is now lower than readState.Index' (duration: 96.712489ms)"],"step_count":2}
{"level":"info","ts":"2024-07-22T10:31:30.746507Z","caller":"traceutil/trace.go:171","msg":"trace[322126894] transaction","detail":"{read_only:false; response_revision:1248; number_of_response:1; }","duration":"234.203431ms","start":"2024-07-22T10:31:30.51229Z","end":"2024-07-22T10:31:30.746493Z","steps":["trace[322126894] 'process raft request' (duration: 137.501965ms)","trace[322126894] 'compare' (duration: 96.571662ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-22T10:31:30.746609Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"128.005566ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/metrics-server-c59844bb4-jxhvs\" ","response":"range_response_count:1 size:4754"}
{"level":"info","ts":"2024-07-22T10:31:30.74664Z","caller":"traceutil/trace.go:171","msg":"trace[1437173173] range","detail":"{range_begin:/registry/pods/kube-system/metrics-server-c59844bb4-jxhvs; range_end:; response_count:1; response_revision:1248; }","duration":"128.063543ms","start":"2024-07-22T10:31:30.618568Z","end":"2024-07-22T10:31:30.746632Z","steps":["trace[1437173173] 'agreement among raft nodes before linearized reading' (duration: 127.960067ms)"],"step_count":1}
{"level":"info","ts":"2024-07-22T10:31:47.786777Z","caller":"traceutil/trace.go:171","msg":"trace[206977224] transaction","detail":"{read_only:false; response_revision:1305; number_of_response:1; }","duration":"128.765913ms","start":"2024-07-22T10:31:47.65799Z","end":"2024-07-22T10:31:47.786756Z","steps":["trace[206977224] 'process raft request' (duration: 128.659394ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-22T10:33:00.185463Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"123.029255ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128030693433098355 > lease_revoke:<id:70cc90d9fd8d3eb0>","response":"size:29"}
{"level":"info","ts":"2024-07-22T10:33:00.185654Z","caller":"traceutil/trace.go:171","msg":"trace[1085879950] linearizableReadLoop","detail":"{readStateIndex:1775; appliedIndex:1774; }","duration":"118.65097ms","start":"2024-07-22T10:33:00.066983Z","end":"2024-07-22T10:33:00.185634Z","steps":["trace[1085879950] 'read index received' (duration: 25.147µs)","trace[1085879950] 'applied index is now lower than readState.Index' (duration: 118.62301ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-22T10:33:00.185801Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"118.805814ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" ","response":"range_response_count:1 size:1113"}
{"level":"info","ts":"2024-07-22T10:33:00.185826Z","caller":"traceutil/trace.go:171","msg":"trace[684273429] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:1702; }","duration":"118.85837ms","start":"2024-07-22T10:33:00.066958Z","end":"2024-07-22T10:33:00.185817Z","steps":["trace[684273429] 'agreement among raft nodes before linearized reading' (duration: 118.736908ms)"],"step_count":1}
==> gcp-auth [20d5d62e8104319c71a50650b8e3edb6b304207b0db2c7929d3e385e4bd9deb8] <==
2024/07/22 10:31:34 GCP Auth Webhook started!
2024/07/22 10:32:22 Ready to marshal response ...
2024/07/22 10:32:22 Ready to write response ...
2024/07/22 10:32:22 Ready to marshal response ...
2024/07/22 10:32:22 Ready to write response ...
2024/07/22 10:32:22 Ready to marshal response ...
2024/07/22 10:32:22 Ready to write response ...
2024/07/22 10:32:27 Ready to marshal response ...
2024/07/22 10:32:27 Ready to write response ...
2024/07/22 10:32:27 Ready to marshal response ...
2024/07/22 10:32:27 Ready to write response ...
2024/07/22 10:32:31 Ready to marshal response ...
2024/07/22 10:32:31 Ready to write response ...
2024/07/22 10:32:37 Ready to marshal response ...
2024/07/22 10:32:37 Ready to write response ...
2024/07/22 10:32:39 Ready to marshal response ...
2024/07/22 10:32:39 Ready to write response ...
2024/07/22 10:32:42 Ready to marshal response ...
2024/07/22 10:32:42 Ready to write response ...
2024/07/22 10:32:46 Ready to marshal response ...
2024/07/22 10:32:46 Ready to write response ...
2024/07/22 10:32:59 Ready to marshal response ...
2024/07/22 10:32:59 Ready to write response ...
2024/07/22 10:35:05 Ready to marshal response ...
2024/07/22 10:35:05 Ready to write response ...
==> kernel <==
10:35:15 up 17 min, 0 users, load average: 0.63, 0.81, 0.46
Linux addons-334065 5.15.0-1062-gcp #70~20.04.1-Ubuntu SMP Fri May 24 20:12:18 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [63d4de3cf7c67848017a583ff210d49da79810d62c3f3315f2f3c0c5e49f5ab2] <==
E0722 10:33:43.270112 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0722 10:33:48.102166 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:33:48.102206 1 main.go:299] handling current node
I0722 10:33:58.101475 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:33:58.101516 1 main.go:299] handling current node
I0722 10:34:08.101474 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:34:08.101514 1 main.go:299] handling current node
I0722 10:34:18.101282 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:34:18.101322 1 main.go:299] handling current node
W0722 10:34:24.254177 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0722 10:34:24.254211 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
W0722 10:34:24.824887 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
E0722 10:34:24.824921 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: networkpolicies.networking.k8s.io is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "networkpolicies" in API group "networking.k8s.io" at the cluster scope
I0722 10:34:28.101410 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:34:28.101462 1 main.go:299] handling current node
W0722 10:34:37.673133 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0722 10:34:37.673166 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
I0722 10:34:38.102345 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:34:38.102375 1 main.go:299] handling current node
I0722 10:34:48.101888 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:34:48.101925 1 main.go:299] handling current node
I0722 10:34:58.101921 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:34:58.101961 1 main.go:299] handling current node
I0722 10:35:08.101820 1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
I0722 10:35:08.101866 1 main.go:299] handling current node
==> kube-apiserver [e53b0c685f5feeb36b96fb01f5752aa7c16846e00bc75462864a97f94868d78f] <==
I0722 10:31:49.848044 1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
W0722 10:31:53.852351 1 handler_proxy.go:93] no RequestInfo found in the context
E0722 10:31:53.852406 1 controller.go:146] Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
E0722 10:31:53.852407 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.106.30.62:443/apis/metrics.k8s.io/v1beta1: Get "https://10.106.30.62:443/apis/metrics.k8s.io/v1beta1": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
I0722 10:31:53.853630 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0722 10:32:22.427355 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.108.219.106"}
I0722 10:32:40.693093 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0722 10:32:41.711800 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
E0722 10:32:46.146546 1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.28:58348: read: connection reset by peer
I0722 10:32:46.376212 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0722 10:32:46.610368 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.96.82.97"}
I0722 10:32:51.151223 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0722 10:33:14.908689 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0722 10:33:14.908749 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0722 10:33:15.005002 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0722 10:33:15.005153 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0722 10:33:15.017332 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0722 10:33:15.017379 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0722 10:33:15.029613 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0722 10:33:15.029746 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0722 10:33:16.006794 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0722 10:33:16.030447 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0722 10:33:16.037523 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0722 10:35:05.813517 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.100.113.40"}
==> kube-controller-manager [23f98865b21fa3bafebaab4990810c9aad32b26094cb5bb1515a81a362504ab4] <==
W0722 10:33:51.369218 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
E0722 10:33:51.369251 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
W0722 10:33:58.519682 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
E0722 10:33:58.519716 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
W0722 10:34:20.206981 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
E0722 10:34:20.207019 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
W0722 10:34:21.939218 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
E0722 10:34:21.939250 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
W0722 10:34:25.975660 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
E0722 10:34:25.975692 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
W0722 10:34:39.197609 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
E0722 10:34:39.197649 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
W0722 10:34:57.135811 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
E0722 10:34:57.135848 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
I0722 10:35:05.634927 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="17.179303ms"
I0722 10:35:05.638265 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="3.291454ms"
I0722 10:35:05.638351 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="41.475µs"
I0722 10:35:05.641951 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="35.633µs"
I0722 10:35:07.440671 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0722 10:35:07.442390 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6d9bd977d4" duration="8.607µs"
I0722 10:35:07.444893 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
I0722 10:35:07.870163 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="4.934858ms"
I0722 10:35:07.870346 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-6778b5fc9f" duration="54.659µs"
W0722 10:35:11.726377 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
E0722 10:35:11.726417 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [929a23c721d1366d20ee32e97b5a1449325f3089ad767764df98d9a51fa1a628] <==
I0722 10:30:12.519349 1 server_linux.go:69] "Using iptables proxy"
I0722 10:30:12.720360 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0722 10:30:13.321885 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0722 10:30:13.322002 1 server_linux.go:165] "Using iptables Proxier"
I0722 10:30:13.501126 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0722 10:30:13.501228 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0722 10:30:13.501277 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"
I0722 10:30:13.503488 1 server.go:872] "Version info" version="v1.30.3"
I0722 10:30:13.503520 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0722 10:30:13.504708 1 config.go:192] "Starting service config controller"
I0722 10:30:13.504731 1 shared_informer.go:313] Waiting for caches to sync for service config
I0722 10:30:13.504780 1 config.go:101] "Starting endpoint slice config controller"
I0722 10:30:13.504785 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0722 10:30:13.505331 1 config.go:319] "Starting node config controller"
I0722 10:30:13.505347 1 shared_informer.go:313] Waiting for caches to sync for node config
I0722 10:30:13.607676 1 shared_informer.go:320] Caches are synced for node config
I0722 10:30:13.607727 1 shared_informer.go:320] Caches are synced for service config
I0722 10:30:13.607762 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [ec016e8213392773842dfbc5c819bcd8726a0567d6b590892a33a488e8453cf8] <==
E0722 10:29:53.215189 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0722 10:29:53.215085 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
E0722 10:29:53.215228 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
W0722 10:29:53.215321 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0722 10:29:53.215381 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0722 10:29:53.215548 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
E0722 10:29:53.215581 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
E0722 10:29:53.214613 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
W0722 10:29:54.077326 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
E0722 10:29:54.077362 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
W0722 10:29:54.093477 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
E0722 10:29:54.093512 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
W0722 10:29:54.174642 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
E0722 10:29:54.174684 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
W0722 10:29:54.191676 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
E0722 10:29:54.191716 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
W0722 10:29:54.209978 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
E0722 10:29:54.210021 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
W0722 10:29:54.353562 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
E0722 10:29:54.353595 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
W0722 10:29:54.355371 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0722 10:29:54.355403 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W0722 10:29:54.395318 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0722 10:29:54.395358 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
I0722 10:29:54.810778 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 22 10:35:05 addons-334065 kubelet[1749]: I0722 10:35:05.633759 1749 memory_manager.go:354] "RemoveStaleState removing state" podUID="c1d18dd3-7469-424c-be97-1096e55e9665" containerName="hostpath"
Jul 22 10:35:05 addons-334065 kubelet[1749]: I0722 10:35:05.800873 1749 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/2b6a3f15-2845-4d16-a765-68ec25c068d5-gcp-creds\") pod \"hello-world-app-6778b5fc9f-2kprm\" (UID: \"2b6a3f15-2845-4d16-a765-68ec25c068d5\") " pod="default/hello-world-app-6778b5fc9f-2kprm"
Jul 22 10:35:05 addons-334065 kubelet[1749]: I0722 10:35:05.800949 1749 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-xk8dh\" (UniqueName: \"kubernetes.io/projected/2b6a3f15-2845-4d16-a765-68ec25c068d5-kube-api-access-xk8dh\") pod \"hello-world-app-6778b5fc9f-2kprm\" (UID: \"2b6a3f15-2845-4d16-a765-68ec25c068d5\") " pod="default/hello-world-app-6778b5fc9f-2kprm"
Jul 22 10:35:06 addons-334065 kubelet[1749]: I0722 10:35:06.706551 1749 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-lhd2k\" (UniqueName: \"kubernetes.io/projected/82834639-2d56-4b3b-b668-32a2f5639220-kube-api-access-lhd2k\") pod \"82834639-2d56-4b3b-b668-32a2f5639220\" (UID: \"82834639-2d56-4b3b-b668-32a2f5639220\") "
Jul 22 10:35:06 addons-334065 kubelet[1749]: I0722 10:35:06.708430 1749 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/82834639-2d56-4b3b-b668-32a2f5639220-kube-api-access-lhd2k" (OuterVolumeSpecName: "kube-api-access-lhd2k") pod "82834639-2d56-4b3b-b668-32a2f5639220" (UID: "82834639-2d56-4b3b-b668-32a2f5639220"). InnerVolumeSpecName "kube-api-access-lhd2k". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 22 10:35:06 addons-334065 kubelet[1749]: I0722 10:35:06.807707 1749 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-lhd2k\" (UniqueName: \"kubernetes.io/projected/82834639-2d56-4b3b-b668-32a2f5639220-kube-api-access-lhd2k\") on node \"addons-334065\" DevicePath \"\""
Jul 22 10:35:06 addons-334065 kubelet[1749]: I0722 10:35:06.851667 1749 scope.go:117] "RemoveContainer" containerID="f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe"
Jul 22 10:35:06 addons-334065 kubelet[1749]: I0722 10:35:06.866210 1749 scope.go:117] "RemoveContainer" containerID="f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe"
Jul 22 10:35:06 addons-334065 kubelet[1749]: E0722 10:35:06.866649 1749 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe\": container with ID starting with f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe not found: ID does not exist" containerID="f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe"
Jul 22 10:35:06 addons-334065 kubelet[1749]: I0722 10:35:06.866692 1749 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe"} err="failed to get container status \"f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe\": rpc error: code = NotFound desc = could not find container \"f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe\": container with ID starting with f6dcd0ad16199695d9fb77477e5b78aee2289b1ace62dac1657d7d3d24321dfe not found: ID does not exist"
Jul 22 10:35:07 addons-334065 kubelet[1749]: I0722 10:35:07.611521 1749 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="0e8c66a8-ff6a-49d0-869d-7ae34800b3d6" path="/var/lib/kubelet/pods/0e8c66a8-ff6a-49d0-869d-7ae34800b3d6/volumes"
Jul 22 10:35:07 addons-334065 kubelet[1749]: I0722 10:35:07.612015 1749 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="3d71f451-7aaf-4340-bc1d-d83a053cf236" path="/var/lib/kubelet/pods/3d71f451-7aaf-4340-bc1d-d83a053cf236/volumes"
Jul 22 10:35:07 addons-334065 kubelet[1749]: I0722 10:35:07.612412 1749 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="82834639-2d56-4b3b-b668-32a2f5639220" path="/var/lib/kubelet/pods/82834639-2d56-4b3b-b668-32a2f5639220/volumes"
Jul 22 10:35:07 addons-334065 kubelet[1749]: I0722 10:35:07.865576 1749 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-6778b5fc9f-2kprm" podStartSLOduration=1.127501444 podStartE2EDuration="2.865555503s" podCreationTimestamp="2024-07-22 10:35:05 +0000 UTC" firstStartedPulling="2024-07-22 10:35:05.971286104 +0000 UTC m=+310.443168838" lastFinishedPulling="2024-07-22 10:35:07.709340161 +0000 UTC m=+312.181222897" observedRunningTime="2024-07-22 10:35:07.865388771 +0000 UTC m=+312.337271514" watchObservedRunningTime="2024-07-22 10:35:07.865555503 +0000 UTC m=+312.337438246"
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.831886 1749 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-vv7v7\" (UniqueName: \"kubernetes.io/projected/e3feb250-7345-4b3b-8f6a-96619f43b665-kube-api-access-vv7v7\") pod \"e3feb250-7345-4b3b-8f6a-96619f43b665\" (UID: \"e3feb250-7345-4b3b-8f6a-96619f43b665\") "
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.831945 1749 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/e3feb250-7345-4b3b-8f6a-96619f43b665-webhook-cert\") pod \"e3feb250-7345-4b3b-8f6a-96619f43b665\" (UID: \"e3feb250-7345-4b3b-8f6a-96619f43b665\") "
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.833848 1749 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/e3feb250-7345-4b3b-8f6a-96619f43b665-kube-api-access-vv7v7" (OuterVolumeSpecName: "kube-api-access-vv7v7") pod "e3feb250-7345-4b3b-8f6a-96619f43b665" (UID: "e3feb250-7345-4b3b-8f6a-96619f43b665"). InnerVolumeSpecName "kube-api-access-vv7v7". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.833904 1749 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/e3feb250-7345-4b3b-8f6a-96619f43b665-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "e3feb250-7345-4b3b-8f6a-96619f43b665" (UID: "e3feb250-7345-4b3b-8f6a-96619f43b665"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.863461 1749 scope.go:117] "RemoveContainer" containerID="281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e"
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.877444 1749 scope.go:117] "RemoveContainer" containerID="281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e"
Jul 22 10:35:10 addons-334065 kubelet[1749]: E0722 10:35:10.877841 1749 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e\": container with ID starting with 281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e not found: ID does not exist" containerID="281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e"
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.877869 1749 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e"} err="failed to get container status \"281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e\": rpc error: code = NotFound desc = could not find container \"281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e\": container with ID starting with 281df523c13f1d2109716087927cdefe5ac93eb132ec72ff7e937da72164270e not found: ID does not exist"
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.932338 1749 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-vv7v7\" (UniqueName: \"kubernetes.io/projected/e3feb250-7345-4b3b-8f6a-96619f43b665-kube-api-access-vv7v7\") on node \"addons-334065\" DevicePath \"\""
Jul 22 10:35:10 addons-334065 kubelet[1749]: I0722 10:35:10.932370 1749 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/e3feb250-7345-4b3b-8f6a-96619f43b665-webhook-cert\") on node \"addons-334065\" DevicePath \"\""
Jul 22 10:35:11 addons-334065 kubelet[1749]: I0722 10:35:11.611692 1749 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e3feb250-7345-4b3b-8f6a-96619f43b665" path="/var/lib/kubelet/pods/e3feb250-7345-4b3b-8f6a-96619f43b665/volumes"
==> storage-provisioner [cc8415dd598c194bf70f4dcc1df6db056e19d687bfd749036c175b44c2ae2d55] <==
I0722 10:30:29.120200 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0722 10:30:29.127923 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0722 10:30:29.127970 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0722 10:30:29.138034 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0722 10:30:29.138234 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-334065_14e1acf2-f24e-489c-be1e-f5e4fb30338c!
I0722 10:30:29.139350 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"7133aef2-d3bf-4523-90d0-e1963827ebaa", APIVersion:"v1", ResourceVersion:"933", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-334065_14e1acf2-f24e-489c-be1e-f5e4fb30338c became leader
I0722 10:30:29.238824 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-334065_14e1acf2-f24e-489c-be1e-f5e4fb30338c!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-334065 -n addons-334065
helpers_test.go:261: (dbg) Run: kubectl --context addons-334065 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (150.27s)