=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-820252 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-820252 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-820252 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" [777e70f7-4eb6-4acd-a9c5-230ea815399a] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [777e70f7-4eb6-4acd-a9c5-230ea815399a] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003364708s
addons_test.go:264: (dbg) Run: out/minikube-linux-amd64 -p addons-820252 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-820252 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.07306119s)
** 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-820252 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-amd64 -p addons-820252 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-820252 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:308: (dbg) Done: out/minikube-linux-amd64 -p addons-820252 addons disable ingress-dns --alsologtostderr -v=1: (1.701698548s)
addons_test.go:313: (dbg) Run: out/minikube-linux-amd64 -p addons-820252 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-amd64 -p addons-820252 addons disable ingress --alsologtostderr -v=1: (7.597297159s)
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-820252
helpers_test.go:235: (dbg) docker inspect addons-820252:
-- stdout --
[
{
"Id": "2a174d34889109994280d2bea71dbcde7ec0987b3b5cb946e3dc1c9408e0c61d",
"Created": "2024-07-04T18:22:59.633435567Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 13396,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-04T18:22:59.765191651Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:a0ca00328aec4685dbd057efbd4f0cb88bdb5a7796daaecd4061e2ae920b8c25",
"ResolvConfPath": "/var/lib/docker/containers/2a174d34889109994280d2bea71dbcde7ec0987b3b5cb946e3dc1c9408e0c61d/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/2a174d34889109994280d2bea71dbcde7ec0987b3b5cb946e3dc1c9408e0c61d/hostname",
"HostsPath": "/var/lib/docker/containers/2a174d34889109994280d2bea71dbcde7ec0987b3b5cb946e3dc1c9408e0c61d/hosts",
"LogPath": "/var/lib/docker/containers/2a174d34889109994280d2bea71dbcde7ec0987b3b5cb946e3dc1c9408e0c61d/2a174d34889109994280d2bea71dbcde7ec0987b3b5cb946e3dc1c9408e0c61d-json.log",
"Name": "/addons-820252",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-820252:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {
"max-size": "100m"
}
},
"NetworkMode": "addons-820252",
"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/4102730f0ec0bfeb209e5ef3b59d5abad4604491c6f52f46b05a3ea5218cd60c-init/diff:/var/lib/docker/overlay2/d7ac2e4de785764ad39cd6052726ed303cb6cac35aef1b5dc783ff9dd0b63a54/diff",
"MergedDir": "/var/lib/docker/overlay2/4102730f0ec0bfeb209e5ef3b59d5abad4604491c6f52f46b05a3ea5218cd60c/merged",
"UpperDir": "/var/lib/docker/overlay2/4102730f0ec0bfeb209e5ef3b59d5abad4604491c6f52f46b05a3ea5218cd60c/diff",
"WorkDir": "/var/lib/docker/overlay2/4102730f0ec0bfeb209e5ef3b59d5abad4604491c6f52f46b05a3ea5218cd60c/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-820252",
"Source": "/var/lib/docker/volumes/addons-820252/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-820252",
"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-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1",
"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-820252",
"name.minikube.sigs.k8s.io": "addons-820252",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "a14c79fe071dcd24f13a06da08f6086bbc5026cc1bd579147ace9816981ef83e",
"SandboxKey": "/var/run/docker/netns/a14c79fe071d",
"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-820252": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "2099b94b2076c07e78c69a8c05df5b5e1ed6f0257da9a22065831925c4978062",
"EndpointID": "1143c4f44534bb82fa3b002b4ae3531f0c53435313e204e9b5e03ed143279c7e",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-820252",
"2a174d348891"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-820252 -n addons-820252
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-820252 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-820252 logs -n 25: (1.19994329s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-456799 | download-only-456799 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | 04 Jul 24 18:22 UTC |
| delete | -p download-only-883263 | download-only-883263 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | 04 Jul 24 18:22 UTC |
| delete | -p download-only-456799 | download-only-456799 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | 04 Jul 24 18:22 UTC |
| start | --download-only -p | download-docker-418426 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | |
| | download-docker-418426 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-418426 | download-docker-418426 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | 04 Jul 24 18:22 UTC |
| start | --download-only -p | binary-mirror-378380 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | |
| | binary-mirror-378380 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:46337 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-378380 | binary-mirror-378380 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | 04 Jul 24 18:22 UTC |
| addons | enable dashboard -p | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | |
| | addons-820252 | | | | | |
| addons | disable dashboard -p | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | |
| | addons-820252 | | | | | |
| start | -p addons-820252 --wait=true | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:22 UTC | 04 Jul 24 18:25 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 | disable nvidia-device-plugin | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | -p addons-820252 | | | | | |
| addons | addons-820252 addons disable | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | helm-tiller --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | addons-820252 | | | | | |
| ip | addons-820252 ip | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| addons | addons-820252 addons disable | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-820252 ssh cat | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | /opt/local-path-provisioner/pvc-517d9985-1026-4801-987d-eecc6071f61f_default_test-pvc/file1 | | | | | |
| addons | addons-820252 addons disable | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | addons-820252 | | | | | |
| addons | enable headlamp | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | 04 Jul 24 18:26 UTC |
| | -p addons-820252 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-820252 ssh curl -s | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:26 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-820252 addons | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:27 UTC | 04 Jul 24 18:27 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-820252 addons | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:27 UTC | 04 Jul 24 18:27 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-820252 ip | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:28 UTC | 04 Jul 24 18:28 UTC |
| addons | addons-820252 addons disable | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:28 UTC | 04 Jul 24 18:28 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-820252 addons disable | addons-820252 | jenkins | v1.33.1 | 04 Jul 24 18:28 UTC | 04 Jul 24 18:28 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/04 18:22:36
Running on machine: ubuntu-20-agent-4
Binary: Built with gc go1.22.4 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0704 18:22:36.043235 12644 out.go:291] Setting OutFile to fd 1 ...
I0704 18:22:36.043359 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 18:22:36.043368 12644 out.go:304] Setting ErrFile to fd 2...
I0704 18:22:36.043372 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 18:22:36.043557 12644 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18648-4534/.minikube/bin
I0704 18:22:36.044208 12644 out.go:298] Setting JSON to false
I0704 18:22:36.045131 12644 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-4","uptime":308,"bootTime":1720117048,"procs":175,"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"}
I0704 18:22:36.045185 12644 start.go:139] virtualization: kvm guest
I0704 18:22:36.047358 12644 out.go:177] * [addons-820252] minikube v1.33.1 on Ubuntu 20.04 (kvm/amd64)
I0704 18:22:36.048503 12644 out.go:177] - MINIKUBE_LOCATION=18648
I0704 18:22:36.048574 12644 notify.go:220] Checking for updates...
I0704 18:22:36.050796 12644 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0704 18:22:36.051930 12644 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18648-4534/kubeconfig
I0704 18:22:36.053071 12644 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18648-4534/.minikube
I0704 18:22:36.054231 12644 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0704 18:22:36.055321 12644 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0704 18:22:36.056831 12644 driver.go:392] Setting default libvirt URI to qemu:///system
I0704 18:22:36.078001 12644 docker.go:122] docker version: linux-27.0.3:Docker Engine - Community
I0704 18:22:36.078142 12644 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0704 18:22:36.122622 12644 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-04 18:22:36.113944563 +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-4 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] 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>}}
I0704 18:22:36.122723 12644 docker.go:295] overlay module found
I0704 18:22:36.124463 12644 out.go:177] * Using the docker driver based on user configuration
I0704 18:22:36.125669 12644 start.go:297] selected driver: docker
I0704 18:22:36.125679 12644 start.go:901] validating driver "docker" against <nil>
I0704 18:22:36.125689 12644 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0704 18:22:36.126397 12644 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0704 18:22:36.169180 12644 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-04 18:22:36.161244389 +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-4 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] 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>}}
I0704 18:22:36.169324 12644 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0704 18:22:36.169508 12644 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]
I0704 18:22:36.171334 12644 out.go:177] * Using Docker driver with root privileges
I0704 18:22:36.172817 12644 cni.go:84] Creating CNI manager for ""
I0704 18:22:36.172839 12644 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0704 18:22:36.172847 12644 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0704 18:22:36.172918 12644 start.go:340] cluster config:
{Name:addons-820252 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-820252 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0704 18:22:36.174308 12644 out.go:177] * Starting "addons-820252" primary control-plane node in "addons-820252" cluster
I0704 18:22:36.175492 12644 cache.go:121] Beginning downloading kic base image for docker with crio
I0704 18:22:36.176596 12644 out.go:177] * Pulling base image v0.0.44-1719972989-19184 ...
I0704 18:22:36.177745 12644 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0704 18:22:36.177770 12644 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 in local docker daemon
I0704 18:22:36.177775 12644 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18648-4534/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4
I0704 18:22:36.177806 12644 cache.go:56] Caching tarball of preloaded images
I0704 18:22:36.177879 12644 preload.go:173] Found /home/jenkins/minikube-integration/18648-4534/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
I0704 18:22:36.177889 12644 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0704 18:22:36.178175 12644 profile.go:143] Saving config to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/config.json ...
I0704 18:22:36.178193 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/config.json: {Name:mkf644529edb8c1192325bdc39c70b203e7cbde4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:22:36.192588 12644 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 to local cache
I0704 18:22:36.192690 12644 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 in local cache directory
I0704 18:22:36.192704 12644 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 in local cache directory, skipping pull
I0704 18:22:36.192708 12644 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 exists in cache, skipping pull
I0704 18:22:36.192715 12644 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 as a tarball
I0704 18:22:36.192721 12644 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 from local cache
I0704 18:22:47.596141 12644 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 from cached tarball
I0704 18:22:47.596195 12644 cache.go:194] Successfully downloaded all kic artifacts
I0704 18:22:47.596236 12644 start.go:360] acquireMachinesLock for addons-820252: {Name:mk5dc6c2e1d8f35e53076803c9a4a6ef4e0a865b Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0704 18:22:47.596333 12644 start.go:364] duration metric: took 77µs to acquireMachinesLock for "addons-820252"
I0704 18:22:47.596360 12644 start.go:93] Provisioning new machine with config: &{Name:addons-820252 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-820252 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0704 18:22:47.596448 12644 start.go:125] createHost starting for "" (driver="docker")
I0704 18:22:47.598482 12644 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0704 18:22:47.598725 12644 start.go:159] libmachine.API.Create for "addons-820252" (driver="docker")
I0704 18:22:47.598759 12644 client.go:168] LocalClient.Create starting
I0704 18:22:47.598877 12644 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca.pem
I0704 18:22:47.664815 12644 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/cert.pem
I0704 18:22:47.732777 12644 cli_runner.go:164] Run: docker network inspect addons-820252 --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}}]}"
W0704 18:22:47.747210 12644 cli_runner.go:211] docker network inspect addons-820252 --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
I0704 18:22:47.747290 12644 network_create.go:284] running [docker network inspect addons-820252] to gather additional debugging logs...
I0704 18:22:47.747328 12644 cli_runner.go:164] Run: docker network inspect addons-820252
W0704 18:22:47.762576 12644 cli_runner.go:211] docker network inspect addons-820252 returned with exit code 1
I0704 18:22:47.762607 12644 network_create.go:287] error running [docker network inspect addons-820252]: docker network inspect addons-820252: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-820252 not found
I0704 18:22:47.762621 12644 network_create.go:289] output of [docker network inspect addons-820252]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-820252 not found
** /stderr **
I0704 18:22:47.762700 12644 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}}]}"
I0704 18:22:47.777905 12644 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:0xc0019c9030}
I0704 18:22:47.777941 12644 network_create.go:124] attempt to create docker network addons-820252 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0704 18:22:47.777988 12644 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-820252 addons-820252
I0704 18:22:47.834790 12644 network_create.go:108] docker network addons-820252 192.168.49.0/24 created
I0704 18:22:47.834814 12644 kic.go:121] calculated static IP "192.168.49.2" for the "addons-820252" container
I0704 18:22:47.834878 12644 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0704 18:22:47.849262 12644 cli_runner.go:164] Run: docker volume create addons-820252 --label name.minikube.sigs.k8s.io=addons-820252 --label created_by.minikube.sigs.k8s.io=true
I0704 18:22:47.865329 12644 oci.go:103] Successfully created a docker volume addons-820252
I0704 18:22:47.865396 12644 cli_runner.go:164] Run: docker run --rm --name addons-820252-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-820252 --entrypoint /usr/bin/test -v addons-820252:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -d /var/lib
I0704 18:22:55.036868 12644 cli_runner.go:217] Completed: docker run --rm --name addons-820252-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-820252 --entrypoint /usr/bin/test -v addons-820252:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -d /var/lib: (7.171411276s)
I0704 18:22:55.036899 12644 oci.go:107] Successfully prepared a docker volume addons-820252
I0704 18:22:55.036926 12644 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0704 18:22:55.036946 12644 kic.go:194] Starting extracting preloaded images to volume ...
I0704 18:22:55.037021 12644 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18648-4534/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-820252:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -I lz4 -xf /preloaded.tar -C /extractDir
I0704 18:22:59.573329 12644 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18648-4534/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-820252:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.536259911s)
I0704 18:22:59.573356 12644 kic.go:203] duration metric: took 4.536407744s to extract preloaded images to volume ...
W0704 18:22:59.573480 12644 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0704 18:22:59.573573 12644 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0704 18:22:59.619680 12644 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-820252 --name addons-820252 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-820252 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-820252 --network addons-820252 --ip 192.168.49.2 --volume addons-820252:/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-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1
I0704 18:22:59.921190 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Running}}
I0704 18:22:59.937715 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:22:59.955485 12644 cli_runner.go:164] Run: docker exec addons-820252 stat /var/lib/dpkg/alternatives/iptables
I0704 18:22:59.996666 12644 oci.go:144] the created container "addons-820252" has a running status.
I0704 18:22:59.996698 12644 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa...
I0704 18:23:00.489978 12644 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0704 18:23:00.509626 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:00.526071 12644 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0704 18:23:00.526088 12644 kic_runner.go:114] Args: [docker exec --privileged addons-820252 chown docker:docker /home/docker/.ssh/authorized_keys]
I0704 18:23:00.567141 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:00.584571 12644 machine.go:94] provisionDockerMachine start ...
I0704 18:23:00.584665 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:00.601843 12644 main.go:141] libmachine: Using SSH client type: native
I0704 18:23:00.602136 12644 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d9c0] 0x830720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0704 18:23:00.602158 12644 main.go:141] libmachine: About to run SSH command:
hostname
I0704 18:23:00.727113 12644 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-820252
I0704 18:23:00.727139 12644 ubuntu.go:169] provisioning hostname "addons-820252"
I0704 18:23:00.727206 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:00.743335 12644 main.go:141] libmachine: Using SSH client type: native
I0704 18:23:00.743547 12644 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d9c0] 0x830720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0704 18:23:00.743565 12644 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-820252 && echo "addons-820252" | sudo tee /etc/hostname
I0704 18:23:00.873198 12644 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-820252
I0704 18:23:00.873275 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:00.888860 12644 main.go:141] libmachine: Using SSH client type: native
I0704 18:23:00.889068 12644 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d9c0] 0x830720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0704 18:23:00.889094 12644 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-820252' /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-820252/g' /etc/hosts;
else
echo '127.0.1.1 addons-820252' | sudo tee -a /etc/hosts;
fi
fi
I0704 18:23:01.007562 12644 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0704 18:23:01.007593 12644 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18648-4534/.minikube CaCertPath:/home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18648-4534/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18648-4534/.minikube}
I0704 18:23:01.007618 12644 ubuntu.go:177] setting up certificates
I0704 18:23:01.007632 12644 provision.go:84] configureAuth start
I0704 18:23:01.007688 12644 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-820252
I0704 18:23:01.025174 12644 provision.go:143] copyHostCerts
I0704 18:23:01.025251 12644 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18648-4534/.minikube/ca.pem (1078 bytes)
I0704 18:23:01.025372 12644 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18648-4534/.minikube/cert.pem (1123 bytes)
I0704 18:23:01.025447 12644 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18648-4534/.minikube/key.pem (1679 bytes)
I0704 18:23:01.025510 12644 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18648-4534/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca-key.pem org=jenkins.addons-820252 san=[127.0.0.1 192.168.49.2 addons-820252 localhost minikube]
I0704 18:23:01.219862 12644 provision.go:177] copyRemoteCerts
I0704 18:23:01.219920 12644 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0704 18:23:01.219953 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:01.236221 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:01.324006 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0704 18:23:01.345430 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0704 18:23:01.367115 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0704 18:23:01.388968 12644 provision.go:87] duration metric: took 381.324446ms to configureAuth
I0704 18:23:01.388994 12644 ubuntu.go:193] setting minikube options for container-runtime
I0704 18:23:01.389167 12644 config.go:182] Loaded profile config "addons-820252": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0704 18:23:01.389276 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:01.405750 12644 main.go:141] libmachine: Using SSH client type: native
I0704 18:23:01.405925 12644 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d9c0] 0x830720 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0704 18:23:01.405944 12644 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
I0704 18:23:01.613003 12644 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0704 18:23:01.613031 12644 machine.go:97] duration metric: took 1.02844005s to provisionDockerMachine
I0704 18:23:01.613043 12644 client.go:171] duration metric: took 14.014275971s to LocalClient.Create
I0704 18:23:01.613061 12644 start.go:167] duration metric: took 14.014337404s to libmachine.API.Create "addons-820252"
I0704 18:23:01.613067 12644 start.go:293] postStartSetup for "addons-820252" (driver="docker")
I0704 18:23:01.613076 12644 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]
I0704 18:23:01.613132 12644 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
I0704 18:23:01.613172 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:01.629975 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:01.720499 12644 ssh_runner.go:195] Run: cat /etc/os-release
I0704 18:23:01.723503 12644 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0704 18:23:01.723536 12644 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0704 18:23:01.723545 12644 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0704 18:23:01.723549 12644 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0704 18:23:01.723559 12644 filesync.go:126] Scanning /home/jenkins/minikube-integration/18648-4534/.minikube/addons for local assets ...
I0704 18:23:01.723618 12644 filesync.go:126] Scanning /home/jenkins/minikube-integration/18648-4534/.minikube/files for local assets ...
I0704 18:23:01.723641 12644 start.go:296] duration metric: took 110.568858ms for postStartSetup
I0704 18:23:01.723937 12644 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-820252
I0704 18:23:01.740997 12644 profile.go:143] Saving config to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/config.json ...
I0704 18:23:01.741314 12644 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0704 18:23:01.741362 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:01.758259 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:01.844217 12644 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0704 18:23:01.848008 12644 start.go:128] duration metric: took 14.251544547s to createHost
I0704 18:23:01.848038 12644 start.go:83] releasing machines lock for "addons-820252", held for 14.251692824s
I0704 18:23:01.848108 12644 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-820252
I0704 18:23:01.864882 12644 ssh_runner.go:195] Run: cat /version.json
I0704 18:23:01.864937 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:01.864950 12644 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0704 18:23:01.865015 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:01.882466 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:01.882991 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:02.037892 12644 ssh_runner.go:195] Run: systemctl --version
I0704 18:23:02.041848 12644 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0704 18:23:02.178364 12644 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0704 18:23:02.182481 12644 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" ;
I0704 18:23:02.199285 12644 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0704 18:23:02.199370 12644 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" ;
I0704 18:23:02.225055 12644 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0704 18:23:02.225082 12644 start.go:494] detecting cgroup driver to use...
I0704 18:23:02.225112 12644 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0704 18:23:02.225146 12644 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0704 18:23:02.238513 12644 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0704 18:23:02.247977 12644 docker.go:217] disabling cri-docker service (if available) ...
I0704 18:23:02.248032 12644 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0704 18:23:02.259916 12644 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0704 18:23:02.272258 12644 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0704 18:23:02.342959 12644 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0704 18:23:02.419189 12644 docker.go:233] disabling docker service ...
I0704 18:23:02.419257 12644 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0704 18:23:02.436370 12644 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0704 18:23:02.446234 12644 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0704 18:23:02.518760 12644 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0704 18:23:02.599492 12644 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0704 18:23:02.609298 12644 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"
I0704 18:23:02.622732 12644 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0704 18:23:02.622784 12644 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"
I0704 18:23:02.631326 12644 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0704 18:23:02.631379 12644 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0704 18:23:02.639845 12644 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0704 18:23:02.647768 12644 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0704 18:23:02.655794 12644 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0704 18:23:02.663367 12644 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"
I0704 18:23:02.671691 12644 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"
I0704 18:23:02.685031 12644 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"
I0704 18:23:02.693121 12644 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0704 18:23:02.700404 12644 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0704 18:23:02.708028 12644 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0704 18:23:02.785902 12644 ssh_runner.go:195] Run: sudo systemctl restart crio
I0704 18:23:02.882135 12644 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0704 18:23:02.882205 12644 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0704 18:23:02.885268 12644 start.go:562] Will wait 60s for crictl version
I0704 18:23:02.885320 12644 ssh_runner.go:195] Run: which crictl
I0704 18:23:02.888168 12644 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0704 18:23:02.917632 12644 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0704 18:23:02.917742 12644 ssh_runner.go:195] Run: crio --version
I0704 18:23:02.951093 12644 ssh_runner.go:195] Run: crio --version
I0704 18:23:02.983593 12644 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0704 18:23:02.984649 12644 cli_runner.go:164] Run: docker network inspect addons-820252 --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}}]}"
I0704 18:23:03.000053 12644 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0704 18:23:03.004707 12644 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""
I0704 18:23:03.014089 12644 kubeadm.go:877] updating cluster {Name:addons-820252 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-820252 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0704 18:23:03.014201 12644 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0704 18:23:03.014245 12644 ssh_runner.go:195] Run: sudo crictl images --output json
I0704 18:23:03.072254 12644 crio.go:514] all images are preloaded for cri-o runtime.
I0704 18:23:03.072273 12644 crio.go:433] Images already preloaded, skipping extraction
I0704 18:23:03.072317 12644 ssh_runner.go:195] Run: sudo crictl images --output json
I0704 18:23:03.101347 12644 crio.go:514] all images are preloaded for cri-o runtime.
I0704 18:23:03.101365 12644 cache_images.go:84] Images are preloaded, skipping loading
I0704 18:23:03.101373 12644 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0704 18:23:03.101461 12644 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-820252 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-820252 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:}
I0704 18:23:03.101523 12644 ssh_runner.go:195] Run: crio config
I0704 18:23:03.141781 12644 cni.go:84] Creating CNI manager for ""
I0704 18:23:03.141802 12644 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0704 18:23:03.141819 12644 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0704 18:23:03.141849 12644 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-820252 NodeName:addons-820252 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}
I0704 18:23:03.142018 12644 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-820252"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0704 18:23:03.142087 12644 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0704 18:23:03.149932 12644 binaries.go:44] Found k8s binaries, skipping transfer
I0704 18:23:03.149987 12644 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0704 18:23:03.157237 12644 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0704 18:23:03.171743 12644 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0704 18:23:03.187217 12644 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0704 18:23:03.202715 12644 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0704 18:23:03.205691 12644 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""
I0704 18:23:03.214788 12644 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0704 18:23:03.286986 12644 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0704 18:23:03.298591 12644 certs.go:68] Setting up /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252 for IP: 192.168.49.2
I0704 18:23:03.298612 12644 certs.go:194] generating shared ca certs ...
I0704 18:23:03.298640 12644 certs.go:226] acquiring lock for ca certs: {Name:mkbbdea761b8478e3eb2b962639bb20004be43ee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:03.298770 12644 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18648-4534/.minikube/ca.key
I0704 18:23:03.512388 12644 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18648-4534/.minikube/ca.crt ...
I0704 18:23:03.512420 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/ca.crt: {Name:mkfab7bbcd79c8e0073e2132ac1c5d3ed0d9c0c3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:03.512586 12644 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18648-4534/.minikube/ca.key ...
I0704 18:23:03.512597 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/ca.key: {Name:mka360286f7bc42ee02694e8ce11ac0cd8c4b884 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:03.512667 12644 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18648-4534/.minikube/proxy-client-ca.key
I0704 18:23:03.842526 12644 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18648-4534/.minikube/proxy-client-ca.crt ...
I0704 18:23:03.842552 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/proxy-client-ca.crt: {Name:mk29af7d2748d565bd615e0c405acf03bf2fe1b1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:03.842692 12644 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18648-4534/.minikube/proxy-client-ca.key ...
I0704 18:23:03.842702 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/proxy-client-ca.key: {Name:mk144080f6fc789491a4c518bbe1efd64d6a9cd1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:03.842762 12644 certs.go:256] generating profile certs ...
I0704 18:23:03.842831 12644 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/client.key
I0704 18:23:03.842853 12644 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/client.crt with IP's: []
I0704 18:23:03.917267 12644 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/client.crt ...
I0704 18:23:03.917295 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/client.crt: {Name:mk0673d8c54577c890f8e8f42eff3ab7f600d743 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:03.917473 12644 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/client.key ...
I0704 18:23:03.917488 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/client.key: {Name:mka0091157731618d86dbf13f003b16fab9d081d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:03.917585 12644 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.key.e74c75ba
I0704 18:23:03.917604 12644 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.crt.e74c75ba with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0704 18:23:04.006839 12644 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.crt.e74c75ba ...
I0704 18:23:04.006864 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.crt.e74c75ba: {Name:mk378e7b941133e61308d4d65b8c0762f70c4892 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:04.007026 12644 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.key.e74c75ba ...
I0704 18:23:04.007043 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.key.e74c75ba: {Name:mk2a67ffb542f56d0fe01af4d855cb7c94ac2cd0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:04.007272 12644 certs.go:381] copying /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.crt.e74c75ba -> /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.crt
I0704 18:23:04.007379 12644 certs.go:385] copying /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.key.e74c75ba -> /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.key
I0704 18:23:04.007427 12644 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.key
I0704 18:23:04.007446 12644 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.crt with IP's: []
I0704 18:23:04.258497 12644 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.crt ...
I0704 18:23:04.258529 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.crt: {Name:mk08ea3391fb4f4d79e7ff6f34ca055fff9d25c9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:04.258701 12644 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.key ...
I0704 18:23:04.258718 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.key: {Name:mk2b1cf52b39f1368153c57759eec6dc77f8424a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:04.258907 12644 certs.go:484] found cert: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca-key.pem (1675 bytes)
I0704 18:23:04.258942 12644 certs.go:484] found cert: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/ca.pem (1078 bytes)
I0704 18:23:04.258974 12644 certs.go:484] found cert: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/cert.pem (1123 bytes)
I0704 18:23:04.258997 12644 certs.go:484] found cert: /home/jenkins/minikube-integration/18648-4534/.minikube/certs/key.pem (1679 bytes)
I0704 18:23:04.259534 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0704 18:23:04.280790 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0704 18:23:04.300298 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0704 18:23:04.319946 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0704 18:23:04.339316 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0704 18:23:04.359780 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0704 18:23:04.380111 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0704 18:23:04.401188 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/profiles/addons-820252/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0704 18:23:04.421776 12644 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18648-4534/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0704 18:23:04.442141 12644 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0704 18:23:04.457330 12644 ssh_runner.go:195] Run: openssl version
I0704 18:23:04.462059 12644 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"
I0704 18:23:04.470285 12644 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0704 18:23:04.473430 12644 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 4 18:23 /usr/share/ca-certificates/minikubeCA.pem
I0704 18:23:04.473485 12644 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0704 18:23:04.479565 12644 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"
I0704 18:23:04.487358 12644 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0704 18:23:04.490159 12644 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
I0704 18:23:04.490424 12644 kubeadm.go:391] StartCluster: {Name:addons-820252 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-820252 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0704 18:23:04.490592 12644 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0704 18:23:04.490645 12644 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0704 18:23:04.523641 12644 cri.go:89] found id: ""
I0704 18:23:04.523716 12644 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0704 18:23:04.531794 12644 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0704 18:23:04.539252 12644 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0704 18:23:04.539299 12644 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
I0704 18:23:04.546736 12644 kubeadm.go:154] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0704 18:23:04.546754 12644 kubeadm.go:156] found existing configuration files:
I0704 18:23:04.546795 12644 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0704 18:23:04.554609 12644 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0704 18:23:04.554662 12644 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0704 18:23:04.562205 12644 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0704 18:23:04.569454 12644 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0704 18:23:04.569505 12644 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0704 18:23:04.576539 12644 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0704 18:23:04.584012 12644 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0704 18:23:04.584074 12644 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0704 18:23:04.591282 12644 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0704 18:23:04.598694 12644 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0704 18:23:04.598750 12644 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0704 18:23:04.605807 12644 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0704 18:23:04.685612 12644 kubeadm.go:309] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1062-gcp\n", err: exit status 1
I0704 18:23:04.751091 12644 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0704 18:23:13.864980 12644 kubeadm.go:309] [init] Using Kubernetes version: v1.30.2
I0704 18:23:13.865066 12644 kubeadm.go:309] [preflight] Running pre-flight checks
I0704 18:23:13.865162 12644 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0704 18:23:13.865225 12644 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1062-gcp[0m
I0704 18:23:13.865275 12644 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0704 18:23:13.865354 12644 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0704 18:23:13.865427 12644 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0704 18:23:13.865504 12644 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0704 18:23:13.865582 12644 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0704 18:23:13.865651 12644 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0704 18:23:13.865726 12644 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0704 18:23:13.865804 12644 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0704 18:23:13.865884 12644 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0704 18:23:13.865941 12644 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0704 18:23:13.866039 12644 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0704 18:23:13.866190 12644 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0704 18:23:13.866304 12644 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0704 18:23:13.866358 12644 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0704 18:23:13.868230 12644 out.go:204] - Generating certificates and keys ...
I0704 18:23:13.868317 12644 kubeadm.go:309] [certs] Using existing ca certificate authority
I0704 18:23:13.868372 12644 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0704 18:23:13.868446 12644 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0704 18:23:13.868518 12644 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0704 18:23:13.868577 12644 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0704 18:23:13.868626 12644 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0704 18:23:13.868671 12644 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0704 18:23:13.868801 12644 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-820252 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0704 18:23:13.868885 12644 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0704 18:23:13.869007 12644 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-820252 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0704 18:23:13.869081 12644 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0704 18:23:13.869161 12644 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0704 18:23:13.869225 12644 kubeadm.go:309] [certs] Generating "sa" key and public key
I0704 18:23:13.869316 12644 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0704 18:23:13.869366 12644 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0704 18:23:13.869434 12644 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0704 18:23:13.869498 12644 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0704 18:23:13.869578 12644 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0704 18:23:13.869629 12644 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0704 18:23:13.869693 12644 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0704 18:23:13.869755 12644 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0704 18:23:13.871194 12644 out.go:204] - Booting up control plane ...
I0704 18:23:13.871270 12644 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0704 18:23:13.871347 12644 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0704 18:23:13.871410 12644 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0704 18:23:13.871494 12644 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0704 18:23:13.871581 12644 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0704 18:23:13.871614 12644 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0704 18:23:13.871737 12644 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0704 18:23:13.871835 12644 kubeadm.go:309] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0704 18:23:13.871891 12644 kubeadm.go:309] [kubelet-check] The kubelet is healthy after 501.578587ms
I0704 18:23:13.871950 12644 kubeadm.go:309] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0704 18:23:13.872002 12644 kubeadm.go:309] [api-check] The API server is healthy after 4.501731494s
I0704 18:23:13.872110 12644 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0704 18:23:13.872221 12644 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0704 18:23:13.872272 12644 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0704 18:23:13.872424 12644 kubeadm.go:309] [mark-control-plane] Marking the node addons-820252 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0704 18:23:13.872472 12644 kubeadm.go:309] [bootstrap-token] Using token: 1hbuiq.i5s98o04k348jsb2
I0704 18:23:13.874737 12644 out.go:204] - Configuring RBAC rules ...
I0704 18:23:13.874834 12644 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0704 18:23:13.874936 12644 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0704 18:23:13.875101 12644 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0704 18:23:13.875263 12644 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0704 18:23:13.875397 12644 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0704 18:23:13.875507 12644 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0704 18:23:13.875661 12644 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0704 18:23:13.875726 12644 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0704 18:23:13.875805 12644 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0704 18:23:13.875814 12644 kubeadm.go:309]
I0704 18:23:13.875867 12644 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0704 18:23:13.875873 12644 kubeadm.go:309]
I0704 18:23:13.875941 12644 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0704 18:23:13.875950 12644 kubeadm.go:309]
I0704 18:23:13.875970 12644 kubeadm.go:309] mkdir -p $HOME/.kube
I0704 18:23:13.876019 12644 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0704 18:23:13.876061 12644 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0704 18:23:13.876069 12644 kubeadm.go:309]
I0704 18:23:13.876115 12644 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0704 18:23:13.876124 12644 kubeadm.go:309]
I0704 18:23:13.876167 12644 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0704 18:23:13.876173 12644 kubeadm.go:309]
I0704 18:23:13.876217 12644 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0704 18:23:13.876278 12644 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0704 18:23:13.876337 12644 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0704 18:23:13.876346 12644 kubeadm.go:309]
I0704 18:23:13.876421 12644 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0704 18:23:13.876489 12644 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0704 18:23:13.876495 12644 kubeadm.go:309]
I0704 18:23:13.876569 12644 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 1hbuiq.i5s98o04k348jsb2 \
I0704 18:23:13.876661 12644 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:ed2daf57e322d0e6532bd1ca13ee8faee1703d01a9b04e4c3696ce970d809e58 \
I0704 18:23:13.876684 12644 kubeadm.go:309] --control-plane
I0704 18:23:13.876690 12644 kubeadm.go:309]
I0704 18:23:13.876760 12644 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0704 18:23:13.876767 12644 kubeadm.go:309]
I0704 18:23:13.876838 12644 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 1hbuiq.i5s98o04k348jsb2 \
I0704 18:23:13.876933 12644 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:ed2daf57e322d0e6532bd1ca13ee8faee1703d01a9b04e4c3696ce970d809e58
I0704 18:23:13.876953 12644 cni.go:84] Creating CNI manager for ""
I0704 18:23:13.876964 12644 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0704 18:23:13.878472 12644 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0704 18:23:13.879587 12644 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0704 18:23:13.883224 12644 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0704 18:23:13.883241 12644 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0704 18:23:13.898848 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0704 18:23:14.086842 12644 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0704 18:23:14.086928 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:14.086974 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-820252 minikube.k8s.io/updated_at=2024_07_04T18_23_14_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=0e4b4fcc186d4ca7076f49580f05e6bddce789ae minikube.k8s.io/name=addons-820252 minikube.k8s.io/primary=true
I0704 18:23:14.093979 12644 ops.go:34] apiserver oom_adj: -16
I0704 18:23:14.153210 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:14.653567 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:15.154148 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:15.654011 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:16.153257 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:16.653509 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:17.153968 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:17.654048 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:18.154237 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:18.654106 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:19.153676 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:19.654003 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:20.153324 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:20.653452 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:21.153747 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:21.653670 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:22.153668 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:22.653819 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:23.153360 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:23.653741 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:24.153590 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:24.654080 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:25.153334 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:25.653307 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:26.154133 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:26.653324 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:27.153809 12644 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 18:23:27.243976 12644 kubeadm.go:1107] duration metric: took 13.157108744s to wait for elevateKubeSystemPrivileges
W0704 18:23:27.244011 12644 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0704 18:23:27.244020 12644 kubeadm.go:393] duration metric: took 22.753823821s to StartCluster
I0704 18:23:27.244039 12644 settings.go:142] acquiring lock: {Name:mkedacfc3d3274bc87657100769ea519d80e0ef9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:27.244167 12644 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18648-4534/kubeconfig
I0704 18:23:27.244515 12644 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18648-4534/kubeconfig: {Name:mka5c8af49ad06b833fb7a8ee3a4dd504de15833 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 18:23:27.244717 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0704 18:23:27.244721 12644 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0704 18:23:27.244818 12644 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]
I0704 18:23:27.244908 12644 config.go:182] Loaded profile config "addons-820252": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0704 18:23:27.244920 12644 addons.go:69] Setting yakd=true in profile "addons-820252"
I0704 18:23:27.244935 12644 addons.go:69] Setting gcp-auth=true in profile "addons-820252"
I0704 18:23:27.244950 12644 addons.go:69] Setting registry=true in profile "addons-820252"
I0704 18:23:27.244946 12644 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-820252"
I0704 18:23:27.244964 12644 addons.go:69] Setting volumesnapshots=true in profile "addons-820252"
I0704 18:23:27.244971 12644 mustload.go:65] Loading cluster: addons-820252
I0704 18:23:27.244981 12644 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-820252"
I0704 18:23:27.244973 12644 addons.go:69] Setting helm-tiller=true in profile "addons-820252"
I0704 18:23:27.244986 12644 addons.go:234] Setting addon volumesnapshots=true in "addons-820252"
I0704 18:23:27.244991 12644 addons.go:69] Setting storage-provisioner=true in profile "addons-820252"
I0704 18:23:27.245004 12644 addons.go:234] Setting addon helm-tiller=true in "addons-820252"
I0704 18:23:27.245009 12644 addons.go:234] Setting addon storage-provisioner=true in "addons-820252"
I0704 18:23:27.245017 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245028 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245030 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245050 12644 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-820252"
I0704 18:23:27.245117 12644 addons.go:69] Setting metrics-server=true in profile "addons-820252"
I0704 18:23:27.245151 12644 addons.go:69] Setting inspektor-gadget=true in profile "addons-820252"
I0704 18:23:27.245168 12644 addons.go:69] Setting ingress=true in profile "addons-820252"
I0704 18:23:27.245180 12644 addons.go:234] Setting addon inspektor-gadget=true in "addons-820252"
I0704 18:23:27.245192 12644 addons.go:234] Setting addon metrics-server=true in "addons-820252"
I0704 18:23:27.245205 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245219 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.244955 12644 addons.go:234] Setting addon yakd=true in "addons-820252"
I0704 18:23:27.245253 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245120 12644 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-820252"
I0704 18:23:27.245300 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245521 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245532 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245532 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245646 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245664 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245669 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245688 12644 addons.go:69] Setting ingress-dns=true in profile "addons-820252"
I0704 18:23:27.245734 12644 addons.go:234] Setting addon ingress-dns=true in "addons-820252"
I0704 18:23:27.245737 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245771 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.246185 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245018 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245171 12644 config.go:182] Loaded profile config "addons-820252": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0704 18:23:27.247507 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.247632 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245194 12644 addons.go:234] Setting addon ingress=true in "addons-820252"
I0704 18:23:27.248000 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.244960 12644 addons.go:69] Setting volcano=true in profile "addons-820252"
I0704 18:23:27.248431 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.248854 12644 out.go:177] * Verifying Kubernetes components...
I0704 18:23:27.251907 12644 addons.go:234] Setting addon volcano=true in "addons-820252"
I0704 18:23:27.252019 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.252532 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.245139 12644 addons.go:69] Setting default-storageclass=true in profile "addons-820252"
I0704 18:23:27.252746 12644 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-820252"
I0704 18:23:27.253011 12644 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0704 18:23:27.253309 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.244944 12644 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-820252"
I0704 18:23:27.253517 12644 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-820252"
I0704 18:23:27.253786 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.244986 12644 addons.go:234] Setting addon registry=true in "addons-820252"
I0704 18:23:27.255651 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.245128 12644 addons.go:69] Setting cloud-spanner=true in profile "addons-820252"
I0704 18:23:27.255938 12644 addons.go:234] Setting addon cloud-spanner=true in "addons-820252"
I0704 18:23:27.255965 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.256106 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.284158 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.286117 12644 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
I0704 18:23:27.287790 12644 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0704 18:23:27.287819 12644 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0704 18:23:27.287898 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.296407 12644 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0704 18:23:27.298504 12644 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0704 18:23:27.298531 12644 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0704 18:23:27.298605 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.301426 12644 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0704 18:23:27.304983 12644 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0704 18:23:27.305008 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0704 18:23:27.305066 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.317409 12644 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-820252"
I0704 18:23:27.317453 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.317904 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:27.318728 12644 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0704 18:23:27.320334 12644 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0704 18:23:27.320366 12644 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0704 18:23:27.320586 12644 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.1
I0704 18:23:27.321672 12644 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0704 18:23:27.321688 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0704 18:23:27.321691 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.321735 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.322413 12644 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0704 18:23:27.322430 12644 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0704 18:23:27.322475 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.322626 12644 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0704 18:23:27.324122 12644 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0704 18:23:27.324135 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0704 18:23:27.324175 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.324309 12644 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0704 18:23:27.325770 12644 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0704 18:23:27.325785 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0704 18:23:27.325823 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.330315 12644 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0704 18:23:27.330354 12644 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0704 18:23:27.330376 12644 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0704 18:23:27.331835 12644 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0704 18:23:27.331859 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0704 18:23:27.331913 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.332521 12644 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0704 18:23:27.332585 12644 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0704 18:23:27.332595 12644 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0704 18:23:27.332646 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.337056 12644 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0704 18:23:27.338417 12644 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0704 18:23:27.339953 12644 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0704 18:23:27.341355 12644 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0704 18:23:27.342660 12644 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0704 18:23:27.342749 12644 out.go:177] - Using image docker.io/registry:2.8.3
I0704 18:23:27.343987 12644 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0704 18:23:27.344003 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0704 18:23:27.344056 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.344231 12644 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0704 18:23:27.345486 12644 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0704 18:23:27.346581 12644 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0704 18:23:27.346603 12644 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0704 18:23:27.346663 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.351527 12644 addons.go:234] Setting addon default-storageclass=true in "addons-820252"
I0704 18:23:27.351586 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:27.352072 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
W0704 18:23:27.357278 12644 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0704 18:23:27.359575 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.364953 12644 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0704 18:23:27.366414 12644 out.go:177] - Using image docker.io/busybox:stable
I0704 18:23:27.367837 12644 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0704 18:23:27.367867 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0704 18:23:27.367924 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.373058 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.377355 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.377608 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.378596 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.385194 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0704 18:23:27.385812 12644 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0704 18:23:27.387724 12644 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0704 18:23:27.387743 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0704 18:23:27.387822 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.393580 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.403137 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.403309 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.407281 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.407824 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.408074 12644 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0704 18:23:27.408091 12644 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0704 18:23:27.408130 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:27.409439 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.415397 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.417004 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:27.427069 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
W0704 18:23:27.435990 12644 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0704 18:23:27.436021 12644 retry.go:31] will retry after 216.913585ms: ssh: handshake failed: EOF
W0704 18:23:27.436109 12644 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0704 18:23:27.436117 12644 retry.go:31] will retry after 153.525329ms: ssh: handshake failed: EOF
W0704 18:23:27.436189 12644 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0704 18:23:27.436201 12644 retry.go:31] will retry after 307.647394ms: ssh: handshake failed: EOF
I0704 18:23:27.453797 12644 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0704 18:23:27.735159 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0704 18:23:27.737904 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0704 18:23:27.739115 12644 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0704 18:23:27.739170 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0704 18:23:27.745656 12644 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0704 18:23:27.745905 12644 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0704 18:23:27.749236 12644 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0704 18:23:27.749305 12644 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0704 18:23:27.832575 12644 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0704 18:23:27.832702 12644 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0704 18:23:27.842073 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0704 18:23:27.848287 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0704 18:23:27.852080 12644 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0704 18:23:27.852164 12644 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0704 18:23:27.854786 12644 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0704 18:23:27.854865 12644 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0704 18:23:27.938991 12644 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0704 18:23:27.939037 12644 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0704 18:23:27.944557 12644 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0704 18:23:27.944585 12644 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0704 18:23:27.946366 12644 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0704 18:23:27.946389 12644 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0704 18:23:27.947550 12644 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0704 18:23:27.947572 12644 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0704 18:23:28.033192 12644 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0704 18:23:28.033278 12644 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0704 18:23:28.137621 12644 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0704 18:23:28.137702 12644 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0704 18:23:28.140820 12644 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0704 18:23:28.140884 12644 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0704 18:23:28.147261 12644 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0704 18:23:28.147325 12644 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0704 18:23:28.149928 12644 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0704 18:23:28.149986 12644 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)
I0704 18:23:28.233888 12644 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0704 18:23:28.233972 12644 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0704 18:23:28.245944 12644 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0704 18:23:28.246044 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0704 18:23:28.251807 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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
I0704 18:23:28.333416 12644 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0704 18:23:28.333514 12644 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0704 18:23:28.343605 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0704 18:23:28.354017 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0704 18:23:28.354435 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0704 18:23:28.443009 12644 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0704 18:23:28.443090 12644 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0704 18:23:28.446859 12644 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0704 18:23:28.446886 12644 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0704 18:23:28.532454 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0704 18:23:28.547900 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0704 18:23:28.635115 12644 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0704 18:23:28.635194 12644 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0704 18:23:28.640220 12644 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0704 18:23:28.640247 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0704 18:23:28.753303 12644 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.368069964s)
I0704 18:23:28.753343 12644 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0704 18:23:28.754480 12644 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.300656388s)
I0704 18:23:28.755352 12644 node_ready.go:35] waiting up to 6m0s for node "addons-820252" to be "Ready" ...
I0704 18:23:28.756007 12644 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0704 18:23:28.756024 12644 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0704 18:23:28.837183 12644 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0704 18:23:28.837213 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0704 18:23:28.854111 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0704 18:23:29.035732 12644 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0704 18:23:29.035830 12644 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0704 18:23:29.334064 12644 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0704 18:23:29.334094 12644 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0704 18:23:29.351395 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0704 18:23:29.450593 12644 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-820252" context rescaled to 1 replicas
I0704 18:23:29.536958 12644 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0704 18:23:29.537038 12644 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0704 18:23:29.734061 12644 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0704 18:23:29.734152 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0704 18:23:29.944981 12644 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0704 18:23:29.945065 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0704 18:23:30.033200 12644 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0704 18:23:30.033274 12644 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0704 18:23:30.241094 12644 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0704 18:23:30.241176 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0704 18:23:30.242216 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0704 18:23:30.535887 12644 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0704 18:23:30.535981 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0704 18:23:30.834238 12644 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0704 18:23:30.834317 12644 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0704 18:23:30.953791 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0704 18:23:31.036501 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:31.050732 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.315464427s)
I0704 18:23:31.050777 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (3.312784005s)
I0704 18:23:32.940612 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.098448357s)
I0704 18:23:32.940659 12644 addons.go:475] Verifying addon ingress=true in "addons-820252"
I0704 18:23:32.940671 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/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: (4.688828968s)
I0704 18:23:32.940767 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.586724779s)
I0704 18:23:32.940742 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.597063673s)
I0704 18:23:32.940624 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.092246256s)
I0704 18:23:32.941154 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.586691998s)
I0704 18:23:32.941193 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.408706159s)
I0704 18:23:32.941221 12644 addons.go:475] Verifying addon registry=true in "addons-820252"
I0704 18:23:32.941365 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.393377343s)
I0704 18:23:32.941388 12644 addons.go:475] Verifying addon metrics-server=true in "addons-820252"
I0704 18:23:32.941456 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.087303563s)
I0704 18:23:32.942869 12644 out.go:177] * Verifying registry addon...
I0704 18:23:32.942939 12644 out.go:177] * Verifying ingress addon...
I0704 18:23:32.943832 12644 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-820252 service yakd-dashboard -n yakd-dashboard
I0704 18:23:32.946391 12644 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0704 18:23:32.950891 12644 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
W0704 18:23:32.955859 12644 out.go:239] ! Enabling 'default-storageclass' returned an error: running callbacks: [Error making standard the default storage class: Error while marking storage class local-path as non-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]
I0704 18:23:32.957896 12644 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0704 18:23:32.957918 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:32.957969 12644 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0704 18:23:32.957991 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:33.258343 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:33.451345 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:33.455091 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:33.637998 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.286493558s)
W0704 18:23:33.638110 12644 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0704 18:23:33.638167 12644 retry.go:31] will retry after 276.386465ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0704 18:23:33.638114 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (3.395819735s)
I0704 18:23:33.915617 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0704 18:23:33.951907 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:33.955273 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:34.451326 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:34.455588 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:34.540795 12644 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0704 18:23:34.540948 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:34.564503 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:34.951238 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:34.956948 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:35.035278 12644 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0704 18:23:35.057072 12644 addons.go:234] Setting addon gcp-auth=true in "addons-820252"
I0704 18:23:35.057132 12644 host.go:66] Checking if "addons-820252" exists ...
I0704 18:23:35.057657 12644 cli_runner.go:164] Run: docker container inspect addons-820252 --format={{.State.Status}}
I0704 18:23:35.074914 12644 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0704 18:23:35.074977 12644 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-820252
I0704 18:23:35.091402 12644 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/jenkins/minikube-integration/18648-4534/.minikube/machines/addons-820252/id_rsa Username:docker}
I0704 18:23:35.239984 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.286119752s)
I0704 18:23:35.240030 12644 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-820252"
I0704 18:23:35.243257 12644 out.go:177] * Verifying csi-hostpath-driver addon...
I0704 18:23:35.245936 12644 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0704 18:23:35.249635 12644 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0704 18:23:35.249654 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:35.333768 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:35.450792 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:35.455929 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:35.677823 12644 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.762153133s)
I0704 18:23:35.680050 12644 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0704 18:23:35.681547 12644 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0704 18:23:35.682840 12644 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0704 18:23:35.682861 12644 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0704 18:23:35.699264 12644 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0704 18:23:35.699290 12644 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0704 18:23:35.747605 12644 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0704 18:23:35.747630 12644 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0704 18:23:35.749981 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:35.767383 12644 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0704 18:23:35.950538 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:35.954812 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:36.250272 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:36.360970 12644 addons.go:475] Verifying addon gcp-auth=true in "addons-820252"
I0704 18:23:36.362613 12644 out.go:177] * Verifying gcp-auth addon...
I0704 18:23:36.364984 12644 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0704 18:23:36.434856 12644 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0704 18:23:36.434886 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:36.449337 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:36.453892 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:36.750686 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:36.868757 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:36.951028 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:36.954596 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:37.249312 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:37.367976 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:37.450289 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:37.453687 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:37.749920 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:37.758286 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:37.868785 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:37.949533 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:37.954131 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:38.250504 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:38.368181 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:38.450705 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:38.454502 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:38.749597 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:38.868304 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:38.950313 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:38.953642 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:39.249774 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:39.367883 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:39.450000 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:39.454409 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:39.749553 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:39.758616 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:39.868560 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:39.950393 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:39.953976 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:40.250459 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:40.367989 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:40.450116 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:40.455017 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:40.750110 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:40.868575 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:40.950827 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:40.954496 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:41.249806 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:41.367946 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:41.449907 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:41.454369 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:41.749633 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:41.759003 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:41.868686 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:41.949858 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:41.954533 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:42.249872 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:42.368607 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:42.450665 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:42.454029 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:42.750013 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:42.868306 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:42.951822 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:42.954219 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:43.250636 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:43.368038 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:43.450147 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:43.454735 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:43.749996 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:43.868323 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:43.950273 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:43.953623 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:44.250098 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:44.258228 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:44.367701 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:44.449633 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:44.454389 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:44.749642 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:44.868165 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:44.950209 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:44.953756 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:45.250362 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:45.368244 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:45.450132 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:45.455129 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:45.749696 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:45.868074 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:45.949825 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:45.954218 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:46.249625 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:46.258527 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:46.368364 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:46.450384 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:46.453774 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:46.750050 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:46.868410 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:46.950438 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:46.954283 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:47.250177 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:47.368149 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:47.450214 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:47.453942 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:47.749888 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:47.868470 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:47.950447 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:47.954174 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:48.249958 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:48.368280 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:48.450547 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:48.454374 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:48.749442 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:48.758581 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:48.868029 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:48.950068 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:48.954725 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:49.249948 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:49.368431 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:49.450423 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:49.453773 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:49.749994 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:49.868602 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:49.950822 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:49.954502 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:50.250506 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:50.367856 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:50.449884 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:50.454872 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:50.750057 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:50.869021 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:50.950219 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:50.953886 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:51.250127 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:51.257929 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:51.368207 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:51.451655 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:51.456936 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:51.750149 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:51.867776 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:51.949658 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:51.954575 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:52.249706 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:52.368491 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:52.450426 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:52.453923 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:52.749896 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:52.867618 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:52.950489 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:52.954038 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:53.250201 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:53.258184 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:53.368049 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:53.450085 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:53.454458 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:53.751163 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:53.867726 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:53.949532 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:53.954222 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:54.250344 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:54.367683 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:54.449724 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:54.454115 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:54.750329 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:54.867935 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:54.949776 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:54.954421 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:55.249739 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:55.368197 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:55.450161 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:55.453369 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:55.749596 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:55.758307 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:55.868172 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:55.950005 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:55.954313 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:56.249537 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:56.368070 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:56.450117 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:56.454624 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:56.749784 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:56.868216 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:56.950188 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:56.953628 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:57.249683 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:57.368390 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:57.450956 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:57.454048 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:57.750256 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:57.867231 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:57.950417 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:57.953833 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:58.250091 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:58.258243 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:23:58.368819 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:58.449920 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:58.454565 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:58.749757 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:58.868617 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:58.950547 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:58.953810 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:59.249984 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:59.367708 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:59.449711 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:59.454483 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:23:59.749535 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:23:59.868302 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:23:59.950380 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:23:59.953839 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:00.249794 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:00.368543 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:00.451011 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:00.454322 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:00.749212 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:00.758198 12644 node_ready.go:53] node "addons-820252" has status "Ready":"False"
I0704 18:24:00.868713 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:00.951155 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:00.956336 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:01.263895 12644 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0704 18:24:01.263916 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:01.353651 12644 node_ready.go:49] node "addons-820252" has status "Ready":"True"
I0704 18:24:01.353677 12644 node_ready.go:38] duration metric: took 32.598294107s for node "addons-820252" to be "Ready" ...
I0704 18:24:01.353688 12644 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" ...
I0704 18:24:01.362661 12644 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-qmqfd" in "kube-system" namespace to be "Ready" ...
I0704 18:24:01.367393 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:01.450865 12644 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0704 18:24:01.450885 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:01.457276 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:01.756320 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:01.868002 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:01.950727 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:01.954479 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:02.252024 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:02.367875 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:02.451237 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:02.455399 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:02.751905 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:02.936212 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:02.951447 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:02.954876 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:03.251510 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:03.368738 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:03.368854 12644 pod_ready.go:102] pod "coredns-7db6d8ff4d-qmqfd" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:03.450588 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:03.454346 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:03.751512 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:03.867966 12644 pod_ready.go:92] pod "coredns-7db6d8ff4d-qmqfd" in "kube-system" namespace has status "Ready":"True"
I0704 18:24:03.867992 12644 pod_ready.go:81] duration metric: took 2.505302927s for pod "coredns-7db6d8ff4d-qmqfd" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.868013 12644 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.868080 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:03.872271 12644 pod_ready.go:92] pod "etcd-addons-820252" in "kube-system" namespace has status "Ready":"True"
I0704 18:24:03.872291 12644 pod_ready.go:81] duration metric: took 4.268794ms for pod "etcd-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.872307 12644 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.876040 12644 pod_ready.go:92] pod "kube-apiserver-addons-820252" in "kube-system" namespace has status "Ready":"True"
I0704 18:24:03.876058 12644 pod_ready.go:81] duration metric: took 3.743669ms for pod "kube-apiserver-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.876069 12644 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.879703 12644 pod_ready.go:92] pod "kube-controller-manager-addons-820252" in "kube-system" namespace has status "Ready":"True"
I0704 18:24:03.879719 12644 pod_ready.go:81] duration metric: took 3.642492ms for pod "kube-controller-manager-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.879732 12644 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-5s22s" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.883381 12644 pod_ready.go:92] pod "kube-proxy-5s22s" in "kube-system" namespace has status "Ready":"True"
I0704 18:24:03.883399 12644 pod_ready.go:81] duration metric: took 3.658911ms for pod "kube-proxy-5s22s" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.883410 12644 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:03.951398 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:03.954877 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:04.251791 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:04.265762 12644 pod_ready.go:92] pod "kube-scheduler-addons-820252" in "kube-system" namespace has status "Ready":"True"
I0704 18:24:04.265803 12644 pod_ready.go:81] duration metric: took 382.375316ms for pod "kube-scheduler-addons-820252" in "kube-system" namespace to be "Ready" ...
I0704 18:24:04.265817 12644 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace to be "Ready" ...
I0704 18:24:04.368158 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:04.450633 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:04.454433 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:04.750897 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:04.868008 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:04.951171 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:04.954446 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:05.251304 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:05.434090 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:05.452175 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:05.454820 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:05.752205 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:05.868312 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:05.951069 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:05.954523 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:06.252939 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:06.271263 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:06.368805 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:06.451119 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:06.454240 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:06.751038 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:06.868687 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:06.950943 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:06.953963 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:07.252225 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:07.369091 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:07.451414 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:07.455106 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:07.752529 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:07.932782 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:07.951628 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:07.954608 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:08.251456 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:08.272151 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:08.368723 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:08.450939 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:08.454075 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:08.751939 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:08.868528 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:08.951948 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:08.954702 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:09.251925 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:09.368556 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:09.451788 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:09.454535 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:09.751172 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:09.868291 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:09.951621 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:09.959446 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:10.252113 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:10.368714 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:10.452196 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:10.455100 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:10.751528 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:10.771310 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:10.867976 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:10.951301 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:10.954934 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:11.251473 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:11.369185 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:11.451638 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:11.455387 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:11.751451 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:11.868459 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:11.951312 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:11.954805 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:12.250689 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:12.367975 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:12.451065 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:12.454294 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:12.751598 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:12.771459 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:12.868106 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:12.951334 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:12.955125 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:13.251821 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:13.368388 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:13.453575 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:13.455484 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:13.751604 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:13.868735 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:13.951517 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:13.954814 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:14.251358 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:14.367727 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:14.450218 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:14.454657 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:14.750980 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:14.771718 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:14.868784 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:14.951589 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:14.954750 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:15.251449 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:15.369317 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:15.451451 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:15.455272 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:15.751075 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:15.868855 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:15.950571 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:15.954150 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:16.251709 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:16.368442 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:16.451219 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:16.454432 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:16.752076 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:16.868088 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:16.950721 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:16.955529 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:17.252913 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:17.271154 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:17.367579 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:17.453035 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:17.456543 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:17.751515 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:17.868621 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:17.953649 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:17.955152 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:18.250970 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:18.368323 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:18.452102 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:18.456539 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:18.751320 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:18.869119 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:18.950600 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:18.955140 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:19.250386 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:19.272844 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:19.368347 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:19.450720 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:19.454592 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:19.752560 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:19.869243 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:19.951258 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:19.954664 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:20.252058 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:20.368805 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:20.450267 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:20.454904 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:20.750796 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:20.868348 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:20.951312 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:20.954320 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:21.252569 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:21.368277 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:21.451335 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:21.454419 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:21.750619 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:21.770455 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:21.868319 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:21.950880 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:21.954167 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:22.251110 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:22.368480 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:22.452427 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:22.454764 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:22.750708 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:22.868792 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:22.950253 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:22.954636 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:23.250346 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:23.368762 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:23.450052 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:23.454739 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:23.750948 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:23.770995 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:23.868624 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:23.951193 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:23.953996 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:24.251726 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:24.369232 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:24.452010 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:24.454897 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:24.752063 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:24.935458 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:24.950617 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:24.955123 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:25.252859 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:25.435521 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:25.451224 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:25.454609 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:25.754599 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:25.845045 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:25.937160 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:25.951499 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:25.954544 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:26.254249 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:26.368536 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:26.451290 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:26.454529 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:26.751881 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:26.869259 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:26.951442 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:26.955201 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:27.251663 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:27.368191 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:27.452187 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:27.454686 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:27.751894 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:27.868942 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:27.950904 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:27.954402 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:28.252161 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:28.271040 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:28.368666 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:28.451968 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:28.454535 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:28.750888 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:28.868341 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:28.951593 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:28.954977 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:29.251635 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:29.368557 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:29.451306 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:29.454426 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:29.751218 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:29.868639 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:29.951202 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:29.955629 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:30.251433 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:30.368313 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:30.451932 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:30.454921 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:30.751155 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:30.771420 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:30.868186 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:30.950961 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:30.954500 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:31.252373 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:31.368460 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:31.451678 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:31.454822 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:31.752489 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:31.869176 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:31.951731 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:31.954408 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:32.252254 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:32.369154 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:32.451418 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:32.454315 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:32.752451 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:32.772128 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:32.869633 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:32.951498 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:32.954739 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:33.251301 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:33.368417 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:33.451428 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:33.454492 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:33.751929 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:33.869030 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:33.950649 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:33.954387 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:34.251430 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:34.368893 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:34.450367 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 18:24:34.455274 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:34.750807 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:34.868372 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:34.951196 12644 kapi.go:107] duration metric: took 1m2.004804748s to wait for kubernetes.io/minikube-addons=registry ...
I0704 18:24:34.954582 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:35.251354 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:35.271039 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:35.368784 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:35.455136 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:35.751554 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:35.868497 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:35.955985 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:36.251199 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:36.369178 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:36.455817 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:36.751486 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:36.868299 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:36.954788 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:37.252178 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:37.271182 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:37.368098 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:37.455615 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:37.751086 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:37.868704 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:37.954795 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:38.253213 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:38.368176 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:38.454527 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:38.751114 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:38.869292 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:38.955547 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:39.251186 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:39.368581 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:39.454824 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:39.751562 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:39.771554 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:39.868410 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:39.955008 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:40.251592 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:40.368588 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:40.455058 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:40.751289 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:40.868879 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:40.955795 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:41.250479 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:41.368280 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 18:24:41.455186 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:41.751667 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:41.773507 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:41.868694 12644 kapi.go:107] duration metric: took 1m5.503708492s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0704 18:24:41.869942 12644 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-820252 cluster.
I0704 18:24:41.871531 12644 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.
I0704 18:24:41.873063 12644 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0704 18:24:41.956345 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:42.253030 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:42.455031 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:42.751872 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:42.956456 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:43.253936 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:43.459891 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:43.756312 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:43.835093 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:43.956239 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:44.251813 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:44.454918 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:44.751663 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:44.954870 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:45.251927 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:45.455047 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:45.751296 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:45.955632 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:46.251059 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:46.271591 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:46.455006 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:46.751067 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:46.954858 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:47.250498 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:47.455318 12644 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 18:24:47.751625 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:47.955264 12644 kapi.go:107] duration metric: took 1m15.004371918s to wait for app.kubernetes.io/name=ingress-nginx ...
I0704 18:24:48.251282 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:48.750934 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:48.772336 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:49.250854 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:49.750724 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:50.250911 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:50.751309 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:51.253126 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:51.271607 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:51.750954 12644 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 18:24:52.251090 12644 kapi.go:107] duration metric: took 1m17.005151768s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0704 18:24:52.315189 12644 out.go:177] * Enabled addons: ingress-dns, nvidia-device-plugin, helm-tiller, storage-provisioner, cloud-spanner, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, gcp-auth, ingress, csi-hostpath-driver
I0704 18:24:52.336540 12644 addons.go:510] duration metric: took 1m25.091714173s for enable addons: enabled=[ingress-dns nvidia-device-plugin helm-tiller storage-provisioner cloud-spanner metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry gcp-auth ingress csi-hostpath-driver]
I0704 18:24:53.771615 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:56.271654 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:24:58.771363 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:00.771398 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:03.271379 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:05.271473 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:07.770881 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:09.771503 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:11.771576 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:14.270836 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:16.271793 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:18.771365 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:21.271861 12644 pod_ready.go:102] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"False"
I0704 18:25:21.770892 12644 pod_ready.go:92] pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace has status "Ready":"True"
I0704 18:25:21.770920 12644 pod_ready.go:81] duration metric: took 1m17.505094537s for pod "metrics-server-c59844bb4-mlrgp" in "kube-system" namespace to be "Ready" ...
I0704 18:25:21.770932 12644 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-crgp8" in "kube-system" namespace to be "Ready" ...
I0704 18:25:21.774635 12644 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-crgp8" in "kube-system" namespace has status "Ready":"True"
I0704 18:25:21.774650 12644 pod_ready.go:81] duration metric: took 3.711258ms for pod "nvidia-device-plugin-daemonset-crgp8" in "kube-system" namespace to be "Ready" ...
I0704 18:25:21.774665 12644 pod_ready.go:38] duration metric: took 1m20.420943949s 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" ...
I0704 18:25:21.774679 12644 api_server.go:52] waiting for apiserver process to appear ...
I0704 18:25:21.774705 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0704 18:25:21.774749 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0704 18:25:21.809279 12644 cri.go:89] found id: "6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726"
I0704 18:25:21.809304 12644 cri.go:89] found id: ""
I0704 18:25:21.809313 12644 logs.go:276] 1 containers: [6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726]
I0704 18:25:21.809366 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:21.812521 12644 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0704 18:25:21.812570 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0704 18:25:21.846582 12644 cri.go:89] found id: "83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74"
I0704 18:25:21.846607 12644 cri.go:89] found id: ""
I0704 18:25:21.846617 12644 logs.go:276] 1 containers: [83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74]
I0704 18:25:21.846663 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:21.849877 12644 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0704 18:25:21.849928 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0704 18:25:21.889348 12644 cri.go:89] found id: "18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e"
I0704 18:25:21.889373 12644 cri.go:89] found id: ""
I0704 18:25:21.889380 12644 logs.go:276] 1 containers: [18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e]
I0704 18:25:21.889423 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:21.892525 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0704 18:25:21.892589 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0704 18:25:21.963715 12644 cri.go:89] found id: "73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff"
I0704 18:25:21.963733 12644 cri.go:89] found id: ""
I0704 18:25:21.963740 12644 logs.go:276] 1 containers: [73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff]
I0704 18:25:21.963795 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:21.966882 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0704 18:25:21.966929 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0704 18:25:22.000773 12644 cri.go:89] found id: "fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3"
I0704 18:25:22.000792 12644 cri.go:89] found id: ""
I0704 18:25:22.000799 12644 logs.go:276] 1 containers: [fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3]
I0704 18:25:22.000845 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:22.003984 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0704 18:25:22.004064 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0704 18:25:22.047187 12644 cri.go:89] found id: "0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d"
I0704 18:25:22.047209 12644 cri.go:89] found id: ""
I0704 18:25:22.047216 12644 logs.go:276] 1 containers: [0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d]
I0704 18:25:22.047269 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:22.050577 12644 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0704 18:25:22.050637 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0704 18:25:22.083300 12644 cri.go:89] found id: "ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99"
I0704 18:25:22.083319 12644 cri.go:89] found id: ""
I0704 18:25:22.083326 12644 logs.go:276] 1 containers: [ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99]
I0704 18:25:22.083373 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:22.086555 12644 logs.go:123] Gathering logs for dmesg ...
I0704 18:25:22.086577 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0704 18:25:22.098084 12644 logs.go:123] Gathering logs for describe nodes ...
I0704 18:25:22.098103 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0704 18:25:22.192431 12644 logs.go:123] Gathering logs for etcd [83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74] ...
I0704 18:25:22.192466 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74"
I0704 18:25:22.243099 12644 logs.go:123] Gathering logs for kube-controller-manager [0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d] ...
I0704 18:25:22.243135 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d"
I0704 18:25:22.298743 12644 logs.go:123] Gathering logs for kindnet [ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99] ...
I0704 18:25:22.298780 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99"
I0704 18:25:22.332384 12644 logs.go:123] Gathering logs for container status ...
I0704 18:25:22.332411 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0704 18:25:22.373540 12644 logs.go:123] Gathering logs for kubelet ...
I0704 18:25:22.373568 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0704 18:25:22.406186 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.942522 1731 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.406361 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.942936 1731 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.407266 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945732 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.407426 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945762 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.407580 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945810 1731 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.407748 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945824 1731 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.407920 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945825 1731 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.408101 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945877 1731 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
I0704 18:25:22.444650 12644 logs.go:123] Gathering logs for kube-apiserver [6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726] ...
I0704 18:25:22.444700 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726"
I0704 18:25:22.490391 12644 logs.go:123] Gathering logs for coredns [18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e] ...
I0704 18:25:22.490418 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e"
I0704 18:25:22.562358 12644 logs.go:123] Gathering logs for kube-scheduler [73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff] ...
I0704 18:25:22.562394 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff"
I0704 18:25:22.653351 12644 logs.go:123] Gathering logs for kube-proxy [fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3] ...
I0704 18:25:22.653382 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3"
I0704 18:25:22.686378 12644 logs.go:123] Gathering logs for CRI-O ...
I0704 18:25:22.686404 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0704 18:25:22.756585 12644 out.go:304] Setting ErrFile to fd 2...
I0704 18:25:22.756618 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0704 18:25:22.756685 12644 out.go:239] X Problems detected in kubelet:
W0704 18:25:22.756698 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945762 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.756709 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945810 1731 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.756723 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945824 1731 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.756733 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945825 1731 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:22.756751 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945877 1731 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
I0704 18:25:22.756768 12644 out.go:304] Setting ErrFile to fd 2...
I0704 18:25:22.756776 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 18:25:32.757319 12644 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0704 18:25:32.770236 12644 api_server.go:72] duration metric: took 2m5.525474656s to wait for apiserver process to appear ...
I0704 18:25:32.770265 12644 api_server.go:88] waiting for apiserver healthz status ...
I0704 18:25:32.770305 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0704 18:25:32.770358 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0704 18:25:32.801930 12644 cri.go:89] found id: "6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726"
I0704 18:25:32.801952 12644 cri.go:89] found id: ""
I0704 18:25:32.801960 12644 logs.go:276] 1 containers: [6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726]
I0704 18:25:32.802009 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:32.805308 12644 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0704 18:25:32.805395 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0704 18:25:32.837500 12644 cri.go:89] found id: "83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74"
I0704 18:25:32.837548 12644 cri.go:89] found id: ""
I0704 18:25:32.837557 12644 logs.go:276] 1 containers: [83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74]
I0704 18:25:32.837615 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:32.840746 12644 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0704 18:25:32.840803 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0704 18:25:32.871748 12644 cri.go:89] found id: "18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e"
I0704 18:25:32.871793 12644 cri.go:89] found id: ""
I0704 18:25:32.871802 12644 logs.go:276] 1 containers: [18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e]
I0704 18:25:32.871850 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:32.874981 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0704 18:25:32.875043 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0704 18:25:32.907744 12644 cri.go:89] found id: "73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff"
I0704 18:25:32.907775 12644 cri.go:89] found id: ""
I0704 18:25:32.907784 12644 logs.go:276] 1 containers: [73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff]
I0704 18:25:32.907827 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:32.910984 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0704 18:25:32.911041 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0704 18:25:32.943828 12644 cri.go:89] found id: "fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3"
I0704 18:25:32.943850 12644 cri.go:89] found id: ""
I0704 18:25:32.943859 12644 logs.go:276] 1 containers: [fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3]
I0704 18:25:32.943917 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:32.947051 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0704 18:25:32.947099 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0704 18:25:32.979953 12644 cri.go:89] found id: "0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d"
I0704 18:25:32.979983 12644 cri.go:89] found id: ""
I0704 18:25:32.979991 12644 logs.go:276] 1 containers: [0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d]
I0704 18:25:32.980034 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:32.983263 12644 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0704 18:25:32.983323 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0704 18:25:33.016725 12644 cri.go:89] found id: "ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99"
I0704 18:25:33.016751 12644 cri.go:89] found id: ""
I0704 18:25:33.016760 12644 logs.go:276] 1 containers: [ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99]
I0704 18:25:33.016804 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:33.019952 12644 logs.go:123] Gathering logs for describe nodes ...
I0704 18:25:33.019977 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0704 18:25:33.113222 12644 logs.go:123] Gathering logs for etcd [83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74] ...
I0704 18:25:33.113249 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74"
I0704 18:25:33.162756 12644 logs.go:123] Gathering logs for kube-scheduler [73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff] ...
I0704 18:25:33.162786 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff"
I0704 18:25:33.199308 12644 logs.go:123] Gathering logs for kindnet [ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99] ...
I0704 18:25:33.199335 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99"
I0704 18:25:33.231046 12644 logs.go:123] Gathering logs for CRI-O ...
I0704 18:25:33.231083 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0704 18:25:33.304151 12644 logs.go:123] Gathering logs for container status ...
I0704 18:25:33.304186 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0704 18:25:33.342654 12644 logs.go:123] Gathering logs for kubelet ...
I0704 18:25:33.342682 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0704 18:25:33.369531 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.942522 1731 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.369680 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.942936 1731 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.370548 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945732 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.370694 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945762 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.370823 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945810 1731 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.370972 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945824 1731 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.371103 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945825 1731 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.371247 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945877 1731 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
I0704 18:25:33.406177 12644 logs.go:123] Gathering logs for dmesg ...
I0704 18:25:33.406206 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0704 18:25:33.418326 12644 logs.go:123] Gathering logs for kube-apiserver [6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726] ...
I0704 18:25:33.418350 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726"
I0704 18:25:33.462357 12644 logs.go:123] Gathering logs for coredns [18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e] ...
I0704 18:25:33.462386 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e"
I0704 18:25:33.497857 12644 logs.go:123] Gathering logs for kube-proxy [fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3] ...
I0704 18:25:33.497881 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3"
I0704 18:25:33.530631 12644 logs.go:123] Gathering logs for kube-controller-manager [0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d] ...
I0704 18:25:33.530661 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d"
I0704 18:25:33.586272 12644 out.go:304] Setting ErrFile to fd 2...
I0704 18:25:33.586307 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0704 18:25:33.586360 12644 out.go:239] X Problems detected in kubelet:
W0704 18:25:33.586369 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945762 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.586378 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945810 1731 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.586387 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945824 1731 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.586398 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945825 1731 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:33.586405 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945877 1731 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
I0704 18:25:33.586412 12644 out.go:304] Setting ErrFile to fd 2...
I0704 18:25:33.586417 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 18:25:43.587038 12644 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0704 18:25:43.591206 12644 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0704 18:25:43.592000 12644 api_server.go:141] control plane version: v1.30.2
I0704 18:25:43.592022 12644 api_server.go:131] duration metric: took 10.821751442s to wait for apiserver health ...
I0704 18:25:43.592029 12644 system_pods.go:43] waiting for kube-system pods to appear ...
I0704 18:25:43.592049 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0704 18:25:43.592098 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0704 18:25:43.623599 12644 cri.go:89] found id: "6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726"
I0704 18:25:43.623621 12644 cri.go:89] found id: ""
I0704 18:25:43.623628 12644 logs.go:276] 1 containers: [6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726]
I0704 18:25:43.623665 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:43.626737 12644 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0704 18:25:43.626801 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0704 18:25:43.659229 12644 cri.go:89] found id: "83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74"
I0704 18:25:43.659250 12644 cri.go:89] found id: ""
I0704 18:25:43.659258 12644 logs.go:276] 1 containers: [83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74]
I0704 18:25:43.659301 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:43.662454 12644 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0704 18:25:43.662515 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0704 18:25:43.694349 12644 cri.go:89] found id: "18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e"
I0704 18:25:43.694372 12644 cri.go:89] found id: ""
I0704 18:25:43.694382 12644 logs.go:276] 1 containers: [18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e]
I0704 18:25:43.694425 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:43.697465 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0704 18:25:43.697522 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0704 18:25:43.729720 12644 cri.go:89] found id: "73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff"
I0704 18:25:43.729739 12644 cri.go:89] found id: ""
I0704 18:25:43.729752 12644 logs.go:276] 1 containers: [73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff]
I0704 18:25:43.729796 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:43.733040 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0704 18:25:43.733103 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0704 18:25:43.764212 12644 cri.go:89] found id: "fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3"
I0704 18:25:43.764231 12644 cri.go:89] found id: ""
I0704 18:25:43.764238 12644 logs.go:276] 1 containers: [fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3]
I0704 18:25:43.764277 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:43.767442 12644 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0704 18:25:43.767511 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0704 18:25:43.798654 12644 cri.go:89] found id: "0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d"
I0704 18:25:43.798676 12644 cri.go:89] found id: ""
I0704 18:25:43.798683 12644 logs.go:276] 1 containers: [0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d]
I0704 18:25:43.798725 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:43.801757 12644 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0704 18:25:43.801811 12644 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0704 18:25:43.832613 12644 cri.go:89] found id: "ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99"
I0704 18:25:43.832633 12644 cri.go:89] found id: ""
I0704 18:25:43.832649 12644 logs.go:276] 1 containers: [ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99]
I0704 18:25:43.832703 12644 ssh_runner.go:195] Run: which crictl
I0704 18:25:43.835805 12644 logs.go:123] Gathering logs for dmesg ...
I0704 18:25:43.835830 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0704 18:25:43.846986 12644 logs.go:123] Gathering logs for etcd [83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74] ...
I0704 18:25:43.847012 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74"
I0704 18:25:43.894174 12644 logs.go:123] Gathering logs for coredns [18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e] ...
I0704 18:25:43.894212 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e"
I0704 18:25:43.929071 12644 logs.go:123] Gathering logs for kube-scheduler [73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff] ...
I0704 18:25:43.929103 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff"
I0704 18:25:43.964883 12644 logs.go:123] Gathering logs for kube-proxy [fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3] ...
I0704 18:25:43.964911 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3"
I0704 18:25:43.996563 12644 logs.go:123] Gathering logs for kubelet ...
I0704 18:25:43.996590 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0704 18:25:44.027611 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.942522 1731 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.027786 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.942936 1731 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.028691 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945732 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.028838 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945762 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.028970 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945810 1731 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.029114 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945824 1731 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.029247 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945825 1731 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.029394 12644 logs.go:138] Found kubelet problem: Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945877 1731 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
I0704 18:25:44.065190 12644 logs.go:123] Gathering logs for kube-apiserver [6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726] ...
I0704 18:25:44.065223 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726"
I0704 18:25:44.106856 12644 logs.go:123] Gathering logs for kube-controller-manager [0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d] ...
I0704 18:25:44.106883 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d"
I0704 18:25:44.167450 12644 logs.go:123] Gathering logs for kindnet [ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99] ...
I0704 18:25:44.167498 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99"
I0704 18:25:44.199884 12644 logs.go:123] Gathering logs for CRI-O ...
I0704 18:25:44.199910 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0704 18:25:44.273812 12644 logs.go:123] Gathering logs for container status ...
I0704 18:25:44.273844 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0704 18:25:44.312935 12644 logs.go:123] Gathering logs for describe nodes ...
I0704 18:25:44.312963 12644 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0704 18:25:44.404985 12644 out.go:304] Setting ErrFile to fd 2...
I0704 18:25:44.405008 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0704 18:25:44.405055 12644 out.go:239] X Problems detected in kubelet:
W0704 18:25:44.405067 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945762 1731 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-820252" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.405074 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945810 1731 reflector.go:547] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.405086 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945824 1731 reflector.go:150] object-"local-path-storage"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.405095 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: W0704 18:24:00.945825 1731 reflector.go:547] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
W0704 18:25:44.405104 12644 out.go:239] Jul 04 18:24:00 addons-820252 kubelet[1731]: E0704 18:24:00.945877 1731 reflector.go:150] object-"local-path-storage"/"local-path-config": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-820252" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-820252' and this object
I0704 18:25:44.405115 12644 out.go:304] Setting ErrFile to fd 2...
I0704 18:25:44.405125 12644 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 18:25:54.418117 12644 system_pods.go:59] 19 kube-system pods found
I0704 18:25:54.418147 12644 system_pods.go:61] "coredns-7db6d8ff4d-qmqfd" [2f242b4b-3d9f-4573-b20a-22b37dc81c8f] Running
I0704 18:25:54.418152 12644 system_pods.go:61] "csi-hostpath-attacher-0" [2836a002-a119-4bea-a5a9-ed7e414e6939] Running
I0704 18:25:54.418155 12644 system_pods.go:61] "csi-hostpath-resizer-0" [bce95a06-f294-4c79-b769-b2d291cb972b] Running
I0704 18:25:54.418159 12644 system_pods.go:61] "csi-hostpathplugin-7629l" [ea94d0ad-33ac-426c-9ba9-13ad28c997be] Running
I0704 18:25:54.418162 12644 system_pods.go:61] "etcd-addons-820252" [f4a08d9c-dbe0-42fc-ba0f-8376dc75f8d3] Running
I0704 18:25:54.418165 12644 system_pods.go:61] "kindnet-n6fw6" [58867f86-acd2-4f37-bcb3-de64102fac5d] Running
I0704 18:25:54.418168 12644 system_pods.go:61] "kube-apiserver-addons-820252" [5f638dc9-0ae7-49f5-9792-a059f14ca357] Running
I0704 18:25:54.418171 12644 system_pods.go:61] "kube-controller-manager-addons-820252" [3ba5bb87-c5bd-4972-a2ea-b979a8ad118a] Running
I0704 18:25:54.418174 12644 system_pods.go:61] "kube-ingress-dns-minikube" [e64b9e64-705f-457d-a522-39c0b10b4fe9] Running
I0704 18:25:54.418177 12644 system_pods.go:61] "kube-proxy-5s22s" [b0052732-6c26-440d-9c3b-4eb099dba0a4] Running
I0704 18:25:54.418180 12644 system_pods.go:61] "kube-scheduler-addons-820252" [9fa11b0d-5332-4bad-b660-7258724698df] Running
I0704 18:25:54.418183 12644 system_pods.go:61] "metrics-server-c59844bb4-mlrgp" [773445b5-5b2c-486b-b55a-113e050b5878] Running
I0704 18:25:54.418186 12644 system_pods.go:61] "nvidia-device-plugin-daemonset-crgp8" [2369eb98-ea8e-480b-8023-89f6ccbccde9] Running
I0704 18:25:54.418189 12644 system_pods.go:61] "registry-9xfwt" [33b84e7f-8d3c-4729-9b99-8ae954d9bc6e] Running
I0704 18:25:54.418192 12644 system_pods.go:61] "registry-proxy-d7x2f" [7353f121-fcdd-4ca6-b190-3ce6c2ff050f] Running
I0704 18:25:54.418196 12644 system_pods.go:61] "snapshot-controller-745499f584-5mrlg" [39b0c8d9-84c2-4782-990b-2a285e20e211] Running
I0704 18:25:54.418199 12644 system_pods.go:61] "snapshot-controller-745499f584-w7dmw" [a09d069f-d413-454b-b3cf-daf962696a3a] Running
I0704 18:25:54.418201 12644 system_pods.go:61] "storage-provisioner" [04154c69-adfe-4694-8e8e-18ec43a6a07d] Running
I0704 18:25:54.418205 12644 system_pods.go:61] "tiller-deploy-6677d64bcd-8prwm" [f5f547fb-4667-490f-9b64-c7a0b0dceef6] Running
I0704 18:25:54.418212 12644 system_pods.go:74] duration metric: took 10.826177778s to wait for pod list to return data ...
I0704 18:25:54.418221 12644 default_sa.go:34] waiting for default service account to be created ...
I0704 18:25:54.419982 12644 default_sa.go:45] found service account: "default"
I0704 18:25:54.420002 12644 default_sa.go:55] duration metric: took 1.777243ms for default service account to be created ...
I0704 18:25:54.420010 12644 system_pods.go:116] waiting for k8s-apps to be running ...
I0704 18:25:54.428386 12644 system_pods.go:86] 19 kube-system pods found
I0704 18:25:54.428420 12644 system_pods.go:89] "coredns-7db6d8ff4d-qmqfd" [2f242b4b-3d9f-4573-b20a-22b37dc81c8f] Running
I0704 18:25:54.428426 12644 system_pods.go:89] "csi-hostpath-attacher-0" [2836a002-a119-4bea-a5a9-ed7e414e6939] Running
I0704 18:25:54.428431 12644 system_pods.go:89] "csi-hostpath-resizer-0" [bce95a06-f294-4c79-b769-b2d291cb972b] Running
I0704 18:25:54.428436 12644 system_pods.go:89] "csi-hostpathplugin-7629l" [ea94d0ad-33ac-426c-9ba9-13ad28c997be] Running
I0704 18:25:54.428440 12644 system_pods.go:89] "etcd-addons-820252" [f4a08d9c-dbe0-42fc-ba0f-8376dc75f8d3] Running
I0704 18:25:54.428444 12644 system_pods.go:89] "kindnet-n6fw6" [58867f86-acd2-4f37-bcb3-de64102fac5d] Running
I0704 18:25:54.428448 12644 system_pods.go:89] "kube-apiserver-addons-820252" [5f638dc9-0ae7-49f5-9792-a059f14ca357] Running
I0704 18:25:54.428452 12644 system_pods.go:89] "kube-controller-manager-addons-820252" [3ba5bb87-c5bd-4972-a2ea-b979a8ad118a] Running
I0704 18:25:54.428458 12644 system_pods.go:89] "kube-ingress-dns-minikube" [e64b9e64-705f-457d-a522-39c0b10b4fe9] Running
I0704 18:25:54.428461 12644 system_pods.go:89] "kube-proxy-5s22s" [b0052732-6c26-440d-9c3b-4eb099dba0a4] Running
I0704 18:25:54.428465 12644 system_pods.go:89] "kube-scheduler-addons-820252" [9fa11b0d-5332-4bad-b660-7258724698df] Running
I0704 18:25:54.428469 12644 system_pods.go:89] "metrics-server-c59844bb4-mlrgp" [773445b5-5b2c-486b-b55a-113e050b5878] Running
I0704 18:25:54.428475 12644 system_pods.go:89] "nvidia-device-plugin-daemonset-crgp8" [2369eb98-ea8e-480b-8023-89f6ccbccde9] Running
I0704 18:25:54.428478 12644 system_pods.go:89] "registry-9xfwt" [33b84e7f-8d3c-4729-9b99-8ae954d9bc6e] Running
I0704 18:25:54.428482 12644 system_pods.go:89] "registry-proxy-d7x2f" [7353f121-fcdd-4ca6-b190-3ce6c2ff050f] Running
I0704 18:25:54.428486 12644 system_pods.go:89] "snapshot-controller-745499f584-5mrlg" [39b0c8d9-84c2-4782-990b-2a285e20e211] Running
I0704 18:25:54.428490 12644 system_pods.go:89] "snapshot-controller-745499f584-w7dmw" [a09d069f-d413-454b-b3cf-daf962696a3a] Running
I0704 18:25:54.428494 12644 system_pods.go:89] "storage-provisioner" [04154c69-adfe-4694-8e8e-18ec43a6a07d] Running
I0704 18:25:54.428498 12644 system_pods.go:89] "tiller-deploy-6677d64bcd-8prwm" [f5f547fb-4667-490f-9b64-c7a0b0dceef6] Running
I0704 18:25:54.428503 12644 system_pods.go:126] duration metric: took 8.488507ms to wait for k8s-apps to be running ...
I0704 18:25:54.428512 12644 system_svc.go:44] waiting for kubelet service to be running ....
I0704 18:25:54.428555 12644 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0704 18:25:54.439899 12644 system_svc.go:56] duration metric: took 11.375086ms WaitForService to wait for kubelet
I0704 18:25:54.439935 12644 kubeadm.go:576] duration metric: took 2m27.195188063s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0704 18:25:54.439956 12644 node_conditions.go:102] verifying NodePressure condition ...
I0704 18:25:54.442453 12644 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
I0704 18:25:54.442476 12644 node_conditions.go:123] node cpu capacity is 8
I0704 18:25:54.442488 12644 node_conditions.go:105] duration metric: took 2.5279ms to run NodePressure ...
I0704 18:25:54.442498 12644 start.go:240] waiting for startup goroutines ...
I0704 18:25:54.442505 12644 start.go:245] waiting for cluster config update ...
I0704 18:25:54.442520 12644 start.go:254] writing updated cluster config ...
I0704 18:25:54.442761 12644 ssh_runner.go:195] Run: rm -f paused
I0704 18:25:54.489793 12644 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0704 18:25:54.492021 12644 out.go:177] * Done! kubectl is now configured to use "addons-820252" cluster and "default" namespace by default
==> CRI-O <==
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.301020010Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=4ebb05b0-73ed-47b5-bbe9-38384833f653 name=/runtime.v1.ImageService/ImageStatus
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.301718140Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=9fdf0178-a26b-494e-9eda-60b9bb5fab75 name=/runtime.v1.ImageService/ImageStatus
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.302610507Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=9fdf0178-a26b-494e-9eda-60b9bb5fab75 name=/runtime.v1.ImageService/ImageStatus
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.303321723Z" level=info msg="Creating container: default/hello-world-app-86c47465fc-fbctz/hello-world-app" id=e184e7eb-be5d-4cd9-90db-d4f303cabd2d name=/runtime.v1.RuntimeService/CreateContainer
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.303406637Z" level=warning msg="Allowed annotations are specified for workload []"
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.352604520Z" level=info msg="Created container 5fac1f8c4598fcee23bffcf7febdb40c0e20f0abbc9358c0d577091b5dbe4268: default/hello-world-app-86c47465fc-fbctz/hello-world-app" id=e184e7eb-be5d-4cd9-90db-d4f303cabd2d name=/runtime.v1.RuntimeService/CreateContainer
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.353115758Z" level=info msg="Starting container: 5fac1f8c4598fcee23bffcf7febdb40c0e20f0abbc9358c0d577091b5dbe4268" id=505894b8-ebe0-473a-9dda-37d5f4a34b3c name=/runtime.v1.RuntimeService/StartContainer
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.358878427Z" level=info msg="Started container" PID=11092 containerID=5fac1f8c4598fcee23bffcf7febdb40c0e20f0abbc9358c0d577091b5dbe4268 description=default/hello-world-app-86c47465fc-fbctz/hello-world-app id=505894b8-ebe0-473a-9dda-37d5f4a34b3c name=/runtime.v1.RuntimeService/StartContainer sandboxID=4ae3e98c89a84030ad3d9b31d09305733db9e072d1767d67e8356c30026fc783
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.440925832Z" level=info msg="Removing container: 0a59817b9ff8650df357f573c69afa09fcc1d60d110c6ab182d1de789a79bce6" id=f85549bb-fa4b-46a7-86d1-374d8dbc0c2a name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 18:28:33 addons-820252 crio[1028]: time="2024-07-04 18:28:33.454164123Z" level=info msg="Removed container 0a59817b9ff8650df357f573c69afa09fcc1d60d110c6ab182d1de789a79bce6: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=f85549bb-fa4b-46a7-86d1-374d8dbc0c2a name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 18:28:34 addons-820252 crio[1028]: time="2024-07-04 18:28:34.968316009Z" level=info msg="Stopping container: 14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f (timeout: 2s)" id=a57c4261-eb6b-4413-8471-ffafe40ad4d7 name=/runtime.v1.RuntimeService/StopContainer
Jul 04 18:28:36 addons-820252 crio[1028]: time="2024-07-04 18:28:36.974318808Z" level=warning msg="Stopping container 14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=a57c4261-eb6b-4413-8471-ffafe40ad4d7 name=/runtime.v1.RuntimeService/StopContainer
Jul 04 18:28:37 addons-820252 conmon[6399]: conmon 14675c3bcc997eafcdf8 <ninfo>: container 6411 exited with status 137
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.106947969Z" level=info msg="Stopped container 14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f: ingress-nginx/ingress-nginx-controller-768f948f8f-btcq9/controller" id=a57c4261-eb6b-4413-8471-ffafe40ad4d7 name=/runtime.v1.RuntimeService/StopContainer
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.107489463Z" level=info msg="Stopping pod sandbox: 67c21fd87a449568745ca3b8c1c9cd04b1341fbf2db4349c64fe8ddaa8c50d34" id=409d8bb6-aeec-4eec-b9e3-6dd4cb72ebde name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.110534314Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-DST256UHNNIICHPK - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-XWDTLBF2BPFAOTX6 - [0:0]\n-X KUBE-HP-DST256UHNNIICHPK\n-X KUBE-HP-XWDTLBF2BPFAOTX6\nCOMMIT\n"
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.112026751Z" level=info msg="Closing host port tcp:80"
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.112065193Z" level=info msg="Closing host port tcp:443"
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.113351121Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.113369586Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.113494641Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-btcq9 Namespace:ingress-nginx ID:67c21fd87a449568745ca3b8c1c9cd04b1341fbf2db4349c64fe8ddaa8c50d34 UID:9678ef1f-54b1-4d02-bc1e-525c3b6d0e42 NetNS:/var/run/netns/2aa9ac7f-60ed-4e85-89f3-a0861fe1282f Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.113609888Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-btcq9 from CNI network \"kindnet\" (type=ptp)"
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.141238482Z" level=info msg="Stopped pod sandbox: 67c21fd87a449568745ca3b8c1c9cd04b1341fbf2db4349c64fe8ddaa8c50d34" id=409d8bb6-aeec-4eec-b9e3-6dd4cb72ebde name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.450822756Z" level=info msg="Removing container: 14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f" id=e5faae69-88c3-45ca-abe9-6227e84f1e65 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 18:28:37 addons-820252 crio[1028]: time="2024-07-04 18:28:37.463986449Z" level=info msg="Removed container 14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f: ingress-nginx/ingress-nginx-controller-768f948f8f-btcq9/controller" id=e5faae69-88c3-45ca-abe9-6227e84f1e65 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
5fac1f8c4598f gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7 8 seconds ago Running hello-world-app 0 4ae3e98c89a84 hello-world-app-86c47465fc-fbctz
29246bac284db ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 2 minutes ago Running headlamp 0 6df66433312d6 headlamp-7867546754-p445q
c8644f8f4a2c3 docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 efd557fc9b0f6 nginx
c2c5c3df01dff gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b 4 minutes ago Running gcp-auth 0 4797bd59ed210 gcp-auth-5db96cd9b4-nj5lh
9731c915bb351 docker.io/marcnuri/yakd@sha256:8ebd1692ed5271719f13b728d9af7acb839aa04821e931c8993d908ad68b69fd 4 minutes ago Running yakd 0 e06108169a057 yakd-dashboard-799879c74f-ltjmx
7837d1c8dfdb0 684c5ea3b61b299cd4e713c10bfd8989341da91f6175e2e6e502869c0781fb66 4 minutes ago Exited patch 2 03afd024294cc ingress-nginx-admission-patch-cdz5g
7122f6026bba0 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:35379defc3e7025b1c00d37092f560ce87d06ea5ab35d04ff8a0cf22d316bcf2 4 minutes ago Exited create 0 1e39e9109f030 ingress-nginx-admission-create-62lwp
79bc023ef5295 registry.k8s.io/metrics-server/metrics-server@sha256:31f034feb3f16062e93be7c40efc596553c89de172e2e412e588f02382388872 4 minutes ago Running metrics-server 0 5535464ea521d metrics-server-c59844bb4-mlrgp
18b8bf4a80af9 cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4 4 minutes ago Running coredns 0 9c9a5afa674a5 coredns-7db6d8ff4d-qmqfd
354c9c9a7c2a9 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562 4 minutes ago Running storage-provisioner 0 1c1ba1494edc5 storage-provisioner
ebd8aae4e56a7 ac1c61439df4625ba53a9ceaccb5eb07a830bdf942cc1c60535a4dd7e763d55f 5 minutes ago Running kindnet-cni 0 971de9bb3bf51 kindnet-n6fw6
fe515a6048b3c 53c535741fb446f6b34d720fdc5748db368ef96771111f3892682e6eab8f3772 5 minutes ago Running kube-proxy 0 ad9d4f6402f2c kube-proxy-5s22s
83abce9d8ee6c 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899 5 minutes ago Running etcd 0 17af247f72e3b etcd-addons-820252
6a4fd26d47c56 56ce0fd9fb532bcb552ddbdbe3064189ce823a71693d97ff7a0a7a4ff6bffbbe 5 minutes ago Running kube-apiserver 0 ca3c8307a191f kube-apiserver-addons-820252
0299b759ca795 e874818b3caac34f68704eb96bf248d0c8116b1262ab549d45d39dd3dd775974 5 minutes ago Running kube-controller-manager 0 c988cd57abc8b kube-controller-manager-addons-820252
73286916ad520 7820c83aa139453522e9028341d0d4f23ca2721ec80c7a47425446d11157b940 5 minutes ago Running kube-scheduler 0 c5a486e9a9041 kube-scheduler-addons-820252
==> coredns [18b8bf4a80af9cc3aa2ca636d5fa124d164479c9e2dbbc896a77a07b1bc03e0e] <==
[INFO] 10.244.0.16:36612 - 483 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000038984s
[INFO] 10.244.0.16:52039 - 6146 "AAAA IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004288939s
[INFO] 10.244.0.16:52039 - 57348 "A IN registry.kube-system.svc.cluster.local.us-east4-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.005674915s
[INFO] 10.244.0.16:46566 - 44617 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004610024s
[INFO] 10.244.0.16:46566 - 18004 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.00469911s
[INFO] 10.244.0.16:39473 - 20854 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004374076s
[INFO] 10.244.0.16:39473 - 61042 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004869851s
[INFO] 10.244.0.16:33159 - 51818 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00004745s
[INFO] 10.244.0.16:33159 - 37992 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000086727s
[INFO] 10.244.0.20:50803 - 56783 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000189626s
[INFO] 10.244.0.20:52243 - 20807 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000169098s
[INFO] 10.244.0.20:59031 - 29286 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000144622s
[INFO] 10.244.0.20:57194 - 64989 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000198353s
[INFO] 10.244.0.20:38609 - 41175 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000100834s
[INFO] 10.244.0.20:52556 - 54396 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000080719s
[INFO] 10.244.0.20:46477 - 59452 "A IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006268931s
[INFO] 10.244.0.20:60907 - 5438 "AAAA IN storage.googleapis.com.us-east4-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006358054s
[INFO] 10.244.0.20:35542 - 36161 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.005077066s
[INFO] 10.244.0.20:51757 - 64299 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.005423057s
[INFO] 10.244.0.20:36013 - 30826 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004666375s
[INFO] 10.244.0.20:46242 - 63444 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004733306s
[INFO] 10.244.0.20:53533 - 31446 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.000761269s
[INFO] 10.244.0.20:51439 - 11801 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 458 0.000912404s
[INFO] 10.244.0.24:49882 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000159808s
[INFO] 10.244.0.24:57984 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000161745s
==> describe nodes <==
Name: addons-820252
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-820252
kubernetes.io/os=linux
minikube.k8s.io/commit=0e4b4fcc186d4ca7076f49580f05e6bddce789ae
minikube.k8s.io/name=addons-820252
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_04T18_23_14_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-820252
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 04 Jul 2024 18:23:10 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-820252
AcquireTime: <unset>
RenewTime: Thu, 04 Jul 2024 18:28:39 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 04 Jul 2024 18:26:47 +0000 Thu, 04 Jul 2024 18:23:09 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 04 Jul 2024 18:26:47 +0000 Thu, 04 Jul 2024 18:23:09 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 04 Jul 2024 18:26:47 +0000 Thu, 04 Jul 2024 18:23:09 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 04 Jul 2024 18:26:47 +0000 Thu, 04 Jul 2024 18:24:00 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-820252
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: e1f56a74bb654a67a18920ace911e302
System UUID: c7a4c665-fb70-429d-a945-1305fd6de9d7
Boot ID: 1b38a39a-57e0-4be4-ab1a-09fa8a5cebef
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.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-fbctz 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 11s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m30s
gcp-auth gcp-auth-5db96cd9b4-nj5lh 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m6s
headlamp headlamp-7867546754-p445q 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m28s
kube-system coredns-7db6d8ff4d-qmqfd 100m (1%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (0%!)(MISSING) 5m15s
kube-system etcd-addons-820252 100m (1%!)(MISSING) 0 (0%!)(MISSING) 100Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m29s
kube-system kindnet-n6fw6 100m (1%!)(MISSING) 100m (1%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m15s
kube-system kube-apiserver-addons-820252 250m (3%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m29s
kube-system kube-controller-manager-addons-820252 200m (2%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m29s
kube-system kube-proxy-5s22s 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m15s
kube-system kube-scheduler-addons-820252 100m (1%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m29s
kube-system metrics-server-c59844bb4-mlrgp 100m (1%!)(MISSING) 0 (0%!)(MISSING) 200Mi (0%!)(MISSING) 0 (0%!)(MISSING) 5m11s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m11s
yakd-dashboard yakd-dashboard-799879c74f-ltjmx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (0%!)(MISSING) 256Mi (0%!)(MISSING) 5m10s
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 5m10s kube-proxy
Normal Starting 5m29s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m29s kubelet Node addons-820252 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m29s kubelet Node addons-820252 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m29s kubelet Node addons-820252 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m15s node-controller Node addons-820252 event: Registered Node addons-820252 in Controller
Normal NodeReady 4m42s kubelet Node addons-820252 status is now: NodeReady
==> dmesg <==
[ +0.000627] platform eisa.0: Cannot allocate resource for EISA slot 5
[ +0.000651] platform eisa.0: Cannot allocate resource for EISA slot 6
[ +0.000643] platform eisa.0: Cannot allocate resource for EISA slot 7
[ +0.000632] platform eisa.0: Cannot allocate resource for EISA slot 8
[ +0.599015] 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.048221] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.005622] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.013358] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.002553] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +0.013925] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
[ +7.222949] kauditd_printk_skb: 46 callbacks suppressed
[Jul 4 18:26] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000008] ll header: 00000000: ca 3a 5c d2 e9 7d 46 7c b3 0b be 97 08 00
[ +1.011779] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: ca 3a 5c d2 e9 7d 46 7c b3 0b be 97 08 00
[ +2.019820] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000005] ll header: 00000000: ca 3a 5c d2 e9 7d 46 7c b3 0b be 97 08 00
[ +4.187570] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000007] ll header: 00000000: ca 3a 5c d2 e9 7d 46 7c b3 0b be 97 08 00
[ +8.191263] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: ca 3a 5c d2 e9 7d 46 7c b3 0b be 97 08 00
[ +16.130453] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: ca 3a 5c d2 e9 7d 46 7c b3 0b be 97 08 00
[Jul 4 18:27] IPv4: martian source 10.244.0.21 from 127.0.0.1, on dev eth0
[ +0.000006] ll header: 00000000: ca 3a 5c d2 e9 7d 46 7c b3 0b be 97 08 00
==> etcd [83abce9d8ee6c0d671c2832168ca8e5d9bc624963d0e17608c1685f76319ac74] <==
{"level":"warn","ts":"2024-07-04T18:23:30.548395Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"209.445761ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-820252\" ","response":"range_response_count:1 size:5654"}
{"level":"info","ts":"2024-07-04T18:23:30.549305Z","caller":"traceutil/trace.go:171","msg":"trace[395499278] range","detail":"{range_begin:/registry/minions/addons-820252; range_end:; response_count:1; response_revision:405; }","duration":"210.35779ms","start":"2024-07-04T18:23:30.338934Z","end":"2024-07-04T18:23:30.549292Z","steps":["trace[395499278] 'agreement among raft nodes before linearized reading' (duration: 209.424698ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T18:23:30.736768Z","caller":"traceutil/trace.go:171","msg":"trace[201862336] linearizableReadLoop","detail":"{readStateIndex:420; appliedIndex:417; }","duration":"101.748567ms","start":"2024-07-04T18:23:30.635001Z","end":"2024-07-04T18:23:30.73675Z","steps":["trace[201862336] 'read index received' (duration: 12.870634ms)","trace[201862336] 'applied index is now lower than readState.Index' (duration: 88.877053ms)"],"step_count":2}
{"level":"info","ts":"2024-07-04T18:23:30.737981Z","caller":"traceutil/trace.go:171","msg":"trace[2139014788] transaction","detail":"{read_only:false; response_revision:406; number_of_response:1; }","duration":"105.390032ms","start":"2024-07-04T18:23:30.632576Z","end":"2024-07-04T18:23:30.737966Z","steps":["trace[2139014788] 'process raft request' (duration: 15.274301ms)","trace[2139014788] 'compare' (duration: 88.485445ms)"],"step_count":2}
{"level":"info","ts":"2024-07-04T18:23:30.738971Z","caller":"traceutil/trace.go:171","msg":"trace[2130302802] transaction","detail":"{read_only:false; response_revision:407; number_of_response:1; }","duration":"106.383036ms","start":"2024-07-04T18:23:30.632576Z","end":"2024-07-04T18:23:30.738959Z","steps":["trace[2130302802] 'process raft request' (duration: 103.931093ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T18:23:30.739341Z","caller":"traceutil/trace.go:171","msg":"trace[378925675] transaction","detail":"{read_only:false; response_revision:408; number_of_response:1; }","duration":"106.701566ms","start":"2024-07-04T18:23:30.632629Z","end":"2024-07-04T18:23:30.739331Z","steps":["trace[378925675] 'process raft request' (duration: 104.022185ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T18:23:30.739675Z","caller":"traceutil/trace.go:171","msg":"trace[259803635] transaction","detail":"{read_only:false; response_revision:409; number_of_response:1; }","duration":"104.466957ms","start":"2024-07-04T18:23:30.635199Z","end":"2024-07-04T18:23:30.739666Z","steps":["trace[259803635] 'process raft request' (duration: 101.489922ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T18:23:30.740332Z","caller":"traceutil/trace.go:171","msg":"trace[466435231] transaction","detail":"{read_only:false; response_revision:410; number_of_response:1; }","duration":"103.771093ms","start":"2024-07-04T18:23:30.636549Z","end":"2024-07-04T18:23:30.74032Z","steps":["trace[466435231] 'process raft request' (duration: 100.171007ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T18:23:30.740472Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.457796ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-07-04T18:23:30.740498Z","caller":"traceutil/trace.go:171","msg":"trace[1443315154] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:410; }","duration":"105.5148ms","start":"2024-07-04T18:23:30.634975Z","end":"2024-07-04T18:23:30.74049Z","steps":["trace[1443315154] 'agreement among raft nodes before linearized reading' (duration: 105.454207ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T18:23:30.836584Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"188.683532ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/default/cloud-spanner-emulator-6fcd4f6f98\" ","response":"range_response_count:1 size:2189"}
{"level":"info","ts":"2024-07-04T18:23:30.837048Z","caller":"traceutil/trace.go:171","msg":"trace[1332677244] range","detail":"{range_begin:/registry/replicasets/default/cloud-spanner-emulator-6fcd4f6f98; range_end:; response_count:1; response_revision:411; }","duration":"189.172443ms","start":"2024-07-04T18:23:30.64786Z","end":"2024-07-04T18:23:30.837032Z","steps":["trace[1332677244] 'agreement among raft nodes before linearized reading' (duration: 188.68409ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T18:23:30.836742Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"195.563753ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-820252\" ","response":"range_response_count:1 size:5654"}
{"level":"info","ts":"2024-07-04T18:23:30.837258Z","caller":"traceutil/trace.go:171","msg":"trace[589379002] range","detail":"{range_begin:/registry/minions/addons-820252; range_end:; response_count:1; response_revision:411; }","duration":"196.102138ms","start":"2024-07-04T18:23:30.641148Z","end":"2024-07-04T18:23:30.83725Z","steps":["trace[589379002] 'agreement among raft nodes before linearized reading' (duration: 195.56373ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T18:23:30.836792Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"201.63263ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/coredns-7db6d8ff4d\" ","response":"range_response_count:1 size:3797"}
{"level":"info","ts":"2024-07-04T18:23:30.837364Z","caller":"traceutil/trace.go:171","msg":"trace[1515190053] range","detail":"{range_begin:/registry/replicasets/kube-system/coredns-7db6d8ff4d; range_end:; response_count:1; response_revision:411; }","duration":"202.216904ms","start":"2024-07-04T18:23:30.635141Z","end":"2024-07-04T18:23:30.837358Z","steps":["trace[1515190053] 'agreement among raft nodes before linearized reading' (duration: 201.620631ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T18:23:31.346186Z","caller":"traceutil/trace.go:171","msg":"trace[1678634817] transaction","detail":"{read_only:false; response_revision:445; number_of_response:1; }","duration":"100.853963ms","start":"2024-07-04T18:23:31.245317Z","end":"2024-07-04T18:23:31.346171Z","steps":["trace[1678634817] 'process raft request' (duration: 100.460595ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T18:23:31.438024Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"184.158339ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/roles/kube-system/system:persistent-volume-provisioner\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-04T18:23:31.440303Z","caller":"traceutil/trace.go:171","msg":"trace[605595880] range","detail":"{range_begin:/registry/roles/kube-system/system:persistent-volume-provisioner; range_end:; response_count:0; response_revision:456; }","duration":"186.456024ms","start":"2024-07-04T18:23:31.25383Z","end":"2024-07-04T18:23:31.440286Z","steps":["trace[605595880] 'agreement among raft nodes before linearized reading' (duration: 184.15758ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T18:23:31.440103Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"186.444045ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/registry-proxy\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-04T18:23:31.440453Z","caller":"traceutil/trace.go:171","msg":"trace[349215090] range","detail":"{range_begin:/registry/daemonsets/kube-system/registry-proxy; range_end:; response_count:0; response_revision:456; }","duration":"186.81417ms","start":"2024-07-04T18:23:31.253628Z","end":"2024-07-04T18:23:31.440443Z","steps":["trace[349215090] 'agreement among raft nodes before linearized reading' (duration: 186.44646ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T18:23:31.440132Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"191.794932ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/kube-system/tiller-deploy\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-04T18:23:31.44291Z","caller":"traceutil/trace.go:171","msg":"trace[605330399] range","detail":"{range_begin:/registry/services/specs/kube-system/tiller-deploy; range_end:; response_count:0; response_revision:456; }","duration":"194.591887ms","start":"2024-07-04T18:23:31.248304Z","end":"2024-07-04T18:23:31.442895Z","steps":["trace[605330399] 'agreement among raft nodes before linearized reading' (duration: 191.795126ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T18:25:15.651682Z","caller":"traceutil/trace.go:171","msg":"trace[2127464272] transaction","detail":"{read_only:false; response_revision:1273; number_of_response:1; }","duration":"103.146951ms","start":"2024-07-04T18:25:15.548517Z","end":"2024-07-04T18:25:15.651664Z","steps":["trace[2127464272] 'process raft request' (duration: 89.307557ms)","trace[2127464272] 'compare' (duration: 13.76634ms)"],"step_count":2}
{"level":"info","ts":"2024-07-04T18:26:48.662683Z","caller":"traceutil/trace.go:171","msg":"trace[1640857264] transaction","detail":"{read_only:false; response_revision:1687; number_of_response:1; }","duration":"146.220658ms","start":"2024-07-04T18:26:48.516439Z","end":"2024-07-04T18:26:48.66266Z","steps":["trace[1640857264] 'process raft request' (duration: 59.052311ms)","trace[1640857264] 'compare' (duration: 87.044246ms)"],"step_count":2}
==> gcp-auth [c2c5c3df01dff174960494d3208a36b1b2e94c9440871f0e790fa4542402d9d9] <==
2024/07/04 18:24:41 GCP Auth Webhook started!
2024/07/04 18:25:59 Ready to marshal response ...
2024/07/04 18:25:59 Ready to write response ...
2024/07/04 18:26:03 Ready to marshal response ...
2024/07/04 18:26:03 Ready to write response ...
2024/07/04 18:26:03 Ready to marshal response ...
2024/07/04 18:26:03 Ready to write response ...
2024/07/04 18:26:04 Ready to marshal response ...
2024/07/04 18:26:04 Ready to write response ...
2024/07/04 18:26:11 Ready to marshal response ...
2024/07/04 18:26:11 Ready to write response ...
2024/07/04 18:26:12 Ready to marshal response ...
2024/07/04 18:26:12 Ready to write response ...
2024/07/04 18:26:14 Ready to marshal response ...
2024/07/04 18:26:14 Ready to write response ...
2024/07/04 18:26:14 Ready to marshal response ...
2024/07/04 18:26:14 Ready to write response ...
2024/07/04 18:26:14 Ready to marshal response ...
2024/07/04 18:26:14 Ready to write response ...
2024/07/04 18:26:40 Ready to marshal response ...
2024/07/04 18:26:40 Ready to write response ...
2024/07/04 18:27:00 Ready to marshal response ...
2024/07/04 18:27:00 Ready to write response ...
2024/07/04 18:28:31 Ready to marshal response ...
2024/07/04 18:28:31 Ready to write response ...
==> kernel <==
18:28:42 up 11 min, 0 users, load average: 0.28, 0.59, 0.32
Linux addons-820252 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 [ebd8aae4e56a793457a00420487cafca1d5b032a1dfeba363c0c9db3eb688f99] <==
I0704 18:26:40.574730 1 main.go:227] handling current node
I0704 18:26:50.586257 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:26:50.586285 1 main.go:227] handling current node
I0704 18:27:00.594671 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:27:00.594692 1 main.go:227] handling current node
I0704 18:27:10.602674 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:27:10.602695 1 main.go:227] handling current node
I0704 18:27:20.605883 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:27:20.605908 1 main.go:227] handling current node
I0704 18:27:30.617896 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:27:30.617920 1 main.go:227] handling current node
I0704 18:27:40.626924 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:27:40.626947 1 main.go:227] handling current node
I0704 18:27:50.638760 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:27:50.638784 1 main.go:227] handling current node
I0704 18:28:00.643091 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:28:00.643116 1 main.go:227] handling current node
I0704 18:28:10.655103 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:28:10.655126 1 main.go:227] handling current node
I0704 18:28:20.666551 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:28:20.666576 1 main.go:227] handling current node
I0704 18:28:30.670052 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:28:30.670078 1 main.go:227] handling current node
I0704 18:28:40.683083 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 18:28:40.683105 1 main.go:227] handling current node
==> kube-apiserver [6a4fd26d47c564575ff058513e860053b5a24ed51c3ebfc37e476ff876cb6726] <==
E0704 18:25:26.572976 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]]
I0704 18:25:26.581760 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
E0704 18:26:01.404830 1 upgradeaware.go:427] Error proxying data from client to backend: read tcp 192.168.49.2:8443->10.244.0.22:44336: read: connection reset by peer
I0704 18:26:06.520660 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0704 18:26:07.535984 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0704 18:26:12.071498 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0704 18:26:12.231685 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.99.81.129"}
I0704 18:26:14.846189 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.96.180.1"}
E0704 18:26:27.245799 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0704 18:26:49.220059 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0704 18:27:15.473196 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 18:27:15.473243 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 18:27:15.486040 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 18:27:15.486097 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 18:27:15.491305 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 18:27:15.491350 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 18:27:15.499435 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 18:27:15.499576 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 18:27:15.532598 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 18:27:15.532744 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0704 18:27:16.491842 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0704 18:27:16.532915 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0704 18:27:16.633808 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0704 18:28:31.573119 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.129.177"}
==> kube-controller-manager [0299b759ca795e0f1396a999e1cdd0d61b0d9bd66c9d42b78081f9942a1f5d9d] <==
W0704 18:27:32.102392 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
E0704 18:27:32.102428 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
W0704 18:27:33.470751 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
E0704 18:27:33.470784 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
W0704 18:27:47.502597 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
E0704 18:27:47.502629 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
W0704 18:27:54.431494 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
E0704 18:27:54.431534 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
W0704 18:27:57.370663 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
E0704 18:27:57.370694 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
W0704 18:28:23.986451 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
E0704 18:28:23.986493 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
W0704 18:28:26.441214 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
E0704 18:28:26.441248 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
I0704 18:28:31.438656 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="17.240319ms"
I0704 18:28:31.442272 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="3.488495ms"
I0704 18:28:31.442337 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="29.274µs"
I0704 18:28:31.445663 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="43.51µs"
W0704 18:28:32.013393 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
E0704 18:28:32.013430 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
I0704 18:28:33.470191 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="6.601744ms"
I0704 18:28:33.470358 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="45.612µs"
I0704 18:28:33.955749 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0704 18:28:33.957287 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="4.768µs"
I0704 18:28:33.963321 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
==> kube-proxy [fe515a6048b3cb643b78d2a5414ae7a8154b1495c473b1628ca6a3fcb9f2d1c3] <==
I0704 18:23:30.055514 1 server_linux.go:69] "Using iptables proxy"
I0704 18:23:30.841195 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0704 18:23:31.441305 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0704 18:23:31.441415 1 server_linux.go:165] "Using iptables Proxier"
I0704 18:23:31.532039 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0704 18:23:31.532093 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0704 18:23:31.532123 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"
I0704 18:23:31.532424 1 server.go:872] "Version info" version="v1.30.2"
I0704 18:23:31.532449 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0704 18:23:31.535573 1 config.go:192] "Starting service config controller"
I0704 18:23:31.541925 1 shared_informer.go:313] Waiting for caches to sync for service config
I0704 18:23:31.536473 1 config.go:319] "Starting node config controller"
I0704 18:23:31.542948 1 shared_informer.go:313] Waiting for caches to sync for node config
I0704 18:23:31.536440 1 config.go:101] "Starting endpoint slice config controller"
I0704 18:23:31.543018 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0704 18:23:31.543057 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0704 18:23:31.643646 1 shared_informer.go:320] Caches are synced for node config
I0704 18:23:31.643698 1 shared_informer.go:320] Caches are synced for service config
==> kube-scheduler [73286916ad520218583634fa81d8dafda8067a3493bc5dd0d16c44e21ec3e0ff] <==
W0704 18:23:10.644016 1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0704 18:23:10.646686 1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W0704 18:23:10.646795 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
E0704 18:23:10.646812 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
W0704 18:23:10.647206 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
E0704 18:23:10.647276 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
W0704 18:23:10.647751 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0704 18:23:10.647829 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
W0704 18:23:10.647877 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
E0704 18:23:10.647895 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
W0704 18:23:10.647909 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0704 18:23:10.647925 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
W0704 18:23:10.647940 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
E0704 18:23:10.647953 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
W0704 18:23:10.648027 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
E0704 18:23:10.648047 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
W0704 18:23:11.475635 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
E0704 18:23:11.475669 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
W0704 18:23:11.733554 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
E0704 18:23:11.733617 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
W0704 18:23:11.734715 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
E0704 18:23:11.734745 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
W0704 18:23:11.842243 1 reflector.go:547] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0704 18:23:11.842285 1 reflector.go:150] runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0704 18:23:14.343092 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 04 18:28:31 addons-820252 kubelet[1731]: I0704 18:28:31.437670 1731 memory_manager.go:354] "RemoveStaleState removing state" podUID="ea94d0ad-33ac-426c-9ba9-13ad28c997be" containerName="node-driver-registrar"
Jul 04 18:28:31 addons-820252 kubelet[1731]: I0704 18:28:31.437679 1731 memory_manager.go:354] "RemoveStaleState removing state" podUID="ea94d0ad-33ac-426c-9ba9-13ad28c997be" containerName="csi-provisioner"
Jul 04 18:28:31 addons-820252 kubelet[1731]: I0704 18:28:31.437687 1731 memory_manager.go:354] "RemoveStaleState removing state" podUID="ea94d0ad-33ac-426c-9ba9-13ad28c997be" containerName="csi-snapshotter"
Jul 04 18:28:31 addons-820252 kubelet[1731]: I0704 18:28:31.437695 1731 memory_manager.go:354] "RemoveStaleState removing state" podUID="ea94d0ad-33ac-426c-9ba9-13ad28c997be" containerName="csi-external-health-monitor-controller"
Jul 04 18:28:31 addons-820252 kubelet[1731]: I0704 18:28:31.573865 1731 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/5f8f07b2-3ad8-4116-b89d-7baca7e18f87-gcp-creds\") pod \"hello-world-app-86c47465fc-fbctz\" (UID: \"5f8f07b2-3ad8-4116-b89d-7baca7e18f87\") " pod="default/hello-world-app-86c47465fc-fbctz"
Jul 04 18:28:31 addons-820252 kubelet[1731]: I0704 18:28:31.573930 1731 reconciler_common.go:247] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-6vsnh\" (UniqueName: \"kubernetes.io/projected/5f8f07b2-3ad8-4116-b89d-7baca7e18f87-kube-api-access-6vsnh\") pod \"hello-world-app-86c47465fc-fbctz\" (UID: \"5f8f07b2-3ad8-4116-b89d-7baca7e18f87\") " pod="default/hello-world-app-86c47465fc-fbctz"
Jul 04 18:28:32 addons-820252 kubelet[1731]: I0704 18:28:32.835222 1731 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-vxmzs\" (UniqueName: \"kubernetes.io/projected/e64b9e64-705f-457d-a522-39c0b10b4fe9-kube-api-access-vxmzs\") pod \"e64b9e64-705f-457d-a522-39c0b10b4fe9\" (UID: \"e64b9e64-705f-457d-a522-39c0b10b4fe9\") "
Jul 04 18:28:32 addons-820252 kubelet[1731]: I0704 18:28:32.837279 1731 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/e64b9e64-705f-457d-a522-39c0b10b4fe9-kube-api-access-vxmzs" (OuterVolumeSpecName: "kube-api-access-vxmzs") pod "e64b9e64-705f-457d-a522-39c0b10b4fe9" (UID: "e64b9e64-705f-457d-a522-39c0b10b4fe9"). InnerVolumeSpecName "kube-api-access-vxmzs". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 04 18:28:32 addons-820252 kubelet[1731]: I0704 18:28:32.935746 1731 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-vxmzs\" (UniqueName: \"kubernetes.io/projected/e64b9e64-705f-457d-a522-39c0b10b4fe9-kube-api-access-vxmzs\") on node \"addons-820252\" DevicePath \"\""
Jul 04 18:28:33 addons-820252 kubelet[1731]: I0704 18:28:33.439816 1731 scope.go:117] "RemoveContainer" containerID="0a59817b9ff8650df357f573c69afa09fcc1d60d110c6ab182d1de789a79bce6"
Jul 04 18:28:33 addons-820252 kubelet[1731]: I0704 18:28:33.964020 1731 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-86c47465fc-fbctz" podStartSLOduration=1.438842264 podStartE2EDuration="2.963993694s" podCreationTimestamp="2024-07-04 18:28:31 +0000 UTC" firstStartedPulling="2024-07-04 18:28:31.776048618 +0000 UTC m=+318.730564143" lastFinishedPulling="2024-07-04 18:28:33.301200043 +0000 UTC m=+320.255715573" observedRunningTime="2024-07-04 18:28:33.463938066 +0000 UTC m=+320.418453601" watchObservedRunningTime="2024-07-04 18:28:33.963993694 +0000 UTC m=+320.918509271"
Jul 04 18:28:35 addons-820252 kubelet[1731]: I0704 18:28:35.140498 1731 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="7e3113e5-b4e7-488c-8201-7d3f1c153804" path="/var/lib/kubelet/pods/7e3113e5-b4e7-488c-8201-7d3f1c153804/volumes"
Jul 04 18:28:35 addons-820252 kubelet[1731]: I0704 18:28:35.140853 1731 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="cb64eb3f-49fd-4e19-a1e5-6ad71182107a" path="/var/lib/kubelet/pods/cb64eb3f-49fd-4e19-a1e5-6ad71182107a/volumes"
Jul 04 18:28:35 addons-820252 kubelet[1731]: I0704 18:28:35.141141 1731 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="e64b9e64-705f-457d-a522-39c0b10b4fe9" path="/var/lib/kubelet/pods/e64b9e64-705f-457d-a522-39c0b10b4fe9/volumes"
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.258455 1731 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/9678ef1f-54b1-4d02-bc1e-525c3b6d0e42-webhook-cert\") pod \"9678ef1f-54b1-4d02-bc1e-525c3b6d0e42\" (UID: \"9678ef1f-54b1-4d02-bc1e-525c3b6d0e42\") "
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.258499 1731 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-5hgkj\" (UniqueName: \"kubernetes.io/projected/9678ef1f-54b1-4d02-bc1e-525c3b6d0e42-kube-api-access-5hgkj\") pod \"9678ef1f-54b1-4d02-bc1e-525c3b6d0e42\" (UID: \"9678ef1f-54b1-4d02-bc1e-525c3b6d0e42\") "
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.260366 1731 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9678ef1f-54b1-4d02-bc1e-525c3b6d0e42-kube-api-access-5hgkj" (OuterVolumeSpecName: "kube-api-access-5hgkj") pod "9678ef1f-54b1-4d02-bc1e-525c3b6d0e42" (UID: "9678ef1f-54b1-4d02-bc1e-525c3b6d0e42"). InnerVolumeSpecName "kube-api-access-5hgkj". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.260390 1731 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/9678ef1f-54b1-4d02-bc1e-525c3b6d0e42-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "9678ef1f-54b1-4d02-bc1e-525c3b6d0e42" (UID: "9678ef1f-54b1-4d02-bc1e-525c3b6d0e42"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.359674 1731 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/9678ef1f-54b1-4d02-bc1e-525c3b6d0e42-webhook-cert\") on node \"addons-820252\" DevicePath \"\""
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.359718 1731 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-5hgkj\" (UniqueName: \"kubernetes.io/projected/9678ef1f-54b1-4d02-bc1e-525c3b6d0e42-kube-api-access-5hgkj\") on node \"addons-820252\" DevicePath \"\""
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.449782 1731 scope.go:117] "RemoveContainer" containerID="14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f"
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.464248 1731 scope.go:117] "RemoveContainer" containerID="14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f"
Jul 04 18:28:37 addons-820252 kubelet[1731]: E0704 18:28:37.464666 1731 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f\": container with ID starting with 14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f not found: ID does not exist" containerID="14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f"
Jul 04 18:28:37 addons-820252 kubelet[1731]: I0704 18:28:37.464714 1731 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f"} err="failed to get container status \"14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f\": rpc error: code = NotFound desc = could not find container \"14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f\": container with ID starting with 14675c3bcc997eafcdf85be56a8c17d06de2785040a6d452569c86980c78f81f not found: ID does not exist"
Jul 04 18:28:39 addons-820252 kubelet[1731]: I0704 18:28:39.141184 1731 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9678ef1f-54b1-4d02-bc1e-525c3b6d0e42" path="/var/lib/kubelet/pods/9678ef1f-54b1-4d02-bc1e-525c3b6d0e42/volumes"
==> storage-provisioner [354c9c9a7c2a98e911252c6f31c7f82c831b0bd53347fb6f9ea0c9df725cbcfd] <==
I0704 18:24:01.886078 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0704 18:24:01.893106 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0704 18:24:01.893152 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0704 18:24:01.898959 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0704 18:24:01.899088 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-820252_6751a23f-4f05-4e0f-b341-9d890372f727!
I0704 18:24:01.899829 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"00513b98-d7a7-4165-82b5-12a06a1b0e79", APIVersion:"v1", ResourceVersion:"909", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-820252_6751a23f-4f05-4e0f-b341-9d890372f727 became leader
I0704 18:24:02.000013 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-820252_6751a23f-4f05-4e0f-b341-9d890372f727!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-820252 -n addons-820252
helpers_test.go:261: (dbg) Run: kubectl --context addons-820252 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 (151.24s)