=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run: kubectl --context addons-277972 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:234: (dbg) Run: kubectl --context addons-277972 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run: kubectl --context addons-277972 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [3ff0e6e2-2f4e-4706-8c7f-b01055784d6b] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [3ff0e6e2-2f4e-4706-8c7f-b01055784d6b] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003175004s
addons_test.go:264: (dbg) Run: out/minikube-linux-arm64 -p addons-277972 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:264: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-277972 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.335173921s)
** stderr **
ssh: Process exited with status 28
** /stderr **
addons_test.go:280: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:288: (dbg) Run: kubectl --context addons-277972 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:293: (dbg) Run: out/minikube-linux-arm64 -p addons-277972 ip
addons_test.go:299: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:299: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.071129985s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:301: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:305: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:308: (dbg) Run: out/minikube-linux-arm64 -p addons-277972 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:313: (dbg) Run: out/minikube-linux-arm64 -p addons-277972 addons disable ingress --alsologtostderr -v=1
addons_test.go:313: (dbg) Done: out/minikube-linux-arm64 -p addons-277972 addons disable ingress --alsologtostderr -v=1: (7.784235694s)
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-277972
helpers_test.go:235: (dbg) docker inspect addons-277972:
-- stdout --
[
{
"Id": "8e5dca8db26f50c60bd6c1cf7b15671f545c9764358766df1899c6b1b64dba80",
"Created": "2024-07-04T12:47:40.058135973Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 42302,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-07-04T12:47:40.223538382Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:fe62b5a5301065dd92924d274286e0d1b2227c557eb51c213d07169631b2b3f7",
"ResolvConfPath": "/var/lib/docker/containers/8e5dca8db26f50c60bd6c1cf7b15671f545c9764358766df1899c6b1b64dba80/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/8e5dca8db26f50c60bd6c1cf7b15671f545c9764358766df1899c6b1b64dba80/hostname",
"HostsPath": "/var/lib/docker/containers/8e5dca8db26f50c60bd6c1cf7b15671f545c9764358766df1899c6b1b64dba80/hosts",
"LogPath": "/var/lib/docker/containers/8e5dca8db26f50c60bd6c1cf7b15671f545c9764358766df1899c6b1b64dba80/8e5dca8db26f50c60bd6c1cf7b15671f545c9764358766df1899c6b1b64dba80-json.log",
"Name": "/addons-277972",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-277972:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-277972",
"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/796eea6cf56f9c371c88f45e60861ee7d917591ae00057b667f0f705d877f08e-init/diff:/var/lib/docker/overlay2/2d3700c5c42be6b6fadc8e407f62b89dd1eb394635e627a5396dd86d0b87a186/diff",
"MergedDir": "/var/lib/docker/overlay2/796eea6cf56f9c371c88f45e60861ee7d917591ae00057b667f0f705d877f08e/merged",
"UpperDir": "/var/lib/docker/overlay2/796eea6cf56f9c371c88f45e60861ee7d917591ae00057b667f0f705d877f08e/diff",
"WorkDir": "/var/lib/docker/overlay2/796eea6cf56f9c371c88f45e60861ee7d917591ae00057b667f0f705d877f08e/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-277972",
"Source": "/var/lib/docker/volumes/addons-277972/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-277972",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": [
"/usr/local/bin/entrypoint",
"/sbin/init"
],
"OnBuild": null,
"Labels": {
"created_by.minikube.sigs.k8s.io": "true",
"mode.minikube.sigs.k8s.io": "addons-277972",
"name.minikube.sigs.k8s.io": "addons-277972",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "3e943a1d2b2b48fb36d58cc8b170ffdcc8637ca81f774dd3a8ba09dac37d116d",
"SandboxKey": "/var/run/docker/netns/3e943a1d2b2b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37344"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37345"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37348"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37346"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "37347"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-277972": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "e9d33e2499ec2f9fab5912141ce0f53629529d95563fdcaadd1688b97024e66c",
"EndpointID": "ee4f6304d9e632eb479aa9126ac9b167c06eeaac52f8ed87a83168aa7bb95fb4",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-277972",
"8e5dca8db26f"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-277972 -n addons-277972
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-277972 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-277972 logs -n 25: (1.495850732s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | 04 Jul 24 12:47 UTC |
| delete | -p download-only-001324 | download-only-001324 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | 04 Jul 24 12:47 UTC |
| delete | -p download-only-176324 | download-only-176324 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | 04 Jul 24 12:47 UTC |
| delete | -p download-only-001324 | download-only-001324 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | 04 Jul 24 12:47 UTC |
| start | --download-only -p | download-docker-197933 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | |
| | download-docker-197933 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p download-docker-197933 | download-docker-197933 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | 04 Jul 24 12:47 UTC |
| start | --download-only -p | binary-mirror-374578 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | |
| | binary-mirror-374578 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:36877 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| delete | -p binary-mirror-374578 | binary-mirror-374578 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | 04 Jul 24 12:47 UTC |
| addons | enable dashboard -p | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | |
| | addons-277972 | | | | | |
| addons | disable dashboard -p | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | |
| | addons-277972 | | | | | |
| start | -p addons-277972 --wait=true | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:47 UTC | 04 Jul 24 12:50 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=crio | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | disable nvidia-device-plugin | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:50 UTC | 04 Jul 24 12:50 UTC |
| | -p addons-277972 | | | | | |
| ip | addons-277972 ip | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:50 UTC | 04 Jul 24 12:50 UTC |
| addons | addons-277972 addons disable | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:50 UTC | 04 Jul 24 12:50 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-277972 ssh cat | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:50 UTC | 04 Jul 24 12:50 UTC |
| | /opt/local-path-provisioner/pvc-c467aa45-5beb-41c0-950a-eba68af7e52e_default_test-pvc/file1 | | | | | |
| addons | addons-277972 addons disable | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:51 UTC | 04 Jul 24 12:51 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:51 UTC | 04 Jul 24 12:51 UTC |
| | addons-277972 | | | | | |
| addons | enable headlamp | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:51 UTC | 04 Jul 24 12:51 UTC |
| | -p addons-277972 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-277972 addons | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:51 UTC | 04 Jul 24 12:51 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-277972 addons | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:51 UTC | 04 Jul 24 12:51 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:52 UTC | 04 Jul 24 12:52 UTC |
| | addons-277972 | | | | | |
| ssh | addons-277972 ssh curl -s | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:52 UTC | |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-277972 ip | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:54 UTC | 04 Jul 24 12:54 UTC |
| addons | addons-277972 addons disable | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:54 UTC | 04 Jul 24 12:54 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-277972 addons disable | addons-277972 | jenkins | v1.33.1 | 04 Jul 24 12:54 UTC | 04 Jul 24 12:54 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/07/04 12:47:16
Running on machine: ip-172-31-30-239
Binary: Built with gc go1.22.4 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0704 12:47:16.208235 41807 out.go:291] Setting OutFile to fd 1 ...
I0704 12:47:16.208361 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 12:47:16.208371 41807 out.go:304] Setting ErrFile to fd 2...
I0704 12:47:16.208377 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 12:47:16.208631 41807 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19191-35649/.minikube/bin
I0704 12:47:16.209070 41807 out.go:298] Setting JSON to false
I0704 12:47:16.209933 41807 start.go:129] hostinfo: {"hostname":"ip-172-31-30-239","uptime":66587,"bootTime":1720030650,"procs":168,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1064-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"92f46a7d-c249-4c12-924a-77f64874c910"}
I0704 12:47:16.210006 41807 start.go:139] virtualization:
I0704 12:47:16.212581 41807 out.go:177] * [addons-277972] minikube v1.33.1 on Ubuntu 20.04 (arm64)
I0704 12:47:16.214814 41807 out.go:177] - MINIKUBE_LOCATION=19191
I0704 12:47:16.214898 41807 notify.go:220] Checking for updates...
I0704 12:47:16.218498 41807 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0704 12:47:16.220693 41807 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/19191-35649/kubeconfig
I0704 12:47:16.222682 41807 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/19191-35649/.minikube
I0704 12:47:16.224512 41807 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0704 12:47:16.227014 41807 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0704 12:47:16.229304 41807 driver.go:392] Setting default libvirt URI to qemu:///system
I0704 12:47:16.253018 41807 docker.go:122] docker version: linux-27.0.3:Docker Engine - Community
I0704 12:47:16.253133 41807 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0704 12:47:16.305435 41807 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-04 12:47:16.295559074 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214896640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0704 12:47:16.305545 41807 docker.go:295] overlay module found
I0704 12:47:16.307657 41807 out.go:177] * Using the docker driver based on user configuration
I0704 12:47:16.309566 41807 start.go:297] selected driver: docker
I0704 12:47:16.309592 41807 start.go:901] validating driver "docker" against <nil>
I0704 12:47:16.309608 41807 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0704 12:47:16.310262 41807 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0704 12:47:16.360252 41807 info.go:266] docker info: {ID:6ZPO:QZND:VNGE:LUKL:4Y3K:XELL:AAX4:2GTK:E6LM:MPRN:3ZXR:TTMR Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:44 SystemTime:2024-07-04 12:47:16.351027689 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1064-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aar
ch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214896640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-30-239 Labels:[] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1]] Warnings:<nil>}}
I0704 12:47:16.360431 41807 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0704 12:47:16.360656 41807 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0704 12:47:16.362603 41807 out.go:177] * Using Docker driver with root privileges
I0704 12:47:16.364419 41807 cni.go:84] Creating CNI manager for ""
I0704 12:47:16.364441 41807 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0704 12:47:16.364455 41807 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
I0704 12:47:16.364547 41807 start.go:340] cluster config:
{Name:addons-277972 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-277972 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0704 12:47:16.366690 41807 out.go:177] * Starting "addons-277972" primary control-plane node in "addons-277972" cluster
I0704 12:47:16.368603 41807 cache.go:121] Beginning downloading kic base image for docker with crio
I0704 12:47:16.370135 41807 out.go:177] * Pulling base image v0.0.44-1719972989-19184 ...
I0704 12:47:16.371855 41807 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 in local docker daemon
I0704 12:47:16.371917 41807 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0704 12:47:16.371950 41807 preload.go:147] Found local preload: /home/jenkins/minikube-integration/19191-35649/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4
I0704 12:47:16.371962 41807 cache.go:56] Caching tarball of preloaded images
I0704 12:47:16.372039 41807 preload.go:173] Found /home/jenkins/minikube-integration/19191-35649/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
I0704 12:47:16.372053 41807 cache.go:59] Finished verifying existence of preloaded tar for v1.30.2 on crio
I0704 12:47:16.372392 41807 profile.go:143] Saving config to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/config.json ...
I0704 12:47:16.372419 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/config.json: {Name:mk49b3270aaaf16ebbe43b16def5bf421d5c5050 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:16.386557 41807 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 to local cache
I0704 12:47:16.386692 41807 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 in local cache directory
I0704 12:47:16.386716 41807 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 in local cache directory, skipping pull
I0704 12:47:16.386723 41807 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 exists in cache, skipping pull
I0704 12:47:16.386732 41807 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 as a tarball
I0704 12:47:16.386737 41807 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 from local cache
I0704 12:47:32.897055 41807 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 from cached tarball
I0704 12:47:32.897094 41807 cache.go:194] Successfully downloaded all kic artifacts
I0704 12:47:32.897124 41807 start.go:360] acquireMachinesLock for addons-277972: {Name:mkd37b81812c76e754e0dc296db9210dcbe421fc Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0704 12:47:32.897252 41807 start.go:364] duration metric: took 102.972µs to acquireMachinesLock for "addons-277972"
I0704 12:47:32.897285 41807 start.go:93] Provisioning new machine with config: &{Name:addons-277972 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-277972 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0704 12:47:32.897369 41807 start.go:125] createHost starting for "" (driver="docker")
I0704 12:47:32.900181 41807 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0704 12:47:32.900443 41807 start.go:159] libmachine.API.Create for "addons-277972" (driver="docker")
I0704 12:47:32.900480 41807 client.go:168] LocalClient.Create starting
I0704 12:47:32.900596 41807 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca.pem
I0704 12:47:33.677830 41807 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/cert.pem
I0704 12:47:34.053385 41807 cli_runner.go:164] Run: docker network inspect addons-277972 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0704 12:47:34.069034 41807 cli_runner.go:211] docker network inspect addons-277972 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0704 12:47:34.069137 41807 network_create.go:284] running [docker network inspect addons-277972] to gather additional debugging logs...
I0704 12:47:34.069159 41807 cli_runner.go:164] Run: docker network inspect addons-277972
W0704 12:47:34.084423 41807 cli_runner.go:211] docker network inspect addons-277972 returned with exit code 1
I0704 12:47:34.084461 41807 network_create.go:287] error running [docker network inspect addons-277972]: docker network inspect addons-277972: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-277972 not found
I0704 12:47:34.084476 41807 network_create.go:289] output of [docker network inspect addons-277972]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-277972 not found
** /stderr **
I0704 12:47:34.084580 41807 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0704 12:47:34.100620 41807 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:0x4001c97ea0}
I0704 12:47:34.100665 41807 network_create.go:124] attempt to create docker network addons-277972 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0704 12:47:34.100723 41807 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-277972 addons-277972
I0704 12:47:34.167312 41807 network_create.go:108] docker network addons-277972 192.168.49.0/24 created
I0704 12:47:34.167341 41807 kic.go:121] calculated static IP "192.168.49.2" for the "addons-277972" container
I0704 12:47:34.167414 41807 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0704 12:47:34.182206 41807 cli_runner.go:164] Run: docker volume create addons-277972 --label name.minikube.sigs.k8s.io=addons-277972 --label created_by.minikube.sigs.k8s.io=true
I0704 12:47:34.198513 41807 oci.go:103] Successfully created a docker volume addons-277972
I0704 12:47:34.198610 41807 cli_runner.go:164] Run: docker run --rm --name addons-277972-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-277972 --entrypoint /usr/bin/test -v addons-277972:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -d /var/lib
I0704 12:47:35.777317 41807 cli_runner.go:217] Completed: docker run --rm --name addons-277972-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-277972 --entrypoint /usr/bin/test -v addons-277972:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -d /var/lib: (1.578657965s)
I0704 12:47:35.777348 41807 oci.go:107] Successfully prepared a docker volume addons-277972
I0704 12:47:35.777372 41807 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0704 12:47:35.777392 41807 kic.go:194] Starting extracting preloaded images to volume ...
I0704 12:47:35.777487 41807 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19191-35649/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-277972:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -I lz4 -xf /preloaded.tar -C /extractDir
I0704 12:47:39.968858 41807 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19191-35649/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.2-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-277972:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 -I lz4 -xf /preloaded.tar -C /extractDir: (4.191315173s)
I0704 12:47:39.968896 41807 kic.go:203] duration metric: took 4.191501688s to extract preloaded images to volume ...
W0704 12:47:39.969038 41807 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0704 12:47:39.969157 41807 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0704 12:47:40.042960 41807 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-277972 --name addons-277972 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-277972 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-277972 --network addons-277972 --ip 192.168.49.2 --volume addons-277972:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1
I0704 12:47:40.391808 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Running}}
I0704 12:47:40.410331 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:47:40.431237 41807 cli_runner.go:164] Run: docker exec addons-277972 stat /var/lib/dpkg/alternatives/iptables
I0704 12:47:40.497045 41807 oci.go:144] the created container "addons-277972" has a running status.
I0704 12:47:40.497085 41807 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa...
I0704 12:47:40.784960 41807 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0704 12:47:40.813839 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:47:40.842536 41807 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0704 12:47:40.842557 41807 kic_runner.go:114] Args: [docker exec --privileged addons-277972 chown docker:docker /home/docker/.ssh/authorized_keys]
I0704 12:47:40.909757 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:47:40.935656 41807 machine.go:94] provisionDockerMachine start ...
I0704 12:47:40.935765 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:40.967230 41807 main.go:141] libmachine: Using SSH client type: native
I0704 12:47:40.967757 41807 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 37344 <nil> <nil>}
I0704 12:47:40.967772 41807 main.go:141] libmachine: About to run SSH command:
hostname
I0704 12:47:40.971743 41807 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
I0704 12:47:44.115626 41807 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-277972
I0704 12:47:44.115657 41807 ubuntu.go:169] provisioning hostname "addons-277972"
I0704 12:47:44.115727 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:44.132489 41807 main.go:141] libmachine: Using SSH client type: native
I0704 12:47:44.132734 41807 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 37344 <nil> <nil>}
I0704 12:47:44.132750 41807 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-277972 && echo "addons-277972" | sudo tee /etc/hostname
I0704 12:47:44.284746 41807 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-277972
I0704 12:47:44.284847 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:44.302474 41807 main.go:141] libmachine: Using SSH client type: native
I0704 12:47:44.302783 41807 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 37344 <nil> <nil>}
I0704 12:47:44.302809 41807 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-277972' /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-277972/g' /etc/hosts;
else
echo '127.0.1.1 addons-277972' | sudo tee -a /etc/hosts;
fi
fi
I0704 12:47:44.443582 41807 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0704 12:47:44.443673 41807 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19191-35649/.minikube CaCertPath:/home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19191-35649/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19191-35649/.minikube}
I0704 12:47:44.443728 41807 ubuntu.go:177] setting up certificates
I0704 12:47:44.443758 41807 provision.go:84] configureAuth start
I0704 12:47:44.443868 41807 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-277972
I0704 12:47:44.460209 41807 provision.go:143] copyHostCerts
I0704 12:47:44.460297 41807 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19191-35649/.minikube/ca.pem (1078 bytes)
I0704 12:47:44.460448 41807 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19191-35649/.minikube/cert.pem (1123 bytes)
I0704 12:47:44.460520 41807 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19191-35649/.minikube/key.pem (1679 bytes)
I0704 12:47:44.460584 41807 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19191-35649/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca-key.pem org=jenkins.addons-277972 san=[127.0.0.1 192.168.49.2 addons-277972 localhost minikube]
I0704 12:47:45.029272 41807 provision.go:177] copyRemoteCerts
I0704 12:47:45.029360 41807 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0704 12:47:45.029416 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:45.092754 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:47:45.202779 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0704 12:47:45.239309 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0704 12:47:45.279912 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0704 12:47:45.323602 41807 provision.go:87] duration metric: took 879.815554ms to configureAuth
I0704 12:47:45.323634 41807 ubuntu.go:193] setting minikube options for container-runtime
I0704 12:47:45.323847 41807 config.go:182] Loaded profile config "addons-277972": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0704 12:47:45.323972 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:45.347993 41807 main.go:141] libmachine: Using SSH client type: native
I0704 12:47:45.348260 41807 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e2ba0] 0x3e5400 <nil> [] 0s} 127.0.0.1 37344 <nil> <nil>}
I0704 12:47:45.348282 41807 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
I0704 12:47:45.591229 41807 main.go:141] libmachine: SSH cmd err, output: <nil>:
CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
I0704 12:47:45.591294 41807 machine.go:97] duration metric: took 4.655619524s to provisionDockerMachine
I0704 12:47:45.591322 41807 client.go:171] duration metric: took 12.690830578s to LocalClient.Create
I0704 12:47:45.591367 41807 start.go:167] duration metric: took 12.69091197s to libmachine.API.Create "addons-277972"
I0704 12:47:45.591392 41807 start.go:293] postStartSetup for "addons-277972" (driver="docker")
I0704 12:47:45.591416 41807 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0704 12:47:45.591535 41807 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
I0704 12:47:45.591602 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:45.608803 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:47:45.708594 41807 ssh_runner.go:195] Run: cat /etc/os-release
I0704 12:47:45.711667 41807 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0704 12:47:45.711707 41807 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0704 12:47:45.711738 41807 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0704 12:47:45.711752 41807 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0704 12:47:45.711763 41807 filesync.go:126] Scanning /home/jenkins/minikube-integration/19191-35649/.minikube/addons for local assets ...
I0704 12:47:45.711846 41807 filesync.go:126] Scanning /home/jenkins/minikube-integration/19191-35649/.minikube/files for local assets ...
I0704 12:47:45.711881 41807 start.go:296] duration metric: took 120.469461ms for postStartSetup
I0704 12:47:45.712203 41807 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-277972
I0704 12:47:45.728235 41807 profile.go:143] Saving config to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/config.json ...
I0704 12:47:45.728533 41807 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0704 12:47:45.728584 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:45.744855 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:47:45.840717 41807 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0704 12:47:45.845828 41807 start.go:128] duration metric: took 12.948443258s to createHost
I0704 12:47:45.845855 41807 start.go:83] releasing machines lock for "addons-277972", held for 12.948586664s
I0704 12:47:45.845933 41807 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-277972
I0704 12:47:45.862006 41807 ssh_runner.go:195] Run: cat /version.json
I0704 12:47:45.862026 41807 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0704 12:47:45.862061 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:45.862087 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:47:45.886851 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:47:45.902586 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:47:46.121575 41807 ssh_runner.go:195] Run: systemctl --version
I0704 12:47:46.126204 41807 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
I0704 12:47:46.268274 41807 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0704 12:47:46.272877 41807 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0704 12:47:46.293306 41807 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
I0704 12:47:46.293394 41807 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0704 12:47:46.327033 41807 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0704 12:47:46.327083 41807 start.go:494] detecting cgroup driver to use...
I0704 12:47:46.327115 41807 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0704 12:47:46.327175 41807 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
I0704 12:47:46.344522 41807 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
I0704 12:47:46.356035 41807 docker.go:217] disabling cri-docker service (if available) ...
I0704 12:47:46.356099 41807 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0704 12:47:46.370625 41807 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0704 12:47:46.385293 41807 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0704 12:47:46.467186 41807 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0704 12:47:46.570633 41807 docker.go:233] disabling docker service ...
I0704 12:47:46.570745 41807 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0704 12:47:46.591909 41807 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0704 12:47:46.604210 41807 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0704 12:47:46.703051 41807 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0704 12:47:46.824167 41807 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0704 12:47:46.836795 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
" | sudo tee /etc/crictl.yaml"
I0704 12:47:46.854691 41807 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
I0704 12:47:46.854756 41807 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
I0704 12:47:46.864714 41807 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
I0704 12:47:46.864866 41807 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
I0704 12:47:46.875038 41807 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
I0704 12:47:46.885677 41807 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
I0704 12:47:46.895424 41807 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0704 12:47:46.904560 41807 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
I0704 12:47:46.914413 41807 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
I0704 12:47:46.930261 41807 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
I0704 12:47:46.940428 41807 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0704 12:47:46.949312 41807 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0704 12:47:46.957947 41807 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0704 12:47:47.040571 41807 ssh_runner.go:195] Run: sudo systemctl restart crio
I0704 12:47:47.152704 41807 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
I0704 12:47:47.152827 41807 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
I0704 12:47:47.156230 41807 start.go:562] Will wait 60s for crictl version
I0704 12:47:47.156293 41807 ssh_runner.go:195] Run: which crictl
I0704 12:47:47.160098 41807 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0704 12:47:47.205820 41807 start.go:578] Version: 0.1.0
RuntimeName: cri-o
RuntimeVersion: 1.24.6
RuntimeApiVersion: v1
I0704 12:47:47.205923 41807 ssh_runner.go:195] Run: crio --version
I0704 12:47:47.247309 41807 ssh_runner.go:195] Run: crio --version
I0704 12:47:47.289631 41807 out.go:177] * Preparing Kubernetes v1.30.2 on CRI-O 1.24.6 ...
I0704 12:47:47.291435 41807 cli_runner.go:164] Run: docker network inspect addons-277972 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0704 12:47:47.306994 41807 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0704 12:47:47.310620 41807 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0704 12:47:47.320988 41807 kubeadm.go:883] updating cluster {Name:addons-277972 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-277972 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0704 12:47:47.321113 41807 preload.go:132] Checking if preload exists for k8s version v1.30.2 and runtime crio
I0704 12:47:47.321169 41807 ssh_runner.go:195] Run: sudo crictl images --output json
I0704 12:47:47.392647 41807 crio.go:514] all images are preloaded for cri-o runtime.
I0704 12:47:47.392672 41807 crio.go:433] Images already preloaded, skipping extraction
I0704 12:47:47.392726 41807 ssh_runner.go:195] Run: sudo crictl images --output json
I0704 12:47:47.432075 41807 crio.go:514] all images are preloaded for cri-o runtime.
I0704 12:47:47.432097 41807 cache_images.go:84] Images are preloaded, skipping loading
I0704 12:47:47.432106 41807 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.30.2 crio true true} ...
I0704 12:47:47.432201 41807 kubeadm.go:946] kubelet [Unit]
Wants=crio.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.30.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-277972 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.30.2 ClusterName:addons-277972 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0704 12:47:47.432288 41807 ssh_runner.go:195] Run: crio config
I0704 12:47:47.479989 41807 cni.go:84] Creating CNI manager for ""
I0704 12:47:47.480054 41807 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0704 12:47:47.480080 41807 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0704 12:47:47.480131 41807 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.30.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-277972 NodeName:addons-277972 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0704 12:47:47.480321 41807 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-277972"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.30.2
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0704 12:47:47.480427 41807 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.30.2
I0704 12:47:47.489427 41807 binaries.go:44] Found k8s binaries, skipping transfer
I0704 12:47:47.489528 41807 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0704 12:47:47.498102 41807 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
I0704 12:47:47.515744 41807 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0704 12:47:47.533848 41807 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
I0704 12:47:47.551630 41807 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0704 12:47:47.555061 41807 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0704 12:47:47.565892 41807 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0704 12:47:47.652185 41807 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0704 12:47:47.666047 41807 certs.go:68] Setting up /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972 for IP: 192.168.49.2
I0704 12:47:47.666109 41807 certs.go:194] generating shared ca certs ...
I0704 12:47:47.666139 41807 certs.go:226] acquiring lock for ca certs: {Name:mkd841c03740051fd2409fd13a2bafa0cd2e0c6e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:47.666289 41807 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19191-35649/.minikube/ca.key
I0704 12:47:48.628917 41807 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19191-35649/.minikube/ca.crt ...
I0704 12:47:48.628952 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/ca.crt: {Name:mk3b3a4dc27342a70d956d4d796f769515952dc6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:48.629683 41807 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19191-35649/.minikube/ca.key ...
I0704 12:47:48.629700 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/ca.key: {Name:mkd72d40ec602bc9bb1c28d292d9bbf080cb4f77 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:48.629799 41807 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19191-35649/.minikube/proxy-client-ca.key
I0704 12:47:48.773464 41807 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19191-35649/.minikube/proxy-client-ca.crt ...
I0704 12:47:48.773493 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/proxy-client-ca.crt: {Name:mk0e47aa2e13ec9619d7cf1870c254597e4042bf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:48.773663 41807 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19191-35649/.minikube/proxy-client-ca.key ...
I0704 12:47:48.773677 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/proxy-client-ca.key: {Name:mk333dc120c12053518ff8c9a78fe45b0713f931 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:48.773777 41807 certs.go:256] generating profile certs ...
I0704 12:47:48.773839 41807 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/client.key
I0704 12:47:48.773857 41807 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/client.crt with IP's: []
I0704 12:47:49.677482 41807 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/client.crt ...
I0704 12:47:49.677516 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/client.crt: {Name:mk921d83393d32feb8d38343eaa1a8777f6626a6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:49.677715 41807 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/client.key ...
I0704 12:47:49.677728 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/client.key: {Name:mk4c25616a142fcc29f0bc652f984ffab6a4a136 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:49.677816 41807 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.key.c6317c17
I0704 12:47:49.677836 41807 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.crt.c6317c17 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0704 12:47:49.855360 41807 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.crt.c6317c17 ...
I0704 12:47:49.855391 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.crt.c6317c17: {Name:mk53cbc283856380c45be65bc9c38ffbdbc49d8e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:49.855614 41807 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.key.c6317c17 ...
I0704 12:47:49.855630 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.key.c6317c17: {Name:mk0f7ce7740f55e7e73ab39a4ed5edc38b613602 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:49.855722 41807 certs.go:381] copying /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.crt.c6317c17 -> /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.crt
I0704 12:47:49.855805 41807 certs.go:385] copying /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.key.c6317c17 -> /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.key
I0704 12:47:49.855865 41807 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.key
I0704 12:47:49.855887 41807 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.crt with IP's: []
I0704 12:47:50.063336 41807 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.crt ...
I0704 12:47:50.063371 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.crt: {Name:mk59d8c64ccc90a022ebb45cf0deb61e3162fbac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:50.063580 41807 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.key ...
I0704 12:47:50.063595 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.key: {Name:mkaf25b0ae28cb15590503e5873d4c197a08bb7c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:47:50.063792 41807 certs.go:484] found cert: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca-key.pem (1679 bytes)
I0704 12:47:50.063835 41807 certs.go:484] found cert: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/ca.pem (1078 bytes)
I0704 12:47:50.063868 41807 certs.go:484] found cert: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/cert.pem (1123 bytes)
I0704 12:47:50.063895 41807 certs.go:484] found cert: /home/jenkins/minikube-integration/19191-35649/.minikube/certs/key.pem (1679 bytes)
I0704 12:47:50.064506 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0704 12:47:50.091259 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0704 12:47:50.118260 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0704 12:47:50.144240 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0704 12:47:50.169877 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0704 12:47:50.195885 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I0704 12:47:50.220416 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0704 12:47:50.243846 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/profiles/addons-277972/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0704 12:47:50.267798 41807 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19191-35649/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0704 12:47:50.292462 41807 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0704 12:47:50.310212 41807 ssh_runner.go:195] Run: openssl version
I0704 12:47:50.315622 41807 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I0704 12:47:50.324923 41807 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0704 12:47:50.328431 41807 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jul 4 12:47 /usr/share/ca-certificates/minikubeCA.pem
I0704 12:47:50.328494 41807 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0704 12:47:50.335449 41807 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0704 12:47:50.344654 41807 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0704 12:47:50.347891 41807 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0704 12:47:50.347940 41807 kubeadm.go:392] StartCluster: {Name:addons-277972 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1719972989-19184@sha256:86cb76941aa00fc70e665895234bda20991d5563e39b8ff07212e31a82ce7fb1 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.2 ClusterName:addons-277972 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0704 12:47:50.348032 41807 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
I0704 12:47:50.348094 41807 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0704 12:47:50.388671 41807 cri.go:89] found id: ""
I0704 12:47:50.388788 41807 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0704 12:47:50.397909 41807 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0704 12:47:50.406849 41807 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0704 12:47:50.406931 41807 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I0704 12:47:50.416125 41807 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0704 12:47:50.416147 41807 kubeadm.go:157] found existing configuration files:
I0704 12:47:50.416206 41807 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0704 12:47:50.425334 41807 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0704 12:47:50.425418 41807 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0704 12:47:50.433891 41807 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0704 12:47:50.442867 41807 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0704 12:47:50.442955 41807 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0704 12:47:50.451903 41807 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0704 12:47:50.460808 41807 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0704 12:47:50.460904 41807 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0704 12:47:50.469255 41807 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0704 12:47:50.477940 41807 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0704 12:47:50.478024 41807 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0704 12:47:50.486688 41807 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.30.2:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0704 12:47:50.530823 41807 kubeadm.go:310] [init] Using Kubernetes version: v1.30.2
I0704 12:47:50.531003 41807 kubeadm.go:310] [preflight] Running pre-flight checks
I0704 12:47:50.569305 41807 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
I0704 12:47:50.569380 41807 kubeadm.go:310] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1064-aws[0m
I0704 12:47:50.569420 41807 kubeadm.go:310] [0;37mOS[0m: [0;32mLinux[0m
I0704 12:47:50.569469 41807 kubeadm.go:310] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0704 12:47:50.569520 41807 kubeadm.go:310] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0704 12:47:50.569573 41807 kubeadm.go:310] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0704 12:47:50.569623 41807 kubeadm.go:310] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0704 12:47:50.569671 41807 kubeadm.go:310] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0704 12:47:50.569721 41807 kubeadm.go:310] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0704 12:47:50.569767 41807 kubeadm.go:310] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0704 12:47:50.569817 41807 kubeadm.go:310] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0704 12:47:50.569868 41807 kubeadm.go:310] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0704 12:47:50.634939 41807 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0704 12:47:50.635132 41807 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0704 12:47:50.635265 41807 kubeadm.go:310] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0704 12:47:50.873829 41807 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0704 12:47:50.877461 41807 out.go:204] - Generating certificates and keys ...
I0704 12:47:50.877672 41807 kubeadm.go:310] [certs] Using existing ca certificate authority
I0704 12:47:50.877744 41807 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0704 12:47:52.052076 41807 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0704 12:47:53.065158 41807 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0704 12:47:53.217896 41807 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0704 12:47:53.650326 41807 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0704 12:47:53.842176 41807 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0704 12:47:53.842490 41807 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-277972 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0704 12:47:54.290414 41807 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0704 12:47:54.290663 41807 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-277972 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0704 12:47:54.842531 41807 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0704 12:47:55.578686 41807 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0704 12:47:56.254268 41807 kubeadm.go:310] [certs] Generating "sa" key and public key
I0704 12:47:56.254590 41807 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0704 12:47:56.554864 41807 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0704 12:47:56.787158 41807 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0704 12:47:56.919585 41807 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0704 12:47:57.343932 41807 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0704 12:47:57.533845 41807 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0704 12:47:57.534856 41807 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0704 12:47:57.545947 41807 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0704 12:47:57.548447 41807 out.go:204] - Booting up control plane ...
I0704 12:47:57.548544 41807 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0704 12:47:57.548619 41807 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0704 12:47:57.549281 41807 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0704 12:47:57.559512 41807 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0704 12:47:57.560680 41807 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0704 12:47:57.560750 41807 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0704 12:47:57.655345 41807 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0704 12:47:57.655439 41807 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet. This can take up to 4m0s
I0704 12:48:00.183115 41807 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 2.527079197s
I0704 12:48:00.183205 41807 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0704 12:48:06.184616 41807 kubeadm.go:310] [api-check] The API server is healthy after 6.002282989s
I0704 12:48:06.203771 41807 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0704 12:48:06.218601 41807 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0704 12:48:06.246197 41807 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0704 12:48:06.246384 41807 kubeadm.go:310] [mark-control-plane] Marking the node addons-277972 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0704 12:48:06.258316 41807 kubeadm.go:310] [bootstrap-token] Using token: tyq79q.kbg2fgcvjtr3lpb1
I0704 12:48:06.261351 41807 out.go:204] - Configuring RBAC rules ...
I0704 12:48:06.261480 41807 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0704 12:48:06.265180 41807 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0704 12:48:06.273206 41807 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0704 12:48:06.276796 41807 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0704 12:48:06.281003 41807 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0704 12:48:06.284531 41807 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0704 12:48:06.591221 41807 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0704 12:48:07.046228 41807 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0704 12:48:07.590553 41807 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0704 12:48:07.591816 41807 kubeadm.go:310]
I0704 12:48:07.591886 41807 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0704 12:48:07.591893 41807 kubeadm.go:310]
I0704 12:48:07.591971 41807 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0704 12:48:07.591976 41807 kubeadm.go:310]
I0704 12:48:07.592000 41807 kubeadm.go:310] mkdir -p $HOME/.kube
I0704 12:48:07.592064 41807 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0704 12:48:07.592114 41807 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0704 12:48:07.592119 41807 kubeadm.go:310]
I0704 12:48:07.592170 41807 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0704 12:48:07.592174 41807 kubeadm.go:310]
I0704 12:48:07.592220 41807 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0704 12:48:07.592224 41807 kubeadm.go:310]
I0704 12:48:07.592275 41807 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0704 12:48:07.592346 41807 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0704 12:48:07.592412 41807 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0704 12:48:07.592416 41807 kubeadm.go:310]
I0704 12:48:07.592496 41807 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0704 12:48:07.592574 41807 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0704 12:48:07.592578 41807 kubeadm.go:310]
I0704 12:48:07.592659 41807 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token tyq79q.kbg2fgcvjtr3lpb1 \
I0704 12:48:07.592759 41807 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:35fd71e6933d061d48b890c9414e6328da2448e1317e04845ee7be47fb1b8840 \
I0704 12:48:07.592779 41807 kubeadm.go:310] --control-plane
I0704 12:48:07.592784 41807 kubeadm.go:310]
I0704 12:48:07.592865 41807 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0704 12:48:07.592869 41807 kubeadm.go:310]
I0704 12:48:07.592947 41807 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token tyq79q.kbg2fgcvjtr3lpb1 \
I0704 12:48:07.593045 41807 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:35fd71e6933d061d48b890c9414e6328da2448e1317e04845ee7be47fb1b8840
I0704 12:48:07.595349 41807 kubeadm.go:310] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1064-aws\n", err: exit status 1
I0704 12:48:07.595464 41807 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0704 12:48:07.595501 41807 cni.go:84] Creating CNI manager for ""
I0704 12:48:07.595514 41807 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
I0704 12:48:07.598686 41807 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0704 12:48:07.600554 41807 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0704 12:48:07.604401 41807 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.30.2/kubectl ...
I0704 12:48:07.604420 41807 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0704 12:48:07.622525 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0704 12:48:07.902879 41807 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0704 12:48:07.903033 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:07.903151 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-277972 minikube.k8s.io/updated_at=2024_07_04T12_48_07_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=051b6c4754c6f3ec9a6d546748e2230f0a161ae0 minikube.k8s.io/name=addons-277972 minikube.k8s.io/primary=true
I0704 12:48:07.918978 41807 ops.go:34] apiserver oom_adj: -16
I0704 12:48:08.057408 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:08.558168 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:09.058101 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:09.558200 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:10.058204 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:10.558191 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:11.057580 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:11.557555 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:12.057673 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:12.557819 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:13.057933 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:13.557487 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:14.058030 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:14.558074 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:15.057714 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:15.557560 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:16.058316 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:16.558451 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:17.058480 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:17.557660 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:18.058102 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:18.558260 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:19.057788 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:19.557481 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:20.058398 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:20.557579 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:21.057470 41807 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.30.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0704 12:48:21.206748 41807 kubeadm.go:1113] duration metric: took 13.303784883s to wait for elevateKubeSystemPrivileges
I0704 12:48:21.206775 41807 kubeadm.go:394] duration metric: took 30.858840352s to StartCluster
I0704 12:48:21.206792 41807 settings.go:142] acquiring lock: {Name:mkf7635d57ad2564b729684ab8b91853c3949086 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:48:21.206930 41807 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/19191-35649/kubeconfig
I0704 12:48:21.207341 41807 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19191-35649/kubeconfig: {Name:mkebbe0ae433dda13539c3f742d0568b8e47c712 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0704 12:48:21.207582 41807 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.30.2 ContainerRuntime:crio ControlPlane:true Worker:true}
I0704 12:48:21.207635 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0704 12:48:21.207954 41807 config.go:182] Loaded profile config "addons-277972": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0704 12:48:21.207989 41807 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0704 12:48:21.208092 41807 addons.go:69] Setting yakd=true in profile "addons-277972"
I0704 12:48:21.208119 41807 addons.go:234] Setting addon yakd=true in "addons-277972"
I0704 12:48:21.208148 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.208681 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.209882 41807 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-277972"
I0704 12:48:21.209951 41807 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-277972"
I0704 12:48:21.209992 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.210759 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.210857 41807 out.go:177] * Verifying Kubernetes components...
I0704 12:48:21.211272 41807 addons.go:69] Setting cloud-spanner=true in profile "addons-277972"
I0704 12:48:21.214603 41807 addons.go:234] Setting addon cloud-spanner=true in "addons-277972"
I0704 12:48:21.214642 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.215178 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211287 41807 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-277972"
I0704 12:48:21.215807 41807 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-277972"
I0704 12:48:21.215859 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.216398 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211293 41807 addons.go:69] Setting default-storageclass=true in profile "addons-277972"
I0704 12:48:21.218085 41807 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-277972"
I0704 12:48:21.218427 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.222747 41807 addons.go:69] Setting volumesnapshots=true in profile "addons-277972"
I0704 12:48:21.222809 41807 addons.go:234] Setting addon volumesnapshots=true in "addons-277972"
I0704 12:48:21.222850 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.223570 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211298 41807 addons.go:69] Setting gcp-auth=true in profile "addons-277972"
I0704 12:48:21.251882 41807 mustload.go:65] Loading cluster: addons-277972
I0704 12:48:21.252144 41807 config.go:182] Loaded profile config "addons-277972": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.30.2
I0704 12:48:21.252533 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211307 41807 addons.go:69] Setting ingress=true in profile "addons-277972"
I0704 12:48:21.252656 41807 addons.go:234] Setting addon ingress=true in "addons-277972"
I0704 12:48:21.252718 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.253214 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211315 41807 addons.go:69] Setting ingress-dns=true in profile "addons-277972"
I0704 12:48:21.266449 41807 addons.go:234] Setting addon ingress-dns=true in "addons-277972"
I0704 12:48:21.266549 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.211321 41807 addons.go:69] Setting inspektor-gadget=true in profile "addons-277972"
I0704 12:48:21.278405 41807 addons.go:234] Setting addon inspektor-gadget=true in "addons-277972"
I0704 12:48:21.278468 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.278913 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211332 41807 addons.go:69] Setting metrics-server=true in profile "addons-277972"
I0704 12:48:21.303668 41807 addons.go:234] Setting addon metrics-server=true in "addons-277972"
I0704 12:48:21.303737 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.304250 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211393 41807 addons.go:69] Setting volcano=true in profile "addons-277972"
I0704 12:48:21.313872 41807 addons.go:234] Setting addon volcano=true in "addons-277972"
I0704 12:48:21.313944 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.314458 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.321722 41807 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0704 12:48:21.211424 41807 addons.go:69] Setting registry=true in profile "addons-277972"
I0704 12:48:21.343642 41807 addons.go:234] Setting addon registry=true in "addons-277972"
I0704 12:48:21.343697 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.344209 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211533 41807 addons.go:69] Setting storage-provisioner=true in profile "addons-277972"
I0704 12:48:21.351544 41807 addons.go:234] Setting addon storage-provisioner=true in "addons-277972"
I0704 12:48:21.351664 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.353718 41807 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0704 12:48:21.358101 41807 addons.go:234] Setting addon default-storageclass=true in "addons-277972"
I0704 12:48:21.358147 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.358631 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.211621 41807 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-277972"
I0704 12:48:21.277340 41807 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0704 12:48:21.278368 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.335798 41807 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0704 12:48:21.383821 41807 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0704 12:48:21.383925 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.400096 41807 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.15.1
I0704 12:48:21.404232 41807 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0704 12:48:21.404484 41807 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.17
I0704 12:48:21.412686 41807 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0704 12:48:21.366723 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.427905 41807 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0704 12:48:21.427947 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0704 12:48:21.428025 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.366729 41807 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-277972"
I0704 12:48:21.433892 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.439839 41807 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0704 12:48:21.447975 41807 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0704 12:48:21.449808 41807 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0704 12:48:21.451547 41807 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0704 12:48:21.453140 41807 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0704 12:48:21.455407 41807 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0704 12:48:21.457214 41807 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0704 12:48:21.457274 41807 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0704 12:48:21.457366 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.474663 41807 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0704 12:48:21.475148 41807 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0704 12:48:21.476587 41807 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0704 12:48:21.476607 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0704 12:48:21.476679 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.477201 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.479213 41807 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0704 12:48:21.479234 41807 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0704 12:48:21.479297 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.506035 41807 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0704 12:48:21.506061 41807 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0704 12:48:21.506133 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.530105 41807 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.30.0
W0704 12:48:21.531214 41807 out.go:239] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
I0704 12:48:21.531897 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0704 12:48:21.532810 41807 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0704 12:48:21.532828 41807 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0704 12:48:21.532890 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.544372 41807 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0704 12:48:21.544399 41807 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0704 12:48:21.544476 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.549902 41807 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0704 12:48:21.556399 41807 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.10.1
I0704 12:48:21.558563 41807 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0704 12:48:21.558589 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0704 12:48:21.558659 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.563718 41807 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0704 12:48:21.565428 41807 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0704 12:48:21.565451 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0704 12:48:21.565516 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.647583 41807 out.go:177] - Using image docker.io/registry:2.8.3
I0704 12:48:21.652855 41807 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0704 12:48:21.654899 41807 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0704 12:48:21.654920 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0704 12:48:21.654985 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.659223 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.667203 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.668288 41807 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0704 12:48:21.669974 41807 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0704 12:48:21.669986 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0704 12:48:21.670054 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.672569 41807 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-277972"
I0704 12:48:21.683060 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:21.683548 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:21.684117 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.707973 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.733540 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.736962 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.739728 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.783694 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.784331 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.809257 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.814099 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.823351 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.826260 41807 out.go:177] - Using image docker.io/busybox:stable
I0704 12:48:21.828575 41807 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0704 12:48:21.830470 41807 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0704 12:48:21.830489 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0704 12:48:21.830560 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:21.857104 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:21.899161 41807 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0704 12:48:22.108741 41807 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0704 12:48:22.108804 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0704 12:48:22.111712 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0704 12:48:22.225455 41807 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0704 12:48:22.225519 41807 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0704 12:48:22.244604 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0704 12:48:22.245177 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0704 12:48:22.255575 41807 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0704 12:48:22.255651 41807 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0704 12:48:22.255910 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0704 12:48:22.265762 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0704 12:48:22.283211 41807 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0704 12:48:22.283278 41807 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0704 12:48:22.284829 41807 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0704 12:48:22.284895 41807 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0704 12:48:22.290182 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0704 12:48:22.314959 41807 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0704 12:48:22.315043 41807 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0704 12:48:22.352922 41807 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0704 12:48:22.352997 41807 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0704 12:48:22.355632 41807 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0704 12:48:22.355703 41807 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0704 12:48:22.380391 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0704 12:48:22.417385 41807 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0704 12:48:22.417457 41807 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0704 12:48:22.426130 41807 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0704 12:48:22.426212 41807 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0704 12:48:22.440481 41807 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0704 12:48:22.440512 41807 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0704 12:48:22.480449 41807 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0704 12:48:22.480515 41807 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0704 12:48:22.515567 41807 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0704 12:48:22.515595 41807 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0704 12:48:22.522251 41807 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0704 12:48:22.522277 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0704 12:48:22.593809 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0704 12:48:22.610938 41807 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0704 12:48:22.611004 41807 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0704 12:48:22.646047 41807 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0704 12:48:22.646123 41807 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0704 12:48:22.670316 41807 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0704 12:48:22.670385 41807 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0704 12:48:22.721380 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0704 12:48:22.725248 41807 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0704 12:48:22.725319 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0704 12:48:22.778133 41807 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0704 12:48:22.778207 41807 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0704 12:48:22.815852 41807 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0704 12:48:22.815927 41807 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0704 12:48:22.818398 41807 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0704 12:48:22.818469 41807 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0704 12:48:22.870000 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0704 12:48:22.932617 41807 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0704 12:48:22.932682 41807 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0704 12:48:22.976825 41807 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0704 12:48:22.976896 41807 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0704 12:48:23.007210 41807 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0704 12:48:23.007286 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0704 12:48:23.062107 41807 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0704 12:48:23.062183 41807 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0704 12:48:23.101222 41807 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0704 12:48:23.101293 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0704 12:48:23.107652 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0704 12:48:23.167212 41807 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0704 12:48:23.167289 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0704 12:48:23.201894 41807 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0704 12:48:23.201969 41807 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0704 12:48:23.275025 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0704 12:48:23.283383 41807 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0704 12:48:23.283459 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0704 12:48:23.286002 41807 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.30.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.754074291s)
I0704 12:48:23.286077 41807 start.go:946] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0704 12:48:23.286125 41807 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.386882498s)
I0704 12:48:23.288022 41807 node_ready.go:35] waiting up to 6m0s for node "addons-277972" to be "Ready" ...
I0704 12:48:23.379213 41807 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0704 12:48:23.379238 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0704 12:48:23.509165 41807 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0704 12:48:23.509239 41807 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0704 12:48:23.577231 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0704 12:48:24.339734 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (2.227946083s)
I0704 12:48:24.650666 41807 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-277972" context rescaled to 1 replicas
I0704 12:48:25.121841 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.877159786s)
I0704 12:48:25.456282 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:26.342629 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.097384885s)
I0704 12:48:27.387196 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.131234186s)
I0704 12:48:27.387233 41807 addons.go:475] Verifying addon ingress=true in "addons-277972"
I0704 12:48:27.387375 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.121539073s)
I0704 12:48:27.387545 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.097289036s)
I0704 12:48:27.387591 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.007128456s)
I0704 12:48:27.387643 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.793759043s)
I0704 12:48:27.388128 41807 addons.go:475] Verifying addon metrics-server=true in "addons-277972"
I0704 12:48:27.387665 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.666213285s)
I0704 12:48:27.388143 41807 addons.go:475] Verifying addon registry=true in "addons-277972"
I0704 12:48:27.387695 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (4.517619166s)
I0704 12:48:27.387765 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.280039659s)
W0704 12:48:27.388695 41807 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0704 12:48:27.388735 41807 retry.go:31] will retry after 365.864286ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0704 12:48:27.387818 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.112705276s)
I0704 12:48:27.390719 41807 out.go:177] * Verifying ingress addon...
I0704 12:48:27.392778 41807 out.go:177] * Verifying registry addon...
I0704 12:48:27.392909 41807 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-277972 service yakd-dashboard -n yakd-dashboard
I0704 12:48:27.396819 41807 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0704 12:48:27.397798 41807 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0704 12:48:27.427696 41807 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0704 12:48:27.427773 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:27.430393 41807 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
I0704 12:48:27.430476 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:27.699427 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (4.122092909s)
I0704 12:48:27.699532 41807 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-277972"
I0704 12:48:27.702382 41807 out.go:177] * Verifying csi-hostpath-driver addon...
I0704 12:48:27.705550 41807 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0704 12:48:27.712301 41807 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0704 12:48:27.712327 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:27.755771 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0704 12:48:27.792640 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:27.902805 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:27.904591 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:28.209973 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:28.401440 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:28.403245 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:28.690394 41807 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0704 12:48:28.690481 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:28.710806 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:28.712748 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:28.823205 41807 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0704 12:48:28.842471 41807 addons.go:234] Setting addon gcp-auth=true in "addons-277972"
I0704 12:48:28.842566 41807 host.go:66] Checking if "addons-277972" exists ...
I0704 12:48:28.843063 41807 cli_runner.go:164] Run: docker container inspect addons-277972 --format={{.State.Status}}
I0704 12:48:28.861482 41807 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0704 12:48:28.861535 41807 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-277972
I0704 12:48:28.881013 41807 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:37344 SSHKeyPath:/home/jenkins/minikube-integration/19191-35649/.minikube/machines/addons-277972/id_rsa Username:docker}
I0704 12:48:28.901456 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:28.904420 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:29.209997 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:29.413466 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:29.422085 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:29.709792 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:29.903184 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:29.904363 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:30.216925 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:30.292130 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:30.404124 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:30.405815 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:30.685387 41807 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.823865135s)
I0704 12:48:30.685824 41807 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.930009146s)
I0704 12:48:30.688408 41807 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1
I0704 12:48:30.690860 41807 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0704 12:48:30.693429 41807 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0704 12:48:30.693507 41807 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0704 12:48:30.710920 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:30.739828 41807 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0704 12:48:30.739911 41807 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0704 12:48:30.761117 41807 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0704 12:48:30.761193 41807 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0704 12:48:30.782209 41807 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.30.2/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0704 12:48:30.903301 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:30.904629 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:31.210159 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:31.424650 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:31.426120 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:31.520414 41807 addons.go:475] Verifying addon gcp-auth=true in "addons-277972"
I0704 12:48:31.523099 41807 out.go:177] * Verifying gcp-auth addon...
I0704 12:48:31.526425 41807 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0704 12:48:31.540868 41807 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0704 12:48:31.540941 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:31.709853 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:31.903294 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:31.905424 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:32.030423 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:32.211231 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:32.293350 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:32.400805 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:32.403747 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:32.534505 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:32.718142 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:32.902892 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:32.903831 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:33.030679 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:33.210124 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:33.401132 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:33.403657 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:33.530334 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:33.712476 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:33.902157 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:33.902642 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:34.030715 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:34.212497 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:34.402740 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:34.403287 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:34.531781 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:34.710779 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:34.792411 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:34.904819 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:34.905266 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:35.029994 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:35.210433 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:35.402347 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:35.402440 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:35.530213 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:35.709889 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:35.901140 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:35.902570 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:36.030690 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:36.209857 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:36.401120 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:36.403885 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:36.530399 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:36.712479 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:36.902353 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:36.903432 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:37.031099 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:37.209730 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:37.292625 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:37.401402 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:37.402798 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:37.530820 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:37.710096 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:37.901705 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:37.902299 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:38.030609 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:38.210017 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:38.402070 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:38.403705 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:38.530345 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:38.710127 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:38.902071 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:38.902715 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:39.031250 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:39.211046 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:39.403423 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:39.404304 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:39.529953 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:39.710375 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:39.792147 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:39.902104 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:39.902424 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:40.041600 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:40.209937 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:40.401709 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:40.402599 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:40.531036 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:40.710946 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:40.902195 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:40.903093 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:41.030867 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:41.210086 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:41.402602 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:41.403162 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:41.530447 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:41.709579 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:41.902646 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:41.903220 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:42.030679 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:42.211131 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:42.293383 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:42.402865 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:42.403104 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:42.530801 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:42.710628 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:42.901312 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:42.903190 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:43.030694 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:43.209846 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:43.400741 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:43.402198 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:43.530844 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:43.709910 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:43.903105 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:43.903446 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:44.030017 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:44.210942 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:44.401045 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:44.403272 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:44.530294 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:44.709962 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:44.792573 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:44.908104 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:44.908473 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:45.034963 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:45.211615 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:45.402556 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:45.403470 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:45.531239 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:45.710333 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:45.901619 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:45.902263 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:46.030372 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:46.210349 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:46.402290 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:46.402504 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:46.530495 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:46.710362 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:46.793279 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:46.901374 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:46.902710 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:47.030329 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:47.210823 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:47.401055 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:47.402439 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:47.529916 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:47.710565 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:47.902153 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:47.903230 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:48.030282 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:48.210325 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:48.401912 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:48.405183 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:48.530286 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:48.709995 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:48.901161 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:48.901972 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:49.030699 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:49.210859 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:49.292007 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:49.402205 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:49.405005 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:49.531186 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:49.710658 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:49.902672 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:49.903358 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:50.031311 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:50.210277 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:50.407508 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:50.408291 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:50.530922 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:50.710239 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:50.902028 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:50.903038 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:51.031776 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:51.216398 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:51.292531 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:51.402047 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:51.402795 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:51.530510 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:51.710336 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:51.902958 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:51.903203 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:52.030820 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:52.209781 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:52.400736 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:52.402048 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:52.530851 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:52.709632 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:52.902308 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:52.904025 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:53.030586 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:53.209906 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:53.402133 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:53.402287 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:53.530718 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:53.710481 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:53.792148 41807 node_ready.go:53] node "addons-277972" has status "Ready":"False"
I0704 12:48:53.900900 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:53.902546 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:54.030670 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:54.211807 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:54.318538 41807 node_ready.go:49] node "addons-277972" has status "Ready":"True"
I0704 12:48:54.318572 41807 node_ready.go:38] duration metric: took 31.029976788s for node "addons-277972" to be "Ready" ...
I0704 12:48:54.318586 41807 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0704 12:48:54.348880 41807 pod_ready.go:78] waiting up to 6m0s for pod "coredns-7db6d8ff4d-98cjp" in "kube-system" namespace to be "Ready" ...
I0704 12:48:54.473968 41807 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0704 12:48:54.473995 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:54.475324 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:54.540822 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:54.735637 41807 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0704 12:48:54.735664 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:54.910782 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:54.911513 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:55.043024 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:55.233482 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:55.426404 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:55.427447 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:55.530815 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:55.715773 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:55.902330 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:55.904078 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:56.030288 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:56.220303 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:56.367695 41807 pod_ready.go:102] pod "coredns-7db6d8ff4d-98cjp" in "kube-system" namespace has status "Ready":"False"
I0704 12:48:56.424887 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:56.425872 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:56.533163 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:56.714466 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:56.910001 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:56.913122 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:57.032521 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:57.212371 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:57.402300 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:57.403629 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:57.530300 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:57.713807 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:57.855716 41807 pod_ready.go:92] pod "coredns-7db6d8ff4d-98cjp" in "kube-system" namespace has status "Ready":"True"
I0704 12:48:57.855777 41807 pod_ready.go:81] duration metric: took 3.506859324s for pod "coredns-7db6d8ff4d-98cjp" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.855828 41807 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.866198 41807 pod_ready.go:92] pod "etcd-addons-277972" in "kube-system" namespace has status "Ready":"True"
I0704 12:48:57.866270 41807 pod_ready.go:81] duration metric: took 10.421504ms for pod "etcd-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.866300 41807 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.888532 41807 pod_ready.go:92] pod "kube-apiserver-addons-277972" in "kube-system" namespace has status "Ready":"True"
I0704 12:48:57.888603 41807 pod_ready.go:81] duration metric: took 22.281286ms for pod "kube-apiserver-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.888631 41807 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.906878 41807 pod_ready.go:92] pod "kube-controller-manager-addons-277972" in "kube-system" namespace has status "Ready":"True"
I0704 12:48:57.906950 41807 pod_ready.go:81] duration metric: took 18.297271ms for pod "kube-controller-manager-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.906988 41807 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-4f555" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.909545 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:57.915821 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:57.917212 41807 pod_ready.go:92] pod "kube-proxy-4f555" in "kube-system" namespace has status "Ready":"True"
I0704 12:48:57.917274 41807 pod_ready.go:81] duration metric: took 10.25099ms for pod "kube-proxy-4f555" in "kube-system" namespace to be "Ready" ...
I0704 12:48:57.917315 41807 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:58.034780 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:58.211957 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:58.252915 41807 pod_ready.go:92] pod "kube-scheduler-addons-277972" in "kube-system" namespace has status "Ready":"True"
I0704 12:48:58.252941 41807 pod_ready.go:81] duration metric: took 335.601693ms for pod "kube-scheduler-addons-277972" in "kube-system" namespace to be "Ready" ...
I0704 12:48:58.252953 41807 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace to be "Ready" ...
I0704 12:48:58.402385 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:58.404098 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:58.530913 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:58.711523 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:58.902580 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:58.903099 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:59.030372 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:59.210884 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:59.411319 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:59.412216 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:48:59.529981 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:48:59.714762 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:48:59.906816 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:48:59.909589 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:00.040781 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:00.214923 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:00.288406 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:00.409454 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:00.410511 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:00.530291 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:00.713885 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:00.907202 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:00.913734 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:01.030719 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:01.214472 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:01.413406 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:01.418724 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:01.533058 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:01.715744 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:01.907889 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:01.910147 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:02.031394 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:02.216878 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:02.411168 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:02.412526 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:02.531532 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:02.715417 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:02.763807 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:02.905369 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:02.906844 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:03.031129 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:03.213055 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:03.417183 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:03.420333 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:03.530775 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:03.717316 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:03.905527 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:03.906871 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:04.031787 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:04.211444 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:04.405133 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:04.408925 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:04.530506 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:04.711576 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:04.903105 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:04.904928 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:05.034650 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:05.211392 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:05.259259 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:05.402129 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:05.403246 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:05.530719 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:05.712664 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:05.902191 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:05.902714 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:06.031554 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:06.211781 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:06.407191 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:06.410911 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:06.534037 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:06.717273 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:06.904095 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:06.905718 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:07.030671 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:07.213275 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:07.260819 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:07.403474 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:07.405092 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:07.530654 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:07.712992 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:07.903730 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:07.904171 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:08.030380 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:08.211376 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:08.402467 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:08.403679 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:08.530908 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:08.713731 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:08.904038 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:08.907137 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:09.031285 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:09.212950 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:09.260925 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:09.409624 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:09.410823 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:09.531677 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:09.713480 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:09.910141 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:09.916524 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:10.031505 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:10.219359 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:10.403387 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:10.404285 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:10.531400 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:10.717617 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:10.905510 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:10.906414 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:11.030551 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:11.212949 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:11.402816 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:11.406356 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:11.531790 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:11.713182 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:11.761898 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:11.904507 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:11.906066 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:12.034598 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:12.211978 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:12.402618 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:12.405009 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:12.532447 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:12.712875 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:12.905409 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:12.906445 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:13.030568 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:13.211714 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:13.402738 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:13.403334 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:13.531202 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:13.712953 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:13.903128 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:13.905160 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:14.032454 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:14.212259 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:14.259602 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:14.407412 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:14.410012 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:14.531538 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:14.727602 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:14.909352 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:14.919206 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:15.046788 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:15.212907 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:15.404273 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:15.413779 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:15.531097 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:15.712775 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:15.921568 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:15.936297 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:16.036310 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:16.218749 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:16.260043 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:16.404424 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:16.410448 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:16.530393 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:16.714472 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:16.904335 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:16.905415 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:17.029835 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:17.211903 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:17.402599 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:17.403508 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:17.530037 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:17.714884 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:17.902669 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:17.903415 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:18.030405 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:18.210759 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:18.403129 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:18.403833 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:18.530929 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:18.711272 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:18.758632 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:18.902865 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:18.903473 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:19.030205 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:19.211571 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:19.401987 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:19.403276 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:19.531086 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:19.711323 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:19.904373 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:19.907422 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:20.031100 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:20.214623 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:20.410614 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:20.412782 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:20.533707 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:20.715556 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:20.759815 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:20.908816 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:20.911528 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:21.031310 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:21.212311 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:21.409775 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:21.411977 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:21.531923 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:21.713881 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:21.908419 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:21.915064 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:22.036690 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:22.232179 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:22.407127 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:22.409097 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:22.530923 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:22.726643 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:22.765610 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:22.905225 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:22.906638 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:23.030760 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:23.212178 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:23.402160 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:23.404636 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:23.530763 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:23.723779 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:23.902586 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:23.905248 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:24.032877 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:24.212069 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:24.402357 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:24.403418 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:24.530984 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:24.712226 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:24.910501 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:24.912238 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:25.031186 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:25.212620 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:25.261007 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:25.403559 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:25.407626 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:25.531973 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:25.715176 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:25.912226 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:25.913250 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:26.031868 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:26.211467 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:26.403360 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:26.405041 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:26.531066 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:26.713181 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:26.902537 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:26.903848 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:27.030978 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:27.211796 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:27.403387 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:27.403999 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:27.530632 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:27.711781 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:27.783823 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:27.902251 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:27.906951 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:28.031704 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:28.212519 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:28.403833 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:28.404768 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:28.530323 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:28.713482 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:28.907325 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:28.908271 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:29.029924 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:29.211590 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:29.402281 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:29.405335 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:29.530013 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:29.711682 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:29.902337 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:29.903608 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:30.042645 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:30.215236 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:30.261153 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:30.404612 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:30.406366 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:30.530806 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:30.714738 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:30.905704 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:30.913617 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:31.031398 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:31.212618 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:31.402669 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:31.403909 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:31.530734 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:31.713505 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:31.902930 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:31.904611 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:32.031969 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:32.212010 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:32.404018 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:32.405059 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:32.532203 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:32.713100 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:32.760061 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:32.904058 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:32.906856 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:33.030938 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:33.212716 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:33.403777 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:33.405901 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:33.531997 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:33.715177 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:33.906982 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:33.908349 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:34.030281 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:34.214337 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:34.413617 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:34.422012 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:34.533056 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:34.712207 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:34.912379 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:34.913866 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:35.038172 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:35.213387 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:35.261447 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:35.405913 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:35.407323 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:35.530954 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:35.712904 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:35.906593 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:35.909058 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:36.030527 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:36.214019 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:36.410225 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0704 12:49:36.412052 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:36.530473 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:36.711955 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:36.901981 41807 kapi.go:107] duration metric: took 1m9.505162011s to wait for kubernetes.io/minikube-addons=registry ...
I0704 12:49:36.903820 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:37.039191 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:37.212017 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:37.402377 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:37.530053 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:37.711339 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:37.762017 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:37.903179 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:38.034837 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:38.213431 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:38.405233 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:38.530980 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:38.717740 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:38.902899 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:39.031345 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:39.212046 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:39.411279 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:39.530740 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:39.715811 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:39.905632 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:40.032026 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:40.212644 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:40.259837 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:40.407283 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:40.530983 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:40.711161 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:40.903654 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:41.031923 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:41.211936 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:41.403048 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:41.538201 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:41.713256 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:41.918567 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:42.041508 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:42.212116 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:42.261105 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:42.405095 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:42.530407 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:42.712228 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:42.902298 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:43.031250 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:43.212823 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:43.406269 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:43.531539 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:43.728122 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:43.906314 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:44.032664 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:44.213758 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:44.405312 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:44.530847 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:44.731114 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:44.768933 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:44.944596 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:45.098895 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:45.212907 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:45.403281 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:45.531199 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:45.717003 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:45.905470 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:46.030968 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:46.213052 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:46.403442 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:46.530944 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:46.714005 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:46.903373 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:47.032443 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:47.212127 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:47.262696 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:47.403280 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:47.530699 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:47.713435 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:47.903158 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:48.031657 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:48.211575 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:48.403862 41807 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0704 12:49:48.536177 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:48.721705 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:48.903447 41807 kapi.go:107] duration metric: took 1m21.505644055s to wait for app.kubernetes.io/name=ingress-nginx ...
I0704 12:49:49.032160 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:49.213494 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:49.530730 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:49.732506 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:49.762295 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:50.030693 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:50.215217 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:50.531267 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:50.713215 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:51.030782 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:51.219688 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:51.530397 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:51.712294 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:52.030751 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:52.212619 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:52.261495 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:52.533509 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:52.711829 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:53.031837 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:53.211927 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:53.531148 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:53.712309 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:54.032226 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:54.212298 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:54.530871 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:54.718011 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:54.759702 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:55.031519 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:55.213501 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:55.530604 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:55.711794 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:56.030829 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:56.211017 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:56.530280 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:56.712101 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:56.767778 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:57.031136 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:57.212894 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:57.537479 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:57.711535 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:58.031469 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:58.211662 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:58.531093 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:58.710902 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:59.030996 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:59.213353 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:49:59.260978 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:49:59.530827 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:49:59.712755 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:50:00.030751 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:50:00.236504 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:50:00.531353 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:50:00.712048 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0704 12:50:01.030662 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:50:01.212607 41807 kapi.go:107] duration metric: took 1m33.507054644s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0704 12:50:01.530639 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:50:01.761573 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:50:02.035642 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:50:02.530800 41807 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0704 12:50:03.030423 41807 kapi.go:107] duration metric: took 1m31.503996129s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0704 12:50:03.032729 41807 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-277972 cluster.
I0704 12:50:03.034585 41807 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
I0704 12:50:03.036580 41807 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0704 12:50:03.038790 41807 out.go:177] * Enabled addons: nvidia-device-plugin, default-storageclass, storage-provisioner, cloud-spanner, ingress-dns, metrics-server, inspektor-gadget, yakd, storage-provisioner-rancher, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0704 12:50:03.040881 41807 addons.go:510] duration metric: took 1m41.832875099s for enable addons: enabled=[nvidia-device-plugin default-storageclass storage-provisioner cloud-spanner ingress-dns metrics-server inspektor-gadget yakd storage-provisioner-rancher volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0704 12:50:03.767191 41807 pod_ready.go:102] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"False"
I0704 12:50:05.259772 41807 pod_ready.go:92] pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace has status "Ready":"True"
I0704 12:50:05.259798 41807 pod_ready.go:81] duration metric: took 1m7.00683702s for pod "metrics-server-c59844bb4-4kvhp" in "kube-system" namespace to be "Ready" ...
I0704 12:50:05.259811 41807 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-tl9rm" in "kube-system" namespace to be "Ready" ...
I0704 12:50:05.265147 41807 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-tl9rm" in "kube-system" namespace has status "Ready":"True"
I0704 12:50:05.265173 41807 pod_ready.go:81] duration metric: took 5.353864ms for pod "nvidia-device-plugin-daemonset-tl9rm" in "kube-system" namespace to be "Ready" ...
I0704 12:50:05.265196 41807 pod_ready.go:38] duration metric: took 1m10.946585332s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0704 12:50:05.265212 41807 api_server.go:52] waiting for apiserver process to appear ...
I0704 12:50:05.265239 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0704 12:50:05.265308 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0704 12:50:05.317866 41807 cri.go:89] found id: "beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa"
I0704 12:50:05.317899 41807 cri.go:89] found id: ""
I0704 12:50:05.317908 41807 logs.go:276] 1 containers: [beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa]
I0704 12:50:05.317978 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:05.321644 41807 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0704 12:50:05.321717 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0704 12:50:05.360414 41807 cri.go:89] found id: "0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16"
I0704 12:50:05.360435 41807 cri.go:89] found id: ""
I0704 12:50:05.360444 41807 logs.go:276] 1 containers: [0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16]
I0704 12:50:05.360503 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:05.364279 41807 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0704 12:50:05.364354 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0704 12:50:05.407800 41807 cri.go:89] found id: "89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c"
I0704 12:50:05.407823 41807 cri.go:89] found id: ""
I0704 12:50:05.407831 41807 logs.go:276] 1 containers: [89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c]
I0704 12:50:05.407942 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:05.411360 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0704 12:50:05.411432 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0704 12:50:05.452485 41807 cri.go:89] found id: "37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a"
I0704 12:50:05.452555 41807 cri.go:89] found id: ""
I0704 12:50:05.452577 41807 logs.go:276] 1 containers: [37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a]
I0704 12:50:05.452671 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:05.456454 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0704 12:50:05.456596 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0704 12:50:05.498451 41807 cri.go:89] found id: "79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40"
I0704 12:50:05.498475 41807 cri.go:89] found id: ""
I0704 12:50:05.498484 41807 logs.go:276] 1 containers: [79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40]
I0704 12:50:05.498544 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:05.502096 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0704 12:50:05.502176 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0704 12:50:05.548289 41807 cri.go:89] found id: "ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f"
I0704 12:50:05.548325 41807 cri.go:89] found id: ""
I0704 12:50:05.548335 41807 logs.go:276] 1 containers: [ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f]
I0704 12:50:05.548403 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:05.552299 41807 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0704 12:50:05.552375 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0704 12:50:05.597289 41807 cri.go:89] found id: "4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264"
I0704 12:50:05.597311 41807 cri.go:89] found id: ""
I0704 12:50:05.597319 41807 logs.go:276] 1 containers: [4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264]
I0704 12:50:05.597409 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:05.601102 41807 logs.go:123] Gathering logs for kube-proxy [79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40] ...
I0704 12:50:05.601130 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40"
I0704 12:50:05.647935 41807 logs.go:123] Gathering logs for kindnet [4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264] ...
I0704 12:50:05.647965 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264"
I0704 12:50:05.687837 41807 logs.go:123] Gathering logs for CRI-O ...
I0704 12:50:05.687869 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0704 12:50:05.778554 41807 logs.go:123] Gathering logs for container status ...
I0704 12:50:05.778594 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0704 12:50:05.828617 41807 logs.go:123] Gathering logs for kubelet ...
I0704 12:50:05.828648 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0704 12:50:05.862057 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: W0704 12:48:21.057138 1556 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.862582 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: E0704 12:48:21.057210 1556 reflector.go:150] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.862785 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: W0704 12:48:21.058104 1556 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.863057 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: E0704 12:48:21.058162 1556 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.870589 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:26 addons-277972 kubelet[1556]: W0704 12:48:26.832604 1556 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.870828 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:26 addons-277972 kubelet[1556]: E0704 12:48:26.832646 1556 reflector.go:150] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.878333 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.279597 1556 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.878533 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.279642 1556 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.878850 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287438 1556 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.879043 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287497 1556 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.879222 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287441 1556 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.879423 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287519 1556 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.879756 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.312604 1556 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
W0704 12:50:05.879964 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.312667 1556 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
I0704 12:50:05.924799 41807 logs.go:123] Gathering logs for describe nodes ...
I0704 12:50:05.924834 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0704 12:50:06.120834 41807 logs.go:123] Gathering logs for coredns [89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c] ...
I0704 12:50:06.120869 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c"
I0704 12:50:06.168319 41807 logs.go:123] Gathering logs for kube-scheduler [37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a] ...
I0704 12:50:06.168352 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a"
I0704 12:50:06.217466 41807 logs.go:123] Gathering logs for kube-controller-manager [ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f] ...
I0704 12:50:06.217502 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f"
I0704 12:50:06.297683 41807 logs.go:123] Gathering logs for dmesg ...
I0704 12:50:06.297721 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0704 12:50:06.318065 41807 logs.go:123] Gathering logs for kube-apiserver [beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa] ...
I0704 12:50:06.318098 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa"
I0704 12:50:06.370749 41807 logs.go:123] Gathering logs for etcd [0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16] ...
I0704 12:50:06.370781 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16"
I0704 12:50:06.420207 41807 out.go:304] Setting ErrFile to fd 2...
I0704 12:50:06.420238 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0704 12:50:06.420319 41807 out.go:239] X Problems detected in kubelet:
W0704 12:50:06.420331 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287497 1556 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:06.420338 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287441 1556 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:06.420368 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287519 1556 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:06.420386 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.312604 1556 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
W0704 12:50:06.420399 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.312667 1556 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
I0704 12:50:06.420406 41807 out.go:304] Setting ErrFile to fd 2...
I0704 12:50:06.420418 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 12:50:16.422275 41807 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0704 12:50:16.436559 41807 api_server.go:72] duration metric: took 1m55.228946079s to wait for apiserver process to appear ...
I0704 12:50:16.436584 41807 api_server.go:88] waiting for apiserver healthz status ...
I0704 12:50:16.436618 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0704 12:50:16.436681 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0704 12:50:16.476793 41807 cri.go:89] found id: "beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa"
I0704 12:50:16.476815 41807 cri.go:89] found id: ""
I0704 12:50:16.476823 41807 logs.go:276] 1 containers: [beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa]
I0704 12:50:16.476880 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:16.480838 41807 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0704 12:50:16.480918 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0704 12:50:16.521585 41807 cri.go:89] found id: "0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16"
I0704 12:50:16.521607 41807 cri.go:89] found id: ""
I0704 12:50:16.521615 41807 logs.go:276] 1 containers: [0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16]
I0704 12:50:16.521670 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:16.525373 41807 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0704 12:50:16.525451 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0704 12:50:16.564626 41807 cri.go:89] found id: "89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c"
I0704 12:50:16.564648 41807 cri.go:89] found id: ""
I0704 12:50:16.564656 41807 logs.go:276] 1 containers: [89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c]
I0704 12:50:16.564711 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:16.568618 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0704 12:50:16.568697 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0704 12:50:16.607188 41807 cri.go:89] found id: "37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a"
I0704 12:50:16.607267 41807 cri.go:89] found id: ""
I0704 12:50:16.607298 41807 logs.go:276] 1 containers: [37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a]
I0704 12:50:16.607384 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:16.611106 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0704 12:50:16.611245 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0704 12:50:16.655964 41807 cri.go:89] found id: "79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40"
I0704 12:50:16.655984 41807 cri.go:89] found id: ""
I0704 12:50:16.655992 41807 logs.go:276] 1 containers: [79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40]
I0704 12:50:16.656048 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:16.661446 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0704 12:50:16.661530 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0704 12:50:16.702000 41807 cri.go:89] found id: "ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f"
I0704 12:50:16.702071 41807 cri.go:89] found id: ""
I0704 12:50:16.702094 41807 logs.go:276] 1 containers: [ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f]
I0704 12:50:16.702185 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:16.705824 41807 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0704 12:50:16.705928 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0704 12:50:16.744018 41807 cri.go:89] found id: "4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264"
I0704 12:50:16.744043 41807 cri.go:89] found id: ""
I0704 12:50:16.744051 41807 logs.go:276] 1 containers: [4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264]
I0704 12:50:16.744116 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:16.747797 41807 logs.go:123] Gathering logs for dmesg ...
I0704 12:50:16.747831 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0704 12:50:16.766443 41807 logs.go:123] Gathering logs for kube-controller-manager [ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f] ...
I0704 12:50:16.766473 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f"
I0704 12:50:16.838757 41807 logs.go:123] Gathering logs for kindnet [4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264] ...
I0704 12:50:16.838795 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264"
I0704 12:50:16.877534 41807 logs.go:123] Gathering logs for CRI-O ...
I0704 12:50:16.877565 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0704 12:50:16.979294 41807 logs.go:123] Gathering logs for container status ...
I0704 12:50:16.979334 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0704 12:50:17.032523 41807 logs.go:123] Gathering logs for kubelet ...
I0704 12:50:17.032555 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0704 12:50:17.076117 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: W0704 12:48:21.057138 1556 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.076372 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: E0704 12:48:21.057210 1556 reflector.go:150] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.076559 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: W0704 12:48:21.058104 1556 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.076763 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: E0704 12:48:21.058162 1556 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.081657 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:26 addons-277972 kubelet[1556]: W0704 12:48:26.832604 1556 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.081869 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:26 addons-277972 kubelet[1556]: E0704 12:48:26.832646 1556 reflector.go:150] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.089461 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.279597 1556 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.089664 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.279642 1556 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.089986 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287438 1556 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.090174 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287497 1556 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.090358 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287441 1556 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.090560 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287519 1556 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.090887 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.312604 1556 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.091096 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.312667 1556 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
I0704 12:50:17.137638 41807 logs.go:123] Gathering logs for describe nodes ...
I0704 12:50:17.137674 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0704 12:50:17.280991 41807 logs.go:123] Gathering logs for kube-apiserver [beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa] ...
I0704 12:50:17.281028 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa"
I0704 12:50:17.337542 41807 logs.go:123] Gathering logs for etcd [0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16] ...
I0704 12:50:17.337575 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16"
I0704 12:50:17.392453 41807 logs.go:123] Gathering logs for coredns [89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c] ...
I0704 12:50:17.392488 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c"
I0704 12:50:17.433187 41807 logs.go:123] Gathering logs for kube-scheduler [37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a] ...
I0704 12:50:17.433215 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a"
I0704 12:50:17.490242 41807 logs.go:123] Gathering logs for kube-proxy [79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40] ...
I0704 12:50:17.490278 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40"
I0704 12:50:17.531799 41807 out.go:304] Setting ErrFile to fd 2...
I0704 12:50:17.531825 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0704 12:50:17.531883 41807 out.go:239] X Problems detected in kubelet:
W0704 12:50:17.531897 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287497 1556 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.531906 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287441 1556 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.531921 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287519 1556 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.531938 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.312604 1556 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
W0704 12:50:17.531948 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.312667 1556 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
I0704 12:50:17.531954 41807 out.go:304] Setting ErrFile to fd 2...
I0704 12:50:17.531962 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 12:50:27.533617 41807 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0704 12:50:27.543045 41807 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0704 12:50:27.544187 41807 api_server.go:141] control plane version: v1.30.2
I0704 12:50:27.544217 41807 api_server.go:131] duration metric: took 11.107625654s to wait for apiserver health ...
I0704 12:50:27.544227 41807 system_pods.go:43] waiting for kube-system pods to appear ...
I0704 12:50:27.544249 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
I0704 12:50:27.544315 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
I0704 12:50:27.585662 41807 cri.go:89] found id: "beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa"
I0704 12:50:27.585684 41807 cri.go:89] found id: ""
I0704 12:50:27.585691 41807 logs.go:276] 1 containers: [beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa]
I0704 12:50:27.585751 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:27.589677 41807 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
I0704 12:50:27.589756 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
I0704 12:50:27.632036 41807 cri.go:89] found id: "0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16"
I0704 12:50:27.632056 41807 cri.go:89] found id: ""
I0704 12:50:27.632063 41807 logs.go:276] 1 containers: [0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16]
I0704 12:50:27.632122 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:27.635844 41807 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
I0704 12:50:27.635920 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
I0704 12:50:27.678850 41807 cri.go:89] found id: "89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c"
I0704 12:50:27.678873 41807 cri.go:89] found id: ""
I0704 12:50:27.678881 41807 logs.go:276] 1 containers: [89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c]
I0704 12:50:27.678987 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:27.682566 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
I0704 12:50:27.682640 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
I0704 12:50:27.733656 41807 cri.go:89] found id: "37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a"
I0704 12:50:27.733677 41807 cri.go:89] found id: ""
I0704 12:50:27.733685 41807 logs.go:276] 1 containers: [37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a]
I0704 12:50:27.733742 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:27.737414 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
I0704 12:50:27.737486 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
I0704 12:50:27.776692 41807 cri.go:89] found id: "79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40"
I0704 12:50:27.776714 41807 cri.go:89] found id: ""
I0704 12:50:27.776722 41807 logs.go:276] 1 containers: [79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40]
I0704 12:50:27.776778 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:27.780254 41807 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
I0704 12:50:27.780372 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
I0704 12:50:27.819745 41807 cri.go:89] found id: "ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f"
I0704 12:50:27.819767 41807 cri.go:89] found id: ""
I0704 12:50:27.819775 41807 logs.go:276] 1 containers: [ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f]
I0704 12:50:27.819863 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:27.823594 41807 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
I0704 12:50:27.823668 41807 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
I0704 12:50:27.869785 41807 cri.go:89] found id: "4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264"
I0704 12:50:27.869808 41807 cri.go:89] found id: ""
I0704 12:50:27.869816 41807 logs.go:276] 1 containers: [4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264]
I0704 12:50:27.869897 41807 ssh_runner.go:195] Run: which crictl
I0704 12:50:27.873375 41807 logs.go:123] Gathering logs for kube-apiserver [beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa] ...
I0704 12:50:27.873401 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa"
I0704 12:50:27.940507 41807 logs.go:123] Gathering logs for coredns [89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c] ...
I0704 12:50:27.940540 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c"
I0704 12:50:27.985784 41807 logs.go:123] Gathering logs for kube-proxy [79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40] ...
I0704 12:50:27.985812 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40"
I0704 12:50:28.027014 41807 logs.go:123] Gathering logs for kube-controller-manager [ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f] ...
I0704 12:50:28.027047 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f"
I0704 12:50:28.099420 41807 logs.go:123] Gathering logs for kindnet [4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264] ...
I0704 12:50:28.099458 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264"
I0704 12:50:28.147538 41807 logs.go:123] Gathering logs for kubelet ...
I0704 12:50:28.147568 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0704 12:50:28.179815 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: W0704 12:48:21.057138 1556 reflector.go:547] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.180066 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: E0704 12:48:21.057210 1556 reflector.go:150] object-"kube-system"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.180250 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: W0704 12:48:21.058104 1556 reflector.go:547] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.180447 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:21 addons-277972 kubelet[1556]: E0704 12:48:21.058162 1556 reflector.go:150] object-"kube-system"/"kube-proxy": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.185125 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:26 addons-277972 kubelet[1556]: W0704 12:48:26.832604 1556 reflector.go:547] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.185334 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:26 addons-277972 kubelet[1556]: E0704 12:48:26.832646 1556 reflector.go:150] object-"gadget"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.192806 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.279597 1556 reflector.go:547] object-"kube-system"/"coredns": failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.193004 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.279642 1556 reflector.go:150] object-"kube-system"/"coredns": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "coredns" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.193320 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287438 1556 reflector.go:547] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.193507 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287497 1556 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.193686 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287441 1556 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.193885 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287519 1556 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.194207 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.312604 1556 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.194405 41807 logs.go:138] Found kubelet problem: Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.312667 1556 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
I0704 12:50:28.240764 41807 logs.go:123] Gathering logs for describe nodes ...
I0704 12:50:28.240804 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.30.2/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0704 12:50:28.393063 41807 logs.go:123] Gathering logs for kube-scheduler [37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a] ...
I0704 12:50:28.393099 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a"
I0704 12:50:28.483912 41807 logs.go:123] Gathering logs for CRI-O ...
I0704 12:50:28.483948 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
I0704 12:50:28.597540 41807 logs.go:123] Gathering logs for container status ...
I0704 12:50:28.597581 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0704 12:50:28.649176 41807 logs.go:123] Gathering logs for dmesg ...
I0704 12:50:28.649206 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0704 12:50:28.670515 41807 logs.go:123] Gathering logs for etcd [0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16] ...
I0704 12:50:28.670548 41807 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16"
I0704 12:50:28.721764 41807 out.go:304] Setting ErrFile to fd 2...
I0704 12:50:28.721793 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
W0704 12:50:28.721851 41807 out.go:239] X Problems detected in kubelet:
W0704 12:50:28.721860 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287497 1556 reflector.go:150] object-"default"/"gcp-auth": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-277972" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.721867 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.287441 1556 reflector.go:547] object-"default"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.721878 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.287519 1556 reflector.go:150] object-"default"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "default": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.721893 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: W0704 12:48:54.312604 1556 reflector.go:547] object-"gcp-auth"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
W0704 12:50:28.721907 41807 out.go:239] Jul 04 12:48:54 addons-277972 kubelet[1556]: E0704 12:48:54.312667 1556 reflector.go:150] object-"gcp-auth"/"kube-root-ca.crt": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-277972" cannot list resource "configmaps" in API group "" in the namespace "gcp-auth": no relationship found between node 'addons-277972' and this object
I0704 12:50:28.721914 41807 out.go:304] Setting ErrFile to fd 2...
I0704 12:50:28.721920 41807 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0704 12:50:38.734103 41807 system_pods.go:59] 18 kube-system pods found
I0704 12:50:38.734140 41807 system_pods.go:61] "coredns-7db6d8ff4d-98cjp" [535f0913-2460-4e34-bbba-f0e585b65231] Running
I0704 12:50:38.734146 41807 system_pods.go:61] "csi-hostpath-attacher-0" [cdc947d1-20e0-4b45-9cc4-bc6b63ba34fe] Running
I0704 12:50:38.734215 41807 system_pods.go:61] "csi-hostpath-resizer-0" [1123dd36-fcd3-4dcc-a1e0-f4e048c81780] Running
I0704 12:50:38.734235 41807 system_pods.go:61] "csi-hostpathplugin-xzpgd" [7c4b6ddd-bed8-402b-b59d-330e6343759c] Running
I0704 12:50:38.734241 41807 system_pods.go:61] "etcd-addons-277972" [a77bd3e1-c65b-4c18-9d7a-4b7614b0700b] Running
I0704 12:50:38.734247 41807 system_pods.go:61] "kindnet-qn6ql" [dd220997-7790-4ec1-ac86-548a854208eb] Running
I0704 12:50:38.734252 41807 system_pods.go:61] "kube-apiserver-addons-277972" [809df99e-420b-4213-a974-4d88b1d5116a] Running
I0704 12:50:38.734256 41807 system_pods.go:61] "kube-controller-manager-addons-277972" [88244c6d-24e4-4d98-bef1-21d19688fa91] Running
I0704 12:50:38.734274 41807 system_pods.go:61] "kube-ingress-dns-minikube" [ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0704 12:50:38.734279 41807 system_pods.go:61] "kube-proxy-4f555" [18992586-90fc-4133-a541-a34123974447] Running
I0704 12:50:38.734286 41807 system_pods.go:61] "kube-scheduler-addons-277972" [6d914400-36b5-4134-b71c-59de65b99987] Running
I0704 12:50:38.734289 41807 system_pods.go:61] "metrics-server-c59844bb4-4kvhp" [9e86a690-6953-4f60-96ba-997d98354b32] Running
I0704 12:50:38.734295 41807 system_pods.go:61] "nvidia-device-plugin-daemonset-tl9rm" [ad3c3ffc-b9b5-479d-b81c-13c804c8011c] Running
I0704 12:50:38.734304 41807 system_pods.go:61] "registry-proxy-vs8zn" [fe95652f-cf1c-4112-a03c-da9501993438] Running
I0704 12:50:38.734307 41807 system_pods.go:61] "registry-swl6n" [d3c38cad-15d6-4540-9f21-29e874c5c2c2] Running
I0704 12:50:38.734311 41807 system_pods.go:61] "snapshot-controller-745499f584-d62nw" [f3163022-aa98-4cd2-bd76-f29ec9fb5d34] Running
I0704 12:50:38.734315 41807 system_pods.go:61] "snapshot-controller-745499f584-wg4qp" [d3257802-3268-4c1b-ac2b-9a9a0df8fa24] Running
I0704 12:50:38.734319 41807 system_pods.go:61] "storage-provisioner" [d166dbbf-6a34-4e27-91d5-2f4b6c741f10] Running
I0704 12:50:38.734325 41807 system_pods.go:74] duration metric: took 11.190092053s to wait for pod list to return data ...
I0704 12:50:38.734333 41807 default_sa.go:34] waiting for default service account to be created ...
I0704 12:50:38.747774 41807 default_sa.go:45] found service account: "default"
I0704 12:50:38.747803 41807 default_sa.go:55] duration metric: took 13.46288ms for default service account to be created ...
I0704 12:50:38.747813 41807 system_pods.go:116] waiting for k8s-apps to be running ...
I0704 12:50:38.758663 41807 system_pods.go:86] 18 kube-system pods found
I0704 12:50:38.758705 41807 system_pods.go:89] "coredns-7db6d8ff4d-98cjp" [535f0913-2460-4e34-bbba-f0e585b65231] Running
I0704 12:50:38.758712 41807 system_pods.go:89] "csi-hostpath-attacher-0" [cdc947d1-20e0-4b45-9cc4-bc6b63ba34fe] Running
I0704 12:50:38.758717 41807 system_pods.go:89] "csi-hostpath-resizer-0" [1123dd36-fcd3-4dcc-a1e0-f4e048c81780] Running
I0704 12:50:38.758722 41807 system_pods.go:89] "csi-hostpathplugin-xzpgd" [7c4b6ddd-bed8-402b-b59d-330e6343759c] Running
I0704 12:50:38.758726 41807 system_pods.go:89] "etcd-addons-277972" [a77bd3e1-c65b-4c18-9d7a-4b7614b0700b] Running
I0704 12:50:38.758732 41807 system_pods.go:89] "kindnet-qn6ql" [dd220997-7790-4ec1-ac86-548a854208eb] Running
I0704 12:50:38.758737 41807 system_pods.go:89] "kube-apiserver-addons-277972" [809df99e-420b-4213-a974-4d88b1d5116a] Running
I0704 12:50:38.758747 41807 system_pods.go:89] "kube-controller-manager-addons-277972" [88244c6d-24e4-4d98-bef1-21d19688fa91] Running
I0704 12:50:38.758756 41807 system_pods.go:89] "kube-ingress-dns-minikube" [ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0704 12:50:38.758767 41807 system_pods.go:89] "kube-proxy-4f555" [18992586-90fc-4133-a541-a34123974447] Running
I0704 12:50:38.758772 41807 system_pods.go:89] "kube-scheduler-addons-277972" [6d914400-36b5-4134-b71c-59de65b99987] Running
I0704 12:50:38.758777 41807 system_pods.go:89] "metrics-server-c59844bb4-4kvhp" [9e86a690-6953-4f60-96ba-997d98354b32] Running
I0704 12:50:38.758784 41807 system_pods.go:89] "nvidia-device-plugin-daemonset-tl9rm" [ad3c3ffc-b9b5-479d-b81c-13c804c8011c] Running
I0704 12:50:38.758789 41807 system_pods.go:89] "registry-proxy-vs8zn" [fe95652f-cf1c-4112-a03c-da9501993438] Running
I0704 12:50:38.758798 41807 system_pods.go:89] "registry-swl6n" [d3c38cad-15d6-4540-9f21-29e874c5c2c2] Running
I0704 12:50:38.758802 41807 system_pods.go:89] "snapshot-controller-745499f584-d62nw" [f3163022-aa98-4cd2-bd76-f29ec9fb5d34] Running
I0704 12:50:38.758806 41807 system_pods.go:89] "snapshot-controller-745499f584-wg4qp" [d3257802-3268-4c1b-ac2b-9a9a0df8fa24] Running
I0704 12:50:38.758812 41807 system_pods.go:89] "storage-provisioner" [d166dbbf-6a34-4e27-91d5-2f4b6c741f10] Running
I0704 12:50:38.758819 41807 system_pods.go:126] duration metric: took 11.000864ms to wait for k8s-apps to be running ...
I0704 12:50:38.758833 41807 system_svc.go:44] waiting for kubelet service to be running ....
I0704 12:50:38.758892 41807 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0704 12:50:38.772063 41807 system_svc.go:56] duration metric: took 13.219456ms WaitForService to wait for kubelet
I0704 12:50:38.772090 41807 kubeadm.go:582] duration metric: took 2m17.564482426s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0704 12:50:38.772113 41807 node_conditions.go:102] verifying NodePressure condition ...
I0704 12:50:38.775174 41807 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0704 12:50:38.775210 41807 node_conditions.go:123] node cpu capacity is 2
I0704 12:50:38.775223 41807 node_conditions.go:105] duration metric: took 3.104996ms to run NodePressure ...
I0704 12:50:38.775237 41807 start.go:240] waiting for startup goroutines ...
I0704 12:50:38.775244 41807 start.go:245] waiting for cluster config update ...
I0704 12:50:38.775262 41807 start.go:254] writing updated cluster config ...
I0704 12:50:38.775625 41807 ssh_runner.go:195] Run: rm -f paused
I0704 12:50:39.103158 41807 start.go:600] kubectl: 1.30.2, cluster: 1.30.2 (minor skew: 0)
I0704 12:50:39.105545 41807 out.go:177] * Done! kubectl is now configured to use "addons-277972" cluster and "default" namespace by default
==> CRI-O <==
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.009066332Z" level=info msg="Created container 56908cfecc6810e858f7294321f433db62c514bb15a10b0737e6d31d7e75379a: default/hello-world-app-86c47465fc-hf5bq/hello-world-app" id=6c32305e-cd2f-4f79-a5e4-818b78f1e60e name=/runtime.v1.RuntimeService/CreateContainer
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.013923666Z" level=info msg="Starting container: 56908cfecc6810e858f7294321f433db62c514bb15a10b0737e6d31d7e75379a" id=a16a5e27-7bba-4cbf-9f7e-9567eb173786 name=/runtime.v1.RuntimeService/StartContainer
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.023680425Z" level=info msg="Started container" PID=8343 containerID=56908cfecc6810e858f7294321f433db62c514bb15a10b0737e6d31d7e75379a description=default/hello-world-app-86c47465fc-hf5bq/hello-world-app id=a16a5e27-7bba-4cbf-9f7e-9567eb173786 name=/runtime.v1.RuntimeService/StartContainer sandboxID=1b98a455f8a19558a9ae8a0a134bf2589bc9a73afdf0fb784f87917eeca74b66
Jul 04 12:54:48 addons-277972 conmon[8332]: conmon 56908cfecc6810e858f7 <ninfo>: container 8343 exited with status 1
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.156531869Z" level=info msg="Stopping pod sandbox: f972b9839eed7eed72f032342429aaa6f676c99bc9507f2c7cb8f0bdea26161f" id=a692f1ba-87bc-492c-8a4b-f09ac6b4c570 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.161095958Z" level=info msg="Stopped pod sandbox: f972b9839eed7eed72f032342429aaa6f676c99bc9507f2c7cb8f0bdea26161f" id=a692f1ba-87bc-492c-8a4b-f09ac6b4c570 name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.383212097Z" level=info msg="Removing container: 1d8e89e12ef1d8b514044ec7bd04ecab140efd84ff4bed8836891b0c73c32209" id=b7bccc85-5f4f-4f85-a8e1-922c50a6fabd name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.408579463Z" level=info msg="Removed container 1d8e89e12ef1d8b514044ec7bd04ecab140efd84ff4bed8836891b0c73c32209: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=b7bccc85-5f4f-4f85-a8e1-922c50a6fabd name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.412201231Z" level=info msg="Removing container: c0c165c9148023ae944be9f9a36d0febf2680496b06a5b03428879be75757191" id=fb8b8db8-fdb2-4ddf-be34-c29475e83aea name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 12:54:48 addons-277972 crio[969]: time="2024-07-04 12:54:48.445309245Z" level=info msg="Removed container c0c165c9148023ae944be9f9a36d0febf2680496b06a5b03428879be75757191: default/hello-world-app-86c47465fc-hf5bq/hello-world-app" id=fb8b8db8-fdb2-4ddf-be34-c29475e83aea name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 12:54:50 addons-277972 crio[969]: time="2024-07-04 12:54:50.115679098Z" level=info msg="Stopping container: 118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09 (timeout: 2s)" id=cb29831f-d764-490a-a198-3534ed9e8d65 name=/runtime.v1.RuntimeService/StopContainer
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.122837519Z" level=warning msg="Stopping container 118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=cb29831f-d764-490a-a198-3534ed9e8d65 name=/runtime.v1.RuntimeService/StopContainer
Jul 04 12:54:52 addons-277972 conmon[4699]: conmon 118fa463fa70cbc00e38 <ninfo>: container 4710 exited with status 137
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.262803395Z" level=info msg="Stopped container 118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09: ingress-nginx/ingress-nginx-controller-768f948f8f-fhd5d/controller" id=cb29831f-d764-490a-a198-3534ed9e8d65 name=/runtime.v1.RuntimeService/StopContainer
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.263458937Z" level=info msg="Stopping pod sandbox: 092fae7d5e5ee93f95bc038a15b70ae2c4c9f9e2cb6d4b5b44600020deb81d66" id=1dca8b80-3462-42af-81e6-6c7052ad6afd name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.267136515Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-FKVH6ZWV2CHQ6NKT - [0:0]\n:KUBE-HP-5RPT6DUG42AWSIW4 - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-5RPT6DUG42AWSIW4\n-X KUBE-HP-FKVH6ZWV2CHQ6NKT\nCOMMIT\n"
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.268972215Z" level=info msg="Closing host port tcp:80"
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.269021010Z" level=info msg="Closing host port tcp:443"
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.270356668Z" level=info msg="Host port tcp:80 does not have an open socket"
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.270388470Z" level=info msg="Host port tcp:443 does not have an open socket"
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.270563038Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-768f948f8f-fhd5d Namespace:ingress-nginx ID:092fae7d5e5ee93f95bc038a15b70ae2c4c9f9e2cb6d4b5b44600020deb81d66 UID:31bd9836-b5a7-4f82-80de-5d6093c6df67 NetNS:/var/run/netns/3faf4f66-890f-446b-a3df-814a8237ed4b Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.270706256Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-768f948f8f-fhd5d from CNI network \"kindnet\" (type=ptp)"
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.293901806Z" level=info msg="Stopped pod sandbox: 092fae7d5e5ee93f95bc038a15b70ae2c4c9f9e2cb6d4b5b44600020deb81d66" id=1dca8b80-3462-42af-81e6-6c7052ad6afd name=/runtime.v1.RuntimeService/StopPodSandbox
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.403716433Z" level=info msg="Removing container: 118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09" id=39d7ad78-3ec7-45c8-8068-f59314d38ae9 name=/runtime.v1.RuntimeService/RemoveContainer
Jul 04 12:54:52 addons-277972 crio[969]: time="2024-07-04 12:54:52.418800652Z" level=info msg="Removed container 118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09: ingress-nginx/ingress-nginx-controller-768f948f8f-fhd5d/controller" id=39d7ad78-3ec7-45c8-8068-f59314d38ae9 name=/runtime.v1.RuntimeService/RemoveContainer
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
56908cfecc681 dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79 9 seconds ago Exited hello-world-app 2 1b98a455f8a19 hello-world-app-86c47465fc-hf5bq
1a078ef905bbf docker.io/library/nginx@sha256:a45ee5d042aaa9e81e013f97ae40c3dda26fbe98f22b6251acdf28e579560d55 2 minutes ago Running nginx 0 5a3ba9ec0407e nginx
3be1267803cf6 ghcr.io/headlamp-k8s/headlamp@sha256:1c3f42aacd8eee1d3f1c63efb5a3b42da387ca1d87b77b0f486e8443201fcb37 3 minutes ago Running headlamp 0 d91574a4dfc9f headlamp-7867546754-ffmtg
936e6ec712818 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69 4 minutes ago Running gcp-auth 0 450fb0baad770 gcp-auth-5db96cd9b4-hpj96
2f6187c65e530 docker.io/marcnuri/yakd@sha256:1c961556224d57fc747de0b1874524208e5fb4f8386f23e9c1c4c18e97109f17 5 minutes ago Running yakd 0 7d2c174b7cf65 yakd-dashboard-799879c74f-czmhv
87ca1b5850230 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 5 minutes ago Exited patch 0 3f2079f803515 ingress-nginx-admission-patch-bhc6n
96547a577054c registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70 5 minutes ago Running metrics-server 0 9fabf46e33fb6 metrics-server-c59844bb4-4kvhp
c283a95ad24ef registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366 5 minutes ago Exited create 0 e5450bee3eb0b ingress-nginx-admission-create-768s4
89719944a7e11 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93 6 minutes ago Running coredns 0 7199733be6fe4 coredns-7db6d8ff4d-98cjp
f16a7fbeef075 ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6 6 minutes ago Running storage-provisioner 0 612bd973e86b8 storage-provisioner
4bafebf68c4c8 89d73d416b992e8f9602b67b4614d9e7f0655aebb3696e18efec695e0b654c40 6 minutes ago Running kindnet-cni 0 b9e43c800b5a2 kindnet-qn6ql
79b815d561f14 66dbb96a9149f69913ff817f696be766014cacdffc2ce0889a76c81165415fae 6 minutes ago Running kube-proxy 0 7b1fd77e17aca kube-proxy-4f555
37332ccc58fdd c7dd04b1bafeb51c650fde7f34ac0fdafa96030e77ea7a822135ff302d895dd5 6 minutes ago Running kube-scheduler 0 94d810188a07c kube-scheduler-addons-277972
beca9455550b1 84c601f3f72c87776cdcf77a73329d1f45297e43a92508b0f289fa2fcf8872a0 6 minutes ago Running kube-apiserver 0 75dfc60e8958d kube-apiserver-addons-277972
ad3b3ebef2305 e1dcc3400d3ea6a268c7ea6e66c3a196703770a8e346b695f54344ab53a47567 6 minutes ago Running kube-controller-manager 0 83b7782d331a2 kube-controller-manager-addons-277972
0f6cfe43f73ca 014faa467e29798aeef733fe6d1a3b5e382688217b053ad23410e6cccd5d22fd 6 minutes ago Running etcd 0 0aa4324722cd0 etcd-addons-277972
==> coredns [89719944a7e113808a211a52830ee440c3020f64e97c27e3981b07c60ae2647c] <==
[INFO] 10.244.0.19:52303 - 35491 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000040352s
[INFO] 10.244.0.19:52303 - 52751 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000038851s
[INFO] 10.244.0.19:52303 - 7280 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000040368s
[INFO] 10.244.0.19:52303 - 51934 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000038161s
[INFO] 10.244.0.19:52303 - 38115 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001317623s
[INFO] 10.244.0.19:52303 - 3411 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001095836s
[INFO] 10.244.0.19:52303 - 38563 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000060659s
[INFO] 10.244.0.19:44787 - 7580 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00015431s
[INFO] 10.244.0.19:59927 - 42749 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000082755s
[INFO] 10.244.0.19:44787 - 8640 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000136563s
[INFO] 10.244.0.19:59927 - 44678 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000071563s
[INFO] 10.244.0.19:44787 - 3672 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000068798s
[INFO] 10.244.0.19:44787 - 6583 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000066739s
[INFO] 10.244.0.19:59927 - 13605 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000047285s
[INFO] 10.244.0.19:44787 - 38810 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000071022s
[INFO] 10.244.0.19:59927 - 49820 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000038259s
[INFO] 10.244.0.19:44787 - 8794 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000030523s
[INFO] 10.244.0.19:59927 - 39344 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000026519s
[INFO] 10.244.0.19:59927 - 54099 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000233193s
[INFO] 10.244.0.19:59927 - 32377 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001276099s
[INFO] 10.244.0.19:44787 - 1125 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.002301962s
[INFO] 10.244.0.19:44787 - 11181 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00124245s
[INFO] 10.244.0.19:59927 - 47053 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001351945s
[INFO] 10.244.0.19:44787 - 46074 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000053578s
[INFO] 10.244.0.19:59927 - 36005 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000041468s
==> describe nodes <==
Name: addons-277972
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-277972
kubernetes.io/os=linux
minikube.k8s.io/commit=051b6c4754c6f3ec9a6d546748e2230f0a161ae0
minikube.k8s.io/name=addons-277972
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_07_04T12_48_07_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-277972
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 04 Jul 2024 12:48:04 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-277972
AcquireTime: <unset>
RenewTime: Thu, 04 Jul 2024 12:54:56 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 04 Jul 2024 12:54:44 +0000 Thu, 04 Jul 2024 12:48:01 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 04 Jul 2024 12:54:44 +0000 Thu, 04 Jul 2024 12:48:01 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 04 Jul 2024 12:54:44 +0000 Thu, 04 Jul 2024 12:48:01 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 04 Jul 2024 12:54:44 +0000 Thu, 04 Jul 2024 12:48:54 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-277972
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022360Ki
pods: 110
System Info:
Machine ID: e68cf42a5470471e9204531ed653a102
System UUID: b9077f16-1c75-45df-827e-1284dbf10b65
Boot ID: 8f650b57-d36f-4952-bd7f-5577bab5f375
Kernel Version: 5.15.0-1064-aws
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: cri-o://1.24.6
Kubelet Version: v1.30.2
Kube-Proxy Version: v1.30.2
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (14 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-86c47465fc-hf5bq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 25s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m46s
gcp-auth gcp-auth-5db96cd9b4-hpj96 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m26s
headlamp headlamp-7867546754-ffmtg 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m56s
kube-system coredns-7db6d8ff4d-98cjp 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 6m36s
kube-system etcd-addons-277972 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 6m50s
kube-system kindnet-qn6ql 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 6m36s
kube-system kube-apiserver-addons-277972 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m50s
kube-system kube-controller-manager-addons-277972 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m50s
kube-system kube-proxy-4f555 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m36s
kube-system kube-scheduler-addons-277972 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m50s
kube-system metrics-server-c59844bb4-4kvhp 100m (5%!)(MISSING) 0 (0%!)(MISSING) 200Mi (2%!)(MISSING) 0 (0%!)(MISSING) 6m31s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 6m31s
yakd-dashboard yakd-dashboard-799879c74f-czmhv 0 (0%!)(MISSING) 0 (0%!)(MISSING) 128Mi (1%!)(MISSING) 256Mi (3%!)(MISSING) 6m31s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%!)(MISSING) 100m (5%!)(MISSING)
memory 548Mi (6%!)(MISSING) 476Mi (6%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 6m31s kube-proxy
Normal NodeHasSufficientMemory 6m57s (x8 over 6m57s) kubelet Node addons-277972 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m57s (x8 over 6m57s) kubelet Node addons-277972 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m57s (x8 over 6m57s) kubelet Node addons-277972 status is now: NodeHasSufficientPID
Normal Starting 6m51s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 6m50s kubelet Node addons-277972 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 6m50s kubelet Node addons-277972 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 6m50s kubelet Node addons-277972 status is now: NodeHasSufficientPID
Normal RegisteredNode 6m37s node-controller Node addons-277972 event: Registered Node addons-277972 in Controller
Normal NodeReady 6m3s kubelet Node addons-277972 status is now: NodeReady
==> dmesg <==
[ +0.000993] FS-Cache: O-key=[8] '4f83ed0000000000'
[ +0.000669] FS-Cache: N-cookie c=000000d2 [p=000000c9 fl=2 nc=0 na=1]
[ +0.000949] FS-Cache: N-cookie d=00000000915207cd{9p.inode} n=00000000dd6a8763
[ +0.000996] FS-Cache: N-key=[8] '4f83ed0000000000'
[ +0.002865] FS-Cache: Duplicate cookie detected
[ +0.000664] FS-Cache: O-cookie c=000000cc [p=000000c9 fl=226 nc=0 na=1]
[ +0.000928] FS-Cache: O-cookie d=00000000915207cd{9p.inode} n=00000000c76d5957
[ +0.000992] FS-Cache: O-key=[8] '4f83ed0000000000'
[ +0.000876] FS-Cache: N-cookie c=000000d3 [p=000000c9 fl=2 nc=0 na=1]
[ +0.000917] FS-Cache: N-cookie d=00000000915207cd{9p.inode} n=000000002490dc96
[ +0.000996] FS-Cache: N-key=[8] '4f83ed0000000000'
[ +2.854994] FS-Cache: Duplicate cookie detected
[ +0.000699] FS-Cache: O-cookie c=000000ca [p=000000c9 fl=226 nc=0 na=1]
[ +0.000936] FS-Cache: O-cookie d=00000000915207cd{9p.inode} n=0000000056eca63e
[ +0.001017] FS-Cache: O-key=[8] '4e83ed0000000000'
[ +0.000712] FS-Cache: N-cookie c=000000d5 [p=000000c9 fl=2 nc=0 na=1]
[ +0.000942] FS-Cache: N-cookie d=00000000915207cd{9p.inode} n=00000000d8b7522b
[ +0.001008] FS-Cache: N-key=[8] '4e83ed0000000000'
[ +0.388208] FS-Cache: Duplicate cookie detected
[ +0.000673] FS-Cache: O-cookie c=000000cf [p=000000c9 fl=226 nc=0 na=1]
[ +0.000929] FS-Cache: O-cookie d=00000000915207cd{9p.inode} n=00000000298e87c3
[ +0.001049] FS-Cache: O-key=[8] '5483ed0000000000'
[ +0.000688] FS-Cache: N-cookie c=000000d6 [p=000000c9 fl=2 nc=0 na=1]
[ +0.000899] FS-Cache: N-cookie d=00000000915207cd{9p.inode} n=00000000e3264229
[ +0.001007] FS-Cache: N-key=[8] '5483ed0000000000'
==> etcd [0f6cfe43f73ca25365d7f23e2206e236d38a6cd054a9d2a482818787f93a7f16] <==
{"level":"info","ts":"2024-07-04T12:48:24.213563Z","caller":"traceutil/trace.go:171","msg":"trace[1260057524] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:410; }","duration":"107.271762ms","start":"2024-07-04T12:48:24.106278Z","end":"2024-07-04T12:48:24.213549Z","steps":["trace[1260057524] 'agreement among raft nodes before linearized reading' (duration: 27.404459ms)","trace[1260057524] 'range keys from in-memory index tree' (duration: 79.734064ms)"],"step_count":2}
{"level":"info","ts":"2024-07-04T12:48:24.261326Z","caller":"traceutil/trace.go:171","msg":"trace[913951905] transaction","detail":"{read_only:false; response_revision:411; number_of_response:1; }","duration":"154.114576ms","start":"2024-07-04T12:48:24.106486Z","end":"2024-07-04T12:48:24.2606Z","steps":["trace[913951905] 'process raft request' (duration: 153.627473ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T12:48:24.29867Z","caller":"traceutil/trace.go:171","msg":"trace[1686126641] transaction","detail":"{read_only:false; response_revision:412; number_of_response:1; }","duration":"120.921614ms","start":"2024-07-04T12:48:24.177728Z","end":"2024-07-04T12:48:24.29865Z","steps":["trace[1686126641] 'process raft request' (duration: 119.215947ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T12:48:24.39626Z","caller":"traceutil/trace.go:171","msg":"trace[222994011] linearizableReadLoop","detail":"{readStateIndex:423; appliedIndex:423; }","duration":"133.371183ms","start":"2024-07-04T12:48:24.262876Z","end":"2024-07-04T12:48:24.396247Z","steps":["trace[222994011] 'read index received' (duration: 133.366982ms)","trace[222994011] 'applied index is now lower than readState.Index' (duration: 3.38µs)"],"step_count":2}
{"level":"warn","ts":"2024-07-04T12:48:24.517804Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"340.07921ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-07-04T12:48:24.520504Z","caller":"traceutil/trace.go:171","msg":"trace[1090382566] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:412; }","duration":"342.78209ms","start":"2024-07-04T12:48:24.177701Z","end":"2024-07-04T12:48:24.520483Z","steps":["trace[1090382566] 'agreement among raft nodes before linearized reading' (duration: 219.731047ms)","trace[1090382566] 'range keys from in-memory index tree' (duration: 120.310568ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-04T12:48:24.521323Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-04T12:48:24.177686Z","time spent":"343.612282ms","remote":"127.0.0.1:43914","response type":"/etcdserverpb.KV/Range","request count":0,"request size":34,"response count":1,"response size":375,"request content":"key:\"/registry/namespaces/kube-system\" "}
{"level":"warn","ts":"2024-07-04T12:48:24.522838Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"279.256827ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/\" range_end:\"/registry/apiextensions.k8s.io/customresourcedefinitions0\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-04T12:48:24.536077Z","caller":"traceutil/trace.go:171","msg":"trace[521465514] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions/; range_end:/registry/apiextensions.k8s.io/customresourcedefinitions0; response_count:0; response_revision:412; }","duration":"292.503802ms","start":"2024-07-04T12:48:24.243557Z","end":"2024-07-04T12:48:24.536061Z","steps":["trace[521465514] 'agreement among raft nodes before linearized reading' (duration: 153.893075ms)","trace[521465514] 'range keys from in-memory index tree' (duration: 125.351863ms)"],"step_count":2}
{"level":"warn","ts":"2024-07-04T12:48:24.541127Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-07-04T12:48:24.239598Z","time spent":"301.49955ms","remote":"127.0.0.1:43840","response type":"/etcdserverpb.KV/Range","request count":0,"request size":118,"response count":0,"response size":29,"request content":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/\" range_end:\"/registry/apiextensions.k8s.io/customresourcedefinitions0\" "}
{"level":"warn","ts":"2024-07-04T12:48:24.535436Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"127.379435ms","expected-duration":"100ms","prefix":"","request":"header:<ID:8128030297424117193 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/replicasets/kube-system/coredns-7db6d8ff4d\" mod_revision:388 > success:<request_put:<key:\"/registry/replicasets/kube-system/coredns-7db6d8ff4d\" value_size:3722 >> failure:<request_range:<key:\"/registry/replicasets/kube-system/coredns-7db6d8ff4d\" > >>","response":"size:16"}
{"level":"warn","ts":"2024-07-04T12:48:24.541708Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"146.472076ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/kube-system/coredns\" ","response":"range_response_count:1 size:4109"}
{"level":"info","ts":"2024-07-04T12:48:24.541795Z","caller":"traceutil/trace.go:171","msg":"trace[1898103218] range","detail":"{range_begin:/registry/deployments/kube-system/coredns; range_end:; response_count:1; response_revision:414; }","duration":"146.561116ms","start":"2024-07-04T12:48:24.395223Z","end":"2024-07-04T12:48:24.541785Z","steps":["trace[1898103218] 'agreement among raft nodes before linearized reading' (duration: 146.419475ms)"],"step_count":1}
{"level":"info","ts":"2024-07-04T12:48:24.542016Z","caller":"traceutil/trace.go:171","msg":"trace[1979080046] transaction","detail":"{read_only:false; response_revision:413; number_of_response:1; }","duration":"146.220496ms","start":"2024-07-04T12:48:24.395785Z","end":"2024-07-04T12:48:24.542006Z","steps":["trace[1979080046] 'process raft request' (duration: 11.820331ms)","trace[1979080046] 'compare' (duration: 115.332426ms)"],"step_count":2}
{"level":"info","ts":"2024-07-04T12:48:24.542324Z","caller":"traceutil/trace.go:171","msg":"trace[1134361294] transaction","detail":"{read_only:false; response_revision:414; number_of_response:1; }","duration":"146.303038ms","start":"2024-07-04T12:48:24.39601Z","end":"2024-07-04T12:48:24.542313Z","steps":["trace[1134361294] 'process raft request' (duration: 145.52923ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T12:48:24.542656Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"146.659616ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/\" range_end:\"/registry/storageclasses0\" ","response":"range_response_count:1 size:992"}
{"level":"info","ts":"2024-07-04T12:48:24.542733Z","caller":"traceutil/trace.go:171","msg":"trace[1799018313] range","detail":"{range_begin:/registry/storageclasses/; range_end:/registry/storageclasses0; response_count:1; response_revision:414; }","duration":"146.739295ms","start":"2024-07-04T12:48:24.395984Z","end":"2024-07-04T12:48:24.542723Z","steps":["trace[1799018313] 'agreement among raft nodes before linearized reading' (duration: 146.634715ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T12:48:24.542951Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"147.120217ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-277972\" ","response":"range_response_count:1 size:5744"}
{"level":"info","ts":"2024-07-04T12:48:24.543019Z","caller":"traceutil/trace.go:171","msg":"trace[1979430553] range","detail":"{range_begin:/registry/minions/addons-277972; range_end:; response_count:1; response_revision:414; }","duration":"147.19023ms","start":"2024-07-04T12:48:24.395822Z","end":"2024-07-04T12:48:24.543012Z","steps":["trace[1979430553] 'agreement among raft nodes before linearized reading' (duration: 147.09749ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T12:48:24.543217Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"147.468411ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" ","response":"range_response_count:1 size:351"}
{"level":"info","ts":"2024-07-04T12:48:24.543294Z","caller":"traceutil/trace.go:171","msg":"trace[210712271] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:414; }","duration":"147.544987ms","start":"2024-07-04T12:48:24.39574Z","end":"2024-07-04T12:48:24.543285Z","steps":["trace[210712271] 'agreement among raft nodes before linearized reading' (duration: 147.447734ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T12:48:24.543526Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"148.158741ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-04T12:48:24.544234Z","caller":"traceutil/trace.go:171","msg":"trace[216077337] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:414; }","duration":"148.866819ms","start":"2024-07-04T12:48:24.395357Z","end":"2024-07-04T12:48:24.544224Z","steps":["trace[216077337] 'agreement among raft nodes before linearized reading' (duration: 148.143538ms)"],"step_count":1}
{"level":"warn","ts":"2024-07-04T12:48:24.544455Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"149.190349ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-07-04T12:48:24.556541Z","caller":"traceutil/trace.go:171","msg":"trace[1563505636] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:414; }","duration":"161.227545ms","start":"2024-07-04T12:48:24.395256Z","end":"2024-07-04T12:48:24.556483Z","steps":["trace[1563505636] 'agreement among raft nodes before linearized reading' (duration: 149.171568ms)"],"step_count":1}
==> gcp-auth [936e6ec712818d66dd6783bd9c46d0d3e5331910d30f61474c3d57402bfdebb0] <==
2024/07/04 12:50:02 GCP Auth Webhook started!
2024/07/04 12:50:50 Ready to marshal response ...
2024/07/04 12:50:50 Ready to write response ...
2024/07/04 12:50:51 Ready to marshal response ...
2024/07/04 12:50:51 Ready to write response ...
2024/07/04 12:50:51 Ready to marshal response ...
2024/07/04 12:50:51 Ready to write response ...
2024/07/04 12:50:59 Ready to marshal response ...
2024/07/04 12:50:59 Ready to write response ...
2024/07/04 12:51:01 Ready to marshal response ...
2024/07/04 12:51:01 Ready to write response ...
2024/07/04 12:51:01 Ready to marshal response ...
2024/07/04 12:51:01 Ready to write response ...
2024/07/04 12:51:01 Ready to marshal response ...
2024/07/04 12:51:01 Ready to write response ...
2024/07/04 12:51:17 Ready to marshal response ...
2024/07/04 12:51:17 Ready to write response ...
2024/07/04 12:51:43 Ready to marshal response ...
2024/07/04 12:51:43 Ready to write response ...
2024/07/04 12:52:11 Ready to marshal response ...
2024/07/04 12:52:11 Ready to write response ...
2024/07/04 12:54:32 Ready to marshal response ...
2024/07/04 12:54:32 Ready to write response ...
==> kernel <==
12:54:57 up 18:37, 0 users, load average: 0.49, 1.12, 1.74
Linux addons-277972 5.15.0-1064-aws #70~20.04.1-Ubuntu SMP Thu Jun 27 14:52:48 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kindnet [4bafebf68c4c8a123628f58b7712458a5d264b48ddc63f925bfc634b43c8a264] <==
I0704 12:52:53.917070 1 main.go:227] handling current node
I0704 12:53:03.920771 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:53:03.920797 1 main.go:227] handling current node
I0704 12:53:13.924831 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:53:13.924863 1 main.go:227] handling current node
I0704 12:53:23.936483 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:53:23.936510 1 main.go:227] handling current node
I0704 12:53:33.948148 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:53:33.948178 1 main.go:227] handling current node
I0704 12:53:43.960501 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:53:43.960526 1 main.go:227] handling current node
I0704 12:53:53.971655 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:53:53.971681 1 main.go:227] handling current node
I0704 12:54:03.976600 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:54:03.976627 1 main.go:227] handling current node
I0704 12:54:13.985806 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:54:13.985831 1 main.go:227] handling current node
I0704 12:54:23.990133 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:54:23.990157 1 main.go:227] handling current node
I0704 12:54:34.005061 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:54:34.005101 1 main.go:227] handling current node
I0704 12:54:44.015248 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:54:44.015281 1 main.go:227] handling current node
I0704 12:54:54.022381 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0704 12:54:54.022850 1 main.go:227] handling current node
==> kube-apiserver [beca9455550b137eaddb85a3153bac153da9bf2938f1138f6e31196c8ee801aa] <==
E0704 12:50:04.926464 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.106.239.87:443/apis/metrics.k8s.io/v1beta1: Get "https://10.106.239.87:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.106.239.87:443: connect: connection refused
E0704 12:50:04.927170 1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.106.239.87:443/apis/metrics.k8s.io/v1beta1: Get "https://10.106.239.87:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.106.239.87:443: connect: connection refused
I0704 12:50:05.042030 1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
I0704 12:51:01.848837 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.111.121.181"}
E0704 12:51:16.001215 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
I0704 12:51:28.431675 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0704 12:51:58.949215 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 12:51:58.949382 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 12:51:58.973340 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 12:51:58.973410 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 12:51:58.995877 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 12:51:58.996090 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 12:51:59.011208 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 12:51:59.011260 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0704 12:51:59.048562 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0704 12:51:59.049007 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0704 12:51:59.997294 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0704 12:52:00.054483 1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0704 12:52:00.055742 1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I0704 12:52:05.702468 1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W0704 12:52:06.734929 1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
I0704 12:52:11.259292 1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
I0704 12:52:11.585913 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.100.104.165"}
I0704 12:54:32.375093 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.101.127.19"}
E0704 12:54:48.410466 1 watch.go:250] http2: stream closed
==> kube-controller-manager [ad3b3ebef230589282043c590bd7d37e5142f47abcac6a89f9cc155d4a1afd9f] <==
E0704 12:53:32.104667 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0704 12:54:02.392824 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0704 12:54:02.392860 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0704 12:54:08.863306 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0704 12:54:08.863346 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0704 12:54:15.461824 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0704 12:54:15.461862 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0704 12:54:20.934202 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0704 12:54:20.934242 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0704 12:54:32.132923 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="34.351916ms"
I0704 12:54:32.162498 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="29.449349ms"
I0704 12:54:32.162656 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="47.383µs"
W0704 12:54:33.560656 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0704 12:54:33.560752 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I0704 12:54:35.389691 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="36.602µs"
I0704 12:54:36.367865 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="41.246µs"
I0704 12:54:37.369184 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="42.805µs"
I0704 12:54:48.435240 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-86c47465fc" duration="53.652µs"
I0704 12:54:49.087473 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create"
I0704 12:54:49.093068 1 replica_set.go:676] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-768f948f8f" duration="4.652µs"
I0704 12:54:49.099058 1 job_controller.go:566] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch"
W0704 12:54:51.796815 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0704 12:54:51.796938 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W0704 12:54:55.234381 1 reflector.go:547] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0704 12:54:55.234421 1 reflector.go:150] k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
==> kube-proxy [79b815d561f1444d3d506dd528cd49ce338d27319a1f11b74c60132c1c5a0d40] <==
I0704 12:48:25.209941 1 server_linux.go:69] "Using iptables proxy"
I0704 12:48:25.609107 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
I0704 12:48:25.656763 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0704 12:48:25.656957 1 server_linux.go:165] "Using iptables Proxier"
I0704 12:48:25.964379 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0704 12:48:25.964518 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0704 12:48:25.964608 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0704 12:48:25.965159 1 server.go:872] "Version info" version="v1.30.2"
I0704 12:48:25.966350 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0704 12:48:25.967399 1 config.go:192] "Starting service config controller"
I0704 12:48:25.967471 1 shared_informer.go:313] Waiting for caches to sync for service config
I0704 12:48:25.967601 1 config.go:101] "Starting endpoint slice config controller"
I0704 12:48:25.967631 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0704 12:48:25.968178 1 config.go:319] "Starting node config controller"
I0704 12:48:25.968232 1 shared_informer.go:313] Waiting for caches to sync for node config
I0704 12:48:26.175648 1 shared_informer.go:320] Caches are synced for node config
I0704 12:48:26.204600 1 shared_informer.go:320] Caches are synced for service config
I0704 12:48:26.204738 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [37332ccc58fddad76534908b555d152c4c1a0471d13ddc06ca4dd668f4ea042a] <==
W0704 12:48:04.387456 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0704 12:48:04.387533 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0704 12:48:04.387762 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0704 12:48:04.387822 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0704 12:48:04.387930 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0704 12:48:04.387980 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0704 12:48:05.273540 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
E0704 12:48:05.273716 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
W0704 12:48:05.273936 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0704 12:48:05.273996 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
W0704 12:48:05.329630 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0704 12:48:05.329674 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
W0704 12:48:05.355766 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0704 12:48:05.355807 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0704 12:48:05.373213 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0704 12:48:05.373253 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
W0704 12:48:05.377983 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E0704 12:48:05.378026 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W0704 12:48:05.514201 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0704 12:48:05.514246 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
W0704 12:48:05.570985 1 reflector.go:547] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0704 12:48:05.571021 1 reflector.go:150] k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0704 12:48:05.716113 1 reflector.go:547] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0704 12:48:05.716173 1 reflector.go:150] runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
I0704 12:48:08.478515 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Jul 04 12:54:37 addons-277972 kubelet[1556]: E0704 12:54:37.357864 1556 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-hf5bq_default(c816558d-a258-40f9-b661-5189838d89fd)\"" pod="default/hello-world-app-86c47465fc-hf5bq" podUID="c816558d-a258-40f9-b661-5189838d89fd"
Jul 04 12:54:46 addons-277972 kubelet[1556]: I0704 12:54:46.932516 1556 scope.go:117] "RemoveContainer" containerID="1d8e89e12ef1d8b514044ec7bd04ecab140efd84ff4bed8836891b0c73c32209"
Jul 04 12:54:46 addons-277972 kubelet[1556]: E0704 12:54:46.932762 1556 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 2m40s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b"
Jul 04 12:54:47 addons-277972 kubelet[1556]: I0704 12:54:47.931342 1556 scope.go:117] "RemoveContainer" containerID="c0c165c9148023ae944be9f9a36d0febf2680496b06a5b03428879be75757191"
Jul 04 12:54:48 addons-277972 kubelet[1556]: I0704 12:54:48.221180 1556 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-tfjtv\" (UniqueName: \"kubernetes.io/projected/ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b-kube-api-access-tfjtv\") pod \"ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b\" (UID: \"ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b\") "
Jul 04 12:54:48 addons-277972 kubelet[1556]: I0704 12:54:48.223232 1556 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b-kube-api-access-tfjtv" (OuterVolumeSpecName: "kube-api-access-tfjtv") pod "ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b" (UID: "ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b"). InnerVolumeSpecName "kube-api-access-tfjtv". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 04 12:54:48 addons-277972 kubelet[1556]: I0704 12:54:48.321762 1556 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-tfjtv\" (UniqueName: \"kubernetes.io/projected/ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b-kube-api-access-tfjtv\") on node \"addons-277972\" DevicePath \"\""
Jul 04 12:54:48 addons-277972 kubelet[1556]: I0704 12:54:48.381379 1556 scope.go:117] "RemoveContainer" containerID="1d8e89e12ef1d8b514044ec7bd04ecab140efd84ff4bed8836891b0c73c32209"
Jul 04 12:54:48 addons-277972 kubelet[1556]: I0704 12:54:48.389917 1556 scope.go:117] "RemoveContainer" containerID="56908cfecc6810e858f7294321f433db62c514bb15a10b0737e6d31d7e75379a"
Jul 04 12:54:48 addons-277972 kubelet[1556]: E0704 12:54:48.390185 1556 pod_workers.go:1298] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-86c47465fc-hf5bq_default(c816558d-a258-40f9-b661-5189838d89fd)\"" pod="default/hello-world-app-86c47465fc-hf5bq" podUID="c816558d-a258-40f9-b661-5189838d89fd"
Jul 04 12:54:48 addons-277972 kubelet[1556]: I0704 12:54:48.409833 1556 scope.go:117] "RemoveContainer" containerID="c0c165c9148023ae944be9f9a36d0febf2680496b06a5b03428879be75757191"
Jul 04 12:54:48 addons-277972 kubelet[1556]: I0704 12:54:48.932966 1556 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b" path="/var/lib/kubelet/pods/ca9ea6bf-ad2b-4ae8-b624-fcd2bae8f53b/volumes"
Jul 04 12:54:50 addons-277972 kubelet[1556]: I0704 12:54:50.933359 1556 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="42dd7d24-ebee-4659-9b50-d5f9650facc6" path="/var/lib/kubelet/pods/42dd7d24-ebee-4659-9b50-d5f9650facc6/volumes"
Jul 04 12:54:50 addons-277972 kubelet[1556]: I0704 12:54:50.933755 1556 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="633cb245-deca-448d-b736-c3471eeb98ca" path="/var/lib/kubelet/pods/633cb245-deca-448d-b736-c3471eeb98ca/volumes"
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.347601 1556 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/31bd9836-b5a7-4f82-80de-5d6093c6df67-webhook-cert\") pod \"31bd9836-b5a7-4f82-80de-5d6093c6df67\" (UID: \"31bd9836-b5a7-4f82-80de-5d6093c6df67\") "
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.347657 1556 reconciler_common.go:161] "operationExecutor.UnmountVolume started for volume \"kube-api-access-8mxnj\" (UniqueName: \"kubernetes.io/projected/31bd9836-b5a7-4f82-80de-5d6093c6df67-kube-api-access-8mxnj\") pod \"31bd9836-b5a7-4f82-80de-5d6093c6df67\" (UID: \"31bd9836-b5a7-4f82-80de-5d6093c6df67\") "
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.351827 1556 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/31bd9836-b5a7-4f82-80de-5d6093c6df67-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "31bd9836-b5a7-4f82-80de-5d6093c6df67" (UID: "31bd9836-b5a7-4f82-80de-5d6093c6df67"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.355137 1556 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/31bd9836-b5a7-4f82-80de-5d6093c6df67-kube-api-access-8mxnj" (OuterVolumeSpecName: "kube-api-access-8mxnj") pod "31bd9836-b5a7-4f82-80de-5d6093c6df67" (UID: "31bd9836-b5a7-4f82-80de-5d6093c6df67"). InnerVolumeSpecName "kube-api-access-8mxnj". PluginName "kubernetes.io/projected", VolumeGidValue ""
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.402465 1556 scope.go:117] "RemoveContainer" containerID="118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09"
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.419132 1556 scope.go:117] "RemoveContainer" containerID="118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09"
Jul 04 12:54:52 addons-277972 kubelet[1556]: E0704 12:54:52.419588 1556 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09\": container with ID starting with 118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09 not found: ID does not exist" containerID="118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09"
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.419627 1556 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09"} err="failed to get container status \"118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09\": rpc error: code = NotFound desc = could not find container \"118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09\": container with ID starting with 118fa463fa70cbc00e388e0f05db1bac7f15ab27e92a858180f89bbd10a79b09 not found: ID does not exist"
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.448233 1556 reconciler_common.go:289] "Volume detached for volume \"kube-api-access-8mxnj\" (UniqueName: \"kubernetes.io/projected/31bd9836-b5a7-4f82-80de-5d6093c6df67-kube-api-access-8mxnj\") on node \"addons-277972\" DevicePath \"\""
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.448277 1556 reconciler_common.go:289] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/31bd9836-b5a7-4f82-80de-5d6093c6df67-webhook-cert\") on node \"addons-277972\" DevicePath \"\""
Jul 04 12:54:52 addons-277972 kubelet[1556]: I0704 12:54:52.933616 1556 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="31bd9836-b5a7-4f82-80de-5d6093c6df67" path="/var/lib/kubelet/pods/31bd9836-b5a7-4f82-80de-5d6093c6df67/volumes"
==> storage-provisioner [f16a7fbeef075eb1420e0cc5ddcf95df4ec1268748a6d1aa25b21db0c70d590d] <==
I0704 12:48:55.425485 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0704 12:48:55.463065 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0704 12:48:55.463119 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0704 12:48:55.507360 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0704 12:48:55.507665 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-277972_ee75e38e-ff77-4917-899a-efa135a386ea!
I0704 12:48:55.509833 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"5e7d87f2-e4cb-48f8-8cb0-6a7846b7af3a", APIVersion:"v1", ResourceVersion:"932", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-277972_ee75e38e-ff77-4917-899a-efa135a386ea became leader
I0704 12:48:55.610063 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-277972_ee75e38e-ff77-4917-899a-efa135a386ea!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-277972 -n addons-277972
helpers_test.go:261: (dbg) Run: kubectl --context addons-277972 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 (167.78s)