=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run: kubectl --context addons-777641 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-777641 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run: kubectl --context addons-777641 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" [a2dddbe2-6267-4102-ac9c-232b15c7bc51] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [a2dddbe2-6267-4102-ac9c-232b15c7bc51] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.005195425s
addons_test.go:262: (dbg) Run: out/minikube-linux-arm64 -p addons-777641 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-777641 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.825807825s)
** 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-777641 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run: out/minikube-linux-arm64 -p addons-777641 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.077890757s)
-- 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-777641 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run: out/minikube-linux-arm64 -p addons-777641 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-arm64 -p addons-777641 addons disable ingress --alsologtostderr -v=1: (7.719430088s)
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-777641
helpers_test.go:235: (dbg) docker inspect addons-777641:
-- stdout --
[
{
"Id": "1aa64533bfb024dc4ba08fc41d180adf60a2fc5296fc31894a480452c1579a00",
"Created": "2024-03-25T10:23:27.256718181Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1601387,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-03-25T10:23:27.533801294Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:f9b5358e8c18dbe49e632154cad75e0968b2e103f621caff2c3ed996f4155861",
"ResolvConfPath": "/var/lib/docker/containers/1aa64533bfb024dc4ba08fc41d180adf60a2fc5296fc31894a480452c1579a00/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/1aa64533bfb024dc4ba08fc41d180adf60a2fc5296fc31894a480452c1579a00/hostname",
"HostsPath": "/var/lib/docker/containers/1aa64533bfb024dc4ba08fc41d180adf60a2fc5296fc31894a480452c1579a00/hosts",
"LogPath": "/var/lib/docker/containers/1aa64533bfb024dc4ba08fc41d180adf60a2fc5296fc31894a480452c1579a00/1aa64533bfb024dc4ba08fc41d180adf60a2fc5296fc31894a480452c1579a00-json.log",
"Name": "/addons-777641",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-777641:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-777641",
"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/7d7ff1d29fecc58deffae3432ec53c2a69e762ffe3474132b131ac90de376eaf-init/diff:/var/lib/docker/overlay2/8514c8c67f9fcf309fc63a7a5503f931962cb048d5699010606ab3c7e7773a4e/diff",
"MergedDir": "/var/lib/docker/overlay2/7d7ff1d29fecc58deffae3432ec53c2a69e762ffe3474132b131ac90de376eaf/merged",
"UpperDir": "/var/lib/docker/overlay2/7d7ff1d29fecc58deffae3432ec53c2a69e762ffe3474132b131ac90de376eaf/diff",
"WorkDir": "/var/lib/docker/overlay2/7d7ff1d29fecc58deffae3432ec53c2a69e762ffe3474132b131ac90de376eaf/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-777641",
"Source": "/var/lib/docker/volumes/addons-777641/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-777641",
"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:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8",
"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-777641",
"name.minikube.sigs.k8s.io": "addons-777641",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "eebda73ba089a349cceff3f27a5d9cfa4f63e23dde8caa36834c8b111293f9dc",
"SandboxKey": "/var/run/docker/netns/eebda73ba089",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "40834"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "40833"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "40830"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "40832"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "40831"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-777641": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"NetworkID": "5c9523d228d43350fedbed898e4ee5ec4735d59a4e3909da679e4129fcc9b7da",
"EndpointID": "6c369817d46b4537d7fb991cc3b2766c826fe3ba779743ca15d66aaeaeed850c",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DriverOpts": null,
"DNSNames": [
"addons-777641",
"1aa64533bfb0"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-777641 -n addons-777641
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-777641 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-777641 logs -n 25: (1.465930564s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | -p download-only-077479 | download-only-077479 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:23 UTC |
| delete | -p download-only-791217 | download-only-791217 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:23 UTC |
| delete | -p download-only-955304 | download-only-955304 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:23 UTC |
| start | --download-only -p | download-docker-095105 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | |
| | download-docker-095105 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-095105 | download-docker-095105 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:23 UTC |
| start | --download-only -p | binary-mirror-240626 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | |
| | binary-mirror-240626 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:44383 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-240626 | binary-mirror-240626 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:23 UTC |
| addons | enable dashboard -p | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | |
| | addons-777641 | | | | | |
| addons | disable dashboard -p | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | |
| | addons-777641 | | | | | |
| start | -p addons-777641 --wait=true | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:25 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| ip | addons-777641 ip | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
| addons | addons-777641 addons disable | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-777641 addons | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
| | addons-777641 | | | | | |
| ssh | addons-777641 ssh curl -s | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| addons | addons-777641 addons | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-777641 addons | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
| | -p addons-777641 | | | | | |
| ssh | addons-777641 ssh cat | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:27 UTC | 25 Mar 24 10:27 UTC |
| | /opt/local-path-provisioner/pvc-48fd8390-3548-4789-90d6-1c25585b7df1_default_test-pvc/file1 | | | | | |
| addons | addons-777641 addons disable | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:27 UTC | 25 Mar 24 10:27 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:27 UTC | 25 Mar 24 10:27 UTC |
| | addons-777641 | | | | | |
| addons | enable headlamp | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:27 UTC | 25 Mar 24 10:27 UTC |
| | -p addons-777641 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-777641 ip | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:28 UTC | 25 Mar 24 10:28 UTC |
| addons | addons-777641 addons disable | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:28 UTC | 25 Mar 24 10:28 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-777641 addons disable | addons-777641 | jenkins | v1.32.0 | 25 Mar 24 10:28 UTC | 25 Mar 24 10:29 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/03/25 10:23:03
Running on machine: ip-172-31-21-244
Binary: Built with gc go1.22.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0325 10:23:03.452034 1600942 out.go:291] Setting OutFile to fd 1 ...
I0325 10:23:03.452230 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:23:03.452258 1600942 out.go:304] Setting ErrFile to fd 2...
I0325 10:23:03.452276 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:23:03.452554 1600942 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-1594686/.minikube/bin
I0325 10:23:03.453060 1600942 out.go:298] Setting JSON to false
I0325 10:23:03.453968 1600942 start.go:129] hostinfo: {"hostname":"ip-172-31-21-244","uptime":151534,"bootTime":1711210650,"procs":157,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1056-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"da8ac1fd-6236-412a-a346-95873c98230d"}
I0325 10:23:03.454068 1600942 start.go:139] virtualization:
I0325 10:23:03.457920 1600942 out.go:177] * [addons-777641] minikube v1.32.0 on Ubuntu 20.04 (arm64)
I0325 10:23:03.460147 1600942 notify.go:220] Checking for updates...
I0325 10:23:03.462770 1600942 out.go:177] - MINIKUBE_LOCATION=18500
I0325 10:23:03.464754 1600942 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0325 10:23:03.466598 1600942 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/18500-1594686/kubeconfig
I0325 10:23:03.468562 1600942 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-1594686/.minikube
I0325 10:23:03.470788 1600942 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0325 10:23:03.473042 1600942 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0325 10:23:03.475145 1600942 driver.go:392] Setting default libvirt URI to qemu:///system
I0325 10:23:03.493105 1600942 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
I0325 10:23:03.493220 1600942 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0325 10:23:03.559250 1600942 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-03-25 10:23:03.549747949 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0]] Warnings:<nil>}}
I0325 10:23:03.559359 1600942 docker.go:295] overlay module found
I0325 10:23:03.561904 1600942 out.go:177] * Using the docker driver based on user configuration
I0325 10:23:03.563709 1600942 start.go:297] selected driver: docker
I0325 10:23:03.563728 1600942 start.go:901] validating driver "docker" against <nil>
I0325 10:23:03.563742 1600942 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0325 10:23:03.564367 1600942 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0325 10:23:03.616442 1600942 info.go:266] docker info: {ID:5FDH:SA5P:5GCT:NLAS:B73P:SGDQ:PBG5:UBVH:UZY3:RXGO:CI7S:WAIH Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:45 SystemTime:2024-03-25 10:23:03.60797713 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1056-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:8215101440 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-21-244 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0]] Warnings:<nil>}}
I0325 10:23:03.616760 1600942 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0325 10:23:03.617002 1600942 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]
I0325 10:23:03.619066 1600942 out.go:177] * Using Docker driver with root privileges
I0325 10:23:03.621202 1600942 cni.go:84] Creating CNI manager for ""
I0325 10:23:03.621229 1600942 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0325 10:23:03.621238 1600942 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0325 10:23:03.621332 1600942 start.go:340] cluster config:
{Name:addons-777641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-777641 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.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs:
AutoPauseInterval:1m0s}
I0325 10:23:03.625184 1600942 out.go:177] * Starting "addons-777641" primary control-plane node in "addons-777641" cluster
I0325 10:23:03.627326 1600942 cache.go:121] Beginning downloading kic base image for docker with crio
I0325 10:23:03.629474 1600942 out.go:177] * Pulling base image v0.0.43-beta.0 ...
I0325 10:23:03.631483 1600942 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
I0325 10:23:03.631541 1600942 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18500-1594686/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4
I0325 10:23:03.631560 1600942 cache.go:56] Caching tarball of preloaded images
I0325 10:23:03.631562 1600942 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
I0325 10:23:03.631656 1600942 preload.go:173] Found /home/jenkins/minikube-integration/18500-1594686/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0325 10:23:03.631671 1600942 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on crio
I0325 10:23:03.632024 1600942 profile.go:142] Saving config to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/config.json ...
I0325 10:23:03.632057 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/config.json: {Name:mkdc06095295c9361c764491def77f5134b65bce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:03.644117 1600942 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
I0325 10:23:03.644254 1600942 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
I0325 10:23:03.644273 1600942 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory, skipping pull
I0325 10:23:03.644278 1600942 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 exists in cache, skipping pull
I0325 10:23:03.644286 1600942 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
I0325 10:23:03.644291 1600942 cache.go:162] Loading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from local cache
I0325 10:23:19.813349 1600942 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from cached tarball
I0325 10:23:19.813386 1600942 cache.go:194] Successfully downloaded all kic artifacts
I0325 10:23:19.813417 1600942 start.go:360] acquireMachinesLock for addons-777641: {Name:mk523a2a2f9dfd948d59c20d452494036492007d Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0325 10:23:19.813528 1600942 start.go:364] duration metric: took 91.157µs to acquireMachinesLock for "addons-777641"
I0325 10:23:19.813562 1600942 start.go:93] Provisioning new machine with config: &{Name:addons-777641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-777641 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServer
Names:[] 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.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: S
ocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0325 10:23:19.813676 1600942 start.go:125] createHost starting for "" (driver="docker")
I0325 10:23:19.815749 1600942 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0325 10:23:19.815996 1600942 start.go:159] libmachine.API.Create for "addons-777641" (driver="docker")
I0325 10:23:19.816029 1600942 client.go:168] LocalClient.Create starting
I0325 10:23:19.816137 1600942 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca.pem
I0325 10:23:20.416929 1600942 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/cert.pem
I0325 10:23:20.859861 1600942 cli_runner.go:164] Run: docker network inspect addons-777641 --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}}]}"
W0325 10:23:20.873798 1600942 cli_runner.go:211] docker network inspect addons-777641 --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
I0325 10:23:20.873895 1600942 network_create.go:281] running [docker network inspect addons-777641] to gather additional debugging logs...
I0325 10:23:20.873916 1600942 cli_runner.go:164] Run: docker network inspect addons-777641
W0325 10:23:20.888245 1600942 cli_runner.go:211] docker network inspect addons-777641 returned with exit code 1
I0325 10:23:20.888292 1600942 network_create.go:284] error running [docker network inspect addons-777641]: docker network inspect addons-777641: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-777641 not found
I0325 10:23:20.888305 1600942 network_create.go:286] output of [docker network inspect addons-777641]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-777641 not found
** /stderr **
I0325 10:23:20.888412 1600942 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}}]}"
I0325 10:23:20.903101 1600942 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:0x4002b6c670}
I0325 10:23:20.903139 1600942 network_create.go:124] attempt to create docker network addons-777641 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0325 10:23:20.903204 1600942 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-777641 addons-777641
I0325 10:23:20.966211 1600942 network_create.go:108] docker network addons-777641 192.168.49.0/24 created
I0325 10:23:20.966248 1600942 kic.go:121] calculated static IP "192.168.49.2" for the "addons-777641" container
I0325 10:23:20.966335 1600942 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0325 10:23:20.983583 1600942 cli_runner.go:164] Run: docker volume create addons-777641 --label name.minikube.sigs.k8s.io=addons-777641 --label created_by.minikube.sigs.k8s.io=true
I0325 10:23:21.000820 1600942 oci.go:103] Successfully created a docker volume addons-777641
I0325 10:23:21.000954 1600942 cli_runner.go:164] Run: docker run --rm --name addons-777641-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-777641 --entrypoint /usr/bin/test -v addons-777641:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib
I0325 10:23:22.988165 1600942 cli_runner.go:217] Completed: docker run --rm --name addons-777641-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-777641 --entrypoint /usr/bin/test -v addons-777641:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib: (1.987166421s)
I0325 10:23:22.988196 1600942 oci.go:107] Successfully prepared a docker volume addons-777641
I0325 10:23:22.988224 1600942 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
I0325 10:23:22.988243 1600942 kic.go:194] Starting extracting preloaded images to volume ...
I0325 10:23:22.988324 1600942 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18500-1594686/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-777641:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir
I0325 10:23:27.176424 1600942 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18500-1594686/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-777641:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir: (4.188060377s)
I0325 10:23:27.176461 1600942 kic.go:203] duration metric: took 4.188214539s to extract preloaded images to volume ...
W0325 10:23:27.176637 1600942 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0325 10:23:27.176757 1600942 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0325 10:23:27.243953 1600942 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-777641 --name addons-777641 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-777641 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-777641 --network addons-777641 --ip 192.168.49.2 --volume addons-777641:/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:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8
I0325 10:23:27.541713 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Running}}
I0325 10:23:27.559666 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:23:27.583950 1600942 cli_runner.go:164] Run: docker exec addons-777641 stat /var/lib/dpkg/alternatives/iptables
I0325 10:23:27.651103 1600942 oci.go:144] the created container "addons-777641" has a running status.
I0325 10:23:27.651132 1600942 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa...
I0325 10:23:28.228045 1600942 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0325 10:23:28.254142 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:23:28.270879 1600942 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0325 10:23:28.270899 1600942 kic_runner.go:114] Args: [docker exec --privileged addons-777641 chown docker:docker /home/docker/.ssh/authorized_keys]
I0325 10:23:28.347922 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:23:28.374069 1600942 machine.go:94] provisionDockerMachine start ...
I0325 10:23:28.374200 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:28.395842 1600942 main.go:141] libmachine: Using SSH client type: native
I0325 10:23:28.396106 1600942 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 40834 <nil> <nil>}
I0325 10:23:28.396115 1600942 main.go:141] libmachine: About to run SSH command:
hostname
I0325 10:23:28.524112 1600942 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-777641
I0325 10:23:28.524178 1600942 ubuntu.go:169] provisioning hostname "addons-777641"
I0325 10:23:28.524275 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:28.547281 1600942 main.go:141] libmachine: Using SSH client type: native
I0325 10:23:28.547639 1600942 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 40834 <nil> <nil>}
I0325 10:23:28.547656 1600942 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-777641 && echo "addons-777641" | sudo tee /etc/hostname
I0325 10:23:28.689112 1600942 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-777641
I0325 10:23:28.689267 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:28.712282 1600942 main.go:141] libmachine: Using SSH client type: native
I0325 10:23:28.712527 1600942 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 40834 <nil> <nil>}
I0325 10:23:28.712549 1600942 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-777641' /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-777641/g' /etc/hosts;
else
echo '127.0.1.1 addons-777641' | sudo tee -a /etc/hosts;
fi
fi
I0325 10:23:28.832585 1600942 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0325 10:23:28.832632 1600942 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18500-1594686/.minikube CaCertPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18500-1594686/.minikube}
I0325 10:23:28.832660 1600942 ubuntu.go:177] setting up certificates
I0325 10:23:28.832671 1600942 provision.go:84] configureAuth start
I0325 10:23:28.832742 1600942 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-777641
I0325 10:23:28.847184 1600942 provision.go:143] copyHostCerts
I0325 10:23:28.847272 1600942 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.pem (1078 bytes)
I0325 10:23:28.847399 1600942 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18500-1594686/.minikube/cert.pem (1123 bytes)
I0325 10:23:28.847460 1600942 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18500-1594686/.minikube/key.pem (1675 bytes)
I0325 10:23:28.847513 1600942 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18500-1594686/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca-key.pem org=jenkins.addons-777641 san=[127.0.0.1 192.168.49.2 addons-777641 localhost minikube]
I0325 10:23:29.135654 1600942 provision.go:177] copyRemoteCerts
I0325 10:23:29.135721 1600942 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0325 10:23:29.135762 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:29.153061 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:23:29.245530 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0325 10:23:29.269520 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0325 10:23:29.292994 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0325 10:23:29.316205 1600942 provision.go:87] duration metric: took 483.518965ms to configureAuth
I0325 10:23:29.316242 1600942 ubuntu.go:193] setting minikube options for container-runtime
I0325 10:23:29.316444 1600942 config.go:182] Loaded profile config "addons-777641": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:23:29.316559 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:29.331647 1600942 main.go:141] libmachine: Using SSH client type: native
I0325 10:23:29.331904 1600942 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e1e00] 0x3e4660 <nil> [] 0s} 127.0.0.1 40834 <nil> <nil>}
I0325 10:23:29.331924 1600942 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
I0325 10:23:29.550233 1600942 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0325 10:23:29.550254 1600942 machine.go:97] duration metric: took 1.176159998s to provisionDockerMachine
I0325 10:23:29.550264 1600942 client.go:171] duration metric: took 9.734224657s to LocalClient.Create
I0325 10:23:29.550276 1600942 start.go:167] duration metric: took 9.734281288s to libmachine.API.Create "addons-777641"
I0325 10:23:29.550283 1600942 start.go:293] postStartSetup for "addons-777641" (driver="docker")
I0325 10:23:29.550293 1600942 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]
I0325 10:23:29.550366 1600942 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
I0325 10:23:29.550416 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:29.566475 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:23:29.657595 1600942 ssh_runner.go:195] Run: cat /etc/os-release
I0325 10:23:29.660714 1600942 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0325 10:23:29.660749 1600942 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0325 10:23:29.660760 1600942 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0325 10:23:29.660768 1600942 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0325 10:23:29.660779 1600942 filesync.go:126] Scanning /home/jenkins/minikube-integration/18500-1594686/.minikube/addons for local assets ...
I0325 10:23:29.660844 1600942 filesync.go:126] Scanning /home/jenkins/minikube-integration/18500-1594686/.minikube/files for local assets ...
I0325 10:23:29.660876 1600942 start.go:296] duration metric: took 110.586189ms for postStartSetup
I0325 10:23:29.661206 1600942 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-777641
I0325 10:23:29.675192 1600942 profile.go:142] Saving config to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/config.json ...
I0325 10:23:29.675489 1600942 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0325 10:23:29.675540 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:29.690592 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:23:29.777790 1600942 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0325 10:23:29.783041 1600942 start.go:128] duration metric: took 9.969349048s to createHost
I0325 10:23:29.783080 1600942 start.go:83] releasing machines lock for "addons-777641", held for 9.969522656s
I0325 10:23:29.783157 1600942 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-777641
I0325 10:23:29.799899 1600942 ssh_runner.go:195] Run: cat /version.json
I0325 10:23:29.799954 1600942 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0325 10:23:29.799967 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:29.800018 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:23:29.821666 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:23:29.829783 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
W0325 10:23:30.322575 1600942 out.go:239] ! Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.33.0-beta.0 -> Actual minikube version: v1.32.0
I0325 10:23:30.322673 1600942 ssh_runner.go:195] Run: systemctl --version
I0325 10:23:30.327136 1600942 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0325 10:23:30.465679 1600942 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0325 10:23:30.469989 1600942 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" ;
I0325 10:23:30.491881 1600942 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0325 10:23:30.491965 1600942 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" ;
I0325 10:23:30.527258 1600942 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0325 10:23:30.527282 1600942 start.go:494] detecting cgroup driver to use...
I0325 10:23:30.527351 1600942 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0325 10:23:30.527407 1600942 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0325 10:23:30.542882 1600942 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0325 10:23:30.553789 1600942 docker.go:217] disabling cri-docker service (if available) ...
I0325 10:23:30.553889 1600942 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0325 10:23:30.567368 1600942 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0325 10:23:30.581593 1600942 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0325 10:23:30.674173 1600942 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0325 10:23:30.775792 1600942 docker.go:233] disabling docker service ...
I0325 10:23:30.775858 1600942 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0325 10:23:30.795977 1600942 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0325 10:23:30.807506 1600942 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0325 10:23:30.906633 1600942 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0325 10:23:31.011707 1600942 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0325 10:23:31.023434 1600942 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"
I0325 10:23:31.039729 1600942 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0325 10:23:31.039798 1600942 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"
I0325 10:23:31.049706 1600942 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0325 10:23:31.049831 1600942 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0325 10:23:31.060129 1600942 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0325 10:23:31.070817 1600942 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0325 10:23:31.080720 1600942 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0325 10:23:31.090926 1600942 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0325 10:23:31.101277 1600942 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0325 10:23:31.118277 1600942 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0325 10:23:31.128522 1600942 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0325 10:23:31.137179 1600942 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0325 10:23:31.145643 1600942 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0325 10:23:31.233151 1600942 ssh_runner.go:195] Run: sudo systemctl restart crio
I0325 10:23:31.341496 1600942 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0325 10:23:31.341580 1600942 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0325 10:23:31.345168 1600942 start.go:562] Will wait 60s for crictl version
I0325 10:23:31.345234 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:23:31.348802 1600942 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0325 10:23:31.389337 1600942 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0325 10:23:31.389482 1600942 ssh_runner.go:195] Run: crio --version
I0325 10:23:31.426645 1600942 ssh_runner.go:195] Run: crio --version
I0325 10:23:31.467991 1600942 out.go:177] * Preparing Kubernetes v1.29.3 on CRI-O 1.24.6 ...
I0325 10:23:31.470153 1600942 cli_runner.go:164] Run: docker network inspect addons-777641 --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}}]}"
I0325 10:23:31.484988 1600942 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0325 10:23:31.488576 1600942 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""
I0325 10:23:31.499617 1600942 kubeadm.go:877] updating cluster {Name:addons-777641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-777641 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerI
Ps:[] 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.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0325 10:23:31.499734 1600942 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
I0325 10:23:31.499802 1600942 ssh_runner.go:195] Run: sudo crictl images --output json
I0325 10:23:31.570593 1600942 crio.go:514] all images are preloaded for cri-o runtime.
I0325 10:23:31.570617 1600942 crio.go:433] Images already preloaded, skipping extraction
I0325 10:23:31.570679 1600942 ssh_runner.go:195] Run: sudo crictl images --output json
I0325 10:23:31.611675 1600942 crio.go:514] all images are preloaded for cri-o runtime.
I0325 10:23:31.611707 1600942 cache_images.go:84] Images are preloaded, skipping loading
I0325 10:23:31.611715 1600942 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.29.3 crio true true} ...
I0325 10:23:31.611836 1600942 kubeadm.go:940] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.29.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-777641 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.29.3 ClusterName:addons-777641 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:}
I0325 10:23:31.611928 1600942 ssh_runner.go:195] Run: crio config
I0325 10:23:31.671534 1600942 cni.go:84] Creating CNI manager for ""
I0325 10:23:31.671565 1600942 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0325 10:23:31.671579 1600942 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0325 10:23:31.671611 1600942 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.29.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-777641 NodeName:addons-777641 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}
I0325 10:23:31.671756 1600942 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-777641"
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.29.3
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0325 10:23:31.671830 1600942 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
I0325 10:23:31.680558 1600942 binaries.go:44] Found k8s binaries, skipping transfer
I0325 10:23:31.680643 1600942 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0325 10:23:31.688744 1600942 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0325 10:23:31.706302 1600942 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0325 10:23:31.724429 1600942 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0325 10:23:31.742605 1600942 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0325 10:23:31.745829 1600942 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""
I0325 10:23:31.756293 1600942 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0325 10:23:31.843110 1600942 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0325 10:23:31.857293 1600942 certs.go:68] Setting up /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641 for IP: 192.168.49.2
I0325 10:23:31.857315 1600942 certs.go:194] generating shared ca certs ...
I0325 10:23:31.857332 1600942 certs.go:226] acquiring lock for ca certs: {Name:mk7161f5b69027280a21166e87c6db33a136afa1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:31.857843 1600942 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.key
I0325 10:23:32.280232 1600942 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.crt ...
I0325 10:23:32.280263 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.crt: {Name:mk1c0effd9de9c760c774155cd35bfe4584938b6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:32.280458 1600942 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.key ...
I0325 10:23:32.280472 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.key: {Name:mk46b4ba6a72e25ed7910b2ea8ceafda10ba57ec Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:32.280919 1600942 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18500-1594686/.minikube/proxy-client-ca.key
I0325 10:23:32.593384 1600942 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-1594686/.minikube/proxy-client-ca.crt ...
I0325 10:23:32.593417 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/proxy-client-ca.crt: {Name:mkd4bbf15f322b9cb9bca8523949cc60aaca2d8f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:32.593603 1600942 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-1594686/.minikube/proxy-client-ca.key ...
I0325 10:23:32.593616 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/proxy-client-ca.key: {Name:mk36956b5dbcecbf2677a69ec3e0a3273218e7fc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:32.593704 1600942 certs.go:256] generating profile certs ...
I0325 10:23:32.593768 1600942 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/client.key
I0325 10:23:32.593785 1600942 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/client.crt with IP's: []
I0325 10:23:33.459611 1600942 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/client.crt ...
I0325 10:23:33.459650 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/client.crt: {Name:mkf97f07d3b34dad8aa0f05c6a185316ed0316e8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:33.459855 1600942 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/client.key ...
I0325 10:23:33.459868 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/client.key: {Name:mk2c3d3d29bb9d011daa7bfa987fc61ec882168b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:33.460430 1600942 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.key.5fcc6c3a
I0325 10:23:33.460454 1600942 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.crt.5fcc6c3a with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0325 10:23:34.108719 1600942 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.crt.5fcc6c3a ...
I0325 10:23:34.108752 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.crt.5fcc6c3a: {Name:mkca0607048054440089b9e49f67401ddb3d32ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:34.108942 1600942 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.key.5fcc6c3a ...
I0325 10:23:34.108959 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.key.5fcc6c3a: {Name:mk92ca97fd566b9eab98a29f817e7183c3750816 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:34.109404 1600942 certs.go:381] copying /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.crt.5fcc6c3a -> /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.crt
I0325 10:23:34.109495 1600942 certs.go:385] copying /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.key.5fcc6c3a -> /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.key
I0325 10:23:34.109552 1600942 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.key
I0325 10:23:34.109573 1600942 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.crt with IP's: []
I0325 10:23:34.325826 1600942 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.crt ...
I0325 10:23:34.325858 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.crt: {Name:mk46803dd8fab45929d8469f603c05a6142522be Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:34.326098 1600942 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.key ...
I0325 10:23:34.326114 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.key: {Name:mk590cd2ee42f069c116c9b32a101e5852420ed3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:23:34.326923 1600942 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca-key.pem (1679 bytes)
I0325 10:23:34.326972 1600942 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/ca.pem (1078 bytes)
I0325 10:23:34.327003 1600942 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/cert.pem (1123 bytes)
I0325 10:23:34.327038 1600942 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-1594686/.minikube/certs/key.pem (1675 bytes)
I0325 10:23:34.327658 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0325 10:23:34.352327 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0325 10:23:34.376169 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0325 10:23:34.399388 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0325 10:23:34.422479 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0325 10:23:34.445461 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0325 10:23:34.468291 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0325 10:23:34.492395 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/profiles/addons-777641/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0325 10:23:34.516437 1600942 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-1594686/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0325 10:23:34.540451 1600942 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0325 10:23:34.558219 1600942 ssh_runner.go:195] Run: openssl version
I0325 10:23:34.563589 1600942 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"
I0325 10:23:34.572742 1600942 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0325 10:23:34.576114 1600942 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 25 10:23 /usr/share/ca-certificates/minikubeCA.pem
I0325 10:23:34.576199 1600942 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0325 10:23:34.583398 1600942 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"
I0325 10:23:34.593492 1600942 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0325 10:23:34.596898 1600942 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
I0325 10:23:34.596944 1600942 kubeadm.go:391] StartCluster: {Name:addons-777641 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-777641 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.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnet
ClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0325 10:23:34.597032 1600942 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0325 10:23:34.597096 1600942 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0325 10:23:34.634702 1600942 cri.go:89] found id: ""
I0325 10:23:34.634774 1600942 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0325 10:23:34.644541 1600942 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0325 10:23:34.653500 1600942 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
I0325 10:23:34.653606 1600942 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
I0325 10:23:34.663724 1600942 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
I0325 10:23:34.663744 1600942 kubeadm.go:156] found existing configuration files:
I0325 10:23:34.663827 1600942 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0325 10:23:34.672710 1600942 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
I0325 10:23:34.672818 1600942 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0325 10:23:34.681273 1600942 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0325 10:23:34.689880 1600942 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
I0325 10:23:34.689965 1600942 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0325 10:23:34.698611 1600942 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0325 10:23:34.707284 1600942 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
I0325 10:23:34.707373 1600942 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0325 10:23:34.715730 1600942 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0325 10:23:34.724320 1600942 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
I0325 10:23:34.724383 1600942 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0325 10:23:34.732419 1600942 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.29.3:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0325 10:23:34.775408 1600942 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
I0325 10:23:34.775742 1600942 kubeadm.go:309] [preflight] Running pre-flight checks
I0325 10:23:34.817403 1600942 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
I0325 10:23:34.817479 1600942 kubeadm.go:309] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1056-aws[0m
I0325 10:23:34.817517 1600942 kubeadm.go:309] [0;37mOS[0m: [0;32mLinux[0m
I0325 10:23:34.817565 1600942 kubeadm.go:309] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0325 10:23:34.817615 1600942 kubeadm.go:309] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0325 10:23:34.817667 1600942 kubeadm.go:309] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0325 10:23:34.817717 1600942 kubeadm.go:309] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0325 10:23:34.817768 1600942 kubeadm.go:309] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0325 10:23:34.817818 1600942 kubeadm.go:309] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0325 10:23:34.817865 1600942 kubeadm.go:309] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0325 10:23:34.817917 1600942 kubeadm.go:309] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0325 10:23:34.817964 1600942 kubeadm.go:309] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0325 10:23:34.887852 1600942 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
I0325 10:23:34.888034 1600942 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0325 10:23:34.888174 1600942 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0325 10:23:35.145165 1600942 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0325 10:23:35.149428 1600942 out.go:204] - Generating certificates and keys ...
I0325 10:23:35.149569 1600942 kubeadm.go:309] [certs] Using existing ca certificate authority
I0325 10:23:35.149649 1600942 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
I0325 10:23:35.257982 1600942 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
I0325 10:23:35.711323 1600942 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
I0325 10:23:36.329222 1600942 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
I0325 10:23:36.865697 1600942 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
I0325 10:23:37.293344 1600942 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
I0325 10:23:37.293716 1600942 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-777641 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0325 10:23:37.697356 1600942 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
I0325 10:23:37.697572 1600942 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-777641 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0325 10:23:38.321473 1600942 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
I0325 10:23:38.559086 1600942 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
I0325 10:23:38.985552 1600942 kubeadm.go:309] [certs] Generating "sa" key and public key
I0325 10:23:38.985778 1600942 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0325 10:23:39.906275 1600942 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
I0325 10:23:40.634903 1600942 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0325 10:23:41.750207 1600942 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0325 10:23:42.277689 1600942 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0325 10:23:43.157679 1600942 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0325 10:23:43.160138 1600942 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0325 10:23:43.164062 1600942 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0325 10:23:43.166593 1600942 out.go:204] - Booting up control plane ...
I0325 10:23:43.166699 1600942 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0325 10:23:43.166776 1600942 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0325 10:23:43.167466 1600942 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0325 10:23:43.182404 1600942 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0325 10:23:43.183587 1600942 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0325 10:23:43.183832 1600942 kubeadm.go:309] [kubelet-start] Starting the kubelet
I0325 10:23:43.278309 1600942 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
I0325 10:23:50.782099 1600942 kubeadm.go:309] [apiclient] All control plane components are healthy after 7.503296 seconds
I0325 10:23:50.805869 1600942 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0325 10:23:50.823144 1600942 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0325 10:23:51.349973 1600942 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
I0325 10:23:51.350164 1600942 kubeadm.go:309] [mark-control-plane] Marking the node addons-777641 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0325 10:23:51.860233 1600942 kubeadm.go:309] [bootstrap-token] Using token: 9f9lo2.v6eyr5vq2gy06uqb
I0325 10:23:51.862026 1600942 out.go:204] - Configuring RBAC rules ...
I0325 10:23:51.862148 1600942 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0325 10:23:51.866897 1600942 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0325 10:23:51.874159 1600942 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
I0325 10:23:51.877656 1600942 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0325 10:23:51.881122 1600942 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0325 10:23:51.886042 1600942 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0325 10:23:51.899061 1600942 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0325 10:23:52.157862 1600942 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
I0325 10:23:52.286610 1600942 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
I0325 10:23:52.286640 1600942 kubeadm.go:309]
I0325 10:23:52.286701 1600942 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
I0325 10:23:52.286711 1600942 kubeadm.go:309]
I0325 10:23:52.286810 1600942 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
I0325 10:23:52.286828 1600942 kubeadm.go:309]
I0325 10:23:52.286854 1600942 kubeadm.go:309] mkdir -p $HOME/.kube
I0325 10:23:52.286911 1600942 kubeadm.go:309] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0325 10:23:52.286960 1600942 kubeadm.go:309] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0325 10:23:52.286964 1600942 kubeadm.go:309]
I0325 10:23:52.287017 1600942 kubeadm.go:309] Alternatively, if you are the root user, you can run:
I0325 10:23:52.287022 1600942 kubeadm.go:309]
I0325 10:23:52.287067 1600942 kubeadm.go:309] export KUBECONFIG=/etc/kubernetes/admin.conf
I0325 10:23:52.287072 1600942 kubeadm.go:309]
I0325 10:23:52.287121 1600942 kubeadm.go:309] You should now deploy a pod network to the cluster.
I0325 10:23:52.287193 1600942 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0325 10:23:52.287258 1600942 kubeadm.go:309] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0325 10:23:52.287262 1600942 kubeadm.go:309]
I0325 10:23:52.287343 1600942 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
I0325 10:23:52.287416 1600942 kubeadm.go:309] and service account keys on each node and then running the following as root:
I0325 10:23:52.287425 1600942 kubeadm.go:309]
I0325 10:23:52.287506 1600942 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 9f9lo2.v6eyr5vq2gy06uqb \
I0325 10:23:52.287612 1600942 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:d435c92c669f0583abffee9ad559b5ae037c4002b178f89d7f7f39aa4537af1c \
I0325 10:23:52.287633 1600942 kubeadm.go:309] --control-plane
I0325 10:23:52.287637 1600942 kubeadm.go:309]
I0325 10:23:52.287718 1600942 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
I0325 10:23:52.287722 1600942 kubeadm.go:309]
I0325 10:23:52.287800 1600942 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 9f9lo2.v6eyr5vq2gy06uqb \
I0325 10:23:52.287898 1600942 kubeadm.go:309] --discovery-token-ca-cert-hash sha256:d435c92c669f0583abffee9ad559b5ae037c4002b178f89d7f7f39aa4537af1c
I0325 10:23:52.291132 1600942 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-1056-aws\n", err: exit status 1
I0325 10:23:52.291246 1600942 kubeadm.go:309] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0325 10:23:52.291261 1600942 cni.go:84] Creating CNI manager for ""
I0325 10:23:52.291269 1600942 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0325 10:23:52.293804 1600942 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0325 10:23:52.295657 1600942 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0325 10:23:52.308451 1600942 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.29.3/kubectl ...
I0325 10:23:52.308470 1600942 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0325 10:23:52.343537 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0325 10:23:52.670985 1600942 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0325 10:23:52.671117 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:52.671204 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-777641 minikube.k8s.io/updated_at=2024_03_25T10_23_52_0700 minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=528b39feb0b86a3109aa4b9637b5a9599eea22c0 minikube.k8s.io/name=addons-777641 minikube.k8s.io/primary=true
I0325 10:23:52.803878 1600942 ops.go:34] apiserver oom_adj: -16
I0325 10:23:52.803964 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:53.304537 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:53.804738 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:54.304720 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:54.804514 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:55.305034 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:55.804897 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:56.304649 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:56.804917 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:57.304099 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:57.804425 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:58.304647 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:58.805068 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:59.304354 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:23:59.804208 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:00.304108 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:00.804704 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:01.304571 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:01.804387 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:02.304113 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:02.804554 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:03.304535 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:03.804511 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:04.304379 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:04.804719 1600942 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0325 10:24:04.947874 1600942 kubeadm.go:1107] duration metric: took 12.276800386s to wait for elevateKubeSystemPrivileges
W0325 10:24:04.947912 1600942 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
I0325 10:24:04.947920 1600942 kubeadm.go:393] duration metric: took 30.350979973s to StartCluster
I0325 10:24:04.947935 1600942 settings.go:142] acquiring lock: {Name:mkdfdbce5f9eff97b8406de78b11130fb636893e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:24:04.948406 1600942 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/18500-1594686/kubeconfig
I0325 10:24:04.948862 1600942 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-1594686/kubeconfig: {Name:mkcf5ea809ecac7db3ad58353c0949ed9dea10da Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0325 10:24:04.949054 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0325 10:24:04.949078 1600942 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}
I0325 10:24:04.951426 1600942 out.go:177] * Verifying Kubernetes components...
I0325 10:24:04.949381 1600942 config.go:182] Loaded profile config "addons-777641": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:24:04.949393 1600942 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]
I0325 10:24:04.953287 1600942 addons.go:69] Setting yakd=true in profile "addons-777641"
I0325 10:24:04.953315 1600942 addons.go:234] Setting addon yakd=true in "addons-777641"
I0325 10:24:04.953350 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.953945 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.954172 1600942 addons.go:69] Setting ingress-dns=true in profile "addons-777641"
I0325 10:24:04.954211 1600942 addons.go:234] Setting addon ingress-dns=true in "addons-777641"
I0325 10:24:04.954251 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.954717 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.955413 1600942 addons.go:69] Setting inspektor-gadget=true in profile "addons-777641"
I0325 10:24:04.955443 1600942 addons.go:234] Setting addon inspektor-gadget=true in "addons-777641"
I0325 10:24:04.955473 1600942 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0325 10:24:04.955489 1600942 addons.go:69] Setting metrics-server=true in profile "addons-777641"
I0325 10:24:04.955508 1600942 addons.go:234] Setting addon metrics-server=true in "addons-777641"
I0325 10:24:04.955475 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.955535 1600942 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-777641"
I0325 10:24:04.955549 1600942 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-777641"
I0325 10:24:04.955568 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.955935 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.956038 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.955528 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.956818 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.964654 1600942 addons.go:69] Setting registry=true in profile "addons-777641"
I0325 10:24:04.964699 1600942 addons.go:234] Setting addon registry=true in "addons-777641"
I0325 10:24:04.964762 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.965305 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.968830 1600942 addons.go:69] Setting cloud-spanner=true in profile "addons-777641"
I0325 10:24:04.968875 1600942 addons.go:234] Setting addon cloud-spanner=true in "addons-777641"
I0325 10:24:04.968912 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.969333 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.975956 1600942 addons.go:69] Setting storage-provisioner=true in profile "addons-777641"
I0325 10:24:04.976004 1600942 addons.go:234] Setting addon storage-provisioner=true in "addons-777641"
I0325 10:24:04.976041 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.976492 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.976912 1600942 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-777641"
I0325 10:24:04.976964 1600942 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-777641"
I0325 10:24:04.976988 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:04.977359 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.990824 1600942 addons.go:69] Setting default-storageclass=true in profile "addons-777641"
I0325 10:24:04.990873 1600942 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-777641"
I0325 10:24:04.991186 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:04.991508 1600942 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-777641"
I0325 10:24:04.991531 1600942 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-777641"
I0325 10:24:04.991778 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:05.010216 1600942 addons.go:69] Setting gcp-auth=true in profile "addons-777641"
I0325 10:24:05.010293 1600942 mustload.go:65] Loading cluster: addons-777641
I0325 10:24:05.010514 1600942 config.go:182] Loaded profile config "addons-777641": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:24:05.010777 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:05.013157 1600942 addons.go:69] Setting volumesnapshots=true in profile "addons-777641"
I0325 10:24:05.013198 1600942 addons.go:234] Setting addon volumesnapshots=true in "addons-777641"
I0325 10:24:05.013239 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:05.013691 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:05.022039 1600942 addons.go:69] Setting ingress=true in profile "addons-777641"
I0325 10:24:05.022467 1600942 addons.go:234] Setting addon ingress=true in "addons-777641"
I0325 10:24:05.022534 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:05.023944 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:05.165801 1600942 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
I0325 10:24:05.172709 1600942 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0325 10:24:05.172740 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0325 10:24:05.172880 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.192478 1600942 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.4
I0325 10:24:05.194604 1600942 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
I0325 10:24:05.194630 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0325 10:24:05.194707 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.198861 1600942 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
I0325 10:24:05.201988 1600942 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
I0325 10:24:05.202046 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0325 10:24:05.202123 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.208806 1600942 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0325 10:24:05.214268 1600942 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0325 10:24:05.216005 1600942 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0325 10:24:05.216063 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0325 10:24:05.216148 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.214452 1600942 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0325 10:24:05.216443 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0325 10:24:05.216504 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.229184 1600942 addons.go:234] Setting addon default-storageclass=true in "addons-777641"
I0325 10:24:05.229310 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:05.238103 1600942 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
I0325 10:24:05.214228 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:05.214459 1600942 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
I0325 10:24:05.231547 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:05.253357 1600942 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0325 10:24:05.253539 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0325 10:24:05.253653 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.276726 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
I0325 10:24:05.276810 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0325 10:24:05.276932 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.269523 1600942 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0325 10:24:05.272039 1600942 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-777641"
I0325 10:24:05.309156 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:05.309659 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:05.311974 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0325 10:24:05.308853 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.308916 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.311338 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.319454 1600942 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0325 10:24:05.320917 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0325 10:24:05.320993 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.322114 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.322450 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.332689 1600942 out.go:177] - Using image docker.io/registry:2.8.3
I0325 10:24:05.335627 1600942 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0325 10:24:05.337590 1600942 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
I0325 10:24:05.335953 1600942 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
I0325 10:24:05.339900 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0325 10:24:05.339991 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.366279 1600942 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0325 10:24:05.372979 1600942 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0325 10:24:05.373071 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0325 10:24:05.373191 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.396642 1600942 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0325 10:24:05.398765 1600942 out.go:177] - Using image docker.io/busybox:stable
I0325 10:24:05.400816 1600942 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0325 10:24:05.400841 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0325 10:24:05.400909 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.396827 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.416764 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0325 10:24:05.420738 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0325 10:24:05.425476 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0325 10:24:05.428261 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0325 10:24:05.432686 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0325 10:24:05.439130 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0325 10:24:05.442154 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0325 10:24:05.441105 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.449789 1600942 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0325 10:24:05.455806 1600942 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0325 10:24:05.455836 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0325 10:24:05.455927 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.476951 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.490324 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.497227 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0325 10:24:05.497305 1600942 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0325 10:24:05.497344 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.529261 1600942 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
I0325 10:24:05.529281 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0325 10:24:05.529292 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.529351 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:05.532841 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.563558 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:05.723092 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0325 10:24:05.768305 1600942 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0325 10:24:05.768335 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0325 10:24:05.811499 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0325 10:24:05.878093 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0325 10:24:05.881312 1600942 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0325 10:24:05.881338 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0325 10:24:05.884712 1600942 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
I0325 10:24:05.884738 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0325 10:24:05.892420 1600942 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0325 10:24:05.892452 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0325 10:24:05.957015 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0325 10:24:06.006592 1600942 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0325 10:24:06.006624 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0325 10:24:06.055711 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0325 10:24:06.095185 1600942 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
I0325 10:24:06.095212 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0325 10:24:06.098688 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0325 10:24:06.098715 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0325 10:24:06.102037 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0325 10:24:06.102864 1600942 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0325 10:24:06.102899 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0325 10:24:06.121498 1600942 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0325 10:24:06.121525 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0325 10:24:06.132208 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0325 10:24:06.177040 1600942 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0325 10:24:06.177065 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0325 10:24:06.213279 1600942 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
I0325 10:24:06.213304 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0325 10:24:06.226607 1600942 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0325 10:24:06.226634 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0325 10:24:06.230202 1600942 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
I0325 10:24:06.230226 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0325 10:24:06.281644 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
I0325 10:24:06.281672 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0325 10:24:06.290910 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0325 10:24:06.311952 1600942 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0325 10:24:06.311977 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0325 10:24:06.358091 1600942 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
I0325 10:24:06.358114 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0325 10:24:06.461664 1600942 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
I0325 10:24:06.461689 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0325 10:24:06.480093 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0325 10:24:06.486388 1600942 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0325 10:24:06.486410 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0325 10:24:06.490605 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0325 10:24:06.490629 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0325 10:24:06.513856 1600942 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0325 10:24:06.513890 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0325 10:24:06.641614 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0325 10:24:06.642867 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0325 10:24:06.642889 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0325 10:24:06.669292 1600942 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0325 10:24:06.669318 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0325 10:24:06.672078 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0325 10:24:06.772427 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0325 10:24:06.772454 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0325 10:24:06.776243 1600942 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0325 10:24:06.776270 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0325 10:24:06.870668 1600942 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0325 10:24:06.870693 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0325 10:24:06.908333 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
I0325 10:24:06.908359 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0325 10:24:07.008055 1600942 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0325 10:24:07.008081 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0325 10:24:07.017598 1600942 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0325 10:24:07.017621 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0325 10:24:07.092533 1600942 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0325 10:24:07.092568 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0325 10:24:07.095731 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0325 10:24:07.194113 1600942 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0325 10:24:07.194138 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0325 10:24:07.301678 1600942 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0325 10:24:07.301702 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0325 10:24:07.430791 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0325 10:24:08.902837 1600942 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (3.403939762s)
I0325 10:24:08.903537 1600942 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.404814184s)
I0325 10:24:08.903671 1600942 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0325 10:24:08.904276 1600942 node_ready.go:35] waiting up to 6m0s for node "addons-777641" to be "Ready" ...
I0325 10:24:09.502584 1600942 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-777641" context rescaled to 1 replicas
I0325 10:24:10.123756 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.400613269s)
I0325 10:24:10.123808 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.312285657s)
I0325 10:24:10.123972 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.245857084s)
I0325 10:24:10.124010 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.166972372s)
I0325 10:24:10.942759 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:11.144552 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.088794294s)
I0325 10:24:11.144653 1600942 addons.go:470] Verifying addon ingress=true in "addons-777641"
I0325 10:24:11.147574 1600942 out.go:177] * Verifying ingress addon...
I0325 10:24:11.144896 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.042832282s)
I0325 10:24:11.144932 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.012692297s)
I0325 10:24:11.144987 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.854052593s)
I0325 10:24:11.145018 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.664902263s)
I0325 10:24:11.145038 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.503401168s)
I0325 10:24:11.150239 1600942 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0325 10:24:11.150550 1600942 addons.go:470] Verifying addon metrics-server=true in "addons-777641"
I0325 10:24:11.150580 1600942 addons.go:470] Verifying addon registry=true in "addons-777641"
I0325 10:24:11.152507 1600942 out.go:177] * Verifying registry addon...
I0325 10:24:11.154491 1600942 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-777641 service yakd-dashboard -n yakd-dashboard
I0325 10:24:11.155349 1600942 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0325 10:24:11.166850 1600942 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0325 10:24:11.166879 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:11.170188 1600942 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0325 10:24:11.170210 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:11.194778 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.522660152s)
W0325 10:24:11.194818 1600942 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0325 10:24:11.194858 1600942 retry.go:31] will retry after 160.882067ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0325 10:24:11.194941 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.099181509s)
I0325 10:24:11.356757 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0325 10:24:11.634814 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.203970778s)
I0325 10:24:11.634850 1600942 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-777641"
I0325 10:24:11.638509 1600942 out.go:177] * Verifying csi-hostpath-driver addon...
I0325 10:24:11.641363 1600942 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0325 10:24:11.662380 1600942 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0325 10:24:11.662450 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:11.664756 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:11.667005 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:12.146466 1600942 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0325 10:24:12.146498 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:12.155816 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:12.161813 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:12.645882 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:12.654863 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:12.661638 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:13.148399 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:13.155916 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:13.165436 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:13.408220 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:13.646582 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:13.655136 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:13.663326 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:14.037811 1600942 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0325 10:24:14.037960 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:14.064646 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:14.148799 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:14.158580 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:14.173047 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:14.310280 1600942 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0325 10:24:14.378353 1600942 addons.go:234] Setting addon gcp-auth=true in "addons-777641"
I0325 10:24:14.378455 1600942 host.go:66] Checking if "addons-777641" exists ...
I0325 10:24:14.378964 1600942 cli_runner.go:164] Run: docker container inspect addons-777641 --format={{.State.Status}}
I0325 10:24:14.404786 1600942 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0325 10:24:14.404918 1600942 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-777641
I0325 10:24:14.430297 1600942 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:40834 SSHKeyPath:/home/jenkins/minikube-integration/18500-1594686/.minikube/machines/addons-777641/id_rsa Username:docker}
I0325 10:24:14.487634 1600942 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (3.13081632s)
I0325 10:24:14.563389 1600942 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
I0325 10:24:14.565423 1600942 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0325 10:24:14.567322 1600942 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0325 10:24:14.567342 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0325 10:24:14.615074 1600942 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0325 10:24:14.615095 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0325 10:24:14.646456 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:14.662876 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:14.664685 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:14.672341 1600942 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0325 10:24:14.672404 1600942 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0325 10:24:14.695150 1600942 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0325 10:24:15.147945 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:15.155475 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:15.165409 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:15.418947 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:15.605857 1600942 addons.go:470] Verifying addon gcp-auth=true in "addons-777641"
I0325 10:24:15.609197 1600942 out.go:177] * Verifying gcp-auth addon...
I0325 10:24:15.611572 1600942 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0325 10:24:15.617774 1600942 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0325 10:24:15.617792 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:15.647913 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:15.655013 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:15.662901 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:16.116529 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:16.147703 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:16.170131 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:16.175916 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:16.615444 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:16.645881 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:16.654988 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:16.662084 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:17.115369 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:17.146878 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:17.155220 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:17.163085 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:17.615450 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:17.646805 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:17.654474 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:17.661339 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:17.911059 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:18.115883 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:18.147295 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:18.155121 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:18.160995 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:18.615947 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:18.646240 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:18.654537 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:18.661068 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:19.115900 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:19.146431 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:19.154277 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:19.161075 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:19.617207 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:19.648527 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:19.654575 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:19.662026 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:20.118993 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:20.147249 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:20.154964 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:20.164546 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:20.407670 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:20.616013 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:20.645907 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:20.655136 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:20.661928 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:21.115914 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:21.146931 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:21.154230 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:21.161122 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:21.615585 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:21.646311 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:21.654186 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:21.660897 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:22.115829 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:22.146726 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:22.155925 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:22.161969 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:22.408072 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:22.615554 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:22.646263 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:22.654638 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:22.661465 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:23.116480 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:23.146931 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:23.154362 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:23.161206 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:23.615743 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:23.645957 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:23.654967 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:23.661787 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:24.115541 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:24.145919 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:24.154542 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:24.161510 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:24.615666 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:24.646072 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:24.655153 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:24.661077 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:24.907491 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:25.115758 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:25.146634 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:25.154404 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:25.161711 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:25.615468 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:25.646263 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:25.654526 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:25.661259 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:26.115340 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:26.145526 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:26.154919 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:26.161888 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:26.614848 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:26.646114 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:26.654823 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:26.661673 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:26.907841 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:27.116004 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:27.147287 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:27.154891 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:27.162201 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:27.615071 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:27.646767 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:27.654829 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:27.662035 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:28.115953 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:28.146805 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:28.154111 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:28.161852 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:28.615571 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:28.645829 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:28.654648 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:28.661592 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:28.909689 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:29.115649 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:29.146725 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:29.154510 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:29.161820 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:29.615136 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:29.646930 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:29.655812 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:29.662195 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:30.116098 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:30.147188 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:30.155018 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:30.162516 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:30.615897 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:30.646295 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:30.654699 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:30.661811 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:31.115815 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:31.146777 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:31.154920 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:31.161777 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:31.408357 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:31.616009 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:31.645694 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:31.655205 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:31.661029 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:32.115156 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:32.145983 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:32.154353 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:32.160972 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:32.615423 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:32.650544 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:32.654197 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:32.661175 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:33.115652 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:33.146058 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:33.155020 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:33.161795 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:33.615853 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:33.645470 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:33.654871 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:33.661845 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:33.907769 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:34.117794 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:34.148760 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:34.156919 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:34.162660 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:34.618237 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:34.646546 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:34.654690 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:34.661753 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:35.115343 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:35.146354 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:35.154913 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:35.162130 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:35.615325 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:35.646080 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:35.654865 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:35.661937 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:35.908202 1600942 node_ready.go:53] node "addons-777641" has status "Ready":"False"
I0325 10:24:36.116156 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:36.147615 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:36.155414 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:36.161423 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:36.615427 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:36.646320 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:36.654312 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:36.661127 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:37.115117 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:37.146059 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:37.154856 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:37.161885 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:37.615605 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:37.645817 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:37.655540 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:37.661304 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:37.912248 1600942 node_ready.go:49] node "addons-777641" has status "Ready":"True"
I0325 10:24:37.912271 1600942 node_ready.go:38] duration metric: took 29.007946203s for node "addons-777641" to be "Ready" ...
I0325 10:24:37.912281 1600942 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" ...
I0325 10:24:37.925056 1600942 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-qcv2v" in "kube-system" namespace to be "Ready" ...
I0325 10:24:38.131157 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:38.151791 1600942 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0325 10:24:38.151820 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:38.156675 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:38.165750 1600942 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0325 10:24:38.165777 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:38.621239 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:38.649724 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:38.657064 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:38.666413 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:39.115528 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:39.148175 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:39.157000 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:39.163805 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:39.616613 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:39.653742 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:39.669804 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:39.680117 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:39.932208 1600942 pod_ready.go:102] pod "coredns-76f75df574-qcv2v" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:40.117123 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:40.150783 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:40.165986 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:40.173305 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:40.632071 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:40.704478 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:40.705013 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:40.712154 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:40.937270 1600942 pod_ready.go:92] pod "coredns-76f75df574-qcv2v" in "kube-system" namespace has status "Ready":"True"
I0325 10:24:40.937347 1600942 pod_ready.go:81] duration metric: took 3.012261199s for pod "coredns-76f75df574-qcv2v" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.937384 1600942 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.948218 1600942 pod_ready.go:92] pod "etcd-addons-777641" in "kube-system" namespace has status "Ready":"True"
I0325 10:24:40.948290 1600942 pod_ready.go:81] duration metric: took 10.884841ms for pod "etcd-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.948322 1600942 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.960463 1600942 pod_ready.go:92] pod "kube-apiserver-addons-777641" in "kube-system" namespace has status "Ready":"True"
I0325 10:24:40.960526 1600942 pod_ready.go:81] duration metric: took 12.18372ms for pod "kube-apiserver-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.960562 1600942 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.971871 1600942 pod_ready.go:92] pod "kube-controller-manager-addons-777641" in "kube-system" namespace has status "Ready":"True"
I0325 10:24:40.971943 1600942 pod_ready.go:81] duration metric: took 11.359987ms for pod "kube-controller-manager-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.971974 1600942 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-vmcgq" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.988551 1600942 pod_ready.go:92] pod "kube-proxy-vmcgq" in "kube-system" namespace has status "Ready":"True"
I0325 10:24:40.988626 1600942 pod_ready.go:81] duration metric: took 16.629333ms for pod "kube-proxy-vmcgq" in "kube-system" namespace to be "Ready" ...
I0325 10:24:40.988654 1600942 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:41.117410 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:41.147271 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:41.155461 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:41.162023 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:41.330364 1600942 pod_ready.go:92] pod "kube-scheduler-addons-777641" in "kube-system" namespace has status "Ready":"True"
I0325 10:24:41.330440 1600942 pod_ready.go:81] duration metric: took 341.765014ms for pod "kube-scheduler-addons-777641" in "kube-system" namespace to be "Ready" ...
I0325 10:24:41.330469 1600942 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace to be "Ready" ...
I0325 10:24:41.616440 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:41.647633 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:41.670605 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:41.674212 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:42.134340 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:42.187989 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:42.189760 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:42.193842 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:42.616278 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:42.649861 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:42.654927 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:42.667264 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:43.116135 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:43.149927 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:43.156322 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:43.165188 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:43.340474 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:43.616943 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:43.647997 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:43.655835 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:43.662671 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:44.115774 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:44.149980 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:44.156301 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:44.165467 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:44.616848 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:44.647152 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:44.655236 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:44.661509 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:45.117380 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:45.156423 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:45.166534 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:45.171644 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:45.342546 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:45.620984 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:45.653224 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:45.659161 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:45.669206 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:46.115604 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:46.147107 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:46.155662 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:46.162195 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:46.615320 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:46.651808 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:46.656066 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:46.671930 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:47.116282 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:47.155741 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:47.157521 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:47.165544 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:47.615221 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:47.648633 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:47.657440 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:47.661396 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:47.836463 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:48.115268 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:48.154164 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:48.170547 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:48.172123 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:48.615647 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:48.694581 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:48.698155 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:48.715237 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:49.116083 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:49.150917 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:49.155776 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:49.163254 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:49.617748 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:49.648734 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:49.655385 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:49.662131 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:49.837130 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:50.115920 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:50.148572 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:50.155303 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:50.162408 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:50.616141 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:50.653632 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:50.658509 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:50.665397 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:51.118613 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:51.152759 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:51.165170 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:51.170642 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:51.616960 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:51.650754 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:51.657141 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:51.667158 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:51.841027 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:52.115244 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:52.150209 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:52.157010 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:52.166332 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:52.616108 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:52.649467 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:52.656477 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:52.665103 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:53.117228 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:53.148658 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:53.155028 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:53.169563 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:53.616340 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:53.647688 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:53.658218 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:53.663734 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:54.119858 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:54.151153 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:54.160322 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:54.167325 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:54.337078 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:54.617814 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:54.647723 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:54.655887 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:54.667435 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:55.115918 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:55.149288 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:55.156008 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:55.162460 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:55.616579 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:55.647710 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:55.655202 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:55.662886 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:56.116019 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:56.152444 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:56.157432 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:56.167729 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:56.337310 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:56.615255 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:56.648158 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:56.654431 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:56.664844 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:57.116277 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:57.153376 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:57.157083 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:57.162238 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:57.617902 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:57.649898 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:57.659731 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:57.663086 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:58.121695 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:58.163812 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:58.165405 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:58.171609 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:58.340882 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:24:58.617556 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:58.648258 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:58.656125 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:58.666582 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:59.116349 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:59.147900 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:59.156810 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:59.162324 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:24:59.615311 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:24:59.647504 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:24:59.654861 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:24:59.662691 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:00.131143 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:00.168760 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:00.174642 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:00.184811 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:00.398658 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:25:00.616289 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:00.647813 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:00.655113 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:00.662791 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:01.116910 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:01.148866 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:01.155758 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:01.166698 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:01.617689 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:01.649213 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:01.656450 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:01.664552 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:02.115971 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:02.153306 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:02.164113 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:02.173930 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:02.615682 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:02.653843 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:02.657547 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:02.662246 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:02.838266 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:25:03.116142 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:03.148354 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:03.154942 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:03.166001 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:03.616109 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:03.648580 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:03.659233 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:03.664720 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:04.116868 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:04.147820 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:04.154980 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:04.163254 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:04.615141 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:04.647355 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:04.655536 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:04.662133 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:05.115706 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:05.147619 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:05.155223 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:05.162773 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:05.338539 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:25:05.616054 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:05.647937 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:05.657500 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:05.662049 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:06.122882 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:06.149897 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:06.157035 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:06.165649 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:06.616500 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:06.647709 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:06.655777 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:06.664682 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:07.116103 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:07.148400 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:07.155100 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:07.165645 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:07.616005 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:07.648368 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:07.659494 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:07.665262 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:07.838435 1600942 pod_ready.go:102] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"False"
I0325 10:25:08.116972 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:08.150292 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:08.160300 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:08.174612 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:08.615690 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:08.649448 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:08.678673 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:08.698669 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:08.844046 1600942 pod_ready.go:92] pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace has status "Ready":"True"
I0325 10:25:08.844119 1600942 pod_ready.go:81] duration metric: took 27.513628126s for pod "metrics-server-69cf46c98-fmcs2" in "kube-system" namespace to be "Ready" ...
I0325 10:25:08.844170 1600942 pod_ready.go:38] duration metric: took 30.931876214s 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" ...
I0325 10:25:08.844200 1600942 api_server.go:52] waiting for apiserver process to appear ...
I0325 10:25:08.844259 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0325 10:25:08.844347 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0325 10:25:08.906036 1600942 cri.go:89] found id: "5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a"
I0325 10:25:08.906116 1600942 cri.go:89] found id: ""
I0325 10:25:08.906138 1600942 logs.go:276] 1 containers: [5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a]
I0325 10:25:08.906223 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:08.911606 1600942 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0325 10:25:08.911759 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0325 10:25:08.960905 1600942 cri.go:89] found id: "83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73"
I0325 10:25:08.960978 1600942 cri.go:89] found id: ""
I0325 10:25:08.961009 1600942 logs.go:276] 1 containers: [83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73]
I0325 10:25:08.961100 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:08.965925 1600942 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0325 10:25:08.966042 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0325 10:25:09.042572 1600942 cri.go:89] found id: "639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0"
I0325 10:25:09.042638 1600942 cri.go:89] found id: ""
I0325 10:25:09.042669 1600942 logs.go:276] 1 containers: [639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0]
I0325 10:25:09.042760 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:09.047262 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0325 10:25:09.047390 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0325 10:25:09.112391 1600942 cri.go:89] found id: "e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0"
I0325 10:25:09.112460 1600942 cri.go:89] found id: ""
I0325 10:25:09.112482 1600942 logs.go:276] 1 containers: [e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0]
I0325 10:25:09.112568 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:09.116301 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0325 10:25:09.116441 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0325 10:25:09.130276 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:09.162856 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:09.176662 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:09.179257 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:09.184571 1600942 cri.go:89] found id: "a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205"
I0325 10:25:09.184666 1600942 cri.go:89] found id: ""
I0325 10:25:09.184688 1600942 logs.go:276] 1 containers: [a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205]
I0325 10:25:09.184787 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:09.189170 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0325 10:25:09.189302 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0325 10:25:09.244182 1600942 cri.go:89] found id: "9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed"
I0325 10:25:09.244256 1600942 cri.go:89] found id: ""
I0325 10:25:09.244277 1600942 logs.go:276] 1 containers: [9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed]
I0325 10:25:09.244363 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:09.248132 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0325 10:25:09.248237 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0325 10:25:09.294495 1600942 cri.go:89] found id: "fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a"
I0325 10:25:09.294518 1600942 cri.go:89] found id: ""
I0325 10:25:09.294526 1600942 logs.go:276] 1 containers: [fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a]
I0325 10:25:09.294581 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:09.299158 1600942 logs.go:123] Gathering logs for CRI-O ...
I0325 10:25:09.299179 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0325 10:25:09.393405 1600942 logs.go:123] Gathering logs for dmesg ...
I0325 10:25:09.393484 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0325 10:25:09.420504 1600942 logs.go:123] Gathering logs for kube-proxy [a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205] ...
I0325 10:25:09.420740 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205"
I0325 10:25:09.465215 1600942 logs.go:123] Gathering logs for kube-controller-manager [9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed] ...
I0325 10:25:09.465286 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed"
I0325 10:25:09.561189 1600942 logs.go:123] Gathering logs for etcd [83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73] ...
I0325 10:25:09.561270 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73"
I0325 10:25:09.622071 1600942 logs.go:123] Gathering logs for coredns [639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0] ...
I0325 10:25:09.622146 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0"
I0325 10:25:09.625310 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:09.649843 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:09.670634 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:09.674039 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0325 10:25:09.678884 1600942 logs.go:123] Gathering logs for kube-scheduler [e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0] ...
I0325 10:25:09.678913 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0"
I0325 10:25:09.746213 1600942 logs.go:123] Gathering logs for kindnet [fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a] ...
I0325 10:25:09.746295 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a"
I0325 10:25:09.797330 1600942 logs.go:123] Gathering logs for container status ...
I0325 10:25:09.797401 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0325 10:25:09.845671 1600942 logs.go:123] Gathering logs for kubelet ...
I0325 10:25:09.845701 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0325 10:25:09.912400 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:37 addons-777641 kubelet[1517]: W0325 10:24:37.992835 1517 reflector.go:539] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.912690 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:37 addons-777641 kubelet[1517]: E0325 10:24:37.992997 1517 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.913163 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.015795 1517 reflector.go:539] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.913361 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.015842 1517 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-777641" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.913837 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.019535 1517 reflector.go:539] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.914019 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.019712 1517 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-777641" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.914188 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.020021 1517 reflector.go:539] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.914375 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.020050 1517 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.916036 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053400 1517 reflector.go:539] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.916239 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053447 1517 reflector.go:147] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.916409 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053873 1517 reflector.go:539] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.916605 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053905 1517 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.916788 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053939 1517 reflector.go:539] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
W0325 10:25:09.916991 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053949 1517 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
I0325 10:25:09.947238 1600942 logs.go:123] Gathering logs for describe nodes ...
I0325 10:25:09.947272 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0325 10:25:10.116317 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:10.138462 1600942 logs.go:123] Gathering logs for kube-apiserver [5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a] ...
I0325 10:25:10.138495 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a"
I0325 10:25:10.149277 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:10.156359 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:10.164829 1600942 kapi.go:107] duration metric: took 59.009474348s to wait for kubernetes.io/minikube-addons=registry ...
I0325 10:25:10.202908 1600942 out.go:304] Setting ErrFile to fd 2...
I0325 10:25:10.202941 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0325 10:25:10.203015 1600942 out.go:239] X Problems detected in kubelet:
W0325 10:25:10.203025 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053447 1517 reflector.go:147] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:10.203032 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053873 1517 reflector.go:539] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:10.203049 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053905 1517 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:10.203074 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053939 1517 reflector.go:539] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
W0325 10:25:10.203087 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053949 1517 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
I0325 10:25:10.203104 1600942 out.go:304] Setting ErrFile to fd 2...
I0325 10:25:10.203116 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:25:10.616366 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:10.649650 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:10.656508 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:11.116206 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:11.148540 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:11.160488 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:11.616271 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:11.648135 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:11.655289 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:12.115504 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:12.149556 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:12.155150 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:12.616453 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:12.648099 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:12.656050 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:13.116488 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:13.151329 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:13.156185 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:13.616086 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:13.649252 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:13.656308 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:14.116075 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:14.149337 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:14.159752 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:14.615892 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:14.649663 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:14.657282 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:15.118938 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:15.151162 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:15.156392 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:15.615632 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:15.647005 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:15.655318 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:16.115396 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:16.147171 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:16.155396 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:16.615729 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:16.647484 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:16.655044 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:17.116201 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:17.148189 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:17.154932 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:17.615952 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:17.648269 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:17.656302 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:18.116879 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:18.150481 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:18.162597 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:18.615239 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:18.647698 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:18.661416 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:19.115442 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:19.148442 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:19.157437 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:19.616915 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:19.648855 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:19.658333 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:20.118933 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:20.148435 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:20.156422 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:20.203656 1600942 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0325 10:25:20.226565 1600942 api_server.go:72] duration metric: took 1m15.277457842s to wait for apiserver process to appear ...
I0325 10:25:20.226591 1600942 api_server.go:88] waiting for apiserver healthz status ...
I0325 10:25:20.226626 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0325 10:25:20.226686 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0325 10:25:20.277587 1600942 cri.go:89] found id: "5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a"
I0325 10:25:20.277610 1600942 cri.go:89] found id: ""
I0325 10:25:20.277619 1600942 logs.go:276] 1 containers: [5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a]
I0325 10:25:20.277670 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:20.283862 1600942 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0325 10:25:20.283932 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0325 10:25:20.360819 1600942 cri.go:89] found id: "83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73"
I0325 10:25:20.360844 1600942 cri.go:89] found id: ""
I0325 10:25:20.360856 1600942 logs.go:276] 1 containers: [83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73]
I0325 10:25:20.360910 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:20.365404 1600942 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0325 10:25:20.365478 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0325 10:25:20.409183 1600942 cri.go:89] found id: "639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0"
I0325 10:25:20.409205 1600942 cri.go:89] found id: ""
I0325 10:25:20.409214 1600942 logs.go:276] 1 containers: [639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0]
I0325 10:25:20.409270 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:20.413565 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0325 10:25:20.413645 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0325 10:25:20.452271 1600942 cri.go:89] found id: "e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0"
I0325 10:25:20.452295 1600942 cri.go:89] found id: ""
I0325 10:25:20.452305 1600942 logs.go:276] 1 containers: [e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0]
I0325 10:25:20.452362 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:20.455843 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0325 10:25:20.455920 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0325 10:25:20.497475 1600942 cri.go:89] found id: "a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205"
I0325 10:25:20.497495 1600942 cri.go:89] found id: ""
I0325 10:25:20.497503 1600942 logs.go:276] 1 containers: [a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205]
I0325 10:25:20.497562 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:20.500868 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0325 10:25:20.500945 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0325 10:25:20.540896 1600942 cri.go:89] found id: "9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed"
I0325 10:25:20.540925 1600942 cri.go:89] found id: ""
I0325 10:25:20.540934 1600942 logs.go:276] 1 containers: [9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed]
I0325 10:25:20.541023 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:20.544507 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0325 10:25:20.544577 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0325 10:25:20.583896 1600942 cri.go:89] found id: "fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a"
I0325 10:25:20.583920 1600942 cri.go:89] found id: ""
I0325 10:25:20.583929 1600942 logs.go:276] 1 containers: [fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a]
I0325 10:25:20.583983 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:20.587515 1600942 logs.go:123] Gathering logs for kubelet ...
I0325 10:25:20.587539 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0325 10:25:20.619949 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:20.650178 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0325 10:25:20.653725 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:37 addons-777641 kubelet[1517]: W0325 10:24:37.992835 1517 reflector.go:539] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.653970 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:37 addons-777641 kubelet[1517]: E0325 10:24:37.992997 1517 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.654477 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.015795 1517 reflector.go:539] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.654698 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.015842 1517 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-777641" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.655194 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.019535 1517 reflector.go:539] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.655397 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.019712 1517 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-777641" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.655590 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.020021 1517 reflector.go:539] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.655797 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.020050 1517 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-777641' and this object
I0325 10:25:20.656166 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0325 10:25:20.657690 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053400 1517 reflector.go:539] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.657927 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053447 1517 reflector.go:147] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.658101 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053873 1517 reflector.go:539] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.658292 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053905 1517 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.658478 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053939 1517 reflector.go:539] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
W0325 10:25:20.658682 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053949 1517 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
I0325 10:25:20.692961 1600942 logs.go:123] Gathering logs for dmesg ...
I0325 10:25:20.692999 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0325 10:25:20.713574 1600942 logs.go:123] Gathering logs for describe nodes ...
I0325 10:25:20.713602 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0325 10:25:20.874872 1600942 logs.go:123] Gathering logs for coredns [639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0] ...
I0325 10:25:20.874905 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0"
I0325 10:25:20.927567 1600942 logs.go:123] Gathering logs for kube-controller-manager [9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed] ...
I0325 10:25:20.927603 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed"
I0325 10:25:21.020682 1600942 logs.go:123] Gathering logs for CRI-O ...
I0325 10:25:21.020723 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0325 10:25:21.116539 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:21.122179 1600942 logs.go:123] Gathering logs for container status ...
I0325 10:25:21.122240 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0325 10:25:21.149968 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:21.155757 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:21.186402 1600942 logs.go:123] Gathering logs for kube-apiserver [5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a] ...
I0325 10:25:21.186443 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a"
I0325 10:25:21.275942 1600942 logs.go:123] Gathering logs for etcd [83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73] ...
I0325 10:25:21.275977 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73"
I0325 10:25:21.549375 1600942 logs.go:123] Gathering logs for kube-scheduler [e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0] ...
I0325 10:25:21.549449 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0"
I0325 10:25:21.616362 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:21.650306 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:21.655320 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:21.823226 1600942 logs.go:123] Gathering logs for kube-proxy [a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205] ...
I0325 10:25:21.823258 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205"
I0325 10:25:21.969542 1600942 logs.go:123] Gathering logs for kindnet [fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a] ...
I0325 10:25:21.969571 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a"
I0325 10:25:22.115905 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:22.141971 1600942 out.go:304] Setting ErrFile to fd 2...
I0325 10:25:22.142040 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0325 10:25:22.142119 1600942 out.go:239] X Problems detected in kubelet:
W0325 10:25:22.142164 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053447 1517 reflector.go:147] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:22.142214 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053873 1517 reflector.go:539] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:22.142247 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053905 1517 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:22.142300 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053939 1517 reflector.go:539] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
W0325 10:25:22.142336 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053949 1517 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
I0325 10:25:22.142391 1600942 out.go:304] Setting ErrFile to fd 2...
I0325 10:25:22.142415 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:25:22.151409 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:22.155730 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:22.615510 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:22.648007 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:22.655670 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:23.115611 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:23.148133 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:23.155749 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:23.621929 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:23.650814 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:23.661025 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:24.116471 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:24.175130 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:24.178899 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:24.616131 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:24.649113 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:24.659657 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:25.117628 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:25.147728 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:25.156233 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:25.615457 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:25.659691 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:25.667637 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:26.116780 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:26.147961 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:26.157307 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:26.616274 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:26.649179 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:26.656750 1600942 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0325 10:25:27.115848 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:27.148688 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:27.158059 1600942 kapi.go:107] duration metric: took 1m16.007815147s to wait for app.kubernetes.io/name=ingress-nginx ...
I0325 10:25:27.616884 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:27.649158 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:28.116627 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:28.152627 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:28.615740 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:28.650302 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:29.117135 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:29.148885 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:29.615632 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:29.648381 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:30.117588 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:30.150045 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:30.615376 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:30.647971 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:31.116034 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:31.147516 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:31.615751 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:31.647813 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:32.115752 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:32.143628 1600942 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0325 10:25:32.151595 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:32.154136 1600942 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0325 10:25:32.156053 1600942 api_server.go:141] control plane version: v1.29.3
I0325 10:25:32.156086 1600942 api_server.go:131] duration metric: took 11.929487683s to wait for apiserver health ...
I0325 10:25:32.156095 1600942 system_pods.go:43] waiting for kube-system pods to appear ...
I0325 10:25:32.156117 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0325 10:25:32.156188 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0325 10:25:32.198779 1600942 cri.go:89] found id: "5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a"
I0325 10:25:32.198800 1600942 cri.go:89] found id: ""
I0325 10:25:32.198809 1600942 logs.go:276] 1 containers: [5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a]
I0325 10:25:32.198865 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:32.204452 1600942 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0325 10:25:32.204523 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0325 10:25:32.246921 1600942 cri.go:89] found id: "83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73"
I0325 10:25:32.246945 1600942 cri.go:89] found id: ""
I0325 10:25:32.246954 1600942 logs.go:276] 1 containers: [83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73]
I0325 10:25:32.247028 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:32.250489 1600942 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0325 10:25:32.250564 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0325 10:25:32.311734 1600942 cri.go:89] found id: "639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0"
I0325 10:25:32.311759 1600942 cri.go:89] found id: ""
I0325 10:25:32.311768 1600942 logs.go:276] 1 containers: [639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0]
I0325 10:25:32.311822 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:32.329950 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0325 10:25:32.330031 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0325 10:25:32.386199 1600942 cri.go:89] found id: "e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0"
I0325 10:25:32.386226 1600942 cri.go:89] found id: ""
I0325 10:25:32.386238 1600942 logs.go:276] 1 containers: [e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0]
I0325 10:25:32.386304 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:32.393839 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0325 10:25:32.393930 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0325 10:25:32.467802 1600942 cri.go:89] found id: "a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205"
I0325 10:25:32.467826 1600942 cri.go:89] found id: ""
I0325 10:25:32.467836 1600942 logs.go:276] 1 containers: [a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205]
I0325 10:25:32.467898 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:32.472690 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0325 10:25:32.472769 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0325 10:25:32.513039 1600942 cri.go:89] found id: "9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed"
I0325 10:25:32.513058 1600942 cri.go:89] found id: ""
I0325 10:25:32.513066 1600942 logs.go:276] 1 containers: [9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed]
I0325 10:25:32.513134 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:32.516508 1600942 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0325 10:25:32.516655 1600942 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0325 10:25:32.557767 1600942 cri.go:89] found id: "fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a"
I0325 10:25:32.557789 1600942 cri.go:89] found id: ""
I0325 10:25:32.557797 1600942 logs.go:276] 1 containers: [fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a]
I0325 10:25:32.557872 1600942 ssh_runner.go:195] Run: which crictl
I0325 10:25:32.561575 1600942 logs.go:123] Gathering logs for describe nodes ...
I0325 10:25:32.561601 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0325 10:25:32.616251 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:32.649863 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:32.712999 1600942 logs.go:123] Gathering logs for etcd [83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73] ...
I0325 10:25:32.713074 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73"
I0325 10:25:32.758703 1600942 logs.go:123] Gathering logs for coredns [639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0] ...
I0325 10:25:32.758737 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0"
I0325 10:25:32.797976 1600942 logs.go:123] Gathering logs for kube-scheduler [e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0] ...
I0325 10:25:32.798007 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0"
I0325 10:25:32.846500 1600942 logs.go:123] Gathering logs for kube-controller-manager [9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed] ...
I0325 10:25:32.846535 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed"
I0325 10:25:32.929381 1600942 logs.go:123] Gathering logs for CRI-O ...
I0325 10:25:32.929416 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0325 10:25:33.030442 1600942 logs.go:123] Gathering logs for kubelet ...
I0325 10:25:33.030566 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0325 10:25:33.100576 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:37 addons-777641 kubelet[1517]: W0325 10:24:37.992835 1517 reflector.go:539] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.100881 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:37 addons-777641 kubelet[1517]: E0325 10:24:37.992997 1517 reflector.go:147] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.101480 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.015795 1517 reflector.go:539] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.101709 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.015842 1517 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-777641" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.102208 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.019535 1517 reflector.go:539] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.102435 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.019712 1517 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-777641" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.102625 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.020021 1517 reflector.go:539] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.102849 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.020050 1517 reflector.go:147] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.104539 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053400 1517 reflector.go:539] object-"yakd-dashboard"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.104775 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053447 1517 reflector.go:147] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.105200 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053873 1517 reflector.go:539] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.105431 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053905 1517 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.105657 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053939 1517 reflector.go:539] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.105882 1600942 logs.go:138] Found kubelet problem: Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053949 1517 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
I0325 10:25:33.145267 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:33.149678 1600942 logs.go:123] Gathering logs for dmesg ...
I0325 10:25:33.149705 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0325 10:25:33.156461 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:33.171649 1600942 logs.go:123] Gathering logs for kube-apiserver [5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a] ...
I0325 10:25:33.171686 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a"
I0325 10:25:33.263937 1600942 logs.go:123] Gathering logs for kube-proxy [a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205] ...
I0325 10:25:33.263980 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205"
I0325 10:25:33.306539 1600942 logs.go:123] Gathering logs for kindnet [fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a] ...
I0325 10:25:33.306570 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a"
I0325 10:25:33.359799 1600942 logs.go:123] Gathering logs for container status ...
I0325 10:25:33.359827 1600942 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0325 10:25:33.428895 1600942 out.go:304] Setting ErrFile to fd 2...
I0325 10:25:33.428925 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0325 10:25:33.429018 1600942 out.go:239] X Problems detected in kubelet:
W0325 10:25:33.429035 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053447 1517 reflector.go:147] object-"yakd-dashboard"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-777641" cannot list resource "configmaps" in API group "" in the namespace "yakd-dashboard": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.429153 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053873 1517 reflector.go:539] object-"gcp-auth"/"gcp-auth-certs": failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.429166 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053905 1517 reflector.go:147] object-"gcp-auth"/"gcp-auth-certs": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth-certs" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.429172 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: W0325 10:24:38.053939 1517 reflector.go:539] object-"ingress-nginx"/"ingress-nginx-admission": failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
W0325 10:25:33.429179 1600942 out.go:239] Mar 25 10:24:38 addons-777641 kubelet[1517]: E0325 10:24:38.053949 1517 reflector.go:147] object-"ingress-nginx"/"ingress-nginx-admission": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "ingress-nginx-admission" is forbidden: User "system:node:addons-777641" cannot list resource "secrets" in API group "" in the namespace "ingress-nginx": no relationship found between node 'addons-777641' and this object
I0325 10:25:33.429187 1600942 out.go:304] Setting ErrFile to fd 2...
I0325 10:25:33.429194 1600942 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:25:33.616804 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:33.647746 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:34.116258 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:34.150647 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:34.615673 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:34.647555 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:35.115685 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:35.153050 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:35.616080 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:35.648273 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:36.115688 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:36.147736 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:36.617669 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:36.647808 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0325 10:25:37.116330 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:37.146836 1600942 kapi.go:107] duration metric: took 1m25.505474087s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0325 10:25:37.615612 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:38.115276 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:38.615581 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:39.116931 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:39.615980 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:40.115787 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:40.615389 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:41.115554 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:41.617140 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:42.119826 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:42.615732 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:43.115697 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:43.441786 1600942 system_pods.go:59] 18 kube-system pods found
I0325 10:25:43.441824 1600942 system_pods.go:61] "coredns-76f75df574-qcv2v" [b00a9f25-a251-46f8-8e59-d87c8087ee73] Running
I0325 10:25:43.441831 1600942 system_pods.go:61] "csi-hostpath-attacher-0" [83c672b1-abf8-467b-8b8d-82aa6ba47389] Running
I0325 10:25:43.441836 1600942 system_pods.go:61] "csi-hostpath-resizer-0" [bad17d17-2c9d-49dc-be3d-f454e063757a] Running
I0325 10:25:43.441840 1600942 system_pods.go:61] "csi-hostpathplugin-nxw7v" [c3360d94-2e49-45fa-a313-59ab3cb993d0] Running
I0325 10:25:43.441844 1600942 system_pods.go:61] "etcd-addons-777641" [60a0b10a-1aae-4e37-9daa-1c55093269b3] Running
I0325 10:25:43.441849 1600942 system_pods.go:61] "kindnet-gfk8j" [c8347e83-d710-427d-9cbc-38476ff62b82] Running
I0325 10:25:43.441853 1600942 system_pods.go:61] "kube-apiserver-addons-777641" [b83d8c3f-3cc4-47f1-9b80-0d147c952a28] Running
I0325 10:25:43.441858 1600942 system_pods.go:61] "kube-controller-manager-addons-777641" [1f2b15e7-4124-49a4-b513-9e530da03771] Running
I0325 10:25:43.441868 1600942 system_pods.go:61] "kube-ingress-dns-minikube" [ce86470a-82d4-4021-954f-465c0232a94f] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0325 10:25:43.441877 1600942 system_pods.go:61] "kube-proxy-vmcgq" [9dbbf5ec-b35f-490d-b359-e34f19e152ad] Running
I0325 10:25:43.441883 1600942 system_pods.go:61] "kube-scheduler-addons-777641" [ea02dbb7-6e92-4d82-880c-02e5a1827fce] Running
I0325 10:25:43.441890 1600942 system_pods.go:61] "metrics-server-69cf46c98-fmcs2" [264b30ac-66bc-49ba-8dfe-7fd9322200a3] Running
I0325 10:25:43.441895 1600942 system_pods.go:61] "nvidia-device-plugin-daemonset-zp7m8" [afd8323f-f6c0-4725-a119-b3151e7c3d0e] Running
I0325 10:25:43.441899 1600942 system_pods.go:61] "registry-8rts8" [3eaa94f0-19fa-4659-b38c-121fbad84d83] Running
I0325 10:25:43.441906 1600942 system_pods.go:61] "registry-proxy-h8frx" [ce63c221-6810-465c-af9c-a780ec31ce82] Running
I0325 10:25:43.441910 1600942 system_pods.go:61] "snapshot-controller-58dbcc7b99-w68jd" [5fdf552e-79ab-43bf-aa1a-4befa0c87889] Running
I0325 10:25:43.441914 1600942 system_pods.go:61] "snapshot-controller-58dbcc7b99-zmd8t" [b24165be-e92e-4525-bcb8-209d308f1fee] Running
I0325 10:25:43.441926 1600942 system_pods.go:61] "storage-provisioner" [21307bec-d758-4fbf-bd73-3748b8b9338d] Running
I0325 10:25:43.441932 1600942 system_pods.go:74] duration metric: took 11.285830756s to wait for pod list to return data ...
I0325 10:25:43.441940 1600942 default_sa.go:34] waiting for default service account to be created ...
I0325 10:25:43.444488 1600942 default_sa.go:45] found service account: "default"
I0325 10:25:43.444520 1600942 default_sa.go:55] duration metric: took 2.573341ms for default service account to be created ...
I0325 10:25:43.444530 1600942 system_pods.go:116] waiting for k8s-apps to be running ...
I0325 10:25:43.455193 1600942 system_pods.go:86] 18 kube-system pods found
I0325 10:25:43.455230 1600942 system_pods.go:89] "coredns-76f75df574-qcv2v" [b00a9f25-a251-46f8-8e59-d87c8087ee73] Running
I0325 10:25:43.455238 1600942 system_pods.go:89] "csi-hostpath-attacher-0" [83c672b1-abf8-467b-8b8d-82aa6ba47389] Running
I0325 10:25:43.455245 1600942 system_pods.go:89] "csi-hostpath-resizer-0" [bad17d17-2c9d-49dc-be3d-f454e063757a] Running
I0325 10:25:43.455250 1600942 system_pods.go:89] "csi-hostpathplugin-nxw7v" [c3360d94-2e49-45fa-a313-59ab3cb993d0] Running
I0325 10:25:43.455254 1600942 system_pods.go:89] "etcd-addons-777641" [60a0b10a-1aae-4e37-9daa-1c55093269b3] Running
I0325 10:25:43.455259 1600942 system_pods.go:89] "kindnet-gfk8j" [c8347e83-d710-427d-9cbc-38476ff62b82] Running
I0325 10:25:43.455263 1600942 system_pods.go:89] "kube-apiserver-addons-777641" [b83d8c3f-3cc4-47f1-9b80-0d147c952a28] Running
I0325 10:25:43.455268 1600942 system_pods.go:89] "kube-controller-manager-addons-777641" [1f2b15e7-4124-49a4-b513-9e530da03771] Running
I0325 10:25:43.455276 1600942 system_pods.go:89] "kube-ingress-dns-minikube" [ce86470a-82d4-4021-954f-465c0232a94f] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0325 10:25:43.455282 1600942 system_pods.go:89] "kube-proxy-vmcgq" [9dbbf5ec-b35f-490d-b359-e34f19e152ad] Running
I0325 10:25:43.455288 1600942 system_pods.go:89] "kube-scheduler-addons-777641" [ea02dbb7-6e92-4d82-880c-02e5a1827fce] Running
I0325 10:25:43.455293 1600942 system_pods.go:89] "metrics-server-69cf46c98-fmcs2" [264b30ac-66bc-49ba-8dfe-7fd9322200a3] Running
I0325 10:25:43.455302 1600942 system_pods.go:89] "nvidia-device-plugin-daemonset-zp7m8" [afd8323f-f6c0-4725-a119-b3151e7c3d0e] Running
I0325 10:25:43.455306 1600942 system_pods.go:89] "registry-8rts8" [3eaa94f0-19fa-4659-b38c-121fbad84d83] Running
I0325 10:25:43.455310 1600942 system_pods.go:89] "registry-proxy-h8frx" [ce63c221-6810-465c-af9c-a780ec31ce82] Running
I0325 10:25:43.455314 1600942 system_pods.go:89] "snapshot-controller-58dbcc7b99-w68jd" [5fdf552e-79ab-43bf-aa1a-4befa0c87889] Running
I0325 10:25:43.455327 1600942 system_pods.go:89] "snapshot-controller-58dbcc7b99-zmd8t" [b24165be-e92e-4525-bcb8-209d308f1fee] Running
I0325 10:25:43.455332 1600942 system_pods.go:89] "storage-provisioner" [21307bec-d758-4fbf-bd73-3748b8b9338d] Running
I0325 10:25:43.455339 1600942 system_pods.go:126] duration metric: took 10.80197ms to wait for k8s-apps to be running ...
I0325 10:25:43.455352 1600942 system_svc.go:44] waiting for kubelet service to be running ....
I0325 10:25:43.455417 1600942 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0325 10:25:43.467648 1600942 system_svc.go:56] duration metric: took 12.285337ms WaitForService to wait for kubelet
I0325 10:25:43.467678 1600942 kubeadm.go:576] duration metric: took 1m38.518575855s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0325 10:25:43.467700 1600942 node_conditions.go:102] verifying NodePressure condition ...
I0325 10:25:43.470875 1600942 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0325 10:25:43.470907 1600942 node_conditions.go:123] node cpu capacity is 2
I0325 10:25:43.470920 1600942 node_conditions.go:105] duration metric: took 3.206597ms to run NodePressure ...
I0325 10:25:43.470950 1600942 start.go:240] waiting for startup goroutines ...
I0325 10:25:43.615850 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:44.116068 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:44.615710 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:45.116802 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:45.615721 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:46.117300 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:46.615694 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:47.116249 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:47.615030 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:48.116745 1600942 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0325 10:25:48.615436 1600942 kapi.go:107] duration metric: took 1m33.003865379s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0325 10:25:48.617611 1600942 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-777641 cluster.
I0325 10:25:48.619685 1600942 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.
I0325 10:25:48.621407 1600942 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0325 10:25:48.623243 1600942 out.go:177] * Enabled addons: storage-provisioner, cloud-spanner, ingress-dns, default-storageclass, nvidia-device-plugin, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0325 10:25:48.625034 1600942 addons.go:505] duration metric: took 1m43.67563813s for enable addons: enabled=[storage-provisioner cloud-spanner ingress-dns default-storageclass nvidia-device-plugin metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0325 10:25:48.625074 1600942 start.go:245] waiting for cluster config update ...
I0325 10:25:48.625094 1600942 start.go:254] writing updated cluster config ...
I0325 10:25:48.625376 1600942 ssh_runner.go:195] Run: rm -f paused
I0325 10:25:48.954689 1600942 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
I0325 10:25:48.957253 1600942 out.go:177] * Done! kubectl is now configured to use "addons-777641" cluster and "default" namespace by default
==> CRI-O <==
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.275174742Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=dfca9854-d811-409f-922d-5787704e7975 name=/runtime.v1.ImageService/ImageStatus
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.275460412Z" 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=dfca9854-d811-409f-922d-5787704e7975 name=/runtime.v1.ImageService/ImageStatus
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.276519897Z" level=info msg="Creating container: default/hello-world-app-5d77478584-78pvl/hello-world-app" id=539a2a75-750c-4723-8d0c-880f85dd1725 name=/runtime.v1.RuntimeService/CreateContainer
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.276633330Z" level=warning msg="Allowed annotations are specified for workload []"
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.338154867Z" level=info msg="Created container 970118e672e2ae90acd3a7200b6fd3d4ed6e86cbb6c258b29cad965a79b06c42: default/hello-world-app-5d77478584-78pvl/hello-world-app" id=539a2a75-750c-4723-8d0c-880f85dd1725 name=/runtime.v1.RuntimeService/CreateContainer
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.339136347Z" level=info msg="Starting container: 970118e672e2ae90acd3a7200b6fd3d4ed6e86cbb6c258b29cad965a79b06c42" id=23499b49-fe15-48bc-bdbb-d76f93948ee9 name=/runtime.v1.RuntimeService/StartContainer
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.353499644Z" level=info msg="Started container" PID=8434 containerID=970118e672e2ae90acd3a7200b6fd3d4ed6e86cbb6c258b29cad965a79b06c42 description=default/hello-world-app-5d77478584-78pvl/hello-world-app id=23499b49-fe15-48bc-bdbb-d76f93948ee9 name=/runtime.v1.RuntimeService/StartContainer sandboxID=b32bc19eddea4ebd0b98cb88f8041d9d943585b008620b2918e472c287e8cf0a
Mar 25 10:28:59 addons-777641 conmon[8423]: conmon 970118e672e2ae90acd3 <ninfo>: container 8434 exited with status 1
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.919476597Z" level=info msg="Removing container: 8bfedd88a9cfd72d06f58ab75c651821a04d6b618a351ff0caf0dfb1451686a8" id=c793dc1a-5198-46ca-a447-6f057465014d name=/runtime.v1.RuntimeService/RemoveContainer
Mar 25 10:28:59 addons-777641 crio[916]: time="2024-03-25 10:28:59.940898920Z" level=info msg="Removed container 8bfedd88a9cfd72d06f58ab75c651821a04d6b618a351ff0caf0dfb1451686a8: default/hello-world-app-5d77478584-78pvl/hello-world-app" id=c793dc1a-5198-46ca-a447-6f057465014d name=/runtime.v1.RuntimeService/RemoveContainer
Mar 25 10:29:00 addons-777641 crio[916]: time="2024-03-25 10:29:00.627649574Z" level=info msg="Stopping container: 3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5 (timeout: 2s)" id=ebaa4944-7956-4d0c-88a2-e5b45e7a713d name=/runtime.v1.RuntimeService/StopContainer
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.634426085Z" level=warning msg="Stopping container 3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=ebaa4944-7956-4d0c-88a2-e5b45e7a713d name=/runtime.v1.RuntimeService/StopContainer
Mar 25 10:29:02 addons-777641 conmon[4880]: conmon 3ffe80653b1f3b9a44a2 <ninfo>: container 4897 exited with status 137
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.775904908Z" level=info msg="Stopped container 3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5: ingress-nginx/ingress-nginx-controller-65496f9567-2tw89/controller" id=ebaa4944-7956-4d0c-88a2-e5b45e7a713d name=/runtime.v1.RuntimeService/StopContainer
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.776999788Z" level=info msg="Stopping pod sandbox: b525b1ac6bf132bc4e2a9916addb3e3f4e5e592d95764f9637f37a0e897609aa" id=5005af9c-c052-42f9-8a07-dd8ebcc0db12 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.780306960Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-JULJEW2VB7U7R2O5 - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-ELVE2G6NYF76JW4E - [0:0]\n-X KUBE-HP-JULJEW2VB7U7R2O5\n-X KUBE-HP-ELVE2G6NYF76JW4E\nCOMMIT\n"
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.781957486Z" level=info msg="Closing host port tcp:80"
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.782011630Z" level=info msg="Closing host port tcp:443"
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.783728525Z" level=info msg="Host port tcp:80 does not have an open socket"
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.783759212Z" level=info msg="Host port tcp:443 does not have an open socket"
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.783944708Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-65496f9567-2tw89 Namespace:ingress-nginx ID:b525b1ac6bf132bc4e2a9916addb3e3f4e5e592d95764f9637f37a0e897609aa UID:327cf482-c783-4218-9ef2-6cd6902304b6 NetNS:/var/run/netns/cf04a354-96e0-4cee-afb8-ae0796976b41 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.784085037Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-65496f9567-2tw89 from CNI network \"kindnet\" (type=ptp)"
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.802781752Z" level=info msg="Stopped pod sandbox: b525b1ac6bf132bc4e2a9916addb3e3f4e5e592d95764f9637f37a0e897609aa" id=5005af9c-c052-42f9-8a07-dd8ebcc0db12 name=/runtime.v1.RuntimeService/StopPodSandbox
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.930354038Z" level=info msg="Removing container: 3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5" id=514f2247-8019-4083-a741-c4c747e936db name=/runtime.v1.RuntimeService/RemoveContainer
Mar 25 10:29:02 addons-777641 crio[916]: time="2024-03-25 10:29:02.946395741Z" level=info msg="Removed container 3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5: ingress-nginx/ingress-nginx-controller-65496f9567-2tw89/controller" id=514f2247-8019-4083-a741-c4c747e936db name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
970118e672e2a dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 8 seconds ago Exited hello-world-app 2 b32bc19eddea4 hello-world-app-5d77478584-78pvl
b7deb33f1044a ghcr.io/headlamp-k8s/headlamp@sha256:4768f9247f9e418fc4aa4e617fa993ada21a9d5ca013aeb62a6b5f70d684a107 About a minute ago Running headlamp 0 4b7bdd05dcbf1 headlamp-5485c556b-tpp7m
fd548c2fc819b docker.io/library/nginx@sha256:31bad00311cb5eeb8a6648beadcf67277a175da89989f14727420a80e2e76742 2 minutes ago Running nginx 0 574d1b5b20acc nginx
f87fb12d32459 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 3 minutes ago Running gcp-auth 0 c00c126661922 gcp-auth-7d69788767-v7js9
f47d9cbbd1745 docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310 3 minutes ago Running yakd 0 c2e707f4330af yakd-dashboard-9947fc6bf-xn48f
388812eeadc42 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0b1098ef00acee905f9736f98dd151af0a38d0fef0ccf9fb5ad189b20933e5f8 4 minutes ago Exited patch 0 18ce29418314a ingress-nginx-admission-patch-gbcjq
15d40338ae557 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0b1098ef00acee905f9736f98dd151af0a38d0fef0ccf9fb5ad189b20933e5f8 4 minutes ago Exited create 0 2a8c34353b77d ingress-nginx-admission-create-dvd9l
639f788c5c38f 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 4 minutes ago Running coredns 0 ef634c5bb500b coredns-76f75df574-qcv2v
441f126afd7d0 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 4 minutes ago Running storage-provisioner 0 7c9e470d4b081 storage-provisioner
fffc27d234648 4740c1948d3fceb8d7dacc63033aa6299d80794ee4f4811539ec1081d9211f3d 5 minutes ago Running kindnet-cni 0 bf61d46695892 kindnet-gfk8j
a5ad35465ccf3 0e9b4a0d1e86d942f5ed93eaf751771e7602104cac5e15256c36967770ad2775 5 minutes ago Running kube-proxy 0 c49099dcadb78 kube-proxy-vmcgq
5a0f63cf99298 2581114f5709d3459ca39f243fd21fde75f2f60d205ffdcd57b4207c33980794 5 minutes ago Running kube-apiserver 0 a9ed33d1b87e5 kube-apiserver-addons-777641
83808cc289a9c 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 5 minutes ago Running etcd 0 c650cb4893bab etcd-addons-777641
e91fc3acaa899 4b51f9f6bc9b9a68473278361df0e8985109b56c7b649532c6bffcab2a8c65fb 5 minutes ago Running kube-scheduler 0 83559ae02ef1b kube-scheduler-addons-777641
9d8001ee15c0a 121d70d9a3805f44c7c587a60d9360495cf9d95129047f4818bb7110ec1ec195 5 minutes ago Running kube-controller-manager 0 4473bf00dbf85 kube-controller-manager-addons-777641
==> coredns [639f788c5c38fa1f317b3372c1f85e3de899893f3397db872d3c35371fe3b3a0] <==
[INFO] 10.244.0.19:47520 - 29456 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000062629s
[INFO] 10.244.0.19:47520 - 56785 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000056573s
[INFO] 10.244.0.19:47520 - 26358 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000067715s
[INFO] 10.244.0.19:47520 - 44934 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000060922s
[INFO] 10.244.0.19:47520 - 26685 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00129947s
[INFO] 10.244.0.19:47520 - 31442 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001287795s
[INFO] 10.244.0.19:47520 - 50823 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000053529s
[INFO] 10.244.0.19:34205 - 31245 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00021698s
[INFO] 10.244.0.19:46628 - 64133 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000271131s
[INFO] 10.244.0.19:46628 - 5544 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000091862s
[INFO] 10.244.0.19:34205 - 19161 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000090303s
[INFO] 10.244.0.19:46628 - 2255 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000079103s
[INFO] 10.244.0.19:34205 - 29853 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.00004968s
[INFO] 10.244.0.19:34205 - 35202 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000087439s
[INFO] 10.244.0.19:46628 - 26803 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000076248s
[INFO] 10.244.0.19:46628 - 62121 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000064794s
[INFO] 10.244.0.19:34205 - 57511 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000090311s
[INFO] 10.244.0.19:46628 - 37908 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000045694s
[INFO] 10.244.0.19:34205 - 30082 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000060987s
[INFO] 10.244.0.19:46628 - 45192 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.0016772s
[INFO] 10.244.0.19:34205 - 36864 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002003764s
[INFO] 10.244.0.19:46628 - 4123 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001251619s
[INFO] 10.244.0.19:46628 - 39300 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000076651s
[INFO] 10.244.0.19:34205 - 65339 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001377704s
[INFO] 10.244.0.19:34205 - 19571 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000088055s
==> describe nodes <==
Name: addons-777641
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-777641
kubernetes.io/os=linux
minikube.k8s.io/commit=528b39feb0b86a3109aa4b9637b5a9599eea22c0
minikube.k8s.io/name=addons-777641
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_03_25T10_23_52_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-777641
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, 25 Mar 2024 10:23:48 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-777641
AcquireTime: <unset>
RenewTime: Mon, 25 Mar 2024 10:28:58 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 25 Mar 2024 10:28:59 +0000 Mon, 25 Mar 2024 10:23:45 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 25 Mar 2024 10:28:59 +0000 Mon, 25 Mar 2024 10:23:45 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 25 Mar 2024 10:28:59 +0000 Mon, 25 Mar 2024 10:23:45 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 25 Mar 2024 10:28:59 +0000 Mon, 25 Mar 2024 10:24:37 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-777641
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022560Ki
pods: 110
System Info:
Machine ID: d73b3fdaa7d9481e9104ca71c94ccdc0
System UUID: 2741d06f-9d99-479d-b9a9-a037eed41221
Boot ID: 4dc33a95-fe5c-4052-aa06-0d9dbccae02b
Kernel Version: 5.15.0-1056-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.29.3
Kube-Proxy Version: v1.29.3
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-78pvl 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) 2m44s
gcp-auth gcp-auth-7d69788767-v7js9 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m53s
headlamp headlamp-5485c556b-tpp7m 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 72s
kube-system coredns-76f75df574-qcv2v 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 5m3s
kube-system etcd-addons-777641 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 5m18s
kube-system kindnet-gfk8j 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 5m4s
kube-system kube-apiserver-addons-777641 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m16s
kube-system kube-controller-manager-addons-777641 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m16s
kube-system kube-proxy-vmcgq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m4s
kube-system kube-scheduler-addons-777641 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 5m18s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 4m58s
yakd-dashboard yakd-dashboard-9947fc6bf-xn48f 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 4m58s
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 4m57s kube-proxy
Normal Starting 5m16s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 5m16s kubelet Node addons-777641 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 5m16s kubelet Node addons-777641 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 5m16s kubelet Node addons-777641 status is now: NodeHasSufficientPID
Normal RegisteredNode 5m4s node-controller Node addons-777641 event: Registered Node addons-777641 in Controller
Normal NodeReady 4m31s kubelet Node addons-777641 status is now: NodeReady
==> dmesg <==
[ +0.000715] FS-Cache: N-cookie c=00000186 [p=0000017d fl=2 nc=0 na=1]
[ +0.000937] FS-Cache: N-cookie d=000000001638e242{9p.inode} n=0000000044714452
[ +0.001089] FS-Cache: N-key=[8] '86843b0000000000'
[ +0.005249] FS-Cache: Duplicate cookie detected
[ +0.000782] FS-Cache: O-cookie c=00000180 [p=0000017d fl=226 nc=0 na=1]
[ +0.001015] FS-Cache: O-cookie d=000000001638e242{9p.inode} n=00000000f634b2b0
[ +0.001219] FS-Cache: O-key=[8] '86843b0000000000'
[ +0.000766] FS-Cache: N-cookie c=00000187 [p=0000017d fl=2 nc=0 na=1]
[ +0.001063] FS-Cache: N-cookie d=000000001638e242{9p.inode} n=0000000027cb4d7b
[ +0.001095] FS-Cache: N-key=[8] '86843b0000000000'
[ +2.354998] FS-Cache: Duplicate cookie detected
[ +0.000751] FS-Cache: O-cookie c=0000017e [p=0000017d fl=226 nc=0 na=1]
[ +0.001002] FS-Cache: O-cookie d=000000001638e242{9p.inode} n=000000005e2b4c1c
[ +0.001041] FS-Cache: O-key=[8] '85843b0000000000'
[ +0.000762] FS-Cache: N-cookie c=00000189 [p=0000017d fl=2 nc=0 na=1]
[ +0.000981] FS-Cache: N-cookie d=000000001638e242{9p.inode} n=0000000044714452
[ +0.001092] FS-Cache: N-key=[8] '85843b0000000000'
[ +0.351466] FS-Cache: Duplicate cookie detected
[ +0.000793] FS-Cache: O-cookie c=00000183 [p=0000017d fl=226 nc=0 na=1]
[ +0.001044] FS-Cache: O-cookie d=000000001638e242{9p.inode} n=00000000fe6ab3d1
[ +0.001048] FS-Cache: O-key=[8] '8b843b0000000000'
[ +0.000708] FS-Cache: N-cookie c=0000018a [p=0000017d fl=2 nc=0 na=1]
[ +0.000973] FS-Cache: N-cookie d=000000001638e242{9p.inode} n=00000000c4457a4f
[ +0.001049] FS-Cache: N-key=[8] '8b843b0000000000'
[Mar25 09:56] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
==> etcd [83808cc289a9c704aac7f976751fa9ddb039fd35d726c0bf0c3e3dec8819be73] <==
{"level":"info","ts":"2024-03-25T10:23:45.196661Z","caller":"embed/etcd.go:277","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2024-03-25T10:23:45.200632Z","caller":"embed/etcd.go:857","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2024-03-25T10:23:45.200913Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-25T10:23:45.202152Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2024-03-25T10:23:45.261391Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2024-03-25T10:23:45.261586Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2024-03-25T10:23:45.261658Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2024-03-25T10:23:45.261707Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2024-03-25T10:23:45.261762Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-25T10:23:45.261822Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2024-03-25T10:23:45.261859Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2024-03-25T10:23:45.263466Z","caller":"etcdserver/server.go:2578","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-25T10:23:45.272637Z","caller":"etcdserver/server.go:2068","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-777641 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2024-03-25T10:23:45.272853Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-25T10:23:45.273199Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2024-03-25T10:23:45.27419Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2024-03-25T10:23:45.274244Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2024-03-25T10:23:45.274361Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-25T10:23:45.274488Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-25T10:23:45.274563Z","caller":"etcdserver/server.go:2602","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2024-03-25T10:23:45.276237Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2024-03-25T10:23:45.295486Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2024-03-25T10:24:05.769921Z","caller":"traceutil/trace.go:171","msg":"trace[485955428] transaction","detail":"{read_only:false; response_revision:349; number_of_response:1; }","duration":"149.711466ms","start":"2024-03-25T10:24:05.620179Z","end":"2024-03-25T10:24:05.76989Z","steps":["trace[485955428] 'process raft request' (duration: 85.122362ms)","trace[485955428] 'compare' (duration: 55.746754ms)"],"step_count":2}
{"level":"warn","ts":"2024-03-25T10:24:05.993084Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"102.534632ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128028061249833806 > lease_revoke:<id:70cc8e75233409e1>","response":"size:29"}
{"level":"info","ts":"2024-03-25T10:24:06.701139Z","caller":"traceutil/trace.go:171","msg":"trace[1240657942] transaction","detail":"{read_only:false; response_revision:357; number_of_response:1; }","duration":"151.040292ms","start":"2024-03-25T10:24:06.55008Z","end":"2024-03-25T10:24:06.70112Z","steps":["trace[1240657942] 'process raft request' (duration: 68.520974ms)","trace[1240657942] 'compare' (duration: 82.415263ms)"],"step_count":2}
==> gcp-auth [f87fb12d3245986eac543857deda8a474e01b0e412db59ea007dc4a896e32227] <==
2024/03/25 10:25:47 GCP Auth Webhook started!
2024/03/25 10:26:00 Ready to marshal response ...
2024/03/25 10:26:00 Ready to write response ...
2024/03/25 10:26:04 Ready to marshal response ...
2024/03/25 10:26:04 Ready to write response ...
2024/03/25 10:26:24 Ready to marshal response ...
2024/03/25 10:26:24 Ready to write response ...
2024/03/25 10:26:28 Ready to marshal response ...
2024/03/25 10:26:28 Ready to write response ...
2024/03/25 10:26:57 Ready to marshal response ...
2024/03/25 10:26:57 Ready to write response ...
2024/03/25 10:26:57 Ready to marshal response ...
2024/03/25 10:26:57 Ready to write response ...
2024/03/25 10:27:06 Ready to marshal response ...
2024/03/25 10:27:06 Ready to write response ...
2024/03/25 10:27:56 Ready to marshal response ...
2024/03/25 10:27:56 Ready to write response ...
2024/03/25 10:27:56 Ready to marshal response ...
2024/03/25 10:27:56 Ready to write response ...
2024/03/25 10:27:56 Ready to marshal response ...
2024/03/25 10:27:56 Ready to write response ...
2024/03/25 10:28:42 Ready to marshal response ...
2024/03/25 10:28:42 Ready to write response ...
==> kernel <==
10:29:08 up 1 day, 18:11, 0 users, load average: 0.22, 1.60, 2.29
Linux addons-777641 5.15.0-1056-aws #61~20.04.1-Ubuntu SMP Wed Mar 13 17:45:04 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [fffc27d234648d1fc553d8f8dc6bf63b40f8ee67d22013c9512c69da6242803a] <==
I0325 10:27:07.785297 1 main.go:227] handling current node
I0325 10:27:17.789920 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:27:17.789951 1 main.go:227] handling current node
I0325 10:27:27.802795 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:27:27.802825 1 main.go:227] handling current node
I0325 10:27:37.815157 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:27:37.815183 1 main.go:227] handling current node
I0325 10:27:47.825449 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:27:47.825476 1 main.go:227] handling current node
I0325 10:27:57.836051 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:27:57.836081 1 main.go:227] handling current node
I0325 10:28:07.844476 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:28:07.844511 1 main.go:227] handling current node
I0325 10:28:17.856467 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:28:17.856732 1 main.go:227] handling current node
I0325 10:28:27.865014 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:28:27.865041 1 main.go:227] handling current node
I0325 10:28:37.869678 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:28:37.869708 1 main.go:227] handling current node
I0325 10:28:47.880961 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:28:47.880988 1 main.go:227] handling current node
I0325 10:28:57.890588 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:28:57.890617 1 main.go:227] handling current node
I0325 10:29:07.903672 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0325 10:29:07.903698 1 main.go:227] handling current node
==> kube-apiserver [5a0f63cf9929895834ca892778db043b2e86c3630778897eae83da4826d4a09a] <==
I0325 10:26:11.709312 1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0325 10:26:18.798716 1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0325 10:26:19.829516 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0325 10:26:24.430521 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I0325 10:26:24.765124 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.88.10"}
I0325 10:26:45.022192 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0325 10:26:45.022266 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0325 10:26:45.070745 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0325 10:26:45.070985 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0325 10:26:45.093595 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0325 10:26:45.093652 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0325 10:26:45.106002 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0325 10:26:45.106068 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0325 10:26:45.144243 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0325 10:26:45.144302 1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0325 10:26:46.093922 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0325 10:26:46.145084 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0325 10:26:46.167807 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
E0325 10:27:07.923147 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0325 10:27:07.934108 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
E0325 10:27:07.946027 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0325 10:27:09.855372 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
E0325 10:27:22.947232 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0325 10:27:56.519566 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.104.145.98"}
I0325 10:28:42.967602 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.109.29.8"}
==> kube-controller-manager [9d8001ee15c0a89bc1b39d008a51e6dc737848642a823f2a955df711130398ed] <==
W0325 10:28:10.185889 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0325 10:28:10.185921 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0325 10:28:15.158176 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0325 10:28:15.158217 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0325 10:28:41.516657 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0325 10:28:41.516693 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0325 10:28:42.753926 1 event.go:376] "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"
I0325 10:28:42.775573 1 event.go:376] "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-78pvl"
I0325 10:28:42.790248 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="36.39353ms"
I0325 10:28:42.819459 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="29.086322ms"
I0325 10:28:42.820458 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="28.495µs"
I0325 10:28:42.823750 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="56.384µs"
I0325 10:28:45.929980 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="73.861µs"
I0325 10:28:46.910673 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="76.962µs"
I0325 10:28:47.903448 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="74.648µs"
W0325 10:28:51.352261 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0325 10:28:51.352295 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0325 10:28:54.470665 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0325 10:28:54.470700 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0325 10:28:59.595366 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0325 10:28:59.603570 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="6.573µs"
I0325 10:28:59.613683 1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0325 10:28:59.938783 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="43.142µs"
W0325 10:29:03.801801 1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0325 10:29:03.801835 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [a5ad35465ccf3beeea1dcbae52f5beff2e09375c55cd320b9cb9b72322bae205] <==
I0325 10:24:09.757104 1 server_others.go:72] "Using iptables proxy"
I0325 10:24:10.026812 1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0325 10:24:10.813491 1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0325 10:24:10.817422 1 server_others.go:168] "Using iptables Proxier"
I0325 10:24:10.820713 1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0325 10:24:10.820743 1 server_others.go:529] "Defaulting to no-op detect-local"
I0325 10:24:10.820770 1 proxier.go:245] "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"
I0325 10:24:10.820979 1 server.go:865] "Version info" version="v1.29.3"
I0325 10:24:10.820997 1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0325 10:24:10.822029 1 config.go:188] "Starting service config controller"
I0325 10:24:10.822107 1 shared_informer.go:311] Waiting for caches to sync for service config
I0325 10:24:10.822174 1 config.go:97] "Starting endpoint slice config controller"
I0325 10:24:10.822217 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0325 10:24:10.822697 1 config.go:315] "Starting node config controller"
I0325 10:24:10.822787 1 shared_informer.go:311] Waiting for caches to sync for node config
I0325 10:24:10.925208 1 shared_informer.go:318] Caches are synced for node config
I0325 10:24:10.925869 1 shared_informer.go:318] Caches are synced for service config
I0325 10:24:10.925918 1 shared_informer.go:318] Caches are synced for endpoint slice config
==> kube-scheduler [e91fc3acaa899b28585dd2a774e30a8742737539f25330c878c4a0dcb11034b0] <==
W0325 10:23:48.940476 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0325 10:23:48.940970 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0325 10:23:48.940527 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0325 10:23:48.940983 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0325 10:23:48.941000 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0325 10:23:48.941010 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0325 10:23:49.758956 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0325 10:23:49.759104 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
W0325 10:23:49.834782 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0325 10:23:49.834823 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0325 10:23:49.861889 1 reflector.go:539] 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"
E0325 10:23:49.862016 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"
W0325 10:23:49.876805 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0325 10:23:49.877042 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0325 10:23:49.992695 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0325 10:23:49.992813 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0325 10:23:50.012450 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0325 10:23:50.012589 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0325 10:23:50.021949 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0325 10:23:50.022117 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0325 10:23:50.068871 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
E0325 10:23:50.068919 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
W0325 10:23:50.080802 1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0325 10:23:50.080840 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
I0325 10:23:52.828719 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Mar 25 10:28:52 addons-777641 kubelet[1517]: E0325 10:28:52.447299 1517 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/8fcac8489a0be3022b9c4cd6a38e7b0190f400a6bd843b232055e2351ec56bc1/diff" to get inode usage: stat /var/lib/containers/storage/overlay/8fcac8489a0be3022b9c4cd6a38e7b0190f400a6bd843b232055e2351ec56bc1/diff: no such file or directory, extraDiskErr: <nil>
Mar 25 10:28:52 addons-777641 kubelet[1517]: E0325 10:28:52.450553 1517 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/aaa25ecebb25081e7cab2bd4a307ac996b974bc5c81d07376a66bf06e041c7ff/diff" to get inode usage: stat /var/lib/containers/storage/overlay/aaa25ecebb25081e7cab2bd4a307ac996b974bc5c81d07376a66bf06e041c7ff/diff: no such file or directory, extraDiskErr: <nil>
Mar 25 10:28:58 addons-777641 kubelet[1517]: I0325 10:28:58.846022 1517 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-qllk7\" (UniqueName: \"kubernetes.io/projected/ce86470a-82d4-4021-954f-465c0232a94f-kube-api-access-qllk7\") pod \"ce86470a-82d4-4021-954f-465c0232a94f\" (UID: \"ce86470a-82d4-4021-954f-465c0232a94f\") "
Mar 25 10:28:58 addons-777641 kubelet[1517]: I0325 10:28:58.847966 1517 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ce86470a-82d4-4021-954f-465c0232a94f-kube-api-access-qllk7" (OuterVolumeSpecName: "kube-api-access-qllk7") pod "ce86470a-82d4-4021-954f-465c0232a94f" (UID: "ce86470a-82d4-4021-954f-465c0232a94f"). InnerVolumeSpecName "kube-api-access-qllk7". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 25 10:28:58 addons-777641 kubelet[1517]: I0325 10:28:58.913173 1517 scope.go:117] "RemoveContainer" containerID="cfa55012761c792268ee18004e4237c6f251fd4671101bf42d541bbe0d5c38ca"
Mar 25 10:28:58 addons-777641 kubelet[1517]: I0325 10:28:58.946969 1517 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-qllk7\" (UniqueName: \"kubernetes.io/projected/ce86470a-82d4-4021-954f-465c0232a94f-kube-api-access-qllk7\") on node \"addons-777641\" DevicePath \"\""
Mar 25 10:28:59 addons-777641 kubelet[1517]: I0325 10:28:59.271531 1517 scope.go:117] "RemoveContainer" containerID="8bfedd88a9cfd72d06f58ab75c651821a04d6b618a351ff0caf0dfb1451686a8"
Mar 25 10:28:59 addons-777641 kubelet[1517]: I0325 10:28:59.916885 1517 scope.go:117] "RemoveContainer" containerID="8bfedd88a9cfd72d06f58ab75c651821a04d6b618a351ff0caf0dfb1451686a8"
Mar 25 10:28:59 addons-777641 kubelet[1517]: I0325 10:28:59.917153 1517 scope.go:117] "RemoveContainer" containerID="970118e672e2ae90acd3a7200b6fd3d4ed6e86cbb6c258b29cad965a79b06c42"
Mar 25 10:28:59 addons-777641 kubelet[1517]: E0325 10:28:59.917444 1517 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-78pvl_default(361df9ca-c7bd-4b13-82b1-5783bdc6af86)\"" pod="default/hello-world-app-5d77478584-78pvl" podUID="361df9ca-c7bd-4b13-82b1-5783bdc6af86"
Mar 25 10:29:00 addons-777641 kubelet[1517]: I0325 10:29:00.272980 1517 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="264e7ce1-c50f-4e90-b63c-6ea26900e182" path="/var/lib/kubelet/pods/264e7ce1-c50f-4e90-b63c-6ea26900e182/volumes"
Mar 25 10:29:00 addons-777641 kubelet[1517]: I0325 10:29:00.273460 1517 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ce86470a-82d4-4021-954f-465c0232a94f" path="/var/lib/kubelet/pods/ce86470a-82d4-4021-954f-465c0232a94f/volumes"
Mar 25 10:29:00 addons-777641 kubelet[1517]: I0325 10:29:00.273894 1517 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f7ade25f-1660-4e8f-bda4-2fa586979e90" path="/var/lib/kubelet/pods/f7ade25f-1660-4e8f-bda4-2fa586979e90/volumes"
Mar 25 10:29:00 addons-777641 kubelet[1517]: E0325 10:29:00.852685 1517 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/4c1aa5b9452092efdd542f44b2b7d80cde926c002466068dc828d57d3a0a6f14/diff" to get inode usage: stat /var/lib/containers/storage/overlay/4c1aa5b9452092efdd542f44b2b7d80cde926c002466068dc828d57d3a0a6f14/diff: no such file or directory, extraDiskErr: <nil>
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.875562 1517 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-6fd4s\" (UniqueName: \"kubernetes.io/projected/327cf482-c783-4218-9ef2-6cd6902304b6-kube-api-access-6fd4s\") pod \"327cf482-c783-4218-9ef2-6cd6902304b6\" (UID: \"327cf482-c783-4218-9ef2-6cd6902304b6\") "
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.875642 1517 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/327cf482-c783-4218-9ef2-6cd6902304b6-webhook-cert\") pod \"327cf482-c783-4218-9ef2-6cd6902304b6\" (UID: \"327cf482-c783-4218-9ef2-6cd6902304b6\") "
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.879921 1517 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/327cf482-c783-4218-9ef2-6cd6902304b6-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "327cf482-c783-4218-9ef2-6cd6902304b6" (UID: "327cf482-c783-4218-9ef2-6cd6902304b6"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.881019 1517 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/327cf482-c783-4218-9ef2-6cd6902304b6-kube-api-access-6fd4s" (OuterVolumeSpecName: "kube-api-access-6fd4s") pod "327cf482-c783-4218-9ef2-6cd6902304b6" (UID: "327cf482-c783-4218-9ef2-6cd6902304b6"). InnerVolumeSpecName "kube-api-access-6fd4s". PluginName "kubernetes.io/projected", VolumeGidValue ""
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.929005 1517 scope.go:117] "RemoveContainer" containerID="3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5"
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.946653 1517 scope.go:117] "RemoveContainer" containerID="3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5"
Mar 25 10:29:02 addons-777641 kubelet[1517]: E0325 10:29:02.947075 1517 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5\": container with ID starting with 3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5 not found: ID does not exist" containerID="3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5"
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.947126 1517 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5"} err="failed to get container status \"3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5\": rpc error: code = NotFound desc = could not find container \"3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5\": container with ID starting with 3ffe80653b1f3b9a44a2fa9a2319f6eba4c11501e8c28e8e3c8130e950ae9fc5 not found: ID does not exist"
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.976512 1517 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/327cf482-c783-4218-9ef2-6cd6902304b6-webhook-cert\") on node \"addons-777641\" DevicePath \"\""
Mar 25 10:29:02 addons-777641 kubelet[1517]: I0325 10:29:02.976556 1517 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-6fd4s\" (UniqueName: \"kubernetes.io/projected/327cf482-c783-4218-9ef2-6cd6902304b6-kube-api-access-6fd4s\") on node \"addons-777641\" DevicePath \"\""
Mar 25 10:29:04 addons-777641 kubelet[1517]: I0325 10:29:04.272928 1517 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="327cf482-c783-4218-9ef2-6cd6902304b6" path="/var/lib/kubelet/pods/327cf482-c783-4218-9ef2-6cd6902304b6/volumes"
==> storage-provisioner [441f126afd7d0556a756f573955cbaf415d0a2755c89fbe964838b659e808034] <==
I0325 10:24:38.522868 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0325 10:24:38.561682 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0325 10:24:38.561800 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0325 10:24:38.591187 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0325 10:24:38.605073 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-777641_7cc69527-52b7-4887-a8cb-f907ce049bce!
I0325 10:24:38.591420 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"7e74b1f7-1731-46e6-81e9-4493d2ca3f53", APIVersion:"v1", ResourceVersion:"881", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-777641_7cc69527-52b7-4887-a8cb-f907ce049bce became leader
I0325 10:24:38.709214 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-777641_7cc69527-52b7-4887-a8cb-f907ce049bce!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-777641 -n addons-777641
helpers_test.go:261: (dbg) Run: kubectl --context addons-777641 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 (165.00s)