=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-127043 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run: kubectl --context addons-127043 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-127043 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [3d6d9643-0f5c-4f89-a13a-59d2c4580cad] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [3d6d9643-0f5c-4f89-a13a-59d2c4580cad] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003700642s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-127043 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-127043 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m11.339990818s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run: kubectl --context addons-127043 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-127043 ip
addons_test.go:297: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:297: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.068800708s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:299: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:303: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:306: (dbg) Run: out/minikube-linux-arm64 -p addons-127043 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-arm64 -p addons-127043 addons disable ingress-dns --alsologtostderr -v=1: (1.359785259s)
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-127043 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-127043 addons disable ingress --alsologtostderr -v=1: (7.745524079s)
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-127043
helpers_test.go:235: (dbg) docker inspect addons-127043:
-- stdout --
[
{
"Id": "4ffca9c2f1f1484c3a5fb060c82ae7ba5bfd67fbcc26a3905702354d7468f079",
"Created": "2024-03-11T12:54:18.851028833Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1131176,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-11T12:54:19.176112751Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:4a9b65157dd7fb2ddb7cb7afe975b3dc288e9877c60d13613a69dd41a70e2e4e",
"ResolvConfPath": "/var/lib/docker/containers/4ffca9c2f1f1484c3a5fb060c82ae7ba5bfd67fbcc26a3905702354d7468f079/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/4ffca9c2f1f1484c3a5fb060c82ae7ba5bfd67fbcc26a3905702354d7468f079/hostname",
"HostsPath": "/var/lib/docker/containers/4ffca9c2f1f1484c3a5fb060c82ae7ba5bfd67fbcc26a3905702354d7468f079/hosts",
"LogPath": "/var/lib/docker/containers/4ffca9c2f1f1484c3a5fb060c82ae7ba5bfd67fbcc26a3905702354d7468f079/4ffca9c2f1f1484c3a5fb060c82ae7ba5bfd67fbcc26a3905702354d7468f079-json.log",
"Name": "/addons-127043",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-127043:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-127043",
"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/9b14f85fed2cbeda4498e4527bdacd232d1a5f3ff1cfe9c343e1534134efa30d-init/diff:/var/lib/docker/overlay2/4693be53430773dee06d553d71389b6111264113687a037a5053dad5bf06b450/diff",
"MergedDir": "/var/lib/docker/overlay2/9b14f85fed2cbeda4498e4527bdacd232d1a5f3ff1cfe9c343e1534134efa30d/merged",
"UpperDir": "/var/lib/docker/overlay2/9b14f85fed2cbeda4498e4527bdacd232d1a5f3ff1cfe9c343e1534134efa30d/diff",
"WorkDir": "/var/lib/docker/overlay2/9b14f85fed2cbeda4498e4527bdacd232d1a5f3ff1cfe9c343e1534134efa30d/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-127043",
"Source": "/var/lib/docker/volumes/addons-127043/_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-127043",
"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.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08",
"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-127043",
"name.minikube.sigs.k8s.io": "addons-127043",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "0bc6db061500a8b5018f9476272660c80c7af6c500d7fb73f9a0d45968ce7784",
"SandboxKey": "/var/run/docker/netns/0bc6db061500",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33932"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33931"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33928"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33930"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33929"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-127043": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"4ffca9c2f1f1",
"addons-127043"
],
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "2cc39bc369f56937bb9c669ebf8660106e958854393c290de5bfe0541df18486",
"EndpointID": "a0b9974c3a1b32d3680bb1fb1035a3792fec4b9668f1af45d086b1bc9926bada",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-127043",
"4ffca9c2f1f1"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-127043 -n addons-127043
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-127043 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-127043 logs -n 25: (1.884075541s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-846348 | download-only-846348 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | 11 Mar 24 12:53 UTC |
| delete | -p download-only-545020 | download-only-545020 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | 11 Mar 24 12:53 UTC |
| delete | -p download-only-842375 | download-only-842375 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | 11 Mar 24 12:53 UTC |
| start | --download-only -p | download-docker-083833 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | |
| | download-docker-083833 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-083833 | download-docker-083833 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | 11 Mar 24 12:53 UTC |
| start | --download-only -p | binary-mirror-587576 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | |
| | binary-mirror-587576 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:40125 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-587576 | binary-mirror-587576 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | 11 Mar 24 12:53 UTC |
| addons | disable dashboard -p | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | |
| | addons-127043 | | | | | |
| addons | enable dashboard -p | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | |
| | addons-127043 | | | | | |
| start | -p addons-127043 --wait=true | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:53 UTC | 11 Mar 24 12:56 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 --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-127043 ip | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:56 UTC | 11 Mar 24 12:56 UTC |
| addons | addons-127043 addons disable | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:56 UTC | 11 Mar 24 12:56 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:57 UTC | 11 Mar 24 12:57 UTC |
| | -p addons-127043 | | | | | |
| ssh | addons-127043 ssh cat | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:57 UTC | 11 Mar 24 12:57 UTC |
| | /opt/local-path-provisioner/pvc-99a0ddad-c9ee-45a7-ab15-bb7b3e522400_default_test-pvc/file1 | | | | | |
| addons | addons-127043 addons disable | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:57 UTC | 11 Mar 24 12:58 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-127043 addons | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:57 UTC | 11 Mar 24 12:57 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-127043 addons | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:57 UTC | 11 Mar 24 12:57 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:57 UTC | 11 Mar 24 12:57 UTC |
| | addons-127043 | | | | | |
| addons | enable headlamp | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:57 UTC | 11 Mar 24 12:57 UTC |
| | -p addons-127043 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-127043 addons | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:58 UTC | 11 Mar 24 12:58 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:58 UTC | 11 Mar 24 12:58 UTC |
| | addons-127043 | | | | | |
| ssh | addons-127043 ssh curl -s | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 12:58 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-127043 ip | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 13:00 UTC | 11 Mar 24 13:00 UTC |
| addons | addons-127043 addons disable | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 13:00 UTC | 11 Mar 24 13:00 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-127043 addons disable | addons-127043 | jenkins | v1.32.0 | 11 Mar 24 13:00 UTC | 11 Mar 24 13:00 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/11 12:53:55
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.22.0 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0311 12:53:55.286429 1130717 out.go:291] Setting OutFile to fd 1 ...
I0311 12:53:55.286614 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0311 12:53:55.286625 1130717 out.go:304] Setting ErrFile to fd 2...
I0311 12:53:55.286630 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0311 12:53:55.286876 1130717 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18350-1124504/.minikube/bin
I0311 12:53:55.287334 1130717 out.go:298] Setting JSON to false
I0311 12:53:55.288202 1130717 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":16583,"bootTime":1710145053,"procs":178,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1055-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0311 12:53:55.288274 1130717 start.go:139] virtualization:
I0311 12:53:55.290704 1130717 out.go:177] * [addons-127043] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0311 12:53:55.292955 1130717 out.go:177] - MINIKUBE_LOCATION=18350
I0311 12:53:55.294998 1130717 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0311 12:53:55.293037 1130717 notify.go:220] Checking for updates...
I0311 12:53:55.298857 1130717 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18350-1124504/kubeconfig
I0311 12:53:55.300866 1130717 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18350-1124504/.minikube
I0311 12:53:55.302806 1130717 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0311 12:53:55.304731 1130717 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0311 12:53:55.306760 1130717 driver.go:392] Setting default libvirt URI to qemu:///system
I0311 12:53:55.332168 1130717 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
I0311 12:53:55.332293 1130717 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0311 12:53:55.400506 1130717 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-11 12:53:55.39088706 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aarc
h64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215044096 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerError
s:[] 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0311 12:53:55.400625 1130717 docker.go:295] overlay module found
I0311 12:53:55.402866 1130717 out.go:177] * Using the docker driver based on user configuration
I0311 12:53:55.404882 1130717 start.go:297] selected driver: docker
I0311 12:53:55.404898 1130717 start.go:901] validating driver "docker" against <nil>
I0311 12:53:55.404911 1130717 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0311 12:53:55.405639 1130717 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0311 12:53:55.471591 1130717 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:28 OomKillDisable:true NGoroutines:49 SystemTime:2024-03-11 12:53:55.462790123 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1055-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215044096 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 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:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7]] Warnings:<nil>}}
I0311 12:53:55.471760 1130717 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0311 12:53:55.472000 1130717 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]
I0311 12:53:55.473881 1130717 out.go:177] * Using Docker driver with root privileges
I0311 12:53:55.475868 1130717 cni.go:84] Creating CNI manager for ""
I0311 12:53:55.475894 1130717 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0311 12:53:55.475906 1130717 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0311 12:53:55.475986 1130717 start.go:340] cluster config:
{Name:addons-127043 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-127043 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.28.4 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}
I0311 12:53:55.478183 1130717 out.go:177] * Starting "addons-127043" primary control-plane node in "addons-127043" cluster
I0311 12:53:55.480060 1130717 cache.go:121] Beginning downloading kic base image for docker with crio
I0311 12:53:55.482107 1130717 out.go:177] * Pulling base image v0.0.42-1708944392-18244 ...
I0311 12:53:55.483939 1130717 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local docker daemon
I0311 12:53:55.484101 1130717 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0311 12:53:55.484134 1130717 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18350-1124504/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4
I0311 12:53:55.484146 1130717 cache.go:56] Caching tarball of preloaded images
I0311 12:53:55.484220 1130717 preload.go:173] Found /home/jenkins/minikube-integration/18350-1124504/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0311 12:53:55.484236 1130717 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
I0311 12:53:55.484581 1130717 profile.go:142] Saving config to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/config.json ...
I0311 12:53:55.484618 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/config.json: {Name:mk18dbf226451d04d4e5a5cadfff66304e9a5b07 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:53:55.499367 1130717 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 to local cache
I0311 12:53:55.499490 1130717 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory
I0311 12:53:55.499515 1130717 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 in local cache directory, skipping pull
I0311 12:53:55.499524 1130717 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 exists in cache, skipping pull
I0311 12:53:55.499532 1130717 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 as a tarball
I0311 12:53:55.499542 1130717 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from local cache
I0311 12:54:11.466160 1130717 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 from cached tarball
I0311 12:54:11.466199 1130717 cache.go:194] Successfully downloaded all kic artifacts
I0311 12:54:11.466248 1130717 start.go:360] acquireMachinesLock for addons-127043: {Name:mka6a225aeeb5bfc7dd650363219d0b367a02390 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0311 12:54:11.466757 1130717 start.go:364] duration metric: took 480.349µs to acquireMachinesLock for "addons-127043"
I0311 12:54:11.466799 1130717 start.go:93] Provisioning new machine with config: &{Name:addons-127043 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-127043 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.28.4 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.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0311 12:54:11.466893 1130717 start.go:125] createHost starting for "" (driver="docker")
I0311 12:54:11.469451 1130717 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0311 12:54:11.469701 1130717 start.go:159] libmachine.API.Create for "addons-127043" (driver="docker")
I0311 12:54:11.469747 1130717 client.go:168] LocalClient.Create starting
I0311 12:54:11.469887 1130717 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca.pem
I0311 12:54:11.940173 1130717 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/cert.pem
I0311 12:54:12.229500 1130717 cli_runner.go:164] Run: docker network inspect addons-127043 --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}}]}"
W0311 12:54:12.246826 1130717 cli_runner.go:211] docker network inspect addons-127043 --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
I0311 12:54:12.246925 1130717 network_create.go:281] running [docker network inspect addons-127043] to gather additional debugging logs...
I0311 12:54:12.246947 1130717 cli_runner.go:164] Run: docker network inspect addons-127043
W0311 12:54:12.262405 1130717 cli_runner.go:211] docker network inspect addons-127043 returned with exit code 1
I0311 12:54:12.262439 1130717 network_create.go:284] error running [docker network inspect addons-127043]: docker network inspect addons-127043: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-127043 not found
I0311 12:54:12.262453 1130717 network_create.go:286] output of [docker network inspect addons-127043]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-127043 not found
** /stderr **
I0311 12:54:12.262556 1130717 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}}]}"
I0311 12:54:12.279085 1130717 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:0x4000421e10}
I0311 12:54:12.279134 1130717 network_create.go:124] attempt to create docker network addons-127043 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0311 12:54:12.279196 1130717 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-127043 addons-127043
I0311 12:54:12.339913 1130717 network_create.go:108] docker network addons-127043 192.168.49.0/24 created
I0311 12:54:12.339949 1130717 kic.go:121] calculated static IP "192.168.49.2" for the "addons-127043" container
I0311 12:54:12.340026 1130717 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0311 12:54:12.354378 1130717 cli_runner.go:164] Run: docker volume create addons-127043 --label name.minikube.sigs.k8s.io=addons-127043 --label created_by.minikube.sigs.k8s.io=true
I0311 12:54:12.370474 1130717 oci.go:103] Successfully created a docker volume addons-127043
I0311 12:54:12.370572 1130717 cli_runner.go:164] Run: docker run --rm --name addons-127043-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-127043 --entrypoint /usr/bin/test -v addons-127043:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib
I0311 12:54:14.539220 1130717 cli_runner.go:217] Completed: docker run --rm --name addons-127043-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-127043 --entrypoint /usr/bin/test -v addons-127043:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -d /var/lib: (2.16860092s)
I0311 12:54:14.539252 1130717 oci.go:107] Successfully prepared a docker volume addons-127043
I0311 12:54:14.539280 1130717 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0311 12:54:14.539299 1130717 kic.go:194] Starting extracting preloaded images to volume ...
I0311 12:54:14.539381 1130717 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18350-1124504/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-127043:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir
I0311 12:54:18.778969 1130717 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18350-1124504/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-127043:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 -I lz4 -xf /preloaded.tar -C /extractDir: (4.239528512s)
I0311 12:54:18.779009 1130717 kic.go:203] duration metric: took 4.239706542s to extract preloaded images to volume ...
W0311 12:54:18.779139 1130717 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0311 12:54:18.779251 1130717 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0311 12:54:18.831164 1130717 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-127043 --name addons-127043 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-127043 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-127043 --network addons-127043 --ip 192.168.49.2 --volume addons-127043:/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.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08
I0311 12:54:19.184420 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Running}}
I0311 12:54:19.213827 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:19.244019 1130717 cli_runner.go:164] Run: docker exec addons-127043 stat /var/lib/dpkg/alternatives/iptables
I0311 12:54:19.314319 1130717 oci.go:144] the created container "addons-127043" has a running status.
I0311 12:54:19.314347 1130717 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa...
I0311 12:54:20.168512 1130717 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0311 12:54:20.190672 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:20.210747 1130717 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0311 12:54:20.210766 1130717 kic_runner.go:114] Args: [docker exec --privileged addons-127043 chown docker:docker /home/docker/.ssh/authorized_keys]
I0311 12:54:20.265955 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:20.290225 1130717 machine.go:94] provisionDockerMachine start ...
I0311 12:54:20.290322 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:20.305154 1130717 main.go:141] libmachine: Using SSH client type: native
I0311 12:54:20.305575 1130717 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1ca0] 0x3e4500 <nil> [] 0s} 127.0.0.1 33932 <nil> <nil>}
I0311 12:54:20.305591 1130717 main.go:141] libmachine: About to run SSH command:
hostname
I0311 12:54:20.433073 1130717 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-127043
I0311 12:54:20.433109 1130717 ubuntu.go:169] provisioning hostname "addons-127043"
I0311 12:54:20.433230 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:20.452116 1130717 main.go:141] libmachine: Using SSH client type: native
I0311 12:54:20.452368 1130717 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1ca0] 0x3e4500 <nil> [] 0s} 127.0.0.1 33932 <nil> <nil>}
I0311 12:54:20.452379 1130717 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-127043 && echo "addons-127043" | sudo tee /etc/hostname
I0311 12:54:20.592916 1130717 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-127043
I0311 12:54:20.593094 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:20.610104 1130717 main.go:141] libmachine: Using SSH client type: native
I0311 12:54:20.610362 1130717 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1ca0] 0x3e4500 <nil> [] 0s} 127.0.0.1 33932 <nil> <nil>}
I0311 12:54:20.610378 1130717 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-127043' /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-127043/g' /etc/hosts;
else
echo '127.0.1.1 addons-127043' | sudo tee -a /etc/hosts;
fi
fi
I0311 12:54:20.742016 1130717 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0311 12:54:20.742044 1130717 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18350-1124504/.minikube CaCertPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18350-1124504/.minikube}
I0311 12:54:20.742084 1130717 ubuntu.go:177] setting up certificates
I0311 12:54:20.742094 1130717 provision.go:84] configureAuth start
I0311 12:54:20.742161 1130717 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-127043
I0311 12:54:20.763000 1130717 provision.go:143] copyHostCerts
I0311 12:54:20.763096 1130717 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18350-1124504/.minikube/cert.pem (1123 bytes)
I0311 12:54:20.763213 1130717 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18350-1124504/.minikube/key.pem (1675 bytes)
I0311 12:54:20.763277 1130717 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.pem (1078 bytes)
I0311 12:54:20.763335 1130717 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18350-1124504/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca-key.pem org=jenkins.addons-127043 san=[127.0.0.1 192.168.49.2 addons-127043 localhost minikube]
I0311 12:54:20.946457 1130717 provision.go:177] copyRemoteCerts
I0311 12:54:20.946526 1130717 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0311 12:54:20.946566 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:20.963555 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:21.058574 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0311 12:54:21.084137 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0311 12:54:21.109247 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0311 12:54:21.135457 1130717 provision.go:87] duration metric: took 393.336258ms to configureAuth
I0311 12:54:21.135488 1130717 ubuntu.go:193] setting minikube options for container-runtime
I0311 12:54:21.135707 1130717 config.go:182] Loaded profile config "addons-127043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0311 12:54:21.135820 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:21.155650 1130717 main.go:141] libmachine: Using SSH client type: native
I0311 12:54:21.155906 1130717 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1ca0] 0x3e4500 <nil> [] 0s} 127.0.0.1 33932 <nil> <nil>}
I0311 12:54:21.155928 1130717 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
I0311 12:54:21.382699 1130717 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0311 12:54:21.382726 1130717 machine.go:97] duration metric: took 1.092479338s to provisionDockerMachine
I0311 12:54:21.382737 1130717 client.go:171] duration metric: took 9.91298035s to LocalClient.Create
I0311 12:54:21.382750 1130717 start.go:167] duration metric: took 9.913050166s to libmachine.API.Create "addons-127043"
I0311 12:54:21.382758 1130717 start.go:293] postStartSetup for "addons-127043" (driver="docker")
I0311 12:54:21.382769 1130717 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]
I0311 12:54:21.382835 1130717 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
I0311 12:54:21.382883 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:21.401082 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:21.500646 1130717 ssh_runner.go:195] Run: cat /etc/os-release
I0311 12:54:21.504330 1130717 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0311 12:54:21.504377 1130717 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0311 12:54:21.504389 1130717 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0311 12:54:21.504397 1130717 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0311 12:54:21.504407 1130717 filesync.go:126] Scanning /home/jenkins/minikube-integration/18350-1124504/.minikube/addons for local assets ...
I0311 12:54:21.504499 1130717 filesync.go:126] Scanning /home/jenkins/minikube-integration/18350-1124504/.minikube/files for local assets ...
I0311 12:54:21.504525 1130717 start.go:296] duration metric: took 121.761359ms for postStartSetup
I0311 12:54:21.504849 1130717 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-127043
I0311 12:54:21.520418 1130717 profile.go:142] Saving config to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/config.json ...
I0311 12:54:21.520708 1130717 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0311 12:54:21.520767 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:21.536609 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:21.626083 1130717 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0311 12:54:21.630380 1130717 start.go:128] duration metric: took 10.163462856s to createHost
I0311 12:54:21.630410 1130717 start.go:83] releasing machines lock for "addons-127043", held for 10.163633238s
I0311 12:54:21.630481 1130717 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-127043
I0311 12:54:21.645184 1130717 ssh_runner.go:195] Run: cat /version.json
I0311 12:54:21.645239 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:21.645483 1130717 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0311 12:54:21.645546 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:21.666806 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:21.670203 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:21.867774 1130717 ssh_runner.go:195] Run: systemctl --version
I0311 12:54:21.872121 1130717 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0311 12:54:22.012282 1130717 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0311 12:54:22.016962 1130717 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" ;
I0311 12:54:22.039437 1130717 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0311 12:54:22.039562 1130717 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" ;
I0311 12:54:22.075913 1130717 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0311 12:54:22.075950 1130717 start.go:494] detecting cgroup driver to use...
I0311 12:54:22.075984 1130717 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0311 12:54:22.076048 1130717 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0311 12:54:22.092768 1130717 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0311 12:54:22.104585 1130717 docker.go:217] disabling cri-docker service (if available) ...
I0311 12:54:22.104662 1130717 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0311 12:54:22.120468 1130717 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0311 12:54:22.135051 1130717 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0311 12:54:22.231839 1130717 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0311 12:54:22.334403 1130717 docker.go:233] disabling docker service ...
I0311 12:54:22.334516 1130717 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0311 12:54:22.355080 1130717 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0311 12:54:22.367223 1130717 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0311 12:54:22.454772 1130717 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0311 12:54:22.544347 1130717 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0311 12:54:22.555628 1130717 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"
I0311 12:54:22.574656 1130717 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0311 12:54:22.574729 1130717 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"
I0311 12:54:22.586056 1130717 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0311 12:54:22.586127 1130717 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0311 12:54:22.597025 1130717 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0311 12:54:22.607595 1130717 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0311 12:54:22.618340 1130717 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0311 12:54:22.628265 1130717 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0311 12:54:22.637109 1130717 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0311 12:54:22.645777 1130717 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0311 12:54:22.732337 1130717 ssh_runner.go:195] Run: sudo systemctl restart crio
I0311 12:54:22.843461 1130717 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0311 12:54:22.843566 1130717 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0311 12:54:22.847240 1130717 start.go:562] Will wait 60s for crictl version
I0311 12:54:22.847342 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:54:22.850902 1130717 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0311 12:54:22.894525 1130717 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0311 12:54:22.894640 1130717 ssh_runner.go:195] Run: crio --version
I0311 12:54:22.933386 1130717 ssh_runner.go:195] Run: crio --version
I0311 12:54:22.972209 1130717 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
I0311 12:54:22.974260 1130717 cli_runner.go:164] Run: docker network inspect addons-127043 --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}}]}"
I0311 12:54:22.989079 1130717 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0311 12:54:22.992689 1130717 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""
I0311 12:54:23.005738 1130717 kubeadm.go:877] updating cluster {Name:addons-127043 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-127043 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.28.4 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} ...
I0311 12:54:23.005872 1130717 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
I0311 12:54:23.005938 1130717 ssh_runner.go:195] Run: sudo crictl images --output json
I0311 12:54:23.076409 1130717 crio.go:496] all images are preloaded for cri-o runtime.
I0311 12:54:23.076437 1130717 crio.go:415] Images already preloaded, skipping extraction
I0311 12:54:23.076493 1130717 ssh_runner.go:195] Run: sudo crictl images --output json
I0311 12:54:23.119353 1130717 crio.go:496] all images are preloaded for cri-o runtime.
I0311 12:54:23.119378 1130717 cache_images.go:84] Images are preloaded, skipping loading
I0311 12:54:23.119387 1130717 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.28.4 crio true true} ...
I0311 12:54:23.119486 1130717 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-127043 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.4 ClusterName:addons-127043 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:}
I0311 12:54:23.119578 1130717 ssh_runner.go:195] Run: crio config
I0311 12:54:23.186647 1130717 cni.go:84] Creating CNI manager for ""
I0311 12:54:23.186670 1130717 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0311 12:54:23.186681 1130717 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0311 12:54:23.186732 1130717 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.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-127043 NodeName:addons-127043 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}
I0311 12:54:23.186896 1130717 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-127043"
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.28.4
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
I0311 12:54:23.186975 1130717 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
I0311 12:54:23.195813 1130717 binaries.go:44] Found k8s binaries, skipping transfer
I0311 12:54:23.195882 1130717 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0311 12:54:23.204701 1130717 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0311 12:54:23.222600 1130717 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0311 12:54:23.240901 1130717 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0311 12:54:23.259127 1130717 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0311 12:54:23.262530 1130717 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""
I0311 12:54:23.273888 1130717 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0311 12:54:23.370922 1130717 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0311 12:54:23.384575 1130717 certs.go:68] Setting up /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043 for IP: 192.168.49.2
I0311 12:54:23.384652 1130717 certs.go:194] generating shared ca certs ...
I0311 12:54:23.384683 1130717 certs.go:226] acquiring lock for ca certs: {Name:mk30659f158a045ae3a6809b62fbd61891660c2f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:23.384895 1130717 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.key
I0311 12:54:23.552470 1130717 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.crt ...
I0311 12:54:23.552510 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.crt: {Name:mk3de99cc5b2ec94fbc45e834b4e9d48bb6ccc33 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:23.553241 1130717 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.key ...
I0311 12:54:23.553258 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.key: {Name:mk55c0d917fc57e236545476b53eaf235cd18cc8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:23.553401 1130717 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18350-1124504/.minikube/proxy-client-ca.key
I0311 12:54:24.010127 1130717 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-1124504/.minikube/proxy-client-ca.crt ...
I0311 12:54:24.010166 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/proxy-client-ca.crt: {Name:mkdf449e36cade89ffe653f5163f43ee4559f713 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:24.010423 1130717 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-1124504/.minikube/proxy-client-ca.key ...
I0311 12:54:24.010440 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/proxy-client-ca.key: {Name:mk74d0a2e774fee7894aec435e15b1fe9d6be0fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:24.010561 1130717 certs.go:256] generating profile certs ...
I0311 12:54:24.010640 1130717 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/client.key
I0311 12:54:24.010658 1130717 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/client.crt with IP's: []
I0311 12:54:24.646525 1130717 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/client.crt ...
I0311 12:54:24.646556 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/client.crt: {Name:mkb2a37a0fb5746895eb5aa98a0b43013c420a1c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:24.646747 1130717 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/client.key ...
I0311 12:54:24.646761 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/client.key: {Name:mk35bacbfb5463b539191dbe9abb8fce1f09e8b6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:24.646847 1130717 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.key.12d8e911
I0311 12:54:24.646869 1130717 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.crt.12d8e911 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0311 12:54:25.215496 1130717 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.crt.12d8e911 ...
I0311 12:54:25.215535 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.crt.12d8e911: {Name:mk97a5916793e4a41039aefcc50db22fc8e08fe8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:25.215733 1130717 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.key.12d8e911 ...
I0311 12:54:25.215749 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.key.12d8e911: {Name:mk5ee08f90ef3dbf054561c6de2f4b75d845ce30 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:25.215837 1130717 certs.go:381] copying /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.crt.12d8e911 -> /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.crt
I0311 12:54:25.215917 1130717 certs.go:385] copying /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.key.12d8e911 -> /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.key
I0311 12:54:25.215973 1130717 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.key
I0311 12:54:25.215993 1130717 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.crt with IP's: []
I0311 12:54:25.594244 1130717 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.crt ...
I0311 12:54:25.594276 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.crt: {Name:mke748256c5910104ab53c2625106cdccfba9cf0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:25.594474 1130717 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.key ...
I0311 12:54:25.594491 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.key: {Name:mk07a38d12e38a175f96fdd55aafc5070ad1a937 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:25.594691 1130717 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca-key.pem (1679 bytes)
I0311 12:54:25.594735 1130717 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/ca.pem (1078 bytes)
I0311 12:54:25.594765 1130717 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/cert.pem (1123 bytes)
I0311 12:54:25.594791 1130717 certs.go:484] found cert: /home/jenkins/minikube-integration/18350-1124504/.minikube/certs/key.pem (1675 bytes)
I0311 12:54:25.595349 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0311 12:54:25.621214 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0311 12:54:25.645595 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0311 12:54:25.668858 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0311 12:54:25.697219 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0311 12:54:25.728624 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0311 12:54:25.759173 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0311 12:54:25.783250 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/profiles/addons-127043/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0311 12:54:25.807125 1130717 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18350-1124504/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0311 12:54:25.831082 1130717 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0311 12:54:25.848548 1130717 ssh_runner.go:195] Run: openssl version
I0311 12:54:25.854138 1130717 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"
I0311 12:54:25.863477 1130717 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0311 12:54:25.867097 1130717 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 11 12:54 /usr/share/ca-certificates/minikubeCA.pem
I0311 12:54:25.867182 1130717 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0311 12:54:25.874015 1130717 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"
I0311 12:54:25.883218 1130717 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0311 12:54:25.886414 1130717 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
I0311 12:54:25.886512 1130717 kubeadm.go:391] StartCluster: {Name:addons-127043 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1708944392-18244@sha256:8610dac8144c3f59a6cf50871eb10395cea122e148262744231a04c396033b08 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.28.4 ClusterName:addons-127043 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.28.4 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}
I0311 12:54:25.886595 1130717 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0311 12:54:25.886650 1130717 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0311 12:54:25.926274 1130717 cri.go:89] found id: ""
I0311 12:54:25.926396 1130717 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0311 12:54:25.934816 1130717 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0311 12:54:25.943417 1130717 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0311 12:54:25.943479 1130717 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
I0311 12:54:25.952124 1130717 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
I0311 12:54:25.952148 1130717 kubeadm.go:156] found existing configuration files:
I0311 12:54:25.952227 1130717 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0311 12:54:25.960801 1130717 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
I0311 12:54:25.960887 1130717 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0311 12:54:25.969047 1130717 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0311 12:54:25.977550 1130717 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
I0311 12:54:25.977615 1130717 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0311 12:54:25.985913 1130717 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0311 12:54:25.995901 1130717 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
I0311 12:54:25.995978 1130717 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0311 12:54:26.007496 1130717 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0311 12:54:26.017050 1130717 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
I0311 12:54:26.017117 1130717 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0311 12:54:26.025867 1130717 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$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"
I0311 12:54:26.068255 1130717 kubeadm.go:309] [init] Using Kubernetes version: v1.28.4
I0311 12:54:26.068465 1130717 kubeadm.go:309] [preflight] Running pre-flight checks
I0311 12:54:26.107569 1130717 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0311 12:54:26.107644 1130717 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1055-aws[0m
I0311 12:54:26.107681 1130717 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0311 12:54:26.107730 1130717 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0311 12:54:26.107780 1130717 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0311 12:54:26.107829 1130717 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0311 12:54:26.107881 1130717 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0311 12:54:26.107930 1130717 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0311 12:54:26.107984 1130717 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0311 12:54:26.108033 1130717 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0311 12:54:26.108083 1130717 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0311 12:54:26.108131 1130717 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0311 12:54:26.180550 1130717 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0311 12:54:26.180722 1130717 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0311 12:54:26.180851 1130717 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0311 12:54:26.409677 1130717 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0311 12:54:26.413572 1130717 out.go:204] - Generating certificates and keys ...
I0311 12:54:26.413739 1130717 kubeadm.go:309] [certs] Using existing ca certificate authority
I0311 12:54:26.413831 1130717 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0311 12:54:26.906774 1130717 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0311 12:54:27.405701 1130717 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0311 12:54:27.634728 1130717 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0311 12:54:27.806769 1130717 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0311 12:54:28.486700 1130717 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0311 12:54:28.486839 1130717 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-127043 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0311 12:54:28.767603 1130717 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0311 12:54:28.767743 1130717 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-127043 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0311 12:54:29.038593 1130717 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0311 12:54:29.432990 1130717 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0311 12:54:30.855183 1130717 kubeadm.go:309] [certs] Generating "sa" key and public key
I0311 12:54:30.855466 1130717 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0311 12:54:31.091347 1130717 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0311 12:54:31.257688 1130717 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0311 12:54:31.477958 1130717 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0311 12:54:32.154439 1130717 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0311 12:54:32.155447 1130717 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0311 12:54:32.158583 1130717 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0311 12:54:32.162643 1130717 out.go:204] - Booting up control plane ...
I0311 12:54:32.162745 1130717 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0311 12:54:32.162828 1130717 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0311 12:54:32.163039 1130717 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0311 12:54:32.174229 1130717 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0311 12:54:32.176926 1130717 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0311 12:54:32.177172 1130717 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0311 12:54:32.273084 1130717 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0311 12:54:39.278596 1130717 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.005310 seconds
I0311 12:54:39.278723 1130717 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0311 12:54:39.296299 1130717 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0311 12:54:39.823110 1130717 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0311 12:54:39.823298 1130717 kubeadm.go:309] [mark-control-plane] Marking the node addons-127043 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0311 12:54:40.335008 1130717 kubeadm.go:309] [bootstrap-token] Using token: dlkphy.d2y8mtgihxt8he1o
I0311 12:54:40.337379 1130717 out.go:204] - Configuring RBAC rules ...
I0311 12:54:40.337506 1130717 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0311 12:54:40.342914 1130717 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0311 12:54:40.350940 1130717 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
I0311 12:54:40.354993 1130717 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0311 12:54:40.360608 1130717 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0311 12:54:40.365132 1130717 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0311 12:54:40.380592 1130717 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0311 12:54:40.608092 1130717 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0311 12:54:40.750003 1130717 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0311 12:54:40.751130 1130717 kubeadm.go:309]
I0311 12:54:40.751214 1130717 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0311 12:54:40.751225 1130717 kubeadm.go:309]
I0311 12:54:40.751299 1130717 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0311 12:54:40.751309 1130717 kubeadm.go:309]
I0311 12:54:40.751333 1130717 kubeadm.go:309] mkdir -p $HOME/.kube
I0311 12:54:40.751394 1130717 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0311 12:54:40.751446 1130717 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0311 12:54:40.751455 1130717 kubeadm.go:309]
I0311 12:54:40.751507 1130717 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0311 12:54:40.751517 1130717 kubeadm.go:309]
I0311 12:54:40.751563 1130717 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0311 12:54:40.751572 1130717 kubeadm.go:309]
I0311 12:54:40.751622 1130717 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0311 12:54:40.751698 1130717 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0311 12:54:40.751765 1130717 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0311 12:54:40.751773 1130717 kubeadm.go:309]
I0311 12:54:40.751854 1130717 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0311 12:54:40.751931 1130717 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0311 12:54:40.751939 1130717 kubeadm.go:309]
I0311 12:54:40.752019 1130717 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token dlkphy.d2y8mtgihxt8he1o \
I0311 12:54:40.752122 1130717 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:2a8e91d8f0d2883530b18ebb6913f2e4ec54b5f4373a0076050e22c76634c4dc \
I0311 12:54:40.752144 1130717 kubeadm.go:309] --control-plane
I0311 12:54:40.752152 1130717 kubeadm.go:309]
I0311 12:54:40.752234 1130717 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0311 12:54:40.752241 1130717 kubeadm.go:309]
I0311 12:54:40.752320 1130717 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token dlkphy.d2y8mtgihxt8he1o \
I0311 12:54:40.753582 1130717 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:2a8e91d8f0d2883530b18ebb6913f2e4ec54b5f4373a0076050e22c76634c4dc
I0311 12:54:40.755920 1130717 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-1055-aws\n", err: exit status 1
I0311 12:54:40.756043 1130717 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0311 12:54:40.756063 1130717 cni.go:84] Creating CNI manager for ""
I0311 12:54:40.756071 1130717 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0311 12:54:40.758575 1130717 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0311 12:54:40.760443 1130717 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0311 12:54:40.764997 1130717 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
I0311 12:54:40.765021 1130717 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0311 12:54:40.788002 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0311 12:54:41.689860 1130717 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0311 12:54:41.689993 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:41.690085 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-127043 minikube.k8s.io/updated_at=2024_03_11T12_54_41_0700 minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=1f02234404c3608d31811fa9c1f2f7d976b3e563 minikube.k8s.io/name=addons-127043 minikube.k8s.io/primary=true
I0311 12:54:41.703771 1130717 ops.go:34] apiserver oom_adj: -16
I0311 12:54:41.823745 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:42.324807 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:42.824351 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:43.324678 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:43.823900 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:44.324728 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:44.824302 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:45.324627 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:45.824069 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:46.324424 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:46.824847 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:47.324787 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:47.824215 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:48.324548 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:48.823876 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:49.323813 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:49.824468 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:50.324836 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:50.824160 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:51.324518 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:51.824282 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:52.324679 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:52.824054 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:53.324844 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:53.824656 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:54.324407 1130717 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0311 12:54:54.454251 1130717 kubeadm.go:1106] duration metric: took 12.764301931s to wait for elevateKubeSystemPrivileges
W0311 12:54:54.454296 1130717 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0311 12:54:54.454303 1130717 kubeadm.go:393] duration metric: took 28.567796323s to StartCluster
I0311 12:54:54.454326 1130717 settings.go:142] acquiring lock: {Name:mk0a76f674884ed0c489dd40a16d57ce9e1cba50 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:54.454445 1130717 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18350-1124504/kubeconfig
I0311 12:54:54.454876 1130717 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18350-1124504/kubeconfig: {Name:mk1044b4a136be32fc018b928173d9e5fa18a2ea Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0311 12:54:54.455067 1130717 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
I0311 12:54:54.457151 1130717 out.go:177] * Verifying Kubernetes components...
I0311 12:54:54.455197 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0311 12:54:54.455369 1130717 config.go:182] Loaded profile config "addons-127043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0311 12:54:54.455377 1130717 addons.go:502] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
I0311 12:54:54.458798 1130717 addons.go:69] Setting yakd=true in profile "addons-127043"
I0311 12:54:54.458826 1130717 addons.go:234] Setting addon yakd=true in "addons-127043"
I0311 12:54:54.458861 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.459372 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.459527 1130717 addons.go:69] Setting ingress=true in profile "addons-127043"
I0311 12:54:54.459551 1130717 addons.go:234] Setting addon ingress=true in "addons-127043"
I0311 12:54:54.459591 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.459983 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.461307 1130717 addons.go:69] Setting ingress-dns=true in profile "addons-127043"
I0311 12:54:54.461373 1130717 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0311 12:54:54.461410 1130717 addons.go:234] Setting addon ingress-dns=true in "addons-127043"
I0311 12:54:54.461454 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.461691 1130717 addons.go:69] Setting cloud-spanner=true in profile "addons-127043"
I0311 12:54:54.461712 1130717 addons.go:234] Setting addon cloud-spanner=true in "addons-127043"
I0311 12:54:54.461731 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.461925 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.462103 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.470593 1130717 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-127043"
I0311 12:54:54.470719 1130717 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-127043"
I0311 12:54:54.471144 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.472304 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.475849 1130717 addons.go:69] Setting default-storageclass=true in profile "addons-127043"
I0311 12:54:54.475932 1130717 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-127043"
I0311 12:54:54.476483 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.474577 1130717 addons.go:69] Setting inspektor-gadget=true in profile "addons-127043"
I0311 12:54:54.484364 1130717 addons.go:234] Setting addon inspektor-gadget=true in "addons-127043"
I0311 12:54:54.484468 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.485026 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.499047 1130717 addons.go:69] Setting gcp-auth=true in profile "addons-127043"
I0311 12:54:54.499148 1130717 mustload.go:65] Loading cluster: addons-127043
I0311 12:54:54.499369 1130717 config.go:182] Loaded profile config "addons-127043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0311 12:54:54.499715 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.474593 1130717 addons.go:69] Setting metrics-server=true in profile "addons-127043"
I0311 12:54:54.502531 1130717 addons.go:234] Setting addon metrics-server=true in "addons-127043"
I0311 12:54:54.502626 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.503197 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.474598 1130717 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-127043"
I0311 12:54:54.541622 1130717 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-127043"
I0311 12:54:54.541692 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.542185 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.474602 1130717 addons.go:69] Setting registry=true in profile "addons-127043"
I0311 12:54:54.564636 1130717 addons.go:234] Setting addon registry=true in "addons-127043"
I0311 12:54:54.564685 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.565185 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.474607 1130717 addons.go:69] Setting storage-provisioner=true in profile "addons-127043"
I0311 12:54:54.585667 1130717 addons.go:234] Setting addon storage-provisioner=true in "addons-127043"
I0311 12:54:54.585717 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.586169 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.474611 1130717 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-127043"
I0311 12:54:54.605597 1130717 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-127043"
I0311 12:54:54.605924 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.474621 1130717 addons.go:69] Setting volumesnapshots=true in profile "addons-127043"
I0311 12:54:54.619040 1130717 addons.go:234] Setting addon volumesnapshots=true in "addons-127043"
I0311 12:54:54.619088 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.619551 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.659146 1130717 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0311 12:54:54.695621 1130717 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0311 12:54:54.695644 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0311 12:54:54.695714 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.697500 1130717 addons.go:234] Setting addon default-storageclass=true in "addons-127043"
I0311 12:54:54.697537 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.697960 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:54.727430 1130717 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0311 12:54:54.729507 1130717 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0311 12:54:54.729539 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0311 12:54:54.729603 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.735211 1130717 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.14
I0311 12:54:54.736956 1130717 out.go:177] - Using image docker.io/registry:2.8.3
I0311 12:54:54.738848 1130717 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0311 12:54:54.737010 1130717 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0311 12:54:54.737122 1130717 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0311 12:54:54.737127 1130717 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0311 12:54:54.737131 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0311 12:54:54.737135 1130717 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.25.1
I0311 12:54:54.742224 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0311 12:54:54.742247 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0311 12:54:54.742310 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.740542 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0311 12:54:54.742600 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.740631 1130717 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0311 12:54:54.761833 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0311 12:54:54.761962 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.762721 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/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.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0311 12:54:54.762781 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:54.764653 1130717 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0311 12:54:54.770285 1130717 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0311 12:54:54.770306 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0311 12:54:54.770370 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.795403 1130717 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0311 12:54:54.800450 1130717 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0311 12:54:54.807187 1130717 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0311 12:54:54.850656 1130717 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0311 12:54:54.850725 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0311 12:54:54.850828 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.857698 1130717 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0311 12:54:54.857785 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0311 12:54:54.857887 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.874624 1130717 node_ready.go:35] waiting up to 6m0s for node "addons-127043" to be "Ready" ...
I0311 12:54:54.889405 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0311 12:54:54.891542 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0311 12:54:54.897193 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0311 12:54:54.905732 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0311 12:54:54.919263 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0311 12:54:54.942122 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0311 12:54:54.944379 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0311 12:54:54.946268 1130717 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0311 12:54:54.946288 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0311 12:54:54.946355 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:54.936664 1130717 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-127043"
I0311 12:54:54.937039 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:54.937067 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:54.977825 1130717 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0311 12:54:54.981090 1130717 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0311 12:54:54.981116 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0311 12:54:54.981193 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:55.000667 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.001628 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.003857 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.005077 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:54:55.005766 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:54:55.065935 1130717 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0311 12:54:55.059197 1130717 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0311 12:54:55.065860 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.068758 1130717 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0311 12:54:55.068792 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0311 12:54:55.068950 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:55.066236 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0311 12:54:55.069486 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:55.081217 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.082018 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.128891 1130717 out.go:177] - Using image docker.io/busybox:stable
I0311 12:54:55.130759 1130717 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0311 12:54:55.132470 1130717 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0311 12:54:55.132489 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0311 12:54:55.132555 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:54:55.139252 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.171021 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.183682 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.184227 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.209298 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:54:55.417559 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0311 12:54:55.417592 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0311 12:54:55.492444 1130717 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0311 12:54:55.492468 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0311 12:54:55.494063 1130717 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0311 12:54:55.494092 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0311 12:54:55.532338 1130717 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0311 12:54:55.532373 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0311 12:54:55.535518 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0311 12:54:55.543184 1130717 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0311 12:54:55.543248 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0311 12:54:55.563593 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0311 12:54:55.597144 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0311 12:54:55.598296 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0311 12:54:55.598318 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0311 12:54:55.609111 1130717 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0311 12:54:55.609150 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0311 12:54:55.628241 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0311 12:54:55.631326 1130717 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0311 12:54:55.631353 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0311 12:54:55.634135 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0311 12:54:55.640920 1130717 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0311 12:54:55.640945 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0311 12:54:55.685685 1130717 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0311 12:54:55.685711 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0311 12:54:55.690590 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0311 12:54:55.702677 1130717 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0311 12:54:55.702705 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0311 12:54:55.714627 1130717 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0311 12:54:55.721195 1130717 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0311 12:54:55.721228 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0311 12:54:55.737119 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0311 12:54:55.749494 1130717 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0311 12:54:55.749529 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0311 12:54:55.769317 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0311 12:54:55.769373 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0311 12:54:55.786686 1130717 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0311 12:54:55.786723 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0311 12:54:55.837091 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0311 12:54:55.854535 1130717 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0311 12:54:55.854563 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0311 12:54:55.866860 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:54:55.887256 1130717 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0311 12:54:55.887284 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0311 12:54:55.905378 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0311 12:54:55.905405 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0311 12:54:55.968578 1130717 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0311 12:54:55.968615 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0311 12:54:56.013352 1130717 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0311 12:54:56.013384 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0311 12:54:56.067086 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0311 12:54:56.067113 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0311 12:54:56.082314 1130717 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0311 12:54:56.082345 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0311 12:54:56.150001 1130717 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0311 12:54:56.150029 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0311 12:54:56.233184 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0311 12:54:56.233211 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0311 12:54:56.239632 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:54:56.281824 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:54:56.334573 1130717 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0311 12:54:56.334600 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0311 12:54:56.369806 1130717 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0311 12:54:56.369832 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0311 12:54:56.496197 1130717 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0311 12:54:56.496224 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0311 12:54:56.524119 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:54:56.623878 1130717 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0311 12:54:56.623906 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0311 12:54:56.645941 1130717 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0311 12:54:56.645973 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0311 12:54:56.679751 1130717 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0311 12:54:56.679776 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0311 12:54:56.724265 1130717 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-127043" context rescaled to 1 replicas
I0311 12:54:56.731305 1130717 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0311 12:54:56.731333 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0311 12:54:56.779891 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:54:57.172720 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:54:59.706395 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:54:59.830266 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.29466073s)
I0311 12:55:01.585438 1130717 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0311 12:55:01.585540 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:55:01.612903 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:55:01.758340 1130717 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0311 12:55:01.803232 1130717 addons.go:234] Setting addon gcp-auth=true in "addons-127043"
I0311 12:55:01.803286 1130717 host.go:66] Checking if "addons-127043" exists ...
I0311 12:55:01.803759 1130717 cli_runner.go:164] Run: docker container inspect addons-127043 --format={{.State.Status}}
I0311 12:55:01.838647 1130717 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0311 12:55:01.838704 1130717 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-127043
I0311 12:55:01.869397 1130717 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33932 SSHKeyPath:/home/jenkins/minikube-integration/18350-1124504/.minikube/machines/addons-127043/id_rsa Username:docker}
I0311 12:55:01.915690 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:01.944536 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.380887004s)
I0311 12:55:01.944574 1130717 addons.go:470] Verifying addon ingress=true in "addons-127043"
I0311 12:55:01.947221 1130717 out.go:177] * Verifying ingress addon...
I0311 12:55:01.944780 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.347594981s)
I0311 12:55:01.944936 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (6.316564163s)
I0311 12:55:01.944972 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (6.310816836s)
I0311 12:55:01.944992 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (6.254381972s)
I0311 12:55:01.945052 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.207913268s)
I0311 12:55:01.945078 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (6.107963875s)
I0311 12:55:01.945150 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (6.078252819s)
I0311 12:55:01.945255 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.705592757s)
I0311 12:55:01.945294 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.663440312s)
I0311 12:55:01.945435 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (5.4212868s)
I0311 12:55:01.949988 1130717 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0311 12:55:01.950245 1130717 addons.go:470] Verifying addon metrics-server=true in "addons-127043"
I0311 12:55:01.950312 1130717 addons.go:470] Verifying addon registry=true in "addons-127043"
I0311 12:55:01.952221 1130717 out.go:177] * Verifying registry addon...
W0311 12:55:01.950493 1130717 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:55:01.955847 1130717 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-127043 service yakd-dashboard -n yakd-dashboard
I0311 12:55:01.954106 1130717 retry.go:31] will retry after 366.123773ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:55:01.955051 1130717 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0311 12:55:01.970706 1130717 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0311 12:55:01.970738 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:01.971255 1130717 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0311 12:55:01.971277 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0311 12:55:01.984669 1130717 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]
I0311 12:55:02.242354 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.462415003s)
I0311 12:55:02.242401 1130717 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-127043"
I0311 12:55:02.244366 1130717 out.go:177] * Verifying csi-hostpath-driver addon...
I0311 12:55:02.246165 1130717 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0311 12:55:02.246960 1130717 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0311 12:55:02.248191 1130717 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.1
I0311 12:55:02.250187 1130717 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0311 12:55:02.250224 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0311 12:55:02.274133 1130717 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0311 12:55:02.274166 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0311 12:55:02.283483 1130717 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0311 12:55:02.283509 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:02.298160 1130717 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0311 12:55:02.298184 1130717 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0311 12:55:02.319137 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:55:02.324838 1130717 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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
I0311 12:55:02.489840 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:02.492967 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:02.753033 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:03.090770 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:03.092321 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:03.269262 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:03.469927 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:03.473966 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:03.752535 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:03.954530 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:03.964157 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:04.271141 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:04.386708 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:04.491249 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:04.575975 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:04.797736 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/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: (2.478559856s)
I0311 12:55:04.798044 1130717 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.47312402s)
I0311 12:55:04.799499 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:04.801987 1130717 addons.go:470] Verifying addon gcp-auth=true in "addons-127043"
I0311 12:55:04.804270 1130717 out.go:177] * Verifying gcp-auth addon...
I0311 12:55:04.807197 1130717 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0311 12:55:04.831906 1130717 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0311 12:55:04.831979 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:04.954313 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:04.962163 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:05.252794 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:05.310957 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:05.455717 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:05.463307 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:05.753324 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:05.811773 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:05.955539 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:05.963927 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:06.252620 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:06.311422 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:06.454178 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:06.462209 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:06.753127 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:06.814403 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:06.878938 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:06.954750 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:06.965135 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:07.254575 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:07.311648 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:07.455137 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:07.463964 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:07.754479 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:07.812091 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:07.954726 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:07.963069 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:08.252966 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:08.311755 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:08.454952 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:08.462306 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:08.752842 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:08.811354 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:08.955161 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:08.962817 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:09.253071 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:09.311693 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:09.378731 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:09.455815 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:09.468251 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:09.753916 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:09.811629 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:09.954446 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:09.962359 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:10.252528 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:10.311518 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:10.454297 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:10.463524 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:10.752594 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:10.811086 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:10.954853 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:10.962889 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:11.253051 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:11.311847 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:11.455071 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:11.462216 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:11.752967 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:11.811444 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:11.878957 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:11.954766 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:11.962951 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:12.252613 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:12.311675 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:12.454084 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:12.462495 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:12.752637 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:12.811192 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:12.954392 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:12.962362 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:13.252526 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:13.311498 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:13.459867 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:13.462655 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:13.753217 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:13.811086 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:13.955132 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:13.962792 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:14.253269 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:14.311499 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:14.378881 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:14.454978 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:14.462209 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:14.753220 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:14.812306 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:14.955156 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:14.962349 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:15.253244 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:15.311517 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:15.454459 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:15.462564 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:15.752809 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:15.811880 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:15.954261 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:15.962642 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:16.252960 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:16.311023 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:16.379066 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:16.454780 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:16.463142 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:16.753561 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:16.811638 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:16.954682 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:16.962915 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:17.253539 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:17.311018 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:17.454785 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:17.462933 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:17.753358 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:17.810967 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:17.954040 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:17.962007 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:18.253389 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:18.311344 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:18.455125 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:18.462266 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:18.754518 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:18.810954 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:18.879091 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:18.955391 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:18.962755 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:19.252868 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:19.311322 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:19.454254 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:19.462470 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:19.752791 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:19.810804 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:19.954577 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:19.962872 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:20.253155 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:20.311265 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:20.455106 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:20.462311 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:20.752569 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:20.811614 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:20.954592 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:20.962749 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:21.253169 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:21.311624 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:21.378821 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:21.454375 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:21.462553 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:21.752742 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:21.811307 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:21.954967 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:21.962282 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:22.252453 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:22.311319 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:22.454720 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:22.462783 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:22.753021 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:22.811513 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:22.955223 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:22.962346 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:23.255056 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:23.311745 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:23.466941 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:23.469770 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:23.753044 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:23.811195 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:23.878458 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:23.954813 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:23.963396 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:24.252900 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:24.310767 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:24.454403 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:24.462853 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:24.753612 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:24.811312 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:24.954457 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:24.962286 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:25.253669 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:25.312826 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:25.454747 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:25.462128 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:25.753728 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:25.811270 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:25.879241 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:25.956153 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:25.966560 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:26.252443 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:26.311226 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:26.454986 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:26.461946 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:26.752573 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:26.811208 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:26.954497 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:26.962508 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:27.252490 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:27.311361 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:27.455387 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:27.463605 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:27.752971 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:27.811055 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:27.954377 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:27.962661 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:28.252889 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:28.311467 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:28.378957 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:28.455190 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:28.462473 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:28.752472 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:28.811150 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:28.954938 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:28.964784 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:29.253200 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:29.310907 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:29.454633 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:29.462822 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:29.753326 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:29.811408 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:29.974404 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:29.974654 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:30.253527 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:30.311781 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:30.454518 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:30.462649 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:30.752965 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:30.811845 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:30.878854 1130717 node_ready.go:53] node "addons-127043" has status "Ready":"False"
I0311 12:55:30.969407 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:30.992578 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:31.287714 1130717 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0311 12:55:31.287785 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:31.364054 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:31.392934 1130717 node_ready.go:49] node "addons-127043" has status "Ready":"True"
I0311 12:55:31.393005 1130717 node_ready.go:38] duration metric: took 36.518294467s for node "addons-127043" to be "Ready" ...
I0311 12:55:31.393031 1130717 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" ...
I0311 12:55:31.420943 1130717 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-db48g" in "kube-system" namespace to be "Ready" ...
I0311 12:55:31.464546 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:31.475377 1130717 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0311 12:55:31.475491 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:31.775519 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:31.815164 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:32.005751 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:32.039998 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:32.255595 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:32.311095 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:32.455152 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:32.464129 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:32.760951 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:32.819401 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:33.006360 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:33.006789 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:33.257576 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:33.311244 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:33.429264 1130717 pod_ready.go:92] pod "coredns-5dd5756b68-db48g" in "kube-system" namespace has status "Ready":"True"
I0311 12:55:33.429298 1130717 pod_ready.go:81] duration metric: took 2.008283839s for pod "coredns-5dd5756b68-db48g" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.429324 1130717 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.437434 1130717 pod_ready.go:92] pod "etcd-addons-127043" in "kube-system" namespace has status "Ready":"True"
I0311 12:55:33.437472 1130717 pod_ready.go:81] duration metric: took 8.140162ms for pod "etcd-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.437494 1130717 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.447803 1130717 pod_ready.go:92] pod "kube-apiserver-addons-127043" in "kube-system" namespace has status "Ready":"True"
I0311 12:55:33.447830 1130717 pod_ready.go:81] duration metric: took 10.327324ms for pod "kube-apiserver-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.447842 1130717 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.459507 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:33.466940 1130717 pod_ready.go:92] pod "kube-controller-manager-addons-127043" in "kube-system" namespace has status "Ready":"True"
I0311 12:55:33.466970 1130717 pod_ready.go:81] duration metric: took 19.120967ms for pod "kube-controller-manager-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.466988 1130717 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-gzphw" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.471591 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:33.491855 1130717 pod_ready.go:92] pod "kube-proxy-gzphw" in "kube-system" namespace has status "Ready":"True"
I0311 12:55:33.491901 1130717 pod_ready.go:81] duration metric: took 24.897135ms for pod "kube-proxy-gzphw" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.491913 1130717 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.754899 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:33.811455 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:33.825759 1130717 pod_ready.go:92] pod "kube-scheduler-addons-127043" in "kube-system" namespace has status "Ready":"True"
I0311 12:55:33.825785 1130717 pod_ready.go:81] duration metric: took 333.862919ms for pod "kube-scheduler-addons-127043" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.825797 1130717 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace to be "Ready" ...
I0311 12:55:33.954715 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:33.965913 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:34.254983 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:34.311415 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:34.453983 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:34.463017 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:34.755547 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:34.811331 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:34.955134 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:34.963211 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:35.255537 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:35.311472 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:35.455956 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:35.464112 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:35.754595 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:35.811658 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:35.834056 1130717 pod_ready.go:102] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:35.956400 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:35.968605 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:36.255408 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:36.315147 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:36.456099 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:36.465907 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:36.755762 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:36.812100 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:36.954884 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:36.963894 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:37.254239 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:37.312827 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:37.457272 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:37.463807 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:37.756504 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:37.811724 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:37.957424 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:37.964865 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:38.256198 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:38.312614 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:38.334741 1130717 pod_ready.go:102] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:38.459120 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:38.465910 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:38.755000 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:38.816113 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:38.955308 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:38.966348 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:39.258696 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:39.310816 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:39.454683 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:39.463302 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:39.753961 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:39.810972 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:39.954622 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:39.963166 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:40.254524 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:40.329021 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:40.359879 1130717 pod_ready.go:102] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:40.459782 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:40.470829 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:40.755793 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:40.811836 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:40.960714 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:40.974671 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:41.254549 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:41.311936 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:41.455439 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:41.464246 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:41.754953 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:41.811807 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:41.954626 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:41.969481 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:42.263231 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:42.318306 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:42.381507 1130717 pod_ready.go:102] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:42.455353 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:42.470327 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:42.755605 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:42.816404 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:42.997975 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:43.000326 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:43.258207 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:43.312369 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:43.469926 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:43.478635 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:43.764991 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:43.826102 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:43.956267 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:43.968533 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:44.257334 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:44.311757 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:44.456464 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:44.464682 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:44.755841 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:44.813915 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:44.841620 1130717 pod_ready.go:102] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:44.984399 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:44.986773 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:45.258521 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:45.312027 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:45.455475 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:45.464216 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:45.755604 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:45.811022 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:45.954369 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:45.963326 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:46.257114 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:46.311938 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:46.455375 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:46.463896 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:46.754849 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:46.811793 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:46.955090 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:46.968348 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:47.254352 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:47.311054 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:47.333626 1130717 pod_ready.go:102] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:47.454650 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:47.463439 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:47.754779 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:47.811785 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:47.958516 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:47.966650 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:48.261781 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:48.312153 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:48.455984 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:48.463716 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:48.754446 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:48.811289 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:48.954903 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:48.963579 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:49.255733 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:49.312476 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:49.454769 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:49.465145 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:49.754257 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:49.810949 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:49.832484 1130717 pod_ready.go:102] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:49.957395 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:49.964855 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:50.259893 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:50.312262 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:50.455720 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:50.465033 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:50.760370 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:50.818721 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:50.954837 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:50.967198 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:51.256830 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:51.342815 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:51.360930 1130717 pod_ready.go:92] pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace has status "Ready":"True"
I0311 12:55:51.360957 1130717 pod_ready.go:81] duration metric: took 17.535151353s for pod "metrics-server-69cf46c98-hlhsg" in "kube-system" namespace to be "Ready" ...
I0311 12:55:51.360970 1130717 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace to be "Ready" ...
I0311 12:55:51.460694 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:51.467584 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:51.754280 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:51.811175 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:51.955216 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:51.963660 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:52.280334 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:52.311568 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:52.455777 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:52.467989 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:52.756521 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:52.812279 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:52.956784 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:52.965741 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:53.256928 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:53.312463 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:53.369184 1130717 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:53.455556 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:53.463737 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:53.758251 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:53.810858 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:53.954538 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:53.963372 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:54.260704 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:54.311080 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:54.455380 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:54.466564 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:54.754774 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:54.812042 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:54.954372 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:54.962967 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:55.253566 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:55.311879 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:55.478280 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:55.482286 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:55.754399 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:55.811857 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:55.868290 1130717 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:55.955370 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:55.963348 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:56.255210 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:56.312179 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:56.457169 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:56.463434 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:56.754209 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:56.812166 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:56.959575 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:56.966396 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:57.254162 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:57.311890 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:57.459880 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:57.464044 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:57.753493 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:57.811067 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:57.955025 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:57.962639 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:58.253330 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:58.312593 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:58.367926 1130717 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace has status "Ready":"False"
I0311 12:55:58.454791 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:58.463539 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:58.753867 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:58.811569 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:58.954619 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:58.963174 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:59.255560 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:59.313524 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:59.457275 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:59.462968 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:55:59.754484 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:55:59.814900 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:55:59.956085 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:55:59.968635 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:00.355321 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:00.356352 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:00.434434 1130717 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace has status "Ready":"False"
I0311 12:56:00.456406 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:00.505956 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:00.754563 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:00.818726 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:00.955936 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:00.964348 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:01.258019 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:01.312928 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:01.455125 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:01.468208 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:01.760710 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:01.812130 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:01.956022 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:01.963278 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:02.256456 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:02.312238 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:02.454484 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:02.465522 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:02.771999 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:02.810987 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:02.867734 1130717 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace has status "Ready":"False"
I0311 12:56:02.955231 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:02.963728 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:03.257096 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:03.313079 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:03.454734 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:03.463535 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:03.753931 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:03.811392 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:03.867310 1130717 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace has status "Ready":"True"
I0311 12:56:03.867336 1130717 pod_ready.go:81] duration metric: took 12.506330188s for pod "nvidia-device-plugin-daemonset-kh579" in "kube-system" namespace to be "Ready" ...
I0311 12:56:03.867363 1130717 pod_ready.go:38] duration metric: took 32.474266003s 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" ...
I0311 12:56:03.867388 1130717 api_server.go:52] waiting for apiserver process to appear ...
I0311 12:56:03.867437 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0311 12:56:03.867506 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0311 12:56:03.917087 1130717 cri.go:89] found id: "ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683"
I0311 12:56:03.917109 1130717 cri.go:89] found id: ""
I0311 12:56:03.917117 1130717 logs.go:276] 1 containers: [ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683]
I0311 12:56:03.917172 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:03.921607 1130717 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0311 12:56:03.921706 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0311 12:56:03.957363 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:03.968074 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:03.980166 1130717 cri.go:89] found id: "e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd"
I0311 12:56:03.980229 1130717 cri.go:89] found id: ""
I0311 12:56:03.980254 1130717 logs.go:276] 1 containers: [e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd]
I0311 12:56:03.980342 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:03.984003 1130717 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0311 12:56:03.984127 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0311 12:56:04.038178 1130717 cri.go:89] found id: "cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959"
I0311 12:56:04.038202 1130717 cri.go:89] found id: ""
I0311 12:56:04.038211 1130717 logs.go:276] 1 containers: [cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959]
I0311 12:56:04.038269 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:04.041933 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0311 12:56:04.042014 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0311 12:56:04.083966 1130717 cri.go:89] found id: "7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77"
I0311 12:56:04.083990 1130717 cri.go:89] found id: ""
I0311 12:56:04.083998 1130717 logs.go:276] 1 containers: [7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77]
I0311 12:56:04.084060 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:04.087715 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0311 12:56:04.087840 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0311 12:56:04.128765 1130717 cri.go:89] found id: "5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c"
I0311 12:56:04.128795 1130717 cri.go:89] found id: ""
I0311 12:56:04.128803 1130717 logs.go:276] 1 containers: [5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c]
I0311 12:56:04.128860 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:04.133034 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0311 12:56:04.133107 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0311 12:56:04.172517 1130717 cri.go:89] found id: "ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387"
I0311 12:56:04.172540 1130717 cri.go:89] found id: ""
I0311 12:56:04.172550 1130717 logs.go:276] 1 containers: [ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387]
I0311 12:56:04.172608 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:04.176166 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0311 12:56:04.176239 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0311 12:56:04.219026 1130717 cri.go:89] found id: "1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310"
I0311 12:56:04.219058 1130717 cri.go:89] found id: ""
I0311 12:56:04.219066 1130717 logs.go:276] 1 containers: [1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310]
I0311 12:56:04.219144 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:04.222948 1130717 logs.go:123] Gathering logs for kindnet [1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310] ...
I0311 12:56:04.222975 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310"
I0311 12:56:04.254631 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:04.266556 1130717 logs.go:123] Gathering logs for CRI-O ...
I0311 12:56:04.266581 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0311 12:56:04.317874 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:04.354049 1130717 logs.go:123] Gathering logs for describe nodes ...
I0311 12:56:04.354085 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0311 12:56:04.457395 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:04.464059 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:04.534365 1130717 logs.go:123] Gathering logs for etcd [e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd] ...
I0311 12:56:04.534444 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd"
I0311 12:56:04.595053 1130717 logs.go:123] Gathering logs for kube-scheduler [7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77] ...
I0311 12:56:04.595095 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77"
I0311 12:56:04.658642 1130717 logs.go:123] Gathering logs for kube-proxy [5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c] ...
I0311 12:56:04.658678 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c"
I0311 12:56:04.752920 1130717 logs.go:123] Gathering logs for kube-controller-manager [ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387] ...
I0311 12:56:04.752992 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387"
I0311 12:56:04.755353 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:04.812998 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:04.866490 1130717 logs.go:123] Gathering logs for container status ...
I0311 12:56:04.866532 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0311 12:56:04.954833 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:04.963842 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:05.090309 1130717 logs.go:123] Gathering logs for kubelet ...
I0311 12:56:05.090341 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0311 12:56:05.177322 1130717 logs.go:138] Found kubelet problem: Mar 11 12:54:54 addons-127043 kubelet[1487]: W0311 12:54:54.202216 1487 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.177583 1130717 logs.go:138] Found kubelet problem: Mar 11 12:54:54 addons-127043 kubelet[1487]: E0311 12:54:54.202275 1487 reflector.go:147] object-"kube-system"/"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-127043" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.203156 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001266 1487 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.203356 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001301 1487 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.203544 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001319 1487 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.203747 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001333 1487 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.203933 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001861 1487 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.204140 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001899 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.204313 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001951 1487 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.204496 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001962 1487 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.204681 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.002237 1487 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.204885 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.002256 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.206344 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.012200 1487 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.206551 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.012237 1487 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
I0311 12:56:05.239906 1130717 logs.go:123] Gathering logs for dmesg ...
I0311 12:56:05.239949 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0311 12:56:05.255510 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:05.270908 1130717 logs.go:123] Gathering logs for kube-apiserver [ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683] ...
I0311 12:56:05.270936 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683"
I0311 12:56:05.311311 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:05.455219 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:05.466976 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:05.491851 1130717 logs.go:123] Gathering logs for coredns [cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959] ...
I0311 12:56:05.491891 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959"
I0311 12:56:05.619074 1130717 out.go:304] Setting ErrFile to fd 2...
I0311 12:56:05.619098 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0311 12:56:05.619144 1130717 out.go:239] X Problems detected in kubelet:
W0311 12:56:05.619154 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001962 1487 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.619161 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.002237 1487 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.619169 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.002256 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.619175 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.012200 1487 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
W0311 12:56:05.619180 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.012237 1487 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
I0311 12:56:05.619190 1130717 out.go:304] Setting ErrFile to fd 2...
I0311 12:56:05.619196 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0311 12:56:05.757136 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:05.813108 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:05.960633 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:05.964516 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:06.255499 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:06.311022 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:06.456333 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:06.474269 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:06.755162 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:06.811694 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:06.959105 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:06.964759 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:07.257523 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:07.311450 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:07.456203 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:07.464965 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:07.756484 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:07.813535 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:07.955935 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:07.969353 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:08.266901 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:08.311629 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:08.454768 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:08.463211 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0311 12:56:08.756004 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:08.812093 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:08.955493 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:08.962987 1130717 kapi.go:107] duration metric: took 1m7.007937849s to wait for kubernetes.io/minikube-addons=registry ...
I0311 12:56:09.254651 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:09.315113 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:09.461012 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:09.770797 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:09.811672 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:09.955561 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:10.256569 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:10.311725 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:10.455162 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:10.754799 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:10.811800 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:10.954914 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:11.254154 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:11.312339 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:11.454740 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:11.756674 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:11.811642 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:11.960571 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:12.257162 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:12.312642 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:12.456830 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:12.756584 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:12.811312 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:12.955770 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:13.255534 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:13.311144 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:13.458615 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:13.754475 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:13.833490 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:13.955019 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:14.255614 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:14.311583 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:14.455157 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:14.754223 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:14.827788 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:14.954499 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:15.255910 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:15.312187 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:15.455219 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:15.620539 1130717 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0311 12:56:15.642438 1130717 api_server.go:72] duration metric: took 1m21.187332987s to wait for apiserver process to appear ...
I0311 12:56:15.642466 1130717 api_server.go:88] waiting for apiserver healthz status ...
I0311 12:56:15.642510 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0311 12:56:15.642577 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0311 12:56:15.693359 1130717 cri.go:89] found id: "ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683"
I0311 12:56:15.693380 1130717 cri.go:89] found id: ""
I0311 12:56:15.693388 1130717 logs.go:276] 1 containers: [ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683]
I0311 12:56:15.693485 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:15.697987 1130717 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0311 12:56:15.698056 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0311 12:56:15.738070 1130717 cri.go:89] found id: "e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd"
I0311 12:56:15.738095 1130717 cri.go:89] found id: ""
I0311 12:56:15.738103 1130717 logs.go:276] 1 containers: [e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd]
I0311 12:56:15.738159 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:15.742040 1130717 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0311 12:56:15.742115 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0311 12:56:15.756405 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:15.811816 1130717 cri.go:89] found id: "cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959"
I0311 12:56:15.811839 1130717 cri.go:89] found id: ""
I0311 12:56:15.811847 1130717 logs.go:276] 1 containers: [cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959]
I0311 12:56:15.811913 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:15.821712 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:15.828298 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0311 12:56:15.828383 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0311 12:56:15.903717 1130717 cri.go:89] found id: "7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77"
I0311 12:56:15.903740 1130717 cri.go:89] found id: ""
I0311 12:56:15.903748 1130717 logs.go:276] 1 containers: [7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77]
I0311 12:56:15.903801 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:15.913168 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0311 12:56:15.913249 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0311 12:56:15.960302 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:15.978358 1130717 cri.go:89] found id: "5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c"
I0311 12:56:15.978427 1130717 cri.go:89] found id: ""
I0311 12:56:15.978450 1130717 logs.go:276] 1 containers: [5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c]
I0311 12:56:15.978537 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:15.993962 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0311 12:56:15.994100 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0311 12:56:16.051903 1130717 cri.go:89] found id: "ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387"
I0311 12:56:16.051975 1130717 cri.go:89] found id: ""
I0311 12:56:16.052010 1130717 logs.go:276] 1 containers: [ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387]
I0311 12:56:16.052107 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:16.058188 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0311 12:56:16.058320 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0311 12:56:16.109113 1130717 cri.go:89] found id: "1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310"
I0311 12:56:16.109137 1130717 cri.go:89] found id: ""
I0311 12:56:16.109145 1130717 logs.go:276] 1 containers: [1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310]
I0311 12:56:16.109218 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:16.112813 1130717 logs.go:123] Gathering logs for coredns [cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959] ...
I0311 12:56:16.112836 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959"
I0311 12:56:16.163736 1130717 logs.go:123] Gathering logs for kube-scheduler [7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77] ...
I0311 12:56:16.163766 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77"
I0311 12:56:16.212888 1130717 logs.go:123] Gathering logs for kube-proxy [5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c] ...
I0311 12:56:16.212921 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c"
I0311 12:56:16.257305 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:16.275185 1130717 logs.go:123] Gathering logs for kube-controller-manager [ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387] ...
I0311 12:56:16.275256 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387"
I0311 12:56:16.313472 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:16.359565 1130717 logs.go:123] Gathering logs for CRI-O ...
I0311 12:56:16.359638 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0311 12:56:16.449179 1130717 logs.go:123] Gathering logs for dmesg ...
I0311 12:56:16.449217 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0311 12:56:16.456913 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:16.476601 1130717 logs.go:123] Gathering logs for describe nodes ...
I0311 12:56:16.476633 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0311 12:56:16.665113 1130717 logs.go:123] Gathering logs for kube-apiserver [ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683] ...
I0311 12:56:16.665145 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683"
I0311 12:56:16.747897 1130717 logs.go:123] Gathering logs for container status ...
I0311 12:56:16.747937 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0311 12:56:16.755179 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:16.817959 1130717 logs.go:123] Gathering logs for kubelet ...
I0311 12:56:16.817989 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0311 12:56:16.851037 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
W0311 12:56:16.900112 1130717 logs.go:138] Found kubelet problem: Mar 11 12:54:54 addons-127043 kubelet[1487]: W0311 12:54:54.202216 1487 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.900336 1130717 logs.go:138] Found kubelet problem: Mar 11 12:54:54 addons-127043 kubelet[1487]: E0311 12:54:54.202275 1487 reflector.go:147] object-"kube-system"/"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-127043" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.931093 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001266 1487 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.931297 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001301 1487 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.931490 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001319 1487 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.931699 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001333 1487 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.931886 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001861 1487 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.932097 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001899 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.932262 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001951 1487 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.932447 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001962 1487 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.932636 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.002237 1487 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.932845 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.002256 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.934295 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.012200 1487 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
W0311 12:56:16.934505 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.012237 1487 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
I0311 12:56:16.958623 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:16.977907 1130717 logs.go:123] Gathering logs for etcd [e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd] ...
I0311 12:56:16.977944 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd"
I0311 12:56:17.041418 1130717 logs.go:123] Gathering logs for kindnet [1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310] ...
I0311 12:56:17.041451 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310"
I0311 12:56:17.085434 1130717 out.go:304] Setting ErrFile to fd 2...
I0311 12:56:17.085460 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0311 12:56:17.085528 1130717 out.go:239] X Problems detected in kubelet:
W0311 12:56:17.085538 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001962 1487 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:17.085674 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.002237 1487 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:17.085683 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.002256 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:17.085690 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.012200 1487 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
W0311 12:56:17.085697 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.012237 1487 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
I0311 12:56:17.085708 1130717 out.go:304] Setting ErrFile to fd 2...
I0311 12:56:17.085713 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0311 12:56:17.254252 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:17.311507 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:17.455832 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:17.754109 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:17.812361 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:17.984496 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:18.260518 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:18.311821 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:18.456253 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:18.754172 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:18.811651 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:18.956988 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:19.254206 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:19.312542 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:19.455102 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:19.754145 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:19.812184 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0311 12:56:19.962022 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:20.254643 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:20.311719 1130717 kapi.go:107] duration metric: took 1m15.504520439s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0311 12:56:20.314791 1130717 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-127043 cluster.
I0311 12:56:20.317467 1130717 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.
I0311 12:56:20.320678 1130717 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0311 12:56:20.456869 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:20.755676 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:20.956487 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:21.255115 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:21.455201 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:21.754066 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:21.957705 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:22.255544 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:22.456361 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:22.754067 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:22.954735 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:23.253643 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:23.455933 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:23.756933 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:23.955519 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:24.259757 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:24.457566 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:24.753748 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:24.955724 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:25.254023 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:25.455073 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:25.755030 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:25.956770 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:26.256615 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:26.454938 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:26.757515 1130717 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0311 12:56:26.955102 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:27.086355 1130717 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0311 12:56:27.104882 1130717 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0311 12:56:27.106509 1130717 api_server.go:141] control plane version: v1.28.4
I0311 12:56:27.106574 1130717 api_server.go:131] duration metric: took 11.464090447s to wait for apiserver health ...
I0311 12:56:27.106592 1130717 system_pods.go:43] waiting for kube-system pods to appear ...
I0311 12:56:27.106620 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0311 12:56:27.106702 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0311 12:56:27.172734 1130717 cri.go:89] found id: "ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683"
I0311 12:56:27.172758 1130717 cri.go:89] found id: ""
I0311 12:56:27.172767 1130717 logs.go:276] 1 containers: [ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683]
I0311 12:56:27.172824 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:27.176380 1130717 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0311 12:56:27.176498 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0311 12:56:27.225990 1130717 cri.go:89] found id: "e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd"
I0311 12:56:27.226025 1130717 cri.go:89] found id: ""
I0311 12:56:27.226034 1130717 logs.go:276] 1 containers: [e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd]
I0311 12:56:27.226110 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:27.229833 1130717 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0311 12:56:27.229905 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0311 12:56:27.256529 1130717 kapi.go:107] duration metric: took 1m25.009569333s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0311 12:56:27.285549 1130717 cri.go:89] found id: "cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959"
I0311 12:56:27.285612 1130717 cri.go:89] found id: ""
I0311 12:56:27.285632 1130717 logs.go:276] 1 containers: [cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959]
I0311 12:56:27.285734 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:27.289143 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0311 12:56:27.289267 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0311 12:56:27.332041 1130717 cri.go:89] found id: "7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77"
I0311 12:56:27.332112 1130717 cri.go:89] found id: ""
I0311 12:56:27.332134 1130717 logs.go:276] 1 containers: [7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77]
I0311 12:56:27.332222 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:27.335750 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0311 12:56:27.335818 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0311 12:56:27.376406 1130717 cri.go:89] found id: "5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c"
I0311 12:56:27.376470 1130717 cri.go:89] found id: ""
I0311 12:56:27.376491 1130717 logs.go:276] 1 containers: [5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c]
I0311 12:56:27.376596 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:27.380625 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0311 12:56:27.380724 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0311 12:56:27.431253 1130717 cri.go:89] found id: "ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387"
I0311 12:56:27.431277 1130717 cri.go:89] found id: ""
I0311 12:56:27.431286 1130717 logs.go:276] 1 containers: [ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387]
I0311 12:56:27.431339 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:27.435322 1130717 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0311 12:56:27.435402 1130717 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0311 12:56:27.455582 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:27.474743 1130717 cri.go:89] found id: "1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310"
I0311 12:56:27.474806 1130717 cri.go:89] found id: ""
I0311 12:56:27.474822 1130717 logs.go:276] 1 containers: [1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310]
I0311 12:56:27.474888 1130717 ssh_runner.go:195] Run: which crictl
I0311 12:56:27.478688 1130717 logs.go:123] Gathering logs for etcd [e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd] ...
I0311 12:56:27.478715 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd"
I0311 12:56:27.528556 1130717 logs.go:123] Gathering logs for kube-scheduler [7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77] ...
I0311 12:56:27.528597 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77"
I0311 12:56:27.574944 1130717 logs.go:123] Gathering logs for container status ...
I0311 12:56:27.574993 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0311 12:56:27.638934 1130717 logs.go:123] Gathering logs for kube-apiserver [ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683] ...
I0311 12:56:27.638968 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683"
I0311 12:56:27.704515 1130717 logs.go:123] Gathering logs for dmesg ...
I0311 12:56:27.704557 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0311 12:56:27.725664 1130717 logs.go:123] Gathering logs for describe nodes ...
I0311 12:56:27.725733 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0311 12:56:27.864641 1130717 logs.go:123] Gathering logs for coredns [cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959] ...
I0311 12:56:27.864673 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959"
I0311 12:56:27.917541 1130717 logs.go:123] Gathering logs for kube-proxy [5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c] ...
I0311 12:56:27.917572 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c"
I0311 12:56:27.955621 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:27.958128 1130717 logs.go:123] Gathering logs for kube-controller-manager [ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387] ...
I0311 12:56:27.958153 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387"
I0311 12:56:28.029844 1130717 logs.go:123] Gathering logs for kindnet [1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310] ...
I0311 12:56:28.029922 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310"
I0311 12:56:28.092227 1130717 logs.go:123] Gathering logs for CRI-O ...
I0311 12:56:28.092253 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0311 12:56:28.186322 1130717 logs.go:123] Gathering logs for kubelet ...
I0311 12:56:28.186358 1130717 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0311 12:56:28.224567 1130717 logs.go:138] Found kubelet problem: Mar 11 12:54:54 addons-127043 kubelet[1487]: W0311 12:54:54.202216 1487 reflector.go:535] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.224818 1130717 logs.go:138] Found kubelet problem: Mar 11 12:54:54 addons-127043 kubelet[1487]: E0311 12:54:54.202275 1487 reflector.go:147] object-"kube-system"/"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-127043" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.249394 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001266 1487 reflector.go:535] object-"kube-system"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.249586 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001301 1487 reflector.go:535] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.249774 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001319 1487 reflector.go:147] object-"kube-system"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "kube-system": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.249974 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001333 1487 reflector.go:147] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.250161 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001861 1487 reflector.go:535] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.250367 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001899 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.250535 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.001951 1487 reflector.go:535] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.250718 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001962 1487 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.250904 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.002237 1487 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.251109 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.002256 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.252481 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.012200 1487 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.252682 1130717 logs.go:138] Found kubelet problem: Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.012237 1487 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
I0311 12:56:28.291778 1130717 out.go:304] Setting ErrFile to fd 2...
I0311 12:56:28.291803 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0311 12:56:28.291866 1130717 out.go:239] X Problems detected in kubelet:
W0311 12:56:28.291880 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.001962 1487 reflector.go:147] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-127043" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.291889 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.002237 1487 reflector.go:535] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.291902 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.002256 1487 reflector.go:147] 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-127043" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.291909 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: W0311 12:55:31.012200 1487 reflector.go:535] object-"ingress-nginx"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
W0311 12:56:28.291916 1130717 out.go:239] Mar 11 12:55:31 addons-127043 kubelet[1487]: E0311 12:55:31.012237 1487 reflector.go:147] object-"ingress-nginx"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-127043" cannot list resource "configmaps" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-127043' and this object
I0311 12:56:28.291927 1130717 out.go:304] Setting ErrFile to fd 2...
I0311 12:56:28.291932 1130717 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0311 12:56:28.454808 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:28.954279 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:29.455323 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:29.955224 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:30.455287 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:30.954897 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:31.454921 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:31.954683 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:32.454996 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:32.954724 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:33.454496 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:33.954371 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:34.455447 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:34.954584 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:35.459764 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:35.954746 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:36.455809 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:36.954874 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:37.455145 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:37.955278 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:38.307037 1130717 system_pods.go:59] 18 kube-system pods found
I0311 12:56:38.307114 1130717 system_pods.go:61] "coredns-5dd5756b68-db48g" [dcf60810-a256-449d-bf0b-be44b352004e] Running
I0311 12:56:38.307134 1130717 system_pods.go:61] "csi-hostpath-attacher-0" [0c879c86-9a15-4c7b-b59d-5a2a1d26fc50] Running
I0311 12:56:38.307154 1130717 system_pods.go:61] "csi-hostpath-resizer-0" [ca878237-d62a-4f27-aee1-4992fe2a7c4b] Running
I0311 12:56:38.307190 1130717 system_pods.go:61] "csi-hostpathplugin-582mm" [f0ee4869-31e3-4cd4-802e-a506a0e22519] Running
I0311 12:56:38.307214 1130717 system_pods.go:61] "etcd-addons-127043" [965075f8-4ffa-4172-b42a-94451639ede5] Running
I0311 12:56:38.307236 1130717 system_pods.go:61] "kindnet-sdf6k" [9fbdc5dd-7b92-436a-bd2e-4fd0de544ff1] Running
I0311 12:56:38.307257 1130717 system_pods.go:61] "kube-apiserver-addons-127043" [45af7c7d-2e4f-492a-a992-78e47957658f] Running
I0311 12:56:38.307277 1130717 system_pods.go:61] "kube-controller-manager-addons-127043" [482d2d4b-8187-4ff3-8668-17f302e1ddd7] Running
I0311 12:56:38.307316 1130717 system_pods.go:61] "kube-ingress-dns-minikube" [4c63510e-0809-4de4-aba1-ba6ebb45a134] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0311 12:56:38.307338 1130717 system_pods.go:61] "kube-proxy-gzphw" [3b321be6-7e45-4613-a5b4-b49ec6de36e8] Running
I0311 12:56:38.307361 1130717 system_pods.go:61] "kube-scheduler-addons-127043" [74832156-ace6-4324-97dd-14d2cd92d0a7] Running
I0311 12:56:38.307392 1130717 system_pods.go:61] "metrics-server-69cf46c98-hlhsg" [6f000c7f-3777-4a03-a0f6-5728160d4000] Running
I0311 12:56:38.307419 1130717 system_pods.go:61] "nvidia-device-plugin-daemonset-kh579" [946f3486-8140-43ba-8eb4-b1e76771c071] Running
I0311 12:56:38.307441 1130717 system_pods.go:61] "registry-7wnxf" [08602d05-9b4b-4fab-ae06-5d18c7d6971b] Running
I0311 12:56:38.307460 1130717 system_pods.go:61] "registry-proxy-ckqms" [fbeb4621-6db7-4a4a-b294-12b96612b41d] Running
I0311 12:56:38.307480 1130717 system_pods.go:61] "snapshot-controller-58dbcc7b99-rmhv9" [227c655c-e169-4873-91e1-46bd44055ddf] Running
I0311 12:56:38.307513 1130717 system_pods.go:61] "snapshot-controller-58dbcc7b99-xwz9j" [e7d97919-f278-4455-baa1-c7e5a1d85fad] Running
I0311 12:56:38.307532 1130717 system_pods.go:61] "storage-provisioner" [4eab3d28-5333-4e60-b67e-f8644afd7acf] Running
I0311 12:56:38.307551 1130717 system_pods.go:74] duration metric: took 11.200952329s to wait for pod list to return data ...
I0311 12:56:38.307574 1130717 default_sa.go:34] waiting for default service account to be created ...
I0311 12:56:38.313118 1130717 default_sa.go:45] found service account: "default"
I0311 12:56:38.313140 1130717 default_sa.go:55] duration metric: took 5.533908ms for default service account to be created ...
I0311 12:56:38.313151 1130717 system_pods.go:116] waiting for k8s-apps to be running ...
I0311 12:56:38.331816 1130717 system_pods.go:86] 18 kube-system pods found
I0311 12:56:38.331909 1130717 system_pods.go:89] "coredns-5dd5756b68-db48g" [dcf60810-a256-449d-bf0b-be44b352004e] Running
I0311 12:56:38.331931 1130717 system_pods.go:89] "csi-hostpath-attacher-0" [0c879c86-9a15-4c7b-b59d-5a2a1d26fc50] Running
I0311 12:56:38.331951 1130717 system_pods.go:89] "csi-hostpath-resizer-0" [ca878237-d62a-4f27-aee1-4992fe2a7c4b] Running
I0311 12:56:38.331982 1130717 system_pods.go:89] "csi-hostpathplugin-582mm" [f0ee4869-31e3-4cd4-802e-a506a0e22519] Running
I0311 12:56:38.332008 1130717 system_pods.go:89] "etcd-addons-127043" [965075f8-4ffa-4172-b42a-94451639ede5] Running
I0311 12:56:38.332028 1130717 system_pods.go:89] "kindnet-sdf6k" [9fbdc5dd-7b92-436a-bd2e-4fd0de544ff1] Running
I0311 12:56:38.332063 1130717 system_pods.go:89] "kube-apiserver-addons-127043" [45af7c7d-2e4f-492a-a992-78e47957658f] Running
I0311 12:56:38.332089 1130717 system_pods.go:89] "kube-controller-manager-addons-127043" [482d2d4b-8187-4ff3-8668-17f302e1ddd7] Running
I0311 12:56:38.332116 1130717 system_pods.go:89] "kube-ingress-dns-minikube" [4c63510e-0809-4de4-aba1-ba6ebb45a134] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0311 12:56:38.332149 1130717 system_pods.go:89] "kube-proxy-gzphw" [3b321be6-7e45-4613-a5b4-b49ec6de36e8] Running
I0311 12:56:38.332174 1130717 system_pods.go:89] "kube-scheduler-addons-127043" [74832156-ace6-4324-97dd-14d2cd92d0a7] Running
I0311 12:56:38.332194 1130717 system_pods.go:89] "metrics-server-69cf46c98-hlhsg" [6f000c7f-3777-4a03-a0f6-5728160d4000] Running
I0311 12:56:38.332229 1130717 system_pods.go:89] "nvidia-device-plugin-daemonset-kh579" [946f3486-8140-43ba-8eb4-b1e76771c071] Running
I0311 12:56:38.332252 1130717 system_pods.go:89] "registry-7wnxf" [08602d05-9b4b-4fab-ae06-5d18c7d6971b] Running
I0311 12:56:38.332273 1130717 system_pods.go:89] "registry-proxy-ckqms" [fbeb4621-6db7-4a4a-b294-12b96612b41d] Running
I0311 12:56:38.332307 1130717 system_pods.go:89] "snapshot-controller-58dbcc7b99-rmhv9" [227c655c-e169-4873-91e1-46bd44055ddf] Running
I0311 12:56:38.332330 1130717 system_pods.go:89] "snapshot-controller-58dbcc7b99-xwz9j" [e7d97919-f278-4455-baa1-c7e5a1d85fad] Running
I0311 12:56:38.332349 1130717 system_pods.go:89] "storage-provisioner" [4eab3d28-5333-4e60-b67e-f8644afd7acf] Running
I0311 12:56:38.332386 1130717 system_pods.go:126] duration metric: took 19.228366ms to wait for k8s-apps to be running ...
I0311 12:56:38.332411 1130717 system_svc.go:44] waiting for kubelet service to be running ....
I0311 12:56:38.332503 1130717 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0311 12:56:38.353894 1130717 system_svc.go:56] duration metric: took 21.474422ms WaitForService to wait for kubelet
I0311 12:56:38.353972 1130717 kubeadm.go:576] duration metric: took 1m43.898871054s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0311 12:56:38.354008 1130717 node_conditions.go:102] verifying NodePressure condition ...
I0311 12:56:38.357250 1130717 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0311 12:56:38.357333 1130717 node_conditions.go:123] node cpu capacity is 2
I0311 12:56:38.357418 1130717 node_conditions.go:105] duration metric: took 3.390561ms to run NodePressure ...
I0311 12:56:38.357451 1130717 start.go:240] waiting for startup goroutines ...
I0311 12:56:38.455348 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:38.955583 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:39.454479 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:39.954375 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:40.454796 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:40.955262 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:41.456618 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:41.956392 1130717 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0311 12:56:42.455368 1130717 kapi.go:107] duration metric: took 1m40.505379293s to wait for app.kubernetes.io/name=ingress-nginx ...
I0311 12:56:42.458247 1130717 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, storage-provisioner, ingress-dns, metrics-server, inspektor-gadget, yakd, storage-provisioner-rancher, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I0311 12:56:42.460419 1130717 addons.go:505] duration metric: took 1m48.005032966s for enable addons: enabled=[cloud-spanner nvidia-device-plugin storage-provisioner ingress-dns metrics-server inspektor-gadget yakd storage-provisioner-rancher volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I0311 12:56:42.460471 1130717 start.go:245] waiting for cluster config update ...
I0311 12:56:42.460492 1130717 start.go:254] writing updated cluster config ...
I0311 12:56:42.460802 1130717 ssh_runner.go:195] Run: rm -f paused
I0311 12:56:42.967805 1130717 start.go:600] kubectl: 1.29.2, cluster: 1.28.4 (minor skew: 1)
I0311 12:56:42.980705 1130717 out.go:177] * Done! kubectl is now configured to use "addons-127043" cluster and "default" namespace by default
==> CRI-O <==
Mar 11 13:00:51 addons-127043 crio[912]: time="2024-03-11 13:00:51.736911021Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=c1b87b3a-2a1d-446d-974b-283cd57fd044 name=/runtime.v1.ImageService/ImageStatus
Mar 11 13:00:51 addons-127043 crio[912]: time="2024-03-11 13:00:51.737099201Z" 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=c1b87b3a-2a1d-446d-974b-283cd57fd044 name=/runtime.v1.ImageService/ImageStatus
Mar 11 13:00:51 addons-127043 crio[912]: time="2024-03-11 13:00:51.738135982Z" level=info msg="Creating container: default/hello-world-app-5d77478584-6cj8v/hello-world-app" id=3cf84867-a84e-4b79-99f5-f2d809ac6744 name=/runtime.v1.RuntimeService/CreateContainer
Mar 11 13:00:51 addons-127043 crio[912]: time="2024-03-11 13:00:51.738223447Z" level=warning msg="Allowed annotations are specified for workload []"
Mar 11 13:00:51 addons-127043 crio[912]: time="2024-03-11 13:00:51.838977832Z" level=info msg="Created container 66db594ad5f1f2130a1c50eb31fedcf9d83ea244286c14c9c5f7217fb20af55a: default/hello-world-app-5d77478584-6cj8v/hello-world-app" id=3cf84867-a84e-4b79-99f5-f2d809ac6744 name=/runtime.v1.RuntimeService/CreateContainer
Mar 11 13:00:51 addons-127043 crio[912]: time="2024-03-11 13:00:51.841038702Z" level=info msg="Starting container: 66db594ad5f1f2130a1c50eb31fedcf9d83ea244286c14c9c5f7217fb20af55a" id=2c7abdda-551e-4d8a-b176-33960fd59936 name=/runtime.v1.RuntimeService/StartContainer
Mar 11 13:00:51 addons-127043 crio[912]: time="2024-03-11 13:00:51.852470056Z" level=info msg="Started container" PID=8535 containerID=66db594ad5f1f2130a1c50eb31fedcf9d83ea244286c14c9c5f7217fb20af55a description=default/hello-world-app-5d77478584-6cj8v/hello-world-app id=2c7abdda-551e-4d8a-b176-33960fd59936 name=/runtime.v1.RuntimeService/StartContainer sandboxID=dc2889fa7c17233b8f907f96be9fda691418804172ca647be8efd7b605c111e0
Mar 11 13:00:51 addons-127043 conmon[8513]: conmon 66db594ad5f1f2130a1c <ninfo>: container 8535 exited with status 1
Mar 11 13:00:52 addons-127043 crio[912]: time="2024-03-11 13:00:52.092026590Z" level=info msg="Removing container: 36a471bca4c153cf2386a2cb6736f1b9a224eace96c49bebde1f3224d437ffbd" id=5b9222a7-839c-4e11-9fe8-5fba3607cf06 name=/runtime.v1.RuntimeService/RemoveContainer
Mar 11 13:00:52 addons-127043 crio[912]: time="2024-03-11 13:00:52.117640400Z" level=info msg="Removed container 36a471bca4c153cf2386a2cb6736f1b9a224eace96c49bebde1f3224d437ffbd: default/hello-world-app-5d77478584-6cj8v/hello-world-app" id=5b9222a7-839c-4e11-9fe8-5fba3607cf06 name=/runtime.v1.RuntimeService/RemoveContainer
Mar 11 13:00:52 addons-127043 crio[912]: time="2024-03-11 13:00:52.773257657Z" level=info msg="Stopping container: 3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496 (timeout: 2s)" id=afffdfa8-166a-4c74-8a64-568a1e94edf4 name=/runtime.v1.RuntimeService/StopContainer
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.779471389Z" level=warning msg="Stopping container 3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=afffdfa8-166a-4c74-8a64-568a1e94edf4 name=/runtime.v1.RuntimeService/StopContainer
Mar 11 13:00:54 addons-127043 conmon[5718]: conmon 3e91569b1aab393a39b7 <ninfo>: container 5729 exited with status 137
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.914562494Z" level=info msg="Stopped container 3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496: ingress-nginx/ingress-nginx-controller-76dc478dd8-qdd22/controller" id=afffdfa8-166a-4c74-8a64-568a1e94edf4 name=/runtime.v1.RuntimeService/StopContainer
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.915057152Z" level=info msg="Stopping pod sandbox: da46b7834bcb6c2e9f941efba8d6208af846a9e498319ee114205861c596a335" id=a647fe4e-81b3-41ac-8f66-7e024bdcd1e0 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.918505302Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-TZAHAYGI2G4PM64O - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-INHXOM37XN5TWU5S - [0:0]\n-X KUBE-HP-INHXOM37XN5TWU5S\n-X KUBE-HP-TZAHAYGI2G4PM64O\nCOMMIT\n"
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.922138095Z" level=info msg="Closing host port tcp:80"
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.922191452Z" level=info msg="Closing host port tcp:443"
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.923544812Z" level=info msg="Host port tcp:80 does not have an open socket"
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.923589184Z" level=info msg="Host port tcp:443 does not have an open socket"
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.923785076Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-76dc478dd8-qdd22 Namespace:ingress-nginx ID:da46b7834bcb6c2e9f941efba8d6208af846a9e498319ee114205861c596a335 UID:5d3055dd-e93d-40a8-bee8-71c6e04b37f1 NetNS:/var/run/netns/6da758f0-42cf-430c-8e77-fdcc1595e979 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.923945811Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-76dc478dd8-qdd22 from CNI network \"kindnet\" (type=ptp)"
Mar 11 13:00:54 addons-127043 crio[912]: time="2024-03-11 13:00:54.951140807Z" level=info msg="Stopped pod sandbox: da46b7834bcb6c2e9f941efba8d6208af846a9e498319ee114205861c596a335" id=a647fe4e-81b3-41ac-8f66-7e024bdcd1e0 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 11 13:00:55 addons-127043 crio[912]: time="2024-03-11 13:00:55.102988824Z" level=info msg="Removing container: 3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496" id=566d3d68-59b7-463e-8d83-ddee0ef36011 name=/runtime.v1.RuntimeService/RemoveContainer
Mar 11 13:00:55 addons-127043 crio[912]: time="2024-03-11 13:00:55.120659149Z" level=info msg="Removed container 3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496: ingress-nginx/ingress-nginx-controller-76dc478dd8-qdd22/controller" id=566d3d68-59b7-463e-8d83-ddee0ef36011 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
66db594ad5f1f dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 8 seconds ago Exited hello-world-app 2 dc2889fa7c172 hello-world-app-5d77478584-6cj8v
bac7e6ec1b40f docker.io/library/nginx@sha256:34aa0a372d3220dc0448131f809c72d8085f79bdec8058ad6970fc034a395674 2 minutes ago Running nginx 0 e63fea354cedd nginx
5553361f2e3d2 ghcr.io/headlamp-k8s/headlamp@sha256:4768f9247f9e418fc4aa4e617fa993ada21a9d5ca013aeb62a6b5f70d684a107 2 minutes ago Running headlamp 0 a562cf55adaef headlamp-5485c556b-hwkqk
8b821aa40ea5b gcr.io/k8s-minikube/gcp-auth-webhook@sha256:01b0de782aa30e7fc91ac5a91b5cc35e95e9679dee7ef07af06457b471f88f32 4 minutes ago Running gcp-auth 0 ac70e917db849 gcp-auth-5f6b4f85fd-9h7wv
3d089c9be6a8e 1a024e390dd050d584b5c93bb30810e8be713157ab713b0d77a7af14dfe88c1e 4 minutes ago Exited patch 1 1a22295239547 ingress-nginx-admission-patch-dxmjx
2ffd0becb14e7 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0b1098ef00acee905f9736f98dd151af0a38d0fef0ccf9fb5ad189b20933e5f8 4 minutes ago Exited create 0 2482cc2dfad1d ingress-nginx-admission-create-f7shn
d5a2aaf856fda docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 5 minutes ago Running yakd 0 0163edad4a0c7 yakd-dashboard-9947fc6bf-fcvqn
cddd22dfa41f6 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 5 minutes ago Running storage-provisioner 0 20d5f9995e860 storage-provisioner
cffd732056d93 97e04611ad43405a2e5863ae17c6f1bc9181bdefdaa78627c432ef754a4eb108 5 minutes ago Running coredns 0 15fc4999448db coredns-5dd5756b68-db48g
1dda8ce7ac24d docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988 5 minutes ago Running kindnet-cni 0 24fd64d4168d0 kindnet-sdf6k
5135080bbf38c 3ca3ca488cf13fde14cfc4b3ffde0c53a8c161b030f4a444a797fba6aef38c39 6 minutes ago Running kube-proxy 0 05462140297ec kube-proxy-gzphw
e01b8fd7f7b44 9cdd6470f48c8b127530b7ce6ea4b3524137984481e48bcde619735890840ace 6 minutes ago Running etcd 0 46e27eefd0976 etcd-addons-127043
ade1f425f1126 9961cbceaf234d59b7dcf8a197a024f3e3ce4b7fe2b67c2378efd3d209ca994b 6 minutes ago Running kube-controller-manager 0 cb55dbd4701c8 kube-controller-manager-addons-127043
ff3f137f54ffc 04b4c447bb9d4840af3bf7e836397379d65df87c86e55dcd27f31a8d11df2419 6 minutes ago Running kube-apiserver 0 5ea879a9ed02d kube-apiserver-addons-127043
7b43cf1b2e4e4 05c284c929889d88306fdb3dd14ee2d0132543740f9e247685243214fc3d2c54 6 minutes ago Running kube-scheduler 0 6a74108d46200 kube-scheduler-addons-127043
==> coredns [cffd732056d93edde7c9216cb58e49cd860621dbe808e50305aab14597394959] <==
[INFO] 10.244.0.20:55728 - 40226 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000095718s
[INFO] 10.244.0.20:50461 - 63197 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.003459908s
[INFO] 10.244.0.20:55728 - 46961 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002520592s
[INFO] 10.244.0.20:50461 - 43214 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002193027s
[INFO] 10.244.0.20:50461 - 57263 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000117831s
[INFO] 10.244.0.20:55728 - 21329 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.008473859s
[INFO] 10.244.0.20:55728 - 29946 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000065385s
[INFO] 10.244.0.20:34036 - 34979 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000101757s
[INFO] 10.244.0.20:48484 - 42512 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000131024s
[INFO] 10.244.0.20:48484 - 1815 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000120407s
[INFO] 10.244.0.20:34036 - 13070 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000052265s
[INFO] 10.244.0.20:48484 - 62984 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000065524s
[INFO] 10.244.0.20:34036 - 34382 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000037907s
[INFO] 10.244.0.20:48484 - 31145 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000057607s
[INFO] 10.244.0.20:34036 - 25931 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000038399s
[INFO] 10.244.0.20:48484 - 55099 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000057672s
[INFO] 10.244.0.20:34036 - 7977 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000038465s
[INFO] 10.244.0.20:34036 - 62848 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000096572s
[INFO] 10.244.0.20:48484 - 14607 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000110323s
[INFO] 10.244.0.20:34036 - 54896 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001725781s
[INFO] 10.244.0.20:48484 - 5243 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002251545s
[INFO] 10.244.0.20:34036 - 25592 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001750043s
[INFO] 10.244.0.20:48484 - 26679 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.000852704s
[INFO] 10.244.0.20:34036 - 51857 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000060996s
[INFO] 10.244.0.20:48484 - 5768 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000039376s
==> describe nodes <==
Name: addons-127043
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-127043
kubernetes.io/os=linux
minikube.k8s.io/commit=1f02234404c3608d31811fa9c1f2f7d976b3e563
minikube.k8s.io/name=addons-127043
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_11T12_54_41_0700
minikube.k8s.io/version=v1.32.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-127043
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 11 Mar 2024 12:54:37 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-127043
AcquireTime: <unset>
RenewTime: Mon, 11 Mar 2024 13:00:59 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 11 Mar 2024 13:00:49 +0000 Mon, 11 Mar 2024 12:54:34 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 11 Mar 2024 13:00:49 +0000 Mon, 11 Mar 2024 12:54:34 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 11 Mar 2024 13:00:49 +0000 Mon, 11 Mar 2024 12:54:34 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 11 Mar 2024 13:00:49 +0000 Mon, 11 Mar 2024 12:55:30 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-127043
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022504Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022504Ki
pods: 110
System Info:
Machine ID: 021bfeff0aa845b5ac0a82818ffe160e
System UUID: 9a8d79a8-247e-4166-a3f9-38a66accdf84
Boot ID: ac1cf86e-1c30-4f1a-912c-77e6f73db4d1
Kernel Version: 5.15.0-1055-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.28.4
Kube-Proxy Version: v1.28.4
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (13 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-6cj8v 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m48s
gcp-auth gcp-auth-5f6b4f85fd-9h7wv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m56s
headlamp headlamp-5485c556b-hwkqk 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m2s
kube-system coredns-5dd5756b68-db48g 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m6s
kube-system etcd-addons-127043 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system kindnet-sdf6k 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m6s
kube-system kube-apiserver-addons-127043 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system kube-controller-manager-addons-127043 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system kube-proxy-gzphw 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m6s
kube-system kube-scheduler-addons-127043 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m19s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m59s
yakd-dashboard yakd-dashboard-9947fc6bf-fcvqn 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 5m59s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 348Mi (4%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 5m59s kube-proxy
Normal Starting 6m20s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m20s kubelet Node addons-127043 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m20s kubelet Node addons-127043 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m20s kubelet Node addons-127043 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m7s node-controller Node addons-127043 event: Registered Node addons-127043 in Controller
Normal NodeReady 5m30s kubelet Node addons-127043 status is now: NodeReady
==> dmesg <==
[ +0.001037] FS-Cache: O-key=[8] 'fc70ed0000000000'
[ +0.000693] FS-Cache: N-cookie c=00000030 [p=00000027 fl=2 nc=0 na=1]
[ +0.000977] FS-Cache: N-cookie d=00000000b3298906{9p.inode} n=000000004721427e
[ +0.001039] FS-Cache: N-key=[8] 'fc70ed0000000000'
[ +0.002418] FS-Cache: Duplicate cookie detected
[ +0.000675] FS-Cache: O-cookie c=0000002a [p=00000027 fl=226 nc=0 na=1]
[ +0.000948] FS-Cache: O-cookie d=00000000b3298906{9p.inode} n=00000000d2deb342
[ +0.001140] FS-Cache: O-key=[8] 'fc70ed0000000000'
[ +0.000699] FS-Cache: N-cookie c=00000031 [p=00000027 fl=2 nc=0 na=1]
[ +0.000994] FS-Cache: N-cookie d=00000000b3298906{9p.inode} n=00000000a873158c
[ +0.001048] FS-Cache: N-key=[8] 'fc70ed0000000000'
[ +2.435024] FS-Cache: Duplicate cookie detected
[ +0.000788] FS-Cache: O-cookie c=00000028 [p=00000027 fl=226 nc=0 na=1]
[ +0.000989] FS-Cache: O-cookie d=00000000b3298906{9p.inode} n=0000000019e50f85
[ +0.001062] FS-Cache: O-key=[8] 'fb70ed0000000000'
[ +0.000807] FS-Cache: N-cookie c=00000033 [p=00000027 fl=2 nc=0 na=1]
[ +0.000963] FS-Cache: N-cookie d=00000000b3298906{9p.inode} n=00000000848959be
[ +0.001117] FS-Cache: N-key=[8] 'fb70ed0000000000'
[Mar11 11:47] FS-Cache: Duplicate cookie detected
[ +0.000772] FS-Cache: O-cookie c=0000002d [p=00000027 fl=226 nc=0 na=1]
[ +0.001035] FS-Cache: O-cookie d=00000000b3298906{9p.inode} n=00000000b547a8fe
[ +0.001077] FS-Cache: O-key=[8] '0171ed0000000000'
[ +0.000756] FS-Cache: N-cookie c=00000034 [p=00000027 fl=2 nc=0 na=1]
[ +0.000979] FS-Cache: N-cookie d=00000000b3298906{9p.inode} n=000000004721427e
[ +0.001067] FS-Cache: N-key=[8] '0171ed0000000000'
==> etcd [e01b8fd7f7b44381d8be2524ecaf16bb6c0c7acbc042413dd2b6cf0bd5d605dd] <==
{"level":"info","ts":"2024-03-11T12:54:34.330592Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-11T12:54:34.330646Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-03-11T12:54:58.31859Z","caller":"traceutil/trace.go:171","msg":"trace[896118072] transaction","detail":"{read_only:false; response_revision:380; number_of_response:1; }","duration":"237.672916ms","start":"2024-03-11T12:54:58.00665Z","end":"2024-03-11T12:54:58.244323Z","steps":["trace[896118072] 'process raft request' (duration: 214.722447ms)","trace[896118072] 'compare' (duration: 22.433526ms)"],"step_count":2}
{"level":"info","ts":"2024-03-11T12:54:58.346235Z","caller":"traceutil/trace.go:171","msg":"trace[907507540] transaction","detail":"{read_only:false; response_revision:382; number_of_response:1; }","duration":"116.849583ms","start":"2024-03-11T12:54:58.221507Z","end":"2024-03-11T12:54:58.338357Z","steps":["trace[907507540] 'process raft request' (duration: 77.814049ms)","trace[907507540] 'attach lease to kv pair' {req_type:put; key:/registry/storageclasses/standard; req_size:974; } (duration: 35.27877ms)"],"step_count":2}
{"level":"warn","ts":"2024-03-11T12:54:58.335101Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"118.634901ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-03-11T12:54:58.354499Z","caller":"traceutil/trace.go:171","msg":"trace[1808965638] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:381; }","duration":"138.062413ms","start":"2024-03-11T12:54:58.216415Z","end":"2024-03-11T12:54:58.354478Z","steps":["trace[1808965638] 'agreement among raft nodes before linearized reading' (duration: 28.048804ms)","trace[1808965638] 'range keys from in-memory index tree' (duration: 90.573551ms)"],"step_count":2}
{"level":"warn","ts":"2024-03-11T12:54:58.3937Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-03-11T12:54:58.006622Z","time spent":"328.51298ms","remote":"127.0.0.1:42838","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":4396,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/pods/kube-system/kube-proxy-gzphw\" mod_revision:331 > success:<request_put:<key:\"/registry/pods/kube-system/kube-proxy-gzphw\" value_size:4345 >> failure:<request_range:<key:\"/registry/pods/kube-system/kube-proxy-gzphw\" > >"}
{"level":"warn","ts":"2024-03-11T12:54:58.441549Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"198.234292ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-127043\" ","response":"range_response_count:1 size:5743"}
{"level":"info","ts":"2024-03-11T12:54:58.44161Z","caller":"traceutil/trace.go:171","msg":"trace[1896476663] range","detail":"{range_begin:/registry/minions/addons-127043; range_end:; response_count:1; response_revision:382; }","duration":"198.306601ms","start":"2024-03-11T12:54:58.24329Z","end":"2024-03-11T12:54:58.441597Z","steps":["trace[1896476663] 'agreement among raft nodes before linearized reading' (duration: 112.665727ms)","trace[1896476663] 'range keys from in-memory index tree' (duration: 85.544556ms)"],"step_count":2}
{"level":"warn","ts":"2024-03-11T12:54:58.441785Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"197.823176ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-03-11T12:54:58.441813Z","caller":"traceutil/trace.go:171","msg":"trace[127892280] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:382; }","duration":"197.850785ms","start":"2024-03-11T12:54:58.243955Z","end":"2024-03-11T12:54:58.441806Z","steps":["trace[127892280] 'agreement among raft nodes before linearized reading' (duration: 111.972043ms)","trace[127892280] 'range keys from in-memory index tree' (duration: 85.82468ms)"],"step_count":2}
{"level":"warn","ts":"2024-03-11T12:54:58.442036Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"220.403956ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-03-11T12:54:58.442065Z","caller":"traceutil/trace.go:171","msg":"trace[1371347812] range","detail":"{range_begin:/registry/daemonsets/kube-system/nvidia-device-plugin-daemonset; range_end:; response_count:0; response_revision:382; }","duration":"220.431614ms","start":"2024-03-11T12:54:58.221625Z","end":"2024-03-11T12:54:58.442056Z","steps":["trace[1371347812] 'agreement among raft nodes before linearized reading' (duration: 134.338075ms)","trace[1371347812] 'range keys from in-memory index tree' (duration: 86.059694ms)"],"step_count":2}
{"level":"info","ts":"2024-03-11T12:54:58.480652Z","caller":"traceutil/trace.go:171","msg":"trace[573879124] transaction","detail":"{read_only:false; response_revision:384; number_of_response:1; }","duration":"142.32808ms","start":"2024-03-11T12:54:58.33831Z","end":"2024-03-11T12:54:58.480638Z","steps":["trace[573879124] 'process raft request' (duration: 142.266813ms)"],"step_count":1}
{"level":"info","ts":"2024-03-11T12:54:58.482626Z","caller":"traceutil/trace.go:171","msg":"trace[1663767092] transaction","detail":"{read_only:false; response_revision:383; number_of_response:1; }","duration":"148.237611ms","start":"2024-03-11T12:54:58.334365Z","end":"2024-03-11T12:54:58.482603Z","steps":["trace[1663767092] 'process raft request' (duration: 72.439479ms)","trace[1663767092] 'compare' (duration: 34.630712ms)","trace[1663767092] 'get key's previous created_revision and leaseID' {req_type:put; key:/registry/leases/kube-system/apiserver-bbe23idoaj34fjyvwzo4g3tpgm; req_size:675; } (duration: 39.017229ms)"],"step_count":3}
{"level":"info","ts":"2024-03-11T12:54:58.483465Z","caller":"traceutil/trace.go:171","msg":"trace[2091346481] linearizableReadLoop","detail":"{readStateIndex:394; appliedIndex:393; }","duration":"148.037689ms","start":"2024-03-11T12:54:58.335419Z","end":"2024-03-11T12:54:58.483457Z","steps":["trace[2091346481] 'read index received' (duration: 57.99471ms)","trace[2091346481] 'applied index is now lower than readState.Index' (duration: 90.042241ms)"],"step_count":2}
{"level":"warn","ts":"2024-03-11T12:54:58.524109Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"174.410933ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/\" range_end:\"/registry/apiextensions.k8s.io/customresourcedefinitions0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-03-11T12:54:58.527221Z","caller":"traceutil/trace.go:171","msg":"trace[1858977291] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions/; range_end:/registry/apiextensions.k8s.io/customresourcedefinitions0; response_count:0; response_revision:384; }","duration":"191.164428ms","start":"2024-03-11T12:54:58.334832Z","end":"2024-03-11T12:54:58.525997Z","steps":["trace[1858977291] 'agreement among raft nodes before linearized reading' (duration: 171.831608ms)"],"step_count":1}
{"level":"warn","ts":"2024-03-11T12:54:58.770328Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"168.655155ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-127043\" ","response":"range_response_count:1 size:5743"}
{"level":"info","ts":"2024-03-11T12:54:58.771691Z","caller":"traceutil/trace.go:171","msg":"trace[1419378082] range","detail":"{range_begin:/registry/minions/addons-127043; range_end:; response_count:1; response_revision:387; }","duration":"170.015925ms","start":"2024-03-11T12:54:58.601644Z","end":"2024-03-11T12:54:58.77166Z","steps":["trace[1419378082] 'agreement among raft nodes before linearized reading' (duration: 78.345933ms)","trace[1419378082] 'range keys from in-memory index tree' (duration: 90.277124ms)"],"step_count":2}
{"level":"info","ts":"2024-03-11T12:54:58.914196Z","caller":"traceutil/trace.go:171","msg":"trace[1239791023] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:390; }","duration":"105.680219ms","start":"2024-03-11T12:54:58.808493Z","end":"2024-03-11T12:54:58.914173Z","steps":["trace[1239791023] 'agreement among raft nodes before linearized reading' (duration: 98.640944ms)"],"step_count":1}
{"level":"warn","ts":"2024-03-11T12:54:58.919746Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"138.610912ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-03-11T12:54:58.96967Z","caller":"traceutil/trace.go:171","msg":"trace[1093784134] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:390; }","duration":"188.553646ms","start":"2024-03-11T12:54:58.781102Z","end":"2024-03-11T12:54:58.969655Z","steps":["trace[1093784134] 'agreement among raft nodes before linearized reading' (duration: 138.57038ms)"],"step_count":1}
{"level":"info","ts":"2024-03-11T12:54:59.053323Z","caller":"traceutil/trace.go:171","msg":"trace[645895928] transaction","detail":"{read_only:false; response_revision:391; number_of_response:1; }","duration":"103.112152ms","start":"2024-03-11T12:54:58.950193Z","end":"2024-03-11T12:54:59.053305Z","steps":["trace[645895928] 'process raft request' (duration: 67.908359ms)","trace[645895928] 'compare' (duration: 34.808553ms)"],"step_count":2}
{"level":"info","ts":"2024-03-11T12:54:59.056279Z","caller":"traceutil/trace.go:171","msg":"trace[1246630939] transaction","detail":"{read_only:false; response_revision:392; number_of_response:1; }","duration":"106.005076ms","start":"2024-03-11T12:54:58.950259Z","end":"2024-03-11T12:54:59.056264Z","steps":["trace[1246630939] 'process raft request' (duration: 102.936156ms)"],"step_count":1}
==> gcp-auth [8b821aa40ea5b4dff9168840a922412f5d0ba30687dc11925f290da181286361] <==
2024/03/11 12:56:19 GCP Auth Webhook started!
2024/03/11 12:56:54 Ready to marshal response ...
2024/03/11 12:56:54 Ready to write response ...
2024/03/11 12:57:03 Ready to marshal response ...
2024/03/11 12:57:03 Ready to write response ...
2024/03/11 12:57:12 Ready to marshal response ...
2024/03/11 12:57:12 Ready to write response ...
2024/03/11 12:57:12 Ready to marshal response ...
2024/03/11 12:57:12 Ready to write response ...
2024/03/11 12:57:21 Ready to marshal response ...
2024/03/11 12:57:21 Ready to write response ...
2024/03/11 12:57:34 Ready to marshal response ...
2024/03/11 12:57:34 Ready to write response ...
2024/03/11 12:57:58 Ready to marshal response ...
2024/03/11 12:57:58 Ready to write response ...
2024/03/11 12:57:58 Ready to marshal response ...
2024/03/11 12:57:58 Ready to write response ...
2024/03/11 12:57:58 Ready to marshal response ...
2024/03/11 12:57:58 Ready to write response ...
2024/03/11 12:58:12 Ready to marshal response ...
2024/03/11 12:58:12 Ready to write response ...
2024/03/11 13:00:34 Ready to marshal response ...
2024/03/11 13:00:34 Ready to write response ...
==> kernel <==
13:01:00 up 4:43, 0 users, load average: 1.08, 1.41, 2.45
Linux addons-127043 5.15.0-1055-aws #60~20.04.1-Ubuntu SMP Thu Feb 22 15:54:21 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
==> kindnet [1dda8ce7ac24dd29d25623e8e847e1f1c433ec95d8d2ce6a22b1e33456eed310] <==
I0311 12:58:50.994454 1 main.go:227] handling current node
I0311 12:59:01.002035 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:59:01.002072 1 main.go:227] handling current node
I0311 12:59:11.017004 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:59:11.017039 1 main.go:227] handling current node
I0311 12:59:21.124352 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:59:21.124396 1 main.go:227] handling current node
I0311 12:59:31.137209 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:59:31.137238 1 main.go:227] handling current node
I0311 12:59:41.142184 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:59:41.142212 1 main.go:227] handling current node
I0311 12:59:51.152503 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 12:59:51.152531 1 main.go:227] handling current node
I0311 13:00:01.192713 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 13:00:01.213532 1 main.go:227] handling current node
I0311 13:00:11.225719 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 13:00:11.225749 1 main.go:227] handling current node
I0311 13:00:21.231071 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 13:00:21.231095 1 main.go:227] handling current node
I0311 13:00:31.244304 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 13:00:31.244333 1 main.go:227] handling current node
I0311 13:00:41.258437 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 13:00:41.258468 1 main.go:227] handling current node
I0311 13:00:51.270455 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0311 13:00:51.270483 1 main.go:227] handling current node
==> kube-apiserver [ff3f137f54ffc94f3823341d3b6688b13fb5ce25b286c6e67d66368e37f89683] <==
I0311 12:57:50.270201 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0311 12:57:50.281424 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0311 12:57:50.281579 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0311 12:57:50.291992 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0311 12:57:50.292046 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0311 12:57:50.355117 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0311 12:57:50.355540 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0311 12:57:50.383834 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0311 12:57:50.383981 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0311 12:57:50.384047 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0311 12:57:50.410992 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0311 12:57:50.411047 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0311 12:57:50.423326 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0311 12:57:50.423367 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0311 12:57:51.384154 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0311 12:57:51.423405 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0311 12:57:51.441544 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0311 12:57:58.474558 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.208.164"}
I0311 12:58:12.444316 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0311 12:58:12.728273 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.102.128.122"}
I0311 12:58:15.219927 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
I0311 12:58:15.247857 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0311 12:58:16.278628 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0311 12:58:52.404020 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
I0311 13:00:34.502993 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.104.234.174"}
==> kube-controller-manager [ade1f425f1126c92469833140472a84a44830c44c241e54bb235e10ed027c387] <==
W0311 13:00:10.911840 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 13:00:10.911875 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0311 13:00:12.281552 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 13:00:12.281586 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0311 13:00:32.154144 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 13:00:32.154180 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0311 13:00:34.242340 1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
I0311 13:00:34.281644 1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-6cj8v"
I0311 13:00:34.296944 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="54.67486ms"
I0311 13:00:34.308322 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="11.256065ms"
I0311 13:00:34.308583 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.397µs"
I0311 13:00:34.314295 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="82.714µs"
I0311 13:00:39.078010 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="73.606µs"
W0311 13:00:39.952035 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 13:00:39.952068 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0311 13:00:40.074731 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="221.451µs"
I0311 13:00:41.070111 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="79.538µs"
I0311 13:00:51.725906 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0311 13:00:51.735841 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-76dc478dd8" duration="5.899µs"
I0311 13:00:51.751092 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0311 13:00:52.109691 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="55.063µs"
W0311 13:00:54.576801 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 13:00:54.576836 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0311 13:00:54.803160 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0311 13:00:54.803193 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [5135080bbf38c9801a52764e164d73158f65a9e454b529bd13d35fc51bf3156c] <==
I0311 12:55:00.832465 1 server_others.go:69] "Using iptables proxy"
I0311 12:55:01.070290 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0311 12:55:01.280843 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0311 12:55:01.293621 1 server_others.go:152] "Using iptables Proxier"
I0311 12:55:01.294124 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0311 12:55:01.294208 1 server_others.go:438] "Defaulting to no-op detect-local"
I0311 12:55:01.294284 1 proxier.go:251] "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"
I0311 12:55:01.294991 1 server.go:846] "Version info" version="v1.28.4"
I0311 12:55:01.295082 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0311 12:55:01.296265 1 config.go:188] "Starting service config controller"
I0311 12:55:01.296368 1 shared_informer.go:311] Waiting for caches to sync for service config
I0311 12:55:01.296415 1 config.go:97] "Starting endpoint slice config controller"
I0311 12:55:01.296460 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0311 12:55:01.297133 1 config.go:315] "Starting node config controller"
I0311 12:55:01.297650 1 shared_informer.go:311] Waiting for caches to sync for node config
I0311 12:55:01.401951 1 shared_informer.go:318] Caches are synced for service config
I0311 12:55:01.409494 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0311 12:55:01.409813 1 shared_informer.go:318] Caches are synced for node config
==> kube-scheduler [7b43cf1b2e4e4cd8f4ce8b703754b5049b7213d716489e32fc74f7290f8fcf77] <==
W0311 12:54:37.801382 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0311 12:54:37.801406 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:37.801464 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0311 12:54:37.801479 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:37.802624 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0311 12:54:37.802708 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:37.809502 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0311 12:54:37.809667 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:37.809621 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0311 12:54:37.809768 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:38.618365 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0311 12:54:38.618400 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0311 12:54:38.637134 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0311 12:54:38.637247 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:38.657635 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0311 12:54:38.657744 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W0311 12:54:38.688613 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0311 12:54:38.688746 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:38.840832 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E0311 12:54:38.840868 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:38.881197 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0311 12:54:38.881306 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W0311 12:54:38.961728 1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: 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"
E0311 12:54:38.961854 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: 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"
I0311 12:54:41.582900 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 11 13:00:41 addons-127043 kubelet[1487]: E0311 13:00:41.057399 1487 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-6cj8v_default(eb90e594-65fe-4385-a21e-ba46ce3adac0)\"" pod="default/hello-world-app-5d77478584-6cj8v" podUID="eb90e594-65fe-4385-a21e-ba46ce3adac0"
Mar 11 13:00:45 addons-127043 kubelet[1487]: I0311 13:00:45.734787 1487 scope.go:117] "RemoveContainer" containerID="bfc41f2c8f482ff5d6d95e9af4bcc9208d5f55da05c08e078956779bbd9ef7ae"
Mar 11 13:00:45 addons-127043 kubelet[1487]: E0311 13:00:45.735092 1487 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(4c63510e-0809-4de4-aba1-ba6ebb45a134)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="4c63510e-0809-4de4-aba1-ba6ebb45a134"
Mar 11 13:00:50 addons-127043 kubelet[1487]: I0311 13:00:50.425751 1487 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-kzvkg\" (UniqueName: \"kubernetes.io/projected/4c63510e-0809-4de4-aba1-ba6ebb45a134-kube-api-access-kzvkg\") pod \"4c63510e-0809-4de4-aba1-ba6ebb45a134\" (UID: \"4c63510e-0809-4de4-aba1-ba6ebb45a134\") "
Mar 11 13:00:50 addons-127043 kubelet[1487]: I0311 13:00:50.430228 1487 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/4c63510e-0809-4de4-aba1-ba6ebb45a134-kube-api-access-kzvkg" (OuterVolumeSpecName: "kube-api-access-kzvkg") pod "4c63510e-0809-4de4-aba1-ba6ebb45a134" (UID: "4c63510e-0809-4de4-aba1-ba6ebb45a134"). InnerVolumeSpecName "kube-api-access-kzvkg". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 11 13:00:50 addons-127043 kubelet[1487]: I0311 13:00:50.526962 1487 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-kzvkg\" (UniqueName: \"kubernetes.io/projected/4c63510e-0809-4de4-aba1-ba6ebb45a134-kube-api-access-kzvkg\") on node \"addons-127043\" DevicePath \"\""
Mar 11 13:00:51 addons-127043 kubelet[1487]: I0311 13:00:51.077071 1487 scope.go:117] "RemoveContainer" containerID="bfc41f2c8f482ff5d6d95e9af4bcc9208d5f55da05c08e078956779bbd9ef7ae"
Mar 11 13:00:51 addons-127043 kubelet[1487]: I0311 13:00:51.734746 1487 scope.go:117] "RemoveContainer" containerID="36a471bca4c153cf2386a2cb6736f1b9a224eace96c49bebde1f3224d437ffbd"
Mar 11 13:00:52 addons-127043 kubelet[1487]: I0311 13:00:52.090425 1487 scope.go:117] "RemoveContainer" containerID="36a471bca4c153cf2386a2cb6736f1b9a224eace96c49bebde1f3224d437ffbd"
Mar 11 13:00:52 addons-127043 kubelet[1487]: I0311 13:00:52.091224 1487 scope.go:117] "RemoveContainer" containerID="66db594ad5f1f2130a1c50eb31fedcf9d83ea244286c14c9c5f7217fb20af55a"
Mar 11 13:00:52 addons-127043 kubelet[1487]: E0311 13:00:52.093481 1487 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-6cj8v_default(eb90e594-65fe-4385-a21e-ba46ce3adac0)\"" pod="default/hello-world-app-5d77478584-6cj8v" podUID="eb90e594-65fe-4385-a21e-ba46ce3adac0"
Mar 11 13:00:52 addons-127043 kubelet[1487]: I0311 13:00:52.736116 1487 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="4c63510e-0809-4de4-aba1-ba6ebb45a134" path="/var/lib/kubelet/pods/4c63510e-0809-4de4-aba1-ba6ebb45a134/volumes"
Mar 11 13:00:52 addons-127043 kubelet[1487]: I0311 13:00:52.736617 1487 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="702d0fb1-e489-4a80-a573-150487925595" path="/var/lib/kubelet/pods/702d0fb1-e489-4a80-a573-150487925595/volumes"
Mar 11 13:00:52 addons-127043 kubelet[1487]: I0311 13:00:52.736994 1487 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="c974c659-e985-4826-9561-638c2c808158" path="/var/lib/kubelet/pods/c974c659-e985-4826-9561-638c2c808158/volumes"
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.065783 1487 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-lwzhk\" (UniqueName: \"kubernetes.io/projected/5d3055dd-e93d-40a8-bee8-71c6e04b37f1-kube-api-access-lwzhk\") pod \"5d3055dd-e93d-40a8-bee8-71c6e04b37f1\" (UID: \"5d3055dd-e93d-40a8-bee8-71c6e04b37f1\") "
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.065870 1487 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/5d3055dd-e93d-40a8-bee8-71c6e04b37f1-webhook-cert\") pod \"5d3055dd-e93d-40a8-bee8-71c6e04b37f1\" (UID: \"5d3055dd-e93d-40a8-bee8-71c6e04b37f1\") "
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.068535 1487 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/5d3055dd-e93d-40a8-bee8-71c6e04b37f1-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "5d3055dd-e93d-40a8-bee8-71c6e04b37f1" (UID: "5d3055dd-e93d-40a8-bee8-71c6e04b37f1"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.069562 1487 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/5d3055dd-e93d-40a8-bee8-71c6e04b37f1-kube-api-access-lwzhk" (OuterVolumeSpecName: "kube-api-access-lwzhk") pod "5d3055dd-e93d-40a8-bee8-71c6e04b37f1" (UID: "5d3055dd-e93d-40a8-bee8-71c6e04b37f1"). InnerVolumeSpecName "kube-api-access-lwzhk". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.100947 1487 scope.go:117] "RemoveContainer" containerID="3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496"
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.121035 1487 scope.go:117] "RemoveContainer" containerID="3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496"
Mar 11 13:00:55 addons-127043 kubelet[1487]: E0311 13:00:55.122417 1487 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496\": container with ID starting with 3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496 not found: ID does not exist" containerID="3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496"
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.122475 1487 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496"} err="failed to get container status \"3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496\": rpc error: code = NotFound desc = could not find container \"3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496\": container with ID starting with 3e91569b1aab393a39b72f7273fcbcf364bdc6cb4cdb987e346a5f7622a5d496 not found: ID does not exist"
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.166864 1487 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-lwzhk\" (UniqueName: \"kubernetes.io/projected/5d3055dd-e93d-40a8-bee8-71c6e04b37f1-kube-api-access-lwzhk\") on node \"addons-127043\" DevicePath \"\""
Mar 11 13:00:55 addons-127043 kubelet[1487]: I0311 13:00:55.166914 1487 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/5d3055dd-e93d-40a8-bee8-71c6e04b37f1-webhook-cert\") on node \"addons-127043\" DevicePath \"\""
Mar 11 13:00:56 addons-127043 kubelet[1487]: I0311 13:00:56.736063 1487 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="5d3055dd-e93d-40a8-bee8-71c6e04b37f1" path="/var/lib/kubelet/pods/5d3055dd-e93d-40a8-bee8-71c6e04b37f1/volumes"
==> storage-provisioner [cddd22dfa41f6b8e96d54e00d6b3202e4ba0749db7f1c52e637a95758b2f8ef4] <==
I0311 12:55:31.814831 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0311 12:55:31.852144 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0311 12:55:31.852288 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0311 12:55:31.887499 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0311 12:55:31.917642 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-127043_a65e1ffd-6f0e-421f-8314-941959c350d1!
I0311 12:55:31.917722 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"b07493f9-a74e-4d84-a8f6-6f660d3cabf8", APIVersion:"v1", ResourceVersion:"883", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-127043_a65e1ffd-6f0e-421f-8314-941959c350d1 became leader
I0311 12:55:32.074622 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-127043_a65e1ffd-6f0e-421f-8314-941959c350d1!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-127043 -n addons-127043
helpers_test.go:261: (dbg) Run: kubectl --context addons-127043 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 (169.67s)