=== RUN TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry
=== CONT TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 4.794086ms
addons_test.go:334: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-lxpkx" [cfefe92a-8cb2-4cdd-a72a-325972646531] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.005101824s
addons_test.go:337: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-8g9px" [fefb428c-0379-47a5-8dbf-8c38f9512e9f] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.006333587s
addons_test.go:342: (dbg) Run: kubectl --context addons-339891 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run: kubectl --context addons-339891 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:347: (dbg) Non-zero exit: kubectl --context addons-339891 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": exit status 1 (1m0.141767745s)
-- stdout --
pod "registry-test" deleted
-- /stdout --
** stderr **
error: timed out waiting for the condition
** /stderr **
addons_test.go:349: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-339891 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c \"wget --spider -S http://registry.kube-system.svc.cluster.local\"" failed: exit status 1
addons_test.go:353: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:361: (dbg) Run: out/minikube-linux-amd64 -p addons-339891 ip
2024/09/16 10:52:29 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run: out/minikube-linux-amd64 -p addons-339891 addons disable registry --alsologtostderr -v=1
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Registry]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-339891
helpers_test.go:235: (dbg) docker inspect addons-339891:
-- stdout --
[
{
"Id": "b8ef4c87458536a10404d34e8be17535ca47e17e90ef3b1d58bd5bd99bedd932",
"Created": "2024-09-16T10:38:54.499373113Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 8336,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-09-16T10:38:54.71187141Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:20d492278eed428d119466f58713403332b5d2ac1db7c6863f797e2406f2b671",
"ResolvConfPath": "/var/lib/docker/containers/b8ef4c87458536a10404d34e8be17535ca47e17e90ef3b1d58bd5bd99bedd932/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/b8ef4c87458536a10404d34e8be17535ca47e17e90ef3b1d58bd5bd99bedd932/hostname",
"HostsPath": "/var/lib/docker/containers/b8ef4c87458536a10404d34e8be17535ca47e17e90ef3b1d58bd5bd99bedd932/hosts",
"LogPath": "/var/lib/docker/containers/b8ef4c87458536a10404d34e8be17535ca47e17e90ef3b1d58bd5bd99bedd932/b8ef4c87458536a10404d34e8be17535ca47e17e90ef3b1d58bd5bd99bedd932-json.log",
"Name": "/addons-339891",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-339891:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-339891",
"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": "private",
"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": 0,
"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": null,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/d5319edd97bbe4905ab34066b736010a1ec14e20935bb89466a097a126b25ae5-init/diff:/var/lib/docker/overlay2/78f3cb93aa159ead60370a31006bb2a9bcb36b86a4af6ad755a7f5301be97830/diff",
"MergedDir": "/var/lib/docker/overlay2/d5319edd97bbe4905ab34066b736010a1ec14e20935bb89466a097a126b25ae5/merged",
"UpperDir": "/var/lib/docker/overlay2/d5319edd97bbe4905ab34066b736010a1ec14e20935bb89466a097a126b25ae5/diff",
"WorkDir": "/var/lib/docker/overlay2/d5319edd97bbe4905ab34066b736010a1ec14e20935bb89466a097a126b25ae5/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-339891",
"Source": "/var/lib/docker/volumes/addons-339891/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-339891",
"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.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0",
"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-339891",
"name.minikube.sigs.k8s.io": "addons-339891",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "4346576d16d3f1caa0dd7a263eb491bd1335e544ac5ee606414c4a72dc8189af",
"SandboxKey": "/var/run/docker/netns/4346576d16d3",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32768"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32769"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32772"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32770"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32771"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-339891": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "dc86acaed6b1a8be375dcf5e4a0523302cbce9f7e70a00be069b736cbd105da2",
"EndpointID": "29133df8daa5c19c96f2ef42e46713c110e1ca90d3b74f351178a39fa755c7b2",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-339891",
"b8ef4c874585"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-339891 -n addons-339891
helpers_test.go:244: <<< TestAddons/parallel/Registry FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Registry]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-amd64 -p addons-339891 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-339891 logs -n 25: (1.699288003s)
helpers_test.go:252: TestAddons/parallel/Registry logs:
-- stdout --
==> Audit <==
|---------|--------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
| addons | enable dashboard -p | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:38 UTC | |
| | addons-339891 | | | | | |
| addons | disable dashboard -p | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:38 UTC | |
| | addons-339891 | | | | | |
| start | -p addons-339891 --wait=true | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:38 UTC | 16 Sep 24 10:42 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=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=helm-tiller | | | | | |
| addons | addons-339891 addons disable | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:43 UTC | 16 Sep 24 10:43 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-339891 addons | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:52 UTC | 16 Sep 24 10:52 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-339891 addons | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:52 UTC | 16 Sep 24 10:52 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-339891 addons disable | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:52 UTC | |
| | yakd --alsologtostderr -v=1 | | | | | |
| ip | addons-339891 ip | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:52 UTC | 16 Sep 24 10:52 UTC |
| addons | addons-339891 addons disable | addons-339891 | g528047478195_compute | v1.34.0 | 16 Sep 24 10:52 UTC | 16 Sep 24 10:52 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
|---------|--------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/09/16 10:38:09
Running on machine: cs-905301410258-default
Binary: Built with gc go1.23.0 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0916 10:38:09.934552 7857 out.go:345] Setting OutFile to fd 1 ...
I0916 10:38:09.934901 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 10:38:09.934917 7857 out.go:358] Setting ErrFile to fd 2...
I0916 10:38:09.934926 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 10:38:09.935237 7857 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/bin
W0916 10:38:09.935566 7857 root.go:314] Error reading config file at /home/g528047478195_compute/minikube-integration/19651-428/.minikube/config/config.json: open /home/g528047478195_compute/minikube-integration/19651-428/.minikube/config/config.json: no such file or directory
I0916 10:38:09.936193 7857 out.go:352] Setting JSON to false
I0916 10:38:09.938950 7857 start.go:129] hostinfo: {"hostname":"cs-905301410258-default","uptime":1468,"bootTime":1726481622,"procs":20,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"22.04","kernelVersion":"6.1.100+","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"guest","hostId":"88b15d6b-fddc-40bb-b1ad-a90cb2566e38"}
I0916 10:38:09.939102 7857 start.go:139] virtualization: guest
I0916 10:38:09.943818 7857 out.go:177] * [addons-339891] minikube v1.34.0 on Ubuntu 22.04 (amd64)
I0916 10:38:09.946944 7857 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
W0916 10:38:09.946932 7857 preload.go:293] Failed to list preload files: open /home/g528047478195_compute/minikube-integration/19651-428/.minikube/cache/preloaded-tarball: no such file or directory
I0916 10:38:09.947083 7857 notify.go:220] Checking for updates...
I0916 10:38:09.952636 7857 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0916 10:38:09.955405 7857 out.go:177] - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19651-428/kubeconfig
I0916 10:38:09.958349 7857 out.go:177] - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19651-428/.minikube
I0916 10:38:09.960978 7857 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0916 10:38:09.964501 7857 out.go:177] - MINIKUBE_WANTUPDATENOTIFICATION=false
I0916 10:38:09.968111 7857 driver.go:394] Setting default libvirt URI to qemu:///system
I0916 10:38:10.021241 7857 docker.go:123] docker version: linux-27.1.2:Docker Engine - Community
I0916 10:38:10.021406 7857 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0916 10:38:10.129090 7857 info.go:266] docker info: {ID:38d53711-da34-436d-9593-09246fcdef94 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:false NGoroutines:59 SystemTime:2024-09-16 10:38:10.112669663 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexSer
verAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337174528 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0916 10:38:10.129291 7857 docker.go:318] overlay module found
I0916 10:38:10.132834 7857 out.go:177] * Using the docker driver based on user configuration
I0916 10:38:10.135534 7857 start.go:297] selected driver: docker
I0916 10:38:10.135564 7857 start.go:901] validating driver "docker" against <nil>
I0916 10:38:10.135617 7857 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0916 10:38:10.136301 7857 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0916 10:38:10.235180 7857 info.go:266] docker info: {ID:38d53711-da34-436d-9593-09246fcdef94 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:false CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:30 OomKillDisable:false NGoroutines:59 SystemTime:2024-09-16 10:38:10.218716679 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:6.1.100+ OperatingSystem:Ubuntu 22.04.4 LTS (containerized) OSType:linux Architecture:x86_64 IndexSer
verAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[https://us-mirror.gcr.io/] Secure:true Official:true}} Mirrors:[https://us-mirror.gcr.io/]} NCPU:2 MemTotal:8337174528 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:cs-905301410258-default Labels:[] ExperimentalBuild:false ServerVersion:27.1.2 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:8fc6bcff51318944179630522a095cc9dbf9f353 Expected:8fc6bcff51318944179630522a095cc9dbf9f353} RuncCommit:{ID:v1.1.14-0-g2c9f560 Expected:v1.1.14-0-g2c9f560} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] 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.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0916 10:38:10.235434 7857 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0916 10:38:10.236107 7857 start_flags.go:421] setting extra-config: kubelet.cgroups-per-qos=false
I0916 10:38:10.236127 7857 start_flags.go:421] setting extra-config: kubelet.enforce-node-allocatable=""
I0916 10:38:10.236175 7857 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]
I0916 10:38:10.240444 7857 out.go:177] * Using Docker driver with root privileges
I0916 10:38:10.243694 7857 cni.go:84] Creating CNI manager for ""
I0916 10:38:10.243851 7857 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0916 10:38:10.243880 7857 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0916 10:38:10.244009 7857 start.go:340] cluster config:
{Name:addons-339891 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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.31.1 ClusterName:addons-339891 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOpti
mizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0916 10:38:10.247271 7857 out.go:177] * Starting "addons-339891" primary control-plane node in "addons-339891" cluster
I0916 10:38:10.250391 7857 cache.go:121] Beginning downloading kic base image for docker with docker
I0916 10:38:10.253625 7857 out.go:177] * Pulling base image v0.0.45-1726358845-19644 ...
I0916 10:38:10.256542 7857 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0916 10:38:10.256656 7857 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 in local docker daemon
I0916 10:38:10.283933 7857 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 to local cache
I0916 10:38:10.284561 7857 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 in local cache directory
I0916 10:38:10.284797 7857 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 to local cache
I0916 10:38:10.289962 7857 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4
I0916 10:38:10.289996 7857 cache.go:56] Caching tarball of preloaded images
I0916 10:38:10.290538 7857 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0916 10:38:10.295194 7857 out.go:177] * Downloading Kubernetes v1.31.1 preload ...
I0916 10:38:10.298224 7857 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
I0916 10:38:10.326134 7857 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.1/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4?checksum=md5:42e9a173dd5f0c45ed1a890dd06aec5a -> /home/g528047478195_compute/minikube-integration/19651-428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4
I0916 10:38:13.031801 7857 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
I0916 10:38:13.032062 7857 preload.go:254] verifying checksum of /home/g528047478195_compute/minikube-integration/19651-428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
I0916 10:38:14.239381 7857 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on docker
I0916 10:38:14.240361 7857 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/config.json ...
I0916 10:38:14.240503 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/config.json: {Name:mke61c3cbc51e4e7cbd65b0cfcc99bbe6f40b154 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:38:17.921543 7857 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 as a tarball
I0916 10:38:17.921578 7857 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 from local cache
I0916 10:38:42.301626 7857 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 from cached tarball
I0916 10:38:42.301686 7857 cache.go:194] Successfully downloaded all kic artifacts
I0916 10:38:42.301776 7857 start.go:360] acquireMachinesLock for addons-339891: {Name:mk186af4f3cc01c66b7725a499fed70498e190d1 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0916 10:38:42.302187 7857 start.go:364] duration metric: took 367.138µs to acquireMachinesLock for "addons-339891"
I0916 10:38:42.302248 7857 start.go:93] Provisioning new machine with config: &{Name:addons-339891 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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.31.1 ClusterName:addons-339891 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144
MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0916 10:38:42.302404 7857 start.go:125] createHost starting for "" (driver="docker")
I0916 10:38:42.306310 7857 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0916 10:38:42.306819 7857 start.go:159] libmachine.API.Create for "addons-339891" (driver="docker")
I0916 10:38:42.306867 7857 client.go:168] LocalClient.Create starting
I0916 10:38:42.307036 7857 main.go:141] libmachine: Creating CA: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca.pem
I0916 10:38:42.722755 7857 main.go:141] libmachine: Creating client certificate: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/cert.pem
I0916 10:38:43.043878 7857 cli_runner.go:164] Run: docker network inspect addons-339891 --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}}]}"
W0916 10:38:43.069934 7857 cli_runner.go:211] docker network inspect addons-339891 --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
I0916 10:38:43.070141 7857 network_create.go:284] running [docker network inspect addons-339891] to gather additional debugging logs...
I0916 10:38:43.070176 7857 cli_runner.go:164] Run: docker network inspect addons-339891
W0916 10:38:43.096657 7857 cli_runner.go:211] docker network inspect addons-339891 returned with exit code 1
I0916 10:38:43.096701 7857 network_create.go:287] error running [docker network inspect addons-339891]: docker network inspect addons-339891: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-339891 not found
I0916 10:38:43.096726 7857 network_create.go:289] output of [docker network inspect addons-339891]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-339891 not found
** /stderr **
I0916 10:38:43.096898 7857 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}}]}"
I0916 10:38:43.125238 7857 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:0xc016d207d0}
I0916 10:38:43.125309 7857 network_create.go:124] attempt to create docker network addons-339891 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1460 ...
I0916 10:38:43.125426 7857 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=1460 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-339891 addons-339891
I0916 10:38:43.235019 7857 network_create.go:108] docker network addons-339891 192.168.49.0/24 created
I0916 10:38:43.235116 7857 kic.go:121] calculated static IP "192.168.49.2" for the "addons-339891" container
I0916 10:38:43.235314 7857 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0916 10:38:43.261851 7857 cli_runner.go:164] Run: docker volume create addons-339891 --label name.minikube.sigs.k8s.io=addons-339891 --label created_by.minikube.sigs.k8s.io=true
I0916 10:38:43.290271 7857 oci.go:103] Successfully created a docker volume addons-339891
I0916 10:38:43.290433 7857 cli_runner.go:164] Run: docker run --rm --name addons-339891-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-339891 --entrypoint /usr/bin/test -v addons-339891:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -d /var/lib
I0916 10:38:47.125796 7857 cli_runner.go:217] Completed: docker run --rm --name addons-339891-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-339891 --entrypoint /usr/bin/test -v addons-339891:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -d /var/lib: (3.835298648s)
I0916 10:38:47.125835 7857 oci.go:107] Successfully prepared a docker volume addons-339891
I0916 10:38:47.125863 7857 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0916 10:38:47.125901 7857 kic.go:194] Starting extracting preloaded images to volume ...
I0916 10:38:47.126027 7857 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19651-428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-339891:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -I lz4 -xf /preloaded.tar -C /extractDir
I0916 10:38:54.373756 7857 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19651-428/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-339891:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 -I lz4 -xf /preloaded.tar -C /extractDir: (7.247653102s)
I0916 10:38:54.373802 7857 kic.go:203] duration metric: took 7.247897187s to extract preloaded images to volume ...
W0916 10:38:54.374003 7857 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
W0916 10:38:54.374068 7857 oci.go:243] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
I0916 10:38:54.374208 7857 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0916 10:38:54.472636 7857 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-339891 --name addons-339891 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-339891 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-339891 --network addons-339891 --ip 192.168.49.2 --volume addons-339891:/var --security-opt apparmor=unconfined --memory=4000mb -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.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0
I0916 10:38:54.956036 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Running}}
I0916 10:38:55.010195 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:38:55.068667 7857 cli_runner.go:164] Run: docker exec addons-339891 stat /var/lib/dpkg/alternatives/iptables
I0916 10:38:55.226789 7857 oci.go:144] the created container "addons-339891" has a running status.
I0916 10:38:55.226828 7857 kic.go:225] Creating ssh key for kic: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa...
I0916 10:38:55.525111 7857 kic_runner.go:191] docker (temp): /home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0916 10:38:55.588612 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:38:55.632275 7857 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0916 10:38:55.632317 7857 kic_runner.go:114] Args: [docker exec --privileged addons-339891 chown docker:docker /home/docker/.ssh/authorized_keys]
I0916 10:38:55.768549 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:38:55.822088 7857 machine.go:93] provisionDockerMachine start ...
I0916 10:38:55.822257 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:55.885694 7857 main.go:141] libmachine: Using SSH client type: native
I0916 10:38:55.886039 7857 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0916 10:38:55.886062 7857 main.go:141] libmachine: About to run SSH command:
hostname
I0916 10:38:56.166986 7857 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-339891
I0916 10:38:56.167028 7857 ubuntu.go:169] provisioning hostname "addons-339891"
I0916 10:38:56.167203 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:56.221359 7857 main.go:141] libmachine: Using SSH client type: native
I0916 10:38:56.221839 7857 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0916 10:38:56.221865 7857 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-339891 && echo "addons-339891" | sudo tee /etc/hostname
I0916 10:38:56.440365 7857 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-339891
I0916 10:38:56.440707 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:56.480150 7857 main.go:141] libmachine: Using SSH client type: native
I0916 10:38:56.480711 7857 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0916 10:38:56.480764 7857 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-339891' /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-339891/g' /etc/hosts;
else
echo '127.0.1.1 addons-339891' | sudo tee -a /etc/hosts;
fi
fi
I0916 10:38:56.659409 7857 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0916 10:38:56.659454 7857 ubuntu.go:175] set auth options {CertDir:/home/g528047478195_compute/minikube-integration/19651-428/.minikube CaCertPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca.pem CaPrivateKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/server.pem ServerKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/server-key.pem ClientKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube}
I0916 10:38:56.659537 7857 ubuntu.go:177] setting up certificates
I0916 10:38:56.659556 7857 provision.go:84] configureAuth start
I0916 10:38:56.659681 7857 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-339891
I0916 10:38:56.703342 7857 provision.go:143] copyHostCerts
I0916 10:38:56.703554 7857 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/cert.pem --> /home/g528047478195_compute/minikube-integration/19651-428/.minikube/cert.pem (1164 bytes)
I0916 10:38:56.703820 7857 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/key.pem --> /home/g528047478195_compute/minikube-integration/19651-428/.minikube/key.pem (1675 bytes)
I0916 10:38:56.704301 7857 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca.pem --> /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.pem (1119 bytes)
I0916 10:38:56.704621 7857 provision.go:117] generating server cert: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/server.pem ca-key=/home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca.pem private-key=/home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca-key.pem org=g528047478195_compute.addons-339891 san=[127.0.0.1 192.168.49.2 addons-339891 localhost minikube]
I0916 10:38:57.113787 7857 provision.go:177] copyRemoteCerts
I0916 10:38:57.113948 7857 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0916 10:38:57.114060 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:57.142225 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:38:57.252134 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1119 bytes)
I0916 10:38:57.290784 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/server.pem --> /etc/docker/server.pem (1245 bytes)
I0916 10:38:57.331223 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0916 10:38:57.372895 7857 provision.go:87] duration metric: took 713.315209ms to configureAuth
I0916 10:38:57.373011 7857 ubuntu.go:193] setting minikube options for container-runtime
I0916 10:38:57.373340 7857 config.go:182] Loaded profile config "addons-339891": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0916 10:38:57.373491 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:57.403726 7857 main.go:141] libmachine: Using SSH client type: native
I0916 10:38:57.404106 7857 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0916 10:38:57.404131 7857 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0916 10:38:57.559117 7857 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0916 10:38:57.559255 7857 ubuntu.go:71] root file system type: overlay
I0916 10:38:57.559642 7857 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0916 10:38:57.559950 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:57.588845 7857 main.go:141] libmachine: Using SSH client type: native
I0916 10:38:57.589176 7857 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0916 10:38:57.589300 7857 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0916 10:38:57.760559 7857 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0916 10:38:57.760839 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:57.787557 7857 main.go:141] libmachine: Using SSH client type: native
I0916 10:38:57.787886 7857 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x86c560] 0x86f240 <nil> [] 0s} 127.0.0.1 32768 <nil> <nil>}
I0916 10:38:57.787921 7857 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0916 10:38:58.857367 7857 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-09-06 12:06:41.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-09-16 10:38:57.756724131 +0000
@@ -1,46 +1,49 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
+LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0916 10:38:58.857433 7857 machine.go:96] duration metric: took 3.03531054s to provisionDockerMachine
I0916 10:38:58.857454 7857 client.go:171] duration metric: took 16.55057601s to LocalClient.Create
I0916 10:38:58.857510 7857 start.go:167] duration metric: took 16.550694043s to libmachine.API.Create "addons-339891"
I0916 10:38:58.857530 7857 start.go:293] postStartSetup for "addons-339891" (driver="docker")
I0916 10:38:58.857551 7857 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]
I0916 10:38:58.857705 7857 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
I0916 10:38:58.857800 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:58.887261 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:38:58.997297 7857 ssh_runner.go:195] Run: cat /etc/os-release
I0916 10:38:59.002889 7857 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0916 10:38:59.002977 7857 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0916 10:38:59.002994 7857 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0916 10:38:59.003025 7857 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0916 10:38:59.003056 7857 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19651-428/.minikube/addons for local assets ...
I0916 10:38:59.003204 7857 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19651-428/.minikube/files for local assets ...
I0916 10:38:59.003257 7857 start.go:296] duration metric: took 145.71515ms for postStartSetup
I0916 10:38:59.004047 7857 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-339891
I0916 10:38:59.033347 7857 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/config.json ...
I0916 10:38:59.033910 7857 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0916 10:38:59.034007 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:59.060777 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:38:59.162927 7857 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0916 10:38:59.170109 7857 start.go:128] duration metric: took 16.867676903s to createHost
I0916 10:38:59.170292 7857 start.go:83] releasing machines lock for "addons-339891", held for 16.86802391s
I0916 10:38:59.170435 7857 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-339891
I0916 10:38:59.198530 7857 ssh_runner.go:195] Run: cat /version.json
I0916 10:38:59.198634 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:59.198721 7857 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0916 10:38:59.198834 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:38:59.235554 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:38:59.246098 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:38:59.346301 7857 ssh_runner.go:195] Run: systemctl --version
I0916 10:38:59.449136 7857 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0916 10:38:59.456457 7857 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 "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0916 10:38:59.498514 7857 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0916 10:38:59.498646 7857 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, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0916 10:38:59.545016 7857 cni.go:262] disabled [/etc/cni/net.d/100-crio-bridge.conf, /etc/cni/net.d/87-podman-bridge.conflist] bridge cni config(s)
I0916 10:38:59.545167 7857 start.go:495] detecting cgroup driver to use...
I0916 10:38:59.545258 7857 detect.go:190] detected "systemd" cgroup driver on host os
I0916 10:38:59.545535 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0916 10:38:59.572602 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
I0916 10:38:59.588457 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0916 10:38:59.605570 7857 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
I0916 10:38:59.605709 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
I0916 10:38:59.623496 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0916 10:38:59.639938 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0916 10:38:59.657270 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0916 10:38:59.674427 7857 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0916 10:38:59.690716 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0916 10:38:59.706838 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0916 10:38:59.723534 7857 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0916 10:38:59.740607 7857 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0916 10:38:59.755333 7857 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0916 10:38:59.770104 7857 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0916 10:38:59.905755 7857 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0916 10:39:00.036634 7857 start.go:495] detecting cgroup driver to use...
I0916 10:39:00.036714 7857 detect.go:190] detected "systemd" cgroup driver on host os
I0916 10:39:00.036840 7857 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0916 10:39:00.073245 7857 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0916 10:39:00.073402 7857 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0916 10:39:00.100394 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0916 10:39:00.147197 7857 ssh_runner.go:195] Run: which cri-dockerd
I0916 10:39:00.155834 7857 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0916 10:39:00.177508 7857 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
I0916 10:39:00.222069 7857 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0916 10:39:00.438292 7857 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0916 10:39:00.640829 7857 docker.go:574] configuring docker to use "systemd" as cgroup driver...
I0916 10:39:00.641045 7857 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (129 bytes)
I0916 10:39:00.677071 7857 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0916 10:39:00.806226 7857 ssh_runner.go:195] Run: sudo systemctl restart docker
I0916 10:39:01.258444 7857 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0916 10:39:01.278942 7857 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0916 10:39:01.298686 7857 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0916 10:39:01.440303 7857 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0916 10:39:01.575595 7857 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0916 10:39:01.707364 7857 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0916 10:39:01.738709 7857 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0916 10:39:01.757400 7857 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0916 10:39:01.889410 7857 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0916 10:39:02.009251 7857 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0916 10:39:02.009783 7857 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0916 10:39:02.018259 7857 start.go:563] Will wait 60s for crictl version
I0916 10:39:02.018384 7857 ssh_runner.go:195] Run: which crictl
I0916 10:39:02.025991 7857 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0916 10:39:02.082075 7857 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 27.2.1
RuntimeApiVersion: v1
I0916 10:39:02.082217 7857 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0916 10:39:02.126218 7857 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0916 10:39:02.172212 7857 out.go:235] * Preparing Kubernetes v1.31.1 on Docker 27.2.1 ...
I0916 10:39:02.172452 7857 cli_runner.go:164] Run: docker network inspect addons-339891 --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}}]}"
I0916 10:39:02.199518 7857 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0916 10:39:02.205694 7857 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""
I0916 10:39:02.227945 7857 out.go:177] - kubelet.cgroups-per-qos=false
I0916 10:39:02.231051 7857 out.go:177] - kubelet.enforce-node-allocatable=""
I0916 10:39:02.234113 7857 kubeadm.go:883] updating cluster {Name:addons-339891 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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.31.1 ClusterName:addons-339891 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOp
tions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0916 10:39:02.234308 7857 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0916 10:39:02.234454 7857 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0916 10:39:02.271947 7857 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/coredns/coredns:v1.11.3
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0916 10:39:02.272000 7857 docker.go:615] Images already preloaded, skipping extraction
I0916 10:39:02.272166 7857 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0916 10:39:02.304240 7857 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/coredns/coredns:v1.11.3
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0916 10:39:02.304277 7857 cache_images.go:84] Images are preloaded, skipping loading
I0916 10:39:02.304294 7857 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 docker true true} ...
I0916 10:39:02.304545 7857 kubeadm.go:946] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable="" --hostname-override=addons-339891 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.1 ClusterName:addons-339891 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0916 10:39:02.304706 7857 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0916 10:39:02.382133 7857 cni.go:84] Creating CNI manager for ""
I0916 10:39:02.382181 7857 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0916 10:39:02.382201 7857 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0916 10:39:02.382239 7857 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.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-339891 NodeName:addons-339891 DNSDomain:cluster.local CRISocket:/var/run/cri-dockerd.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:systemd ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kubern
etes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/cri-dockerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0916 10:39:02.382556 7857 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/cri-dockerd.sock
name: "addons-339891"
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.31.1
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: systemd
containerRuntimeEndpoint: unix:///var/run/cri-dockerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
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
I0916 10:39:02.382728 7857 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
I0916 10:39:02.397970 7857 binaries.go:44] Found k8s binaries, skipping transfer
I0916 10:39:02.398146 7857 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0916 10:39:02.412697 7857 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (366 bytes)
I0916 10:39:02.441893 7857 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0916 10:39:02.472750 7857 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2154 bytes)
I0916 10:39:02.503494 7857 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0916 10:39:02.509534 7857 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""
I0916 10:39:02.528223 7857 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0916 10:39:02.660769 7857 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0916 10:39:02.690418 7857 certs.go:68] Setting up /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891 for IP: 192.168.49.2
I0916 10:39:02.690453 7857 certs.go:194] generating shared ca certs ...
I0916 10:39:02.690504 7857 certs.go:226] acquiring lock for ca certs: {Name:mk60d5d8436554d8e33c23b33e33de17d51c7377 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:02.690882 7857 certs.go:240] generating "minikubeCA" ca cert: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.key
I0916 10:39:02.799356 7857 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.crt ...
I0916 10:39:02.799402 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.crt: {Name:mka99de74f3eeddb32e38524c6706a5ddc34e963 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:02.799897 7857 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.key ...
I0916 10:39:02.799924 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.key: {Name:mk7fc96f34f599fcea57845625961b22f2c159c0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:02.800269 7857 certs.go:240] generating "proxyClientCA" ca cert: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/proxy-client-ca.key
I0916 10:39:03.112944 7857 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/proxy-client-ca.crt ...
I0916 10:39:03.112986 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/proxy-client-ca.crt: {Name:mk0f0173e598c38af7d424a857eab4aeaec9b996 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.113456 7857 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/proxy-client-ca.key ...
I0916 10:39:03.113509 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/proxy-client-ca.key: {Name:mkaabdfe852c0e75706bfdfdc5b99884c8870ff7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.113793 7857 certs.go:256] generating profile certs ...
I0916 10:39:03.113895 7857 certs.go:363] generating signed profile cert for "minikube-user": /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/client.key
I0916 10:39:03.113937 7857 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/client.crt with IP's: []
I0916 10:39:03.250672 7857 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/client.crt ...
I0916 10:39:03.250714 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/client.crt: {Name:mk17ada3a0b8f503a9234b917ab45039a963c838 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.251152 7857 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/client.key ...
I0916 10:39:03.251180 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/client.key: {Name:mkb6ccd8390bdc1ee91c6047d27f0421e5c0a39e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.251555 7857 certs.go:363] generating signed profile cert for "minikube": /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.key.22f74433
I0916 10:39:03.251599 7857 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.crt.22f74433 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0916 10:39:03.455388 7857 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.crt.22f74433 ...
I0916 10:39:03.455429 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.crt.22f74433: {Name:mkcc23050c5d0fc4c910a6436958ca6e794e901b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.455871 7857 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.key.22f74433 ...
I0916 10:39:03.455901 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.key.22f74433: {Name:mk3409c7976e05cac335330f0e09c6db81e68b8c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.456202 7857 certs.go:381] copying /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.crt.22f74433 -> /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.crt
I0916 10:39:03.456387 7857 certs.go:385] copying /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.key.22f74433 -> /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.key
I0916 10:39:03.456549 7857 certs.go:363] generating signed profile cert for "aggregator": /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.key
I0916 10:39:03.456592 7857 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.crt with IP's: []
I0916 10:39:03.635337 7857 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.crt ...
I0916 10:39:03.635379 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.crt: {Name:mk02fb79cda915b64ac8d25a12417cfcf3ab6d44 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.635800 7857 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.key ...
I0916 10:39:03.635843 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.key: {Name:mk28940b0a8de0c8edce4cb1dbfeb87163e58256 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:03.636307 7857 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca-key.pem (1679 bytes)
I0916 10:39:03.636383 7857 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/ca.pem (1119 bytes)
I0916 10:39:03.636449 7857 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/cert.pem (1164 bytes)
I0916 10:39:03.636552 7857 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19651-428/.minikube/certs/key.pem (1675 bytes)
I0916 10:39:03.637510 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0916 10:39:03.677282 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0916 10:39:03.715708 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0916 10:39:03.753624 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0916 10:39:03.792271 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0916 10:39:03.829417 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0916 10:39:03.868259 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0916 10:39:03.909077 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/profiles/addons-339891/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0916 10:39:03.948805 7857 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19651-428/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0916 10:39:03.990417 7857 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0916 10:39:04.021755 7857 ssh_runner.go:195] Run: openssl version
I0916 10:39:04.031055 7857 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"
I0916 10:39:04.047590 7857 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0916 10:39:04.053863 7857 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 16 10:39 /usr/share/ca-certificates/minikubeCA.pem
I0916 10:39:04.054079 7857 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0916 10:39:04.065092 7857 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"
I0916 10:39:04.081068 7857 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0916 10:39:04.087024 7857 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
I0916 10:39:04.087120 7857 kubeadm.go:392] StartCluster: {Name:addons-339891 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726358845-19644@sha256:4c67a32a16c2d4f824f00267c172fd225757ca75441e363d925dc9583137f0b0 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.31.1 ClusterName:addons-339891 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:kubelet Key:cgroups-per-qos Value:false} {Component:kubelet Key:enforce-node-allocatable Value:""}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker 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/g528047478195_compute:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptio
ns:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0916 10:39:04.087367 7857 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0916 10:39:04.116741 7857 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0916 10:39:04.132597 7857 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0916 10:39:04.147993 7857 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0916 10:39:04.148142 7857 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
I0916 10:39:04.163847 7857 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
I0916 10:39:04.163886 7857 kubeadm.go:157] found existing configuration files:
I0916 10:39:04.163994 7857 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0916 10:39:04.179687 7857 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
I0916 10:39:04.179885 7857 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0916 10:39:04.194427 7857 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0916 10:39:04.209095 7857 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
I0916 10:39:04.209268 7857 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0916 10:39:04.223896 7857 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0916 10:39:04.245248 7857 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
I0916 10:39:04.245366 7857 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0916 10:39:04.266385 7857 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0916 10:39:04.289132 7857 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
I0916 10:39:04.289265 7857 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0916 10:39:04.310359 7857 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$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"
I0916 10:39:04.384290 7857 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
I0916 10:39:04.384783 7857 kubeadm.go:310] [preflight] Running pre-flight checks
I0916 10:39:04.508667 7857 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0916 10:39:04.508828 7857 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0916 10:39:04.508967 7857 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0916 10:39:04.540106 7857 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0916 10:39:04.544603 7857 out.go:235] - Generating certificates and keys ...
I0916 10:39:04.544803 7857 kubeadm.go:310] [certs] Using existing ca certificate authority
I0916 10:39:04.544913 7857 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0916 10:39:04.750771 7857 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0916 10:39:05.088790 7857 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0916 10:39:05.313077 7857 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0916 10:39:05.652691 7857 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0916 10:39:05.826588 7857 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0916 10:39:05.827194 7857 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-339891 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0916 10:39:06.029745 7857 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0916 10:39:06.030245 7857 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-339891 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0916 10:39:06.232558 7857 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0916 10:39:06.524214 7857 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0916 10:39:07.023540 7857 kubeadm.go:310] [certs] Generating "sa" key and public key
I0916 10:39:07.023938 7857 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0916 10:39:07.602866 7857 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0916 10:39:07.797378 7857 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0916 10:39:08.034862 7857 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0916 10:39:08.356218 7857 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0916 10:39:08.523321 7857 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0916 10:39:08.524630 7857 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0916 10:39:08.528241 7857 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0916 10:39:08.532627 7857 out.go:235] - Booting up control plane ...
I0916 10:39:08.532967 7857 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0916 10:39:08.533115 7857 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0916 10:39:08.533707 7857 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0916 10:39:08.551709 7857 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0916 10:39:08.560605 7857 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0916 10:39:08.561185 7857 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0916 10:39:08.714617 7857 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0916 10:39:08.714815 7857 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0916 10:39:09.216109 7857 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.627242ms
I0916 10:39:09.216241 7857 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0916 10:39:16.717877 7857 kubeadm.go:310] [api-check] The API server is healthy after 7.501972489s
I0916 10:39:16.738644 7857 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0916 10:39:16.757624 7857 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0916 10:39:16.797987 7857 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0916 10:39:16.798758 7857 kubeadm.go:310] [mark-control-plane] Marking the node addons-339891 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0916 10:39:16.812498 7857 kubeadm.go:310] [bootstrap-token] Using token: qbu9u5.sk3rpde1s8yj775m
I0916 10:39:16.816276 7857 out.go:235] - Configuring RBAC rules ...
I0916 10:39:16.816496 7857 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0916 10:39:16.824329 7857 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0916 10:39:16.838973 7857 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
I0916 10:39:16.846796 7857 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0916 10:39:16.855668 7857 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0916 10:39:16.862960 7857 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0916 10:39:17.128880 7857 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0916 10:39:17.659447 7857 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0916 10:39:18.129997 7857 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0916 10:39:18.132212 7857 kubeadm.go:310]
I0916 10:39:18.132329 7857 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0916 10:39:18.132341 7857 kubeadm.go:310]
I0916 10:39:18.132523 7857 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0916 10:39:18.132535 7857 kubeadm.go:310]
I0916 10:39:18.132575 7857 kubeadm.go:310] mkdir -p $HOME/.kube
I0916 10:39:18.132681 7857 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0916 10:39:18.132764 7857 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0916 10:39:18.132772 7857 kubeadm.go:310]
I0916 10:39:18.132852 7857 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0916 10:39:18.132861 7857 kubeadm.go:310]
I0916 10:39:18.132947 7857 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0916 10:39:18.132956 7857 kubeadm.go:310]
I0916 10:39:18.133047 7857 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0916 10:39:18.133179 7857 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0916 10:39:18.133300 7857 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0916 10:39:18.133310 7857 kubeadm.go:310]
I0916 10:39:18.133523 7857 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0916 10:39:18.133678 7857 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0916 10:39:18.133688 7857 kubeadm.go:310]
I0916 10:39:18.133843 7857 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token qbu9u5.sk3rpde1s8yj775m \
I0916 10:39:18.134032 7857 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:f59fe2a7a278390372165a08dae5699a3ac81cc73d5128769fc7d7850cf575c6 \
I0916 10:39:18.134069 7857 kubeadm.go:310] --control-plane
I0916 10:39:18.134077 7857 kubeadm.go:310]
I0916 10:39:18.134228 7857 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0916 10:39:18.134237 7857 kubeadm.go:310]
I0916 10:39:18.134380 7857 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token qbu9u5.sk3rpde1s8yj775m \
I0916 10:39:18.134580 7857 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:f59fe2a7a278390372165a08dae5699a3ac81cc73d5128769fc7d7850cf575c6
I0916 10:39:18.140832 7857 kubeadm.go:310] W0916 10:39:04.380297 1684 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0916 10:39:18.141406 7857 kubeadm.go:310] W0916 10:39:04.381422 1684 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0916 10:39:18.141887 7857 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0916 10:39:18.142010 7857 cni.go:84] Creating CNI manager for ""
I0916 10:39:18.142084 7857 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0916 10:39:18.146064 7857 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0916 10:39:18.148993 7857 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0916 10:39:18.166047 7857 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0916 10:39:18.199737 7857 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0916 10:39:18.199898 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:18.200012 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-339891 minikube.k8s.io/updated_at=2024_09_16T10_39_18_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=90d544f06ea0f69499271b003be64a9a224d57ed minikube.k8s.io/name=addons-339891 minikube.k8s.io/primary=true
I0916 10:39:18.424183 7857 ops.go:34] apiserver oom_adj: -16
I0916 10:39:18.424365 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:18.924651 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:19.424868 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:19.925016 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:20.425073 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:20.925367 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:21.424741 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:21.925312 7857 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0916 10:39:22.044263 7857 kubeadm.go:1113] duration metric: took 3.84447669s to wait for elevateKubeSystemPrivileges
I0916 10:39:22.044316 7857 kubeadm.go:394] duration metric: took 17.957203204s to StartCluster
I0916 10:39:22.044347 7857 settings.go:142] acquiring lock: {Name:mk5fb2373fa3c4b1c2d4de59cca43166b188dd69 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:22.044744 7857 settings.go:150] Updating kubeconfig: /home/g528047478195_compute/minikube-integration/19651-428/kubeconfig
I0916 10:39:22.045452 7857 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19651-428/kubeconfig: {Name:mk5ad5e95a42f374119a1206a79178fd7604863f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0916 10:39:22.045994 7857 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0916 10:39:22.046272 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0916 10:39:22.046933 7857 config.go:182] Loaded profile config "addons-339891": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0916 10:39:22.047084 7857 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0916 10:39:22.047299 7857 addons.go:69] Setting yakd=true in profile "addons-339891"
I0916 10:39:22.047398 7857 addons.go:234] Setting addon yakd=true in "addons-339891"
I0916 10:39:22.047441 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.048271 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.048616 7857 addons.go:69] Setting inspektor-gadget=true in profile "addons-339891"
I0916 10:39:22.048637 7857 addons.go:234] Setting addon inspektor-gadget=true in "addons-339891"
I0916 10:39:22.048684 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.049338 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.049850 7857 addons.go:69] Setting metrics-server=true in profile "addons-339891"
I0916 10:39:22.049895 7857 addons.go:234] Setting addon metrics-server=true in "addons-339891"
I0916 10:39:22.049944 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.051100 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.053357 7857 addons.go:69] Setting cloud-spanner=true in profile "addons-339891"
I0916 10:39:22.053405 7857 addons.go:234] Setting addon cloud-spanner=true in "addons-339891"
I0916 10:39:22.053454 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.054272 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.056356 7857 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-339891"
I0916 10:39:22.056390 7857 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-339891"
I0916 10:39:22.056437 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.061311 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.062221 7857 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-339891"
I0916 10:39:22.062309 7857 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-339891"
I0916 10:39:22.062370 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.063177 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.075752 7857 addons.go:69] Setting default-storageclass=true in profile "addons-339891"
I0916 10:39:22.075799 7857 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-339891"
I0916 10:39:22.076318 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.079740 7857 addons.go:69] Setting registry=true in profile "addons-339891"
I0916 10:39:22.079781 7857 addons.go:234] Setting addon registry=true in "addons-339891"
I0916 10:39:22.079861 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.080632 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.102074 7857 addons.go:69] Setting storage-provisioner=true in profile "addons-339891"
I0916 10:39:22.102119 7857 addons.go:234] Setting addon storage-provisioner=true in "addons-339891"
I0916 10:39:22.102170 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.102950 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.113739 7857 addons.go:69] Setting gcp-auth=true in profile "addons-339891"
I0916 10:39:22.113792 7857 mustload.go:65] Loading cluster: addons-339891
I0916 10:39:22.114132 7857 config.go:182] Loaded profile config "addons-339891": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0916 10:39:22.114599 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.131590 7857 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-339891"
I0916 10:39:22.131636 7857 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-339891"
I0916 10:39:22.132189 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.133453 7857 addons.go:69] Setting helm-tiller=true in profile "addons-339891"
I0916 10:39:22.133503 7857 addons.go:234] Setting addon helm-tiller=true in "addons-339891"
I0916 10:39:22.133554 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.134152 7857 addons.go:69] Setting ingress=true in profile "addons-339891"
I0916 10:39:22.134178 7857 addons.go:234] Setting addon ingress=true in "addons-339891"
I0916 10:39:22.134276 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.135043 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.149996 7857 addons.go:69] Setting volcano=true in profile "addons-339891"
I0916 10:39:22.150036 7857 addons.go:234] Setting addon volcano=true in "addons-339891"
I0916 10:39:22.150110 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.151020 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.155741 7857 addons.go:69] Setting ingress-dns=true in profile "addons-339891"
I0916 10:39:22.155776 7857 addons.go:234] Setting addon ingress-dns=true in "addons-339891"
I0916 10:39:22.155840 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.156644 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.166902 7857 addons.go:69] Setting volumesnapshots=true in profile "addons-339891"
I0916 10:39:22.166944 7857 addons.go:234] Setting addon volumesnapshots=true in "addons-339891"
I0916 10:39:22.166994 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.168587 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.196606 7857 out.go:177] * Verifying Kubernetes components...
I0916 10:39:22.200144 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:22.430155 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0916 10:39:22.429559 7857 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0916 10:39:22.451554 7857 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
I0916 10:39:22.451795 7857 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
I0916 10:39:22.456411 7857 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0916 10:39:22.457583 7857 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0916 10:39:22.457671 7857 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0916 10:39:22.457822 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:22.463771 7857 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0916 10:39:22.465343 7857 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0916 10:39:22.465425 7857 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0916 10:39:22.465602 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:22.466437 7857 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0916 10:39:22.467625 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0916 10:39:22.467806 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:22.485763 7857 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0916 10:39:22.485870 7857 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0916 10:39:22.486020 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:22.526170 7857 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0916 10:39:22.529900 7857 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0916 10:39:22.533726 7857 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0916 10:39:22.545095 7857 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0916 10:39:22.545219 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0916 10:39:22.545390 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:22.632921 7857 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0916 10:39:22.635934 7857 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0916 10:39:22.640259 7857 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0916 10:39:22.643461 7857 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0916 10:39:22.646895 7857 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0916 10:39:22.650091 7857 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0916 10:39:22.654769 7857 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0916 10:39:22.658733 7857 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0916 10:39:22.662543 7857 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0916 10:39:22.662666 7857 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0916 10:39:22.662858 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:22.754844 7857 out.go:177] - Using image docker.io/registry:2.8.3
I0916 10:39:22.759734 7857 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0916 10:39:22.765569 7857 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0916 10:39:22.765670 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0916 10:39:22.765840 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:22.923657 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:22.944542 7857 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0916 10:39:22.946972 7857 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0916 10:39:22.947002 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0916 10:39:22.947102 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.046580 7857 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0916 10:39:23.050920 7857 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0916 10:39:23.050953 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0916 10:39:23.051079 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.079469 7857 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0916 10:39:23.083270 7857 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0916 10:39:23.083376 7857 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0916 10:39:23.083550 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.083908 7857 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0916 10:39:23.088397 7857 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0916 10:39:23.088510 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0916 10:39:23.088679 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.153837 7857 cli_runner.go:217] Completed: docker container inspect addons-339891 --format={{.State.Status}}: (1.018725982s)
I0916 10:39:23.168633 7857 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0916 10:39:23.176170 7857 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0916 10:39:23.178451 7857 cli_runner.go:217] Completed: docker container inspect addons-339891 --format={{.State.Status}}: (1.10209292s)
I0916 10:39:23.181940 7857 addons.go:234] Setting addon default-storageclass=true in "addons-339891"
I0916 10:39:23.181989 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:23.185877 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:23.191813 7857 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0916 10:39:23.203038 7857 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0916 10:39:23.203146 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0916 10:39:23.203397 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.204757 7857 cli_runner.go:217] Completed: docker container inspect addons-339891 --format={{.State.Status}}: (1.143394898s)
I0916 10:39:23.207795 7857 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0916 10:39:23.210846 7857 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0916 10:39:23.210871 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0916 10:39:23.210988 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.215954 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.216440 7857 cli_runner.go:217] Completed: docker container inspect addons-339891 --format={{.State.Status}}: (1.084205771s)
I0916 10:39:23.223834 7857 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-339891"
I0916 10:39:23.223906 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:23.224757 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:23.227724 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.235369 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.236788 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.288793 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.326323 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.354782 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.370904 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.452000 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.496728 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.500133 7857 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0916 10:39:23.504796 7857 out.go:177] - Using image docker.io/busybox:stable
I0916 10:39:23.507880 7857 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0916 10:39:23.507926 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0916 10:39:23.508061 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.521664 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.522213 7857 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0916 10:39:23.522231 7857 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0916 10:39:23.522321 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:23.522785 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
W0916 10:39:23.526242 7857 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0916 10:39:23.526298 7857 retry.go:31] will retry after 163.029185ms: ssh: handshake failed: EOF
W0916 10:39:23.530750 7857 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0916 10:39:23.530792 7857 retry.go:31] will retry after 353.70869ms: ssh: handshake failed: EOF
I0916 10:39:23.556494 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
W0916 10:39:23.561851 7857 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0916 10:39:23.561905 7857 retry.go:31] will retry after 163.168556ms: ssh: handshake failed: EOF
I0916 10:39:23.655894 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:23.685451 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
W0916 10:39:23.690431 7857 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0916 10:39:23.690633 7857 retry.go:31] will retry after 439.352286ms: ssh: handshake failed: EOF
I0916 10:39:23.930537 7857 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0916 10:39:23.930686 7857 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0916 10:39:24.174463 7857 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0916 10:39:24.174520 7857 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0916 10:39:24.187793 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0916 10:39:24.192428 7857 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0916 10:39:24.192486 7857 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0916 10:39:24.205949 7857 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0916 10:39:24.205992 7857 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0916 10:39:24.262974 7857 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0916 10:39:24.263007 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0916 10:39:24.265864 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0916 10:39:24.303448 7857 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0916 10:39:24.303531 7857 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0916 10:39:24.337383 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0916 10:39:24.369382 7857 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0916 10:39:24.369438 7857 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0916 10:39:24.439950 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0916 10:39:24.473065 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0916 10:39:24.485847 7857 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0916 10:39:24.485965 7857 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0916 10:39:24.488210 7857 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0916 10:39:24.488241 7857 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0916 10:39:24.536542 7857 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0916 10:39:24.536581 7857 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0916 10:39:24.578780 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0916 10:39:24.585680 7857 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0916 10:39:24.585713 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0916 10:39:24.613358 7857 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/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.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.170638006s)
I0916 10:39:24.613400 7857 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0916 10:39:24.615338 7857 ssh_runner.go:235] Completed: sudo systemctl daemon-reload: (2.166430151s)
I0916 10:39:24.615432 7857 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0916 10:39:24.658813 7857 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0916 10:39:24.658852 7857 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0916 10:39:24.713696 7857 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0916 10:39:24.713756 7857 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0916 10:39:24.726048 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0916 10:39:24.803953 7857 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0916 10:39:24.803993 7857 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)
I0916 10:39:24.880270 7857 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0916 10:39:24.880304 7857 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0916 10:39:25.247805 7857 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0916 10:39:25.247842 7857 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0916 10:39:25.299547 7857 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0916 10:39:25.299587 7857 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0916 10:39:25.308150 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0916 10:39:25.426874 7857 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0916 10:39:25.426909 7857 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0916 10:39:25.430853 7857 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0916 10:39:25.430885 7857 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0916 10:39:25.483468 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0916 10:39:25.555264 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0916 10:39:25.659786 7857 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-339891" context rescaled to 1 replicas
I0916 10:39:25.781900 7857 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0916 10:39:25.781935 7857 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0916 10:39:25.896686 7857 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0916 10:39:25.896713 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0916 10:39:25.923451 7857 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0916 10:39:25.923497 7857 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0916 10:39:25.964682 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:25.988028 7857 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0916 10:39:25.988070 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0916 10:39:26.283369 7857 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0916 10:39:26.283399 7857 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0916 10:39:26.394510 7857 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0916 10:39:26.394547 7857 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0916 10:39:26.524719 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:26.559584 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:26.839405 7857 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0916 10:39:26.839447 7857 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0916 10:39:26.887104 7857 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0916 10:39:26.887142 7857 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0916 10:39:27.356227 7857 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0916 10:39:27.356258 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0916 10:39:27.435385 7857 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0916 10:39:27.435415 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0916 10:39:27.798049 7857 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0916 10:39:27.798081 7857 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0916 10:39:28.061321 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:28.141777 7857 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0916 10:39:28.141808 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0916 10:39:28.585310 7857 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0916 10:39:28.585337 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0916 10:39:29.037117 7857 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0916 10:39:29.037147 7857 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0916 10:39:29.438077 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:39.653452 7857 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0916 10:39:39.653660 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:39.725015 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:39.970864 7857 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0916 10:39:40.071633 7857 addons.go:234] Setting addon gcp-auth=true in "addons-339891"
I0916 10:39:40.071727 7857 host.go:66] Checking if "addons-339891" exists ...
I0916 10:39:40.072573 7857 cli_runner.go:164] Run: docker container inspect addons-339891 --format={{.State.Status}}
I0916 10:39:40.136187 7857 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0916 10:39:40.136321 7857 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-339891
I0916 10:39:40.182902 7857 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32768 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19651-428/.minikube/machines/addons-339891/id_rsa Username:docker}
I0916 10:39:50.201024 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (26.013178235s)
I0916 10:39:50.201174 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (25.935279151s)
I0916 10:39:50.201229 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (25.863814245s)
I0916 10:39:50.201278 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (25.761298005s)
I0916 10:39:50.201721 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (25.728623596s)
I0916 10:39:50.201756 7857 addons.go:475] Verifying addon ingress=true in "addons-339891"
I0916 10:39:50.202056 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (25.623237741s)
I0916 10:39:50.202285 7857 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (25.586835072s)
I0916 10:39:50.203948 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (25.477862827s)
I0916 10:39:50.204047 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (24.895855346s)
I0916 10:39:50.204073 7857 addons.go:475] Verifying addon registry=true in "addons-339891"
I0916 10:39:50.204236 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (24.720724242s)
I0916 10:39:50.204284 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (24.648962133s)
I0916 10:39:50.204413 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (24.239697588s)
I0916 10:39:50.205603 7857 addons.go:475] Verifying addon metrics-server=true in "addons-339891"
I0916 10:39:50.204468 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (23.679712438s)
I0916 10:39:50.204549 7857 node_ready.go:35] waiting up to 6m0s for node "addons-339891" to be "Ready" ...
I0916 10:39:50.204619 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (23.644991614s)
W0916 10:39:50.205950 7857 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:50.205983 7857 retry.go:31] will retry after 130.433947ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:50.205318 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (22.143435103s)
I0916 10:39:50.206454 7857 out.go:177] * Verifying ingress addon...
I0916 10:39:50.209008 7857 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-339891 service yakd-dashboard -n yakd-dashboard
I0916 10:39:50.214107 7857 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0916 10:39:50.214663 7857 out.go:177] * Verifying registry addon...
I0916 10:39:50.218988 7857 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0916 10:39:50.337459 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:50.472528 7857 node_ready.go:49] node "addons-339891" has status "Ready":"True"
I0916 10:39:50.472564 7857 node_ready.go:38] duration metric: took 266.87401ms for node "addons-339891" to be "Ready" ...
I0916 10:39:50.472580 7857 pod_ready.go:36] 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" ...
I0916 10:39:50.622168 7857 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0916 10:39:50.622221 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:50.623017 7857 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0916 10:39:50.623051 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
W0916 10:39:50.736431 7857 out.go:270] ! Enabling 'storage-provisioner-rancher' returned an error: running callbacks: [Error making local-path the default storage class: Error while marking storage class local-path as default: Operation cannot be fulfilled on storageclasses.storage.k8s.io "local-path": the object has been modified; please apply your changes to the latest version and try again]
I0916 10:39:50.891419 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:50.893277 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:50.903702 7857 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace to be "Ready" ...
I0916 10:39:51.266404 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:51.270854 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:51.575415 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (22.137257677s)
I0916 10:39:51.575464 7857 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-339891"
I0916 10:39:51.576042 7857 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (11.439807519s)
I0916 10:39:51.579163 7857 out.go:177] * Verifying csi-hostpath-driver addon...
I0916 10:39:51.579310 7857 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0916 10:39:51.584536 7857 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0916 10:39:51.588091 7857 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0916 10:39:51.591133 7857 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0916 10:39:51.591179 7857 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0916 10:39:51.680744 7857 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0916 10:39:51.680779 7857 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0916 10:39:51.804155 7857 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0916 10:39:51.804185 7857 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0916 10:39:51.913967 7857 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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
I0916 10:39:52.187070 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:52.188602 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:52.188874 7857 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0916 10:39:52.188960 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:52.925601 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:52.927980 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:52.979055 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:53.116092 7857 pod_ready.go:103] pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace has status "Ready":"False"
I0916 10:39:53.259225 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:53.261173 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:53.268686 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:53.646753 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:53.647745 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:53.648635 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:53.789727 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:53.795088 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:53.799517 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:54.323367 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:54.396840 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:54.398886 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:54.638308 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:54.756835 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:54.759631 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:55.253590 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:55.260453 7857 pod_ready.go:103] pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace has status "Ready":"False"
I0916 10:39:55.300081 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:55.302424 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:55.629428 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:55.728513 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (5.390910332s)
I0916 10:39:55.728763 7857 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/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: (3.814760964s)
I0916 10:39:55.735766 7857 addons.go:475] Verifying addon gcp-auth=true in "addons-339891"
I0916 10:39:55.739527 7857 out.go:177] * Verifying gcp-auth addon...
I0916 10:39:55.744214 7857 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0916 10:39:55.759284 7857 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0916 10:39:55.762399 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:55.764502 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:56.110513 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:56.222654 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:56.226777 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:56.651765 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:56.798260 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:56.799527 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:57.093304 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:57.222413 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:57.227027 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:57.435801 7857 pod_ready.go:103] pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace has status "Ready":"False"
I0916 10:39:57.593922 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:57.729178 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:57.732384 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:58.092099 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:58.245340 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:58.246592 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:58.592330 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:58.721008 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:58.726148 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:59.113080 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:59.277895 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:59.364106 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:59.601663 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:39:59.743910 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:39:59.745535 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:39:59.936354 7857 pod_ready.go:103] pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:00.111198 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:00.250963 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:00.251954 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:00.595497 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:00.726228 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:00.731195 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:01.096757 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:01.231374 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:01.233690 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:01.595753 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:01.733182 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:01.733959 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:02.094095 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:02.221563 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:02.226951 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:02.428888 7857 pod_ready.go:103] pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:02.605807 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:02.721519 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:02.727919 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:03.095541 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:03.252356 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:03.265002 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:03.593126 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:03.723241 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:03.730495 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:04.097424 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:04.232845 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:04.236864 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:04.599408 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:04.724083 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:04.729680 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:04.940956 7857 pod_ready.go:103] pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:05.113371 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:05.339348 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:05.346093 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:05.594850 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:05.722192 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:05.726053 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:06.095825 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:06.223694 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:06.225166 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:06.596092 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:06.733917 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:06.734819 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:07.095353 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:07.224135 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:07.227847 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:07.442119 7857 pod_ready.go:93] pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:07.442267 7857 pod_ready.go:82] duration metric: took 16.538516028s for pod "coredns-7c65d6cfc9-7kj9k" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.442363 7857 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.453105 7857 pod_ready.go:93] pod "etcd-addons-339891" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:07.453227 7857 pod_ready.go:82] duration metric: took 10.799431ms for pod "etcd-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.453308 7857 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.467880 7857 pod_ready.go:93] pod "kube-apiserver-addons-339891" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:07.468018 7857 pod_ready.go:82] duration metric: took 14.661998ms for pod "kube-apiserver-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.468100 7857 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.482840 7857 pod_ready.go:93] pod "kube-controller-manager-addons-339891" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:07.482958 7857 pod_ready.go:82] duration metric: took 14.808496ms for pod "kube-controller-manager-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.483037 7857 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-6slbv" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.494252 7857 pod_ready.go:93] pod "kube-proxy-6slbv" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:07.494369 7857 pod_ready.go:82] duration metric: took 11.277029ms for pod "kube-proxy-6slbv" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.494443 7857 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.596913 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:07.722505 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:07.724343 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:07.817006 7857 pod_ready.go:93] pod "kube-scheduler-addons-339891" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:07.817040 7857 pod_ready.go:82] duration metric: took 322.532912ms for pod "kube-scheduler-addons-339891" in "kube-system" namespace to be "Ready" ...
I0916 10:40:07.817056 7857 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace to be "Ready" ...
I0916 10:40:08.093902 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:08.227967 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:08.229595 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:08.714346 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:08.720204 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:08.725299 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:09.097793 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:09.223512 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:09.225294 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:09.768490 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:09.786226 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:09.789737 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:09.860840 7857 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:10.122653 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:10.270586 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:10.272316 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:10.603002 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:10.749115 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:10.766534 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:11.095756 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:11.222217 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:11.229568 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:11.594131 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:11.734893 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:11.752366 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:12.093693 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:12.568872 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:12.570039 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:12.572674 7857 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:12.595100 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:12.722839 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:12.726808 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:13.097206 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:13.245810 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:13.254522 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:13.618021 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:13.769303 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:13.770253 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:14.117811 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:14.234793 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:14.241639 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:14.595462 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:14.725678 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:14.730009 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:14.833049 7857 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:15.121682 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:15.253035 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:15.254416 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:15.595791 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:15.725137 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:15.736631 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:16.095226 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:16.222851 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:16.227334 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:16.600859 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:16.735689 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:16.737740 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:16.850901 7857 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:17.108063 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:17.234972 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:17.247810 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:17.601689 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:17.725444 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:17.746969 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:18.133370 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:18.226001 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:18.229319 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:18.596950 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:18.724189 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:18.729044 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:19.095112 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:19.509098 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:19.510522 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:19.513032 7857 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:20.244666 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:20.244925 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:20.247457 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:20.272762 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:20.274045 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:20.278257 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:20.592102 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:20.748780 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:20.749397 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0916 10:40:21.094418 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:21.227819 7857 kapi.go:107] duration metric: took 31.008827292s to wait for kubernetes.io/minikube-addons=registry ...
I0916 10:40:21.240871 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:21.596132 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:21.729212 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:21.829280 7857 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:22.155940 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:22.281409 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:22.599131 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:22.723518 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:23.097263 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:23.243082 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:23.602304 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:23.734931 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:23.873271 7857 pod_ready.go:103] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"False"
I0916 10:40:24.096960 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:24.221912 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:24.665288 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:24.792063 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:25.189851 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:25.248265 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:25.639496 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:25.797920 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:25.851923 7857 pod_ready.go:93] pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:25.851981 7857 pod_ready.go:82] duration metric: took 18.034863165s for pod "metrics-server-84c5f94fbc-6jcvn" in "kube-system" namespace to be "Ready" ...
I0916 10:40:25.852003 7857 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-ptfrr" in "kube-system" namespace to be "Ready" ...
I0916 10:40:25.870990 7857 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-ptfrr" in "kube-system" namespace has status "Ready":"True"
I0916 10:40:25.871044 7857 pod_ready.go:82] duration metric: took 19.012966ms for pod "nvidia-device-plugin-daemonset-ptfrr" in "kube-system" namespace to be "Ready" ...
I0916 10:40:25.871087 7857 pod_ready.go:39] duration metric: took 35.398488063s 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" ...
I0916 10:40:25.871148 7857 api_server.go:52] waiting for apiserver process to appear ...
I0916 10:40:25.871335 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-apiserver --format={{.ID}}
I0916 10:40:25.938128 7857 logs.go:276] 1 containers: [3ca549b1095c]
I0916 10:40:25.938345 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_etcd --format={{.ID}}
I0916 10:40:26.003869 7857 logs.go:276] 1 containers: [0d1dd2eedbcd]
I0916 10:40:26.004050 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_coredns --format={{.ID}}
I0916 10:40:26.077356 7857 logs.go:276] 1 containers: [027bf1effdd7]
I0916 10:40:26.077543 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-scheduler --format={{.ID}}
I0916 10:40:26.135277 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:26.140354 7857 logs.go:276] 1 containers: [026bbf4adae2]
I0916 10:40:26.140542 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-proxy --format={{.ID}}
I0916 10:40:26.228728 7857 logs.go:276] 1 containers: [d34ab12379a0]
I0916 10:40:26.228902 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-controller-manager --format={{.ID}}
I0916 10:40:26.239941 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:26.301381 7857 logs.go:276] 1 containers: [4ffbdad95539]
I0916 10:40:26.301620 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kindnet --format={{.ID}}
I0916 10:40:26.346180 7857 logs.go:276] 0 containers: []
W0916 10:40:26.346240 7857 logs.go:278] No container was found matching "kindnet"
I0916 10:40:26.346261 7857 logs.go:123] Gathering logs for kube-proxy [d34ab12379a0] ...
I0916 10:40:26.346284 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 d34ab12379a0"
I0916 10:40:26.411979 7857 logs.go:123] Gathering logs for kube-controller-manager [4ffbdad95539] ...
I0916 10:40:26.412157 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 4ffbdad95539"
I0916 10:40:26.592640 7857 logs.go:123] Gathering logs for Docker ...
I0916 10:40:26.592747 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u docker -u cri-docker -n 400"
I0916 10:40:26.604722 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:26.657841 7857 logs.go:123] Gathering logs for kubelet ...
I0916 10:40:26.658023 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0916 10:40:26.728485 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
W0916 10:40:26.793567 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: W0916 10:39:22.372795 2186 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-339891' and this object
W0916 10:40:26.793905 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.372903 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:26.794153 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: W0916 10:39:22.373767 2186 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-339891' and this object
W0916 10:40:26.794461 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.373815 2186 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:26.802872 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:32 addons-339891 kubelet[2186]: W0916 10:39:32.482370 2186 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-339891" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-339891' and this object
W0916 10:40:26.803167 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:32 addons-339891 kubelet[2186]: E0916 10:39:32.482770 2186 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:26.815429 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:41 addons-339891 kubelet[2186]: W0916 10:39:41.297973 2186 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-339891' and this object
W0916 10:40:26.815790 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:41 addons-339891 kubelet[2186]: E0916 10:39:41.298051 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
I0916 10:40:26.854975 7857 logs.go:123] Gathering logs for describe nodes ...
I0916 10:40:26.855053 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0916 10:40:27.097405 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:27.240344 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:27.402675 7857 logs.go:123] Gathering logs for kube-apiserver [3ca549b1095c] ...
I0916 10:40:27.402831 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 3ca549b1095c"
I0916 10:40:27.538831 7857 logs.go:123] Gathering logs for coredns [027bf1effdd7] ...
I0916 10:40:27.538982 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 027bf1effdd7"
I0916 10:40:27.619134 7857 logs.go:123] Gathering logs for dmesg ...
I0916 10:40:27.619277 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0916 10:40:27.667831 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:27.705071 7857 logs.go:123] Gathering logs for etcd [0d1dd2eedbcd] ...
I0916 10:40:27.705133 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 0d1dd2eedbcd"
I0916 10:40:27.745811 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:28.001039 7857 logs.go:123] Gathering logs for kube-scheduler [026bbf4adae2] ...
I0916 10:40:28.001204 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 026bbf4adae2"
I0916 10:40:28.081173 7857 logs.go:123] Gathering logs for container status ...
I0916 10:40:28.081323 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0916 10:40:28.105246 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:28.268720 7857 out.go:358] Setting ErrFile to fd 2...
I0916 10:40:28.268855 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0916 10:40:28.269040 7857 out.go:270] X Problems detected in kubelet:
W0916 10:40:28.269360 7857 out.go:270] Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.373815 2186 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:28.269429 7857 out.go:270] Sep 16 10:39:32 addons-339891 kubelet[2186]: W0916 10:39:32.482370 2186 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-339891" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-339891' and this object
W0916 10:40:28.269500 7857 out.go:270] Sep 16 10:39:32 addons-339891 kubelet[2186]: E0916 10:39:32.482770 2186 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:28.269558 7857 out.go:270] Sep 16 10:39:41 addons-339891 kubelet[2186]: W0916 10:39:41.297973 2186 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-339891' and this object
W0916 10:40:28.269611 7857 out.go:270] Sep 16 10:39:41 addons-339891 kubelet[2186]: E0916 10:39:41.298051 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
I0916 10:40:28.269667 7857 out.go:358] Setting ErrFile to fd 2...
I0916 10:40:28.269716 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 10:40:28.291386 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:28.599825 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:28.731093 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:29.092835 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:29.222672 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:29.607039 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:29.740724 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:30.094398 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:30.222604 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:30.632369 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:30.907895 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:31.092088 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:31.241292 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:31.602413 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:31.731687 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:32.101381 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:32.225561 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:32.598391 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:32.730267 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:33.097171 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:33.235738 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:33.607235 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:33.726149 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:34.097395 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:34.228086 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:34.680238 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:34.725116 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:35.206881 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:35.221004 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:35.595389 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:35.722104 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:36.098181 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:36.222373 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:36.730323 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:36.762729 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:37.110552 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:37.224877 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:37.593713 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:37.731309 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:38.114200 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:38.270628 7857 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0916 10:40:38.286515 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:38.337723 7857 api_server.go:72] duration metric: took 1m16.291675447s to wait for apiserver process to appear ...
I0916 10:40:38.337886 7857 api_server.go:88] waiting for apiserver healthz status ...
I0916 10:40:38.338124 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-apiserver --format={{.ID}}
I0916 10:40:38.404721 7857 logs.go:276] 1 containers: [3ca549b1095c]
I0916 10:40:38.405071 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_etcd --format={{.ID}}
I0916 10:40:38.493548 7857 logs.go:276] 1 containers: [0d1dd2eedbcd]
I0916 10:40:38.493951 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_coredns --format={{.ID}}
I0916 10:40:38.560991 7857 logs.go:276] 1 containers: [027bf1effdd7]
I0916 10:40:38.561338 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-scheduler --format={{.ID}}
I0916 10:40:38.642544 7857 logs.go:276] 1 containers: [026bbf4adae2]
I0916 10:40:38.642905 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-proxy --format={{.ID}}
I0916 10:40:38.716102 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:38.724032 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:38.762762 7857 logs.go:276] 1 containers: [d34ab12379a0]
I0916 10:40:38.763042 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-controller-manager --format={{.ID}}
I0916 10:40:38.827280 7857 logs.go:276] 1 containers: [4ffbdad95539]
I0916 10:40:38.827617 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kindnet --format={{.ID}}
I0916 10:40:38.903320 7857 logs.go:276] 0 containers: []
W0916 10:40:38.903511 7857 logs.go:278] No container was found matching "kindnet"
I0916 10:40:38.903584 7857 logs.go:123] Gathering logs for kube-scheduler [026bbf4adae2] ...
I0916 10:40:38.903661 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 026bbf4adae2"
I0916 10:40:38.988558 7857 logs.go:123] Gathering logs for Docker ...
I0916 10:40:38.988709 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u docker -u cri-docker -n 400"
I0916 10:40:39.089707 7857 logs.go:123] Gathering logs for container status ...
I0916 10:40:39.089854 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0916 10:40:39.158186 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:39.272792 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:39.290635 7857 logs.go:123] Gathering logs for kubelet ...
I0916 10:40:39.290789 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
W0916 10:40:39.419848 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: W0916 10:39:22.372795 2186 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-339891' and this object
W0916 10:40:39.420247 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.372903 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:39.420571 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: W0916 10:39:22.373767 2186 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-339891' and this object
W0916 10:40:39.420879 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.373815 2186 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:39.433443 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:32 addons-339891 kubelet[2186]: W0916 10:39:32.482370 2186 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-339891" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-339891' and this object
W0916 10:40:39.433797 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:32 addons-339891 kubelet[2186]: E0916 10:39:32.482770 2186 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:39.443974 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:41 addons-339891 kubelet[2186]: W0916 10:39:41.297973 2186 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-339891' and this object
W0916 10:40:39.444369 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:41 addons-339891 kubelet[2186]: E0916 10:39:41.298051 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
I0916 10:40:39.483823 7857 logs.go:123] Gathering logs for dmesg ...
I0916 10:40:39.483883 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0916 10:40:39.521987 7857 logs.go:123] Gathering logs for etcd [0d1dd2eedbcd] ...
I0916 10:40:39.522042 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 0d1dd2eedbcd"
I0916 10:40:39.639695 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:39.782118 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:39.793835 7857 logs.go:123] Gathering logs for kube-proxy [d34ab12379a0] ...
I0916 10:40:39.793906 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 d34ab12379a0"
I0916 10:40:39.859237 7857 logs.go:123] Gathering logs for kube-controller-manager [4ffbdad95539] ...
I0916 10:40:39.859319 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 4ffbdad95539"
I0916 10:40:40.043206 7857 logs.go:123] Gathering logs for describe nodes ...
I0916 10:40:40.043260 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0916 10:40:40.098004 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:40.228239 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:40.276486 7857 logs.go:123] Gathering logs for kube-apiserver [3ca549b1095c] ...
I0916 10:40:40.276550 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 3ca549b1095c"
I0916 10:40:40.369544 7857 logs.go:123] Gathering logs for coredns [027bf1effdd7] ...
I0916 10:40:40.369601 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 027bf1effdd7"
I0916 10:40:40.424137 7857 out.go:358] Setting ErrFile to fd 2...
I0916 10:40:40.424182 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0916 10:40:40.424334 7857 out.go:270] X Problems detected in kubelet:
W0916 10:40:40.424366 7857 out.go:270] Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.373815 2186 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:40.424405 7857 out.go:270] Sep 16 10:39:32 addons-339891 kubelet[2186]: W0916 10:39:32.482370 2186 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-339891" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-339891' and this object
W0916 10:40:40.424430 7857 out.go:270] Sep 16 10:39:32 addons-339891 kubelet[2186]: E0916 10:39:32.482770 2186 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:40.424448 7857 out.go:270] Sep 16 10:39:41 addons-339891 kubelet[2186]: W0916 10:39:41.297973 2186 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-339891' and this object
W0916 10:40:40.424466 7857 out.go:270] Sep 16 10:39:41 addons-339891 kubelet[2186]: E0916 10:39:41.298051 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
I0916 10:40:40.424506 7857 out.go:358] Setting ErrFile to fd 2...
I0916 10:40:40.424525 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 10:40:40.592231 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:40.724169 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:41.094612 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:41.224154 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:41.605593 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:41.730071 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:42.093692 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:42.225104 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:42.593922 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:42.723928 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:43.116901 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:43.294106 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:43.596337 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:43.724318 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:44.103067 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:44.224261 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:44.600244 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:44.774806 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:45.130659 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:45.225804 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:45.593825 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:45.728775 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:46.099836 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:46.225783 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:46.648600 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:46.786073 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:47.110157 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:47.239459 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:47.625368 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:47.749014 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:48.091540 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:48.219996 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:48.594259 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:48.722899 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:49.092426 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:49.243403 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:49.625313 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:49.782167 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:50.094343 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:50.221381 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:50.426360 7857 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0916 10:40:50.448795 7857 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0916 10:40:50.453347 7857 api_server.go:141] control plane version: v1.31.1
I0916 10:40:50.453396 7857 api_server.go:131] duration metric: took 12.11547608s to wait for apiserver health ...
I0916 10:40:50.453414 7857 system_pods.go:43] waiting for kube-system pods to appear ...
I0916 10:40:50.453604 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-apiserver --format={{.ID}}
I0916 10:40:50.511273 7857 logs.go:276] 1 containers: [3ca549b1095c]
I0916 10:40:50.511563 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_etcd --format={{.ID}}
I0916 10:40:50.584616 7857 logs.go:276] 1 containers: [0d1dd2eedbcd]
I0916 10:40:50.584881 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_coredns --format={{.ID}}
I0916 10:40:50.618636 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:50.684464 7857 logs.go:276] 1 containers: [027bf1effdd7]
I0916 10:40:50.684792 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-scheduler --format={{.ID}}
I0916 10:40:50.743362 7857 logs.go:276] 1 containers: [026bbf4adae2]
I0916 10:40:50.743634 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-proxy --format={{.ID}}
I0916 10:40:50.812603 7857 logs.go:276] 1 containers: [d34ab12379a0]
I0916 10:40:50.812809 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kube-controller-manager --format={{.ID}}
I0916 10:40:50.838338 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:50.882963 7857 logs.go:276] 1 containers: [4ffbdad95539]
I0916 10:40:50.883265 7857 ssh_runner.go:195] Run: docker ps -a --filter=name=k8s_kindnet --format={{.ID}}
I0916 10:40:50.994104 7857 logs.go:276] 0 containers: []
W0916 10:40:50.994145 7857 logs.go:278] No container was found matching "kindnet"
I0916 10:40:50.994164 7857 logs.go:123] Gathering logs for describe nodes ...
I0916 10:40:50.994189 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
I0916 10:40:51.166039 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:51.429277 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:51.619823 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:51.635877 7857 logs.go:123] Gathering logs for kube-apiserver [3ca549b1095c] ...
I0916 10:40:51.635932 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 3ca549b1095c"
I0916 10:40:51.735839 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:51.751071 7857 logs.go:123] Gathering logs for coredns [027bf1effdd7] ...
I0916 10:40:51.751129 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 027bf1effdd7"
I0916 10:40:51.846913 7857 logs.go:123] Gathering logs for kube-scheduler [026bbf4adae2] ...
I0916 10:40:51.847126 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 026bbf4adae2"
I0916 10:40:51.931673 7857 logs.go:123] Gathering logs for kube-proxy [d34ab12379a0] ...
I0916 10:40:51.931977 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 d34ab12379a0"
I0916 10:40:52.006345 7857 logs.go:123] Gathering logs for kubelet ...
I0916 10:40:52.006398 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
I0916 10:40:52.109378 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
W0916 10:40:52.148142 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: W0916 10:39:22.372795 2186 reflector.go:561] object-"kube-system"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-339891' and this object
W0916 10:40:52.148621 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.372903 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:52.148938 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: W0916 10:39:22.373767 2186 reflector.go:561] object-"kube-system"/"kube-proxy": failed to list *v1.ConfigMap: configmaps "kube-proxy" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "kube-system": no relationship found between node 'addons-339891' and this object
W0916 10:40:52.149320 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.373815 2186 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:52.163637 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:32 addons-339891 kubelet[2186]: W0916 10:39:32.482370 2186 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-339891" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-339891' and this object
W0916 10:40:52.164006 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:32 addons-339891 kubelet[2186]: E0916 10:39:32.482770 2186 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:52.175617 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:41 addons-339891 kubelet[2186]: W0916 10:39:41.297973 2186 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-339891' and this object
W0916 10:40:52.176076 7857 logs.go:138] Found kubelet problem: Sep 16 10:39:41 addons-339891 kubelet[2186]: E0916 10:39:41.298051 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
I0916 10:40:52.232292 7857 logs.go:123] Gathering logs for etcd [0d1dd2eedbcd] ...
I0916 10:40:52.234257 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 0d1dd2eedbcd"
I0916 10:40:52.239334 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:52.543764 7857 logs.go:123] Gathering logs for kube-controller-manager [4ffbdad95539] ...
I0916 10:40:52.547971 7857 ssh_runner.go:195] Run: /bin/bash -c "docker logs --tail 400 4ffbdad95539"
I0916 10:40:52.621951 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:52.689655 7857 logs.go:123] Gathering logs for Docker ...
I0916 10:40:52.689705 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u docker -u cri-docker -n 400"
I0916 10:40:52.769741 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:52.772645 7857 logs.go:123] Gathering logs for container status ...
I0916 10:40:52.772686 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
I0916 10:40:52.889885 7857 logs.go:123] Gathering logs for dmesg ...
I0916 10:40:52.889935 7857 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
I0916 10:40:52.923950 7857 out.go:358] Setting ErrFile to fd 2...
I0916 10:40:52.923987 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
W0916 10:40:52.924118 7857 out.go:270] X Problems detected in kubelet:
W0916 10:40:52.924158 7857 out.go:270] Sep 16 10:39:22 addons-339891 kubelet[2186]: E0916 10:39:22.373815 2186 reflector.go:158] "Unhandled Error" err="object-\"kube-system\"/\"kube-proxy\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-proxy\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:52.924182 7857 out.go:270] Sep 16 10:39:32 addons-339891 kubelet[2186]: W0916 10:39:32.482370 2186 reflector.go:561] object-"default"/"gcp-auth": failed to list *v1.Secret: secrets "gcp-auth" is forbidden: User "system:node:addons-339891" cannot list resource "secrets" in API group "" in the namespace "default": no relationship found between node 'addons-339891' and this object
W0916 10:40:52.924207 7857 out.go:270] Sep 16 10:39:32 addons-339891 kubelet[2186]: E0916 10:39:32.482770 2186 reflector.go:158] "Unhandled Error" err="object-\"default\"/\"gcp-auth\": Failed to watch *v1.Secret: failed to list *v1.Secret: secrets \"gcp-auth\" is forbidden: User \"system:node:addons-339891\" cannot list resource \"secrets\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
W0916 10:40:52.924241 7857 out.go:270] Sep 16 10:39:41 addons-339891 kubelet[2186]: W0916 10:39:41.297973 2186 reflector.go:561] object-"gadget"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-339891" cannot list resource "configmaps" in API group "" in the namespace "gadget": no relationship found between node 'addons-339891' and this object
W0916 10:40:52.924263 7857 out.go:270] Sep 16 10:39:41 addons-339891 kubelet[2186]: E0916 10:39:41.298051 2186 reflector.go:158] "Unhandled Error" err="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-339891\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-339891' and this object" logger="UnhandledError"
I0916 10:40:52.924296 7857 out.go:358] Setting ErrFile to fd 2...
I0916 10:40:52.924310 7857 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0916 10:40:53.103648 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:53.230303 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:53.595645 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:53.749509 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:54.092634 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:54.228731 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:54.591943 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:54.723465 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:55.175354 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:55.223006 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:55.601494 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:55.723138 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:56.094633 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:56.225264 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:56.595973 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:56.736700 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:57.094218 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:57.228086 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:57.656232 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:57.735019 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:58.130701 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:58.250637 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:58.610414 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:58.776568 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:59.112124 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:59.225647 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:40:59.656003 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:40:59.758949 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:00.107196 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:00.229888 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:00.628404 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:00.751236 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:01.112535 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:01.229091 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:01.618751 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:01.726654 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:02.108153 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:02.238098 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:02.601532 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:02.746540 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:02.960432 7857 system_pods.go:59] 18 kube-system pods found
I0916 10:41:02.960504 7857 system_pods.go:61] "coredns-7c65d6cfc9-7kj9k" [6bd1e32e-f72b-4ffe-ab5b-2e0a837799ca] Running
I0916 10:41:02.960520 7857 system_pods.go:61] "csi-hostpath-attacher-0" [4f488d9c-410d-4a94-a3f4-3e0862926e49] Running
I0916 10:41:02.960528 7857 system_pods.go:61] "csi-hostpath-resizer-0" [97842cf0-b52b-4835-9c17-723289472fff] Running
I0916 10:41:02.960547 7857 system_pods.go:61] "csi-hostpathplugin-c4q9k" [4a0b8284-f44c-45c5-9e9f-b3b77e69aad4] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0916 10:41:02.960561 7857 system_pods.go:61] "etcd-addons-339891" [6dd1f644-974b-44b5-a4e7-5599d29a591d] Running
I0916 10:41:02.960573 7857 system_pods.go:61] "kube-apiserver-addons-339891" [720d361f-5203-463e-b6a0-9fcc2131aeb7] Running
I0916 10:41:02.960591 7857 system_pods.go:61] "kube-controller-manager-addons-339891" [6246cf22-dd79-4055-96f4-474961feec43] Running
I0916 10:41:02.960602 7857 system_pods.go:61] "kube-ingress-dns-minikube" [661ed056-3cac-4390-9103-11f656dea3d1] Running
I0916 10:41:02.960618 7857 system_pods.go:61] "kube-proxy-6slbv" [fe737739-ef57-44fc-bd12-a07ede386ea3] Running
I0916 10:41:02.960626 7857 system_pods.go:61] "kube-scheduler-addons-339891" [a0b50e6c-7c60-4da4-b825-c6810bd86bf8] Running
I0916 10:41:02.960646 7857 system_pods.go:61] "metrics-server-84c5f94fbc-6jcvn" [04804f62-1fa0-49bc-8684-273c7b6096ee] Running
I0916 10:41:02.960658 7857 system_pods.go:61] "nvidia-device-plugin-daemonset-ptfrr" [d8c79ca6-9edc-45e7-be38-70f184f5afb8] Running
I0916 10:41:02.960669 7857 system_pods.go:61] "registry-66c9cd494c-lxpkx" [cfefe92a-8cb2-4cdd-a72a-325972646531] Running
I0916 10:41:02.960678 7857 system_pods.go:61] "registry-proxy-8g9px" [fefb428c-0379-47a5-8dbf-8c38f9512e9f] Running
I0916 10:41:02.960691 7857 system_pods.go:61] "snapshot-controller-56fcc65765-tgl5h" [c033d1e5-9f5e-4c08-b521-bb2a4a8879e4] Running
I0916 10:41:02.960699 7857 system_pods.go:61] "snapshot-controller-56fcc65765-tkcbn" [956fca33-0939-4eca-a957-0c619a367c2f] Running
I0916 10:41:02.960708 7857 system_pods.go:61] "storage-provisioner" [83593d84-d646-4d62-8b62-8f7deaceb3e4] Running
I0916 10:41:02.960721 7857 system_pods.go:61] "tiller-deploy-b48cc5f79-k9hf4" [e0c5a5db-3a22-4597-b32e-b3f88e59dd92] Running
I0916 10:41:02.960735 7857 system_pods.go:74] duration metric: took 12.507308246s to wait for pod list to return data ...
I0916 10:41:02.960752 7857 default_sa.go:34] waiting for default service account to be created ...
I0916 10:41:02.968818 7857 default_sa.go:45] found service account: "default"
I0916 10:41:02.968858 7857 default_sa.go:55] duration metric: took 8.095001ms for default service account to be created ...
I0916 10:41:02.968872 7857 system_pods.go:116] waiting for k8s-apps to be running ...
I0916 10:41:02.990939 7857 system_pods.go:86] 18 kube-system pods found
I0916 10:41:02.990989 7857 system_pods.go:89] "coredns-7c65d6cfc9-7kj9k" [6bd1e32e-f72b-4ffe-ab5b-2e0a837799ca] Running
I0916 10:41:02.991001 7857 system_pods.go:89] "csi-hostpath-attacher-0" [4f488d9c-410d-4a94-a3f4-3e0862926e49] Running
I0916 10:41:02.991008 7857 system_pods.go:89] "csi-hostpath-resizer-0" [97842cf0-b52b-4835-9c17-723289472fff] Running
I0916 10:41:02.991026 7857 system_pods.go:89] "csi-hostpathplugin-c4q9k" [4a0b8284-f44c-45c5-9e9f-b3b77e69aad4] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0916 10:41:02.991036 7857 system_pods.go:89] "etcd-addons-339891" [6dd1f644-974b-44b5-a4e7-5599d29a591d] Running
I0916 10:41:02.991048 7857 system_pods.go:89] "kube-apiserver-addons-339891" [720d361f-5203-463e-b6a0-9fcc2131aeb7] Running
I0916 10:41:02.991063 7857 system_pods.go:89] "kube-controller-manager-addons-339891" [6246cf22-dd79-4055-96f4-474961feec43] Running
I0916 10:41:02.991076 7857 system_pods.go:89] "kube-ingress-dns-minikube" [661ed056-3cac-4390-9103-11f656dea3d1] Running
I0916 10:41:02.991084 7857 system_pods.go:89] "kube-proxy-6slbv" [fe737739-ef57-44fc-bd12-a07ede386ea3] Running
I0916 10:41:02.991093 7857 system_pods.go:89] "kube-scheduler-addons-339891" [a0b50e6c-7c60-4da4-b825-c6810bd86bf8] Running
I0916 10:41:02.991110 7857 system_pods.go:89] "metrics-server-84c5f94fbc-6jcvn" [04804f62-1fa0-49bc-8684-273c7b6096ee] Running
I0916 10:41:02.991120 7857 system_pods.go:89] "nvidia-device-plugin-daemonset-ptfrr" [d8c79ca6-9edc-45e7-be38-70f184f5afb8] Running
I0916 10:41:02.991134 7857 system_pods.go:89] "registry-66c9cd494c-lxpkx" [cfefe92a-8cb2-4cdd-a72a-325972646531] Running
I0916 10:41:02.991144 7857 system_pods.go:89] "registry-proxy-8g9px" [fefb428c-0379-47a5-8dbf-8c38f9512e9f] Running
I0916 10:41:02.991152 7857 system_pods.go:89] "snapshot-controller-56fcc65765-tgl5h" [c033d1e5-9f5e-4c08-b521-bb2a4a8879e4] Running
I0916 10:41:02.991160 7857 system_pods.go:89] "snapshot-controller-56fcc65765-tkcbn" [956fca33-0939-4eca-a957-0c619a367c2f] Running
I0916 10:41:02.991171 7857 system_pods.go:89] "storage-provisioner" [83593d84-d646-4d62-8b62-8f7deaceb3e4] Running
I0916 10:41:02.991182 7857 system_pods.go:89] "tiller-deploy-b48cc5f79-k9hf4" [e0c5a5db-3a22-4597-b32e-b3f88e59dd92] Running
I0916 10:41:02.991200 7857 system_pods.go:126] duration metric: took 22.315139ms to wait for k8s-apps to be running ...
I0916 10:41:02.991220 7857 system_svc.go:44] waiting for kubelet service to be running ....
I0916 10:41:02.991345 7857 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0916 10:41:03.027537 7857 system_svc.go:56] duration metric: took 36.301483ms WaitForService to wait for kubelet
I0916 10:41:03.027600 7857 kubeadm.go:582] duration metric: took 1m40.981561871s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0916 10:41:03.027634 7857 node_conditions.go:102] verifying NodePressure condition ...
I0916 10:41:03.039432 7857 node_conditions.go:122] node storage ephemeral capacity is 119475748Ki
I0916 10:41:03.039495 7857 node_conditions.go:123] node cpu capacity is 2
I0916 10:41:03.039520 7857 node_conditions.go:105] duration metric: took 11.877282ms to run NodePressure ...
I0916 10:41:03.039545 7857 start.go:241] waiting for startup goroutines ...
I0916 10:41:03.096366 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:03.280941 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:03.636954 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:03.727316 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:04.094415 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:04.221108 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:04.607606 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:04.782206 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:05.104905 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:05.241358 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:05.593233 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:05.748709 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:06.109549 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:06.228365 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:06.601037 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:06.737593 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:07.093200 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:07.221443 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:07.596442 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:07.744763 7857 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0916 10:41:08.106421 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:08.227558 7857 kapi.go:107] duration metric: took 1m18.013431436s to wait for app.kubernetes.io/name=ingress-nginx ...
I0916 10:41:08.601125 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:09.093595 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:09.591433 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:10.144361 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:10.593408 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:11.103743 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:11.593730 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:12.147169 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:12.591751 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:13.107006 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:13.604576 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:14.095150 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:14.590587 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:15.099662 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:15.592257 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:16.092258 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0916 10:41:16.592302 7857 kapi.go:107] duration metric: took 1m25.007763526s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0916 10:41:17.749819 7857 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0916 10:41:17.749853 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:18.250520 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:18.749316 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:19.250163 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:19.750934 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:20.250404 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:20.780098 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:21.252100 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:21.753824 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:22.250120 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:22.749597 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:23.248944 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:23.748325 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:24.248355 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:24.756790 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:25.249205 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:25.749198 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:26.248984 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:26.749592 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:27.249817 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:27.749731 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:28.249209 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:28.749910 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:29.250309 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:29.750418 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:30.250136 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:30.749174 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:31.249460 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:31.749397 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:32.250814 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:32.750076 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:33.250357 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:33.750824 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:34.249369 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:34.750327 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:35.249763 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:35.748910 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:36.251038 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:36.750921 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:37.250257 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:37.749716 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:38.249040 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:38.749446 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:39.252596 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:39.759225 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:40.249652 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:40.749597 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:41.249424 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:41.749362 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:42.249793 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:42.748955 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:43.250325 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:43.748620 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:44.249892 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:44.748662 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:45.249165 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:45.750214 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:46.250338 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:46.749292 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:47.248263 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:47.749772 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:48.248660 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:48.749324 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:49.250208 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:49.752952 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:50.250419 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:50.752591 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:51.263999 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:51.769719 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:52.248830 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:52.755103 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:53.249763 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:53.750284 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:54.249258 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:54.748877 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:55.250107 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:55.749990 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:56.250768 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:56.750421 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:57.249896 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:57.749117 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:58.249131 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:58.748599 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:59.272568 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:41:59.752347 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:00.248604 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:00.749571 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:01.272927 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:01.749739 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:02.249678 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:02.749821 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:03.250117 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:03.749411 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:04.249581 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:04.750396 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:05.249629 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:05.748304 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:06.248565 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:06.749724 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:07.260571 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:07.749249 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:08.248580 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:08.748822 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:09.261071 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:09.748996 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:10.282441 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:10.749829 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:11.249706 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:11.749280 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:12.248760 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:12.748613 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:13.248539 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:13.748904 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:14.248952 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:14.749678 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:15.249410 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:15.749965 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:16.249243 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:16.750540 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:17.249331 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:17.750492 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:18.250075 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:18.749698 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:19.249533 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:19.749708 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:20.248696 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:20.749409 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:21.249183 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:21.749407 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:22.249776 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:22.754103 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:23.252247 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:23.753881 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:24.281804 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:24.767509 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:25.252464 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:25.750406 7857 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0916 10:42:26.250363 7857 kapi.go:107] duration metric: took 2m30.506144341s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0916 10:42:26.253916 7857 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-339891 cluster.
I0916 10:42:26.256531 7857 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.
I0916 10:42:26.259664 7857 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0916 10:42:26.262787 7857 out.go:177] * Enabled addons: volcano, ingress-dns, cloud-spanner, storage-provisioner, nvidia-device-plugin, helm-tiller, metrics-server, inspektor-gadget, yakd, default-storageclass, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0916 10:42:26.266252 7857 addons.go:510] duration metric: took 3m4.219144752s for enable addons: enabled=[volcano ingress-dns cloud-spanner storage-provisioner nvidia-device-plugin helm-tiller metrics-server inspektor-gadget yakd default-storageclass volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0916 10:42:26.266361 7857 start.go:246] waiting for cluster config update ...
I0916 10:42:26.266400 7857 start.go:255] writing updated cluster config ...
I0916 10:42:26.267120 7857 ssh_runner.go:195] Run: rm -f paused
I0916 10:42:26.751335 7857 start.go:600] kubectl: 1.28.12-dispatcher, cluster: 1.31.1 (minor skew: 3)
I0916 10:42:26.755813 7857 out.go:201]
W0916 10:42:26.759451 7857 out.go:270] ! /usr/bin/kubectl is version 1.28.12-dispatcher, which may have incompatibilities with Kubernetes 1.31.1.
I0916 10:42:26.762619 7857 out.go:177] - Want kubectl v1.31.1? Try 'minikube kubectl -- get pods -A'
I0916 10:42:26.766083 7857 out.go:177] * Done! kubectl is now configured to use "addons-339891" cluster and "default" namespace by default
==> Docker <==
Sep 16 10:52:10 addons-339891 dockerd[1158]: time="2024-09-16T10:52:10.744241935Z" level=info msg="ignoring event" container=18644ad6b101112901f67c345fcabcc86b7890075c31bb07e47b0478c86cdc70 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.056579868Z" level=info msg="ignoring event" container=3efdb27990b81005831e8628cf691e0b310425c2203d28c79dedf3a7052d1e9c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.092461261Z" level=info msg="ignoring event" container=e8dc866f3f88c7090ce073c7809e08f5d382014bca33c1555ab9c5bd5cabd3c1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.133125174Z" level=info msg="ignoring event" container=459d1fa9f64f123e44c4fcf4643ebf4d78339ff0ff9f7efe1b79af1d729abe3e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.148263933Z" level=info msg="ignoring event" container=a620982b570845c82dfd4adf5226b865d57b7de312dfe4a7f81874a878e30bb0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.158822490Z" level=info msg="ignoring event" container=678449f10f7632e44fd51097523736b0c60e23b5aeee95a307c1f07e06d5ef01 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.158902904Z" level=info msg="ignoring event" container=23ba5cc14879f657ac026909b3a779ca32c73a2ef2f080fb875365a22092f2b4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.179034969Z" level=info msg="ignoring event" container=d7348a31724df95a327e47959efdfeded4a01501a2301ff7c01b0ac0b1352d3a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.613576838Z" level=info msg="ignoring event" container=83daacd037375c297f1bb598c717ad2d91c9e0daffed9ca99dd52d488f70e470 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 cri-dockerd[1414]: time="2024-09-16T10:52:11Z" level=info msg="Failed to read pod IP from plugin/docker: networkPlugin cni failed on the status hook for pod \"csi-hostpathplugin-c4q9k_kube-system\": unexpected command output nsenter: cannot open /proc/5268/ns/net: No such file or directory\n with error: exit status 1"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.768630882Z" level=info msg="ignoring event" container=391f0fd7a219bdd9c10a653eb9a908228f35999058c4e7cc795b7bc27f08750b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:11 addons-339891 dockerd[1158]: time="2024-09-16T10:52:11.999078809Z" level=info msg="ignoring event" container=a1ebdac2244a98d077fba378f29bd73cbb4547a19d468b31373dcd283eea6ccb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:14 addons-339891 dockerd[1158]: time="2024-09-16T10:52:14.677133282Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed"
Sep 16 10:52:14 addons-339891 dockerd[1158]: time="2024-09-16T10:52:14.680069680Z" level=error msg="Handler for POST /v1.43/images/create returned error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed"
Sep 16 10:52:18 addons-339891 dockerd[1158]: time="2024-09-16T10:52:18.464026090Z" level=info msg="ignoring event" container=b129c41b8f8521802fbeba9202fbf53bd93aef279a4da5f0b39c30fc36f0c4dc module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:18 addons-339891 dockerd[1158]: time="2024-09-16T10:52:18.577025998Z" level=info msg="ignoring event" container=ca9ef1517c1d9608828c6a48fe1593d6a5835e85e7c58fe635c14b3dce1f58fb module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:18 addons-339891 dockerd[1158]: time="2024-09-16T10:52:18.777579297Z" level=info msg="ignoring event" container=bd991c3aca797eba23818f4cd1e7191da08234e2fdc26ff51d39a802aaa985ee module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:18 addons-339891 dockerd[1158]: time="2024-09-16T10:52:18.903561796Z" level=info msg="ignoring event" container=b956b844ba22d9abff7c1b09ad93a6dc46b2f9b42acd7f04c061f501c4f4150e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:25 addons-339891 dockerd[1158]: time="2024-09-16T10:52:25.849741182Z" level=info msg="ignoring event" container=a61944aabe346047f533eea672edcb26740153a5fad26c92be1a2c03a5b08df1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:26 addons-339891 dockerd[1158]: time="2024-09-16T10:52:26.008763276Z" level=info msg="ignoring event" container=ca2256046b5b55cff71e17de8efa31b02d92f49c2838649150c6aeb96fc221a6 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:29 addons-339891 dockerd[1158]: time="2024-09-16T10:52:29.487538254Z" level=info msg="ignoring event" container=60bd69d94597082aad94a7ed7c7e09175ffa290c7409ddc1067da9e2efdd081b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:30 addons-339891 dockerd[1158]: time="2024-09-16T10:52:30.621998038Z" level=info msg="ignoring event" container=70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:30 addons-339891 dockerd[1158]: time="2024-09-16T10:52:30.770785063Z" level=info msg="ignoring event" container=66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:30 addons-339891 dockerd[1158]: time="2024-09-16T10:52:30.926347122Z" level=info msg="ignoring event" container=ab5f7af5a2258b5d393727f3fca36e35e0875a02f22d721236a481fb096026a4 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 16 10:52:31 addons-339891 dockerd[1158]: time="2024-09-16T10:52:31.245385909Z" level=info msg="ignoring event" container=823903091e96b99db7113893ae359d3c498cd22e5ea882ef5229e994f81af4b1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
5687ddc9e4dcf ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec 25 seconds ago Exited gadget 7 ee5d318237116 gadget-n5gp6
2be7f808c4cf4 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 10 minutes ago Running gcp-auth 0 286eac46fb1fb gcp-auth-89d5ffd79-s5788
ce4a200fbc20c registry.k8s.io/ingress-nginx/controller@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce 11 minutes ago Running controller 0 670c0831e39c3 ingress-nginx-controller-bc57996ff-pxnt7
c59cc8321e333 ce263a8653f9c 11 minutes ago Exited patch 1 6b153d3c6ad6a ingress-nginx-admission-patch-sgvz6
80947ed339231 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited create 0 a40f48f61dc6f ingress-nginx-admission-create-rfb8g
34b860eaa6eda rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 12 minutes ago Running local-path-provisioner 0 fa3b9f3630e22 local-path-provisioner-86d989889c-tfprd
c6afe0c0bdf4e registry.k8s.io/metrics-server/metrics-server@sha256:ffcb2bf004d6aa0a17d90e0247cf94f2865c8901dcab4427034c341951c239f9 12 minutes ago Running metrics-server 0 e31f3d2bdfd96 metrics-server-84c5f94fbc-6jcvn
60eb934f0f1d1 ghcr.io/helm/tiller@sha256:4c43eb385032945cad047d2350e4945d913b90b3ab43ee61cecb32a495c6df0f 12 minutes ago Running tiller 0 650d3e88b7a81 tiller-deploy-b48cc5f79-k9hf4
80412cb4feb22 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 12 minutes ago Running minikube-ingress-dns 0 2dd7c10de1380 kube-ingress-dns-minikube
60703f326e203 gcr.io/cloud-spanner-emulator/emulator@sha256:636fdfc528824bae5f0ea2eca6ae307fe81092f05ec21038008bc0d6100e52fc 12 minutes ago Running cloud-spanner-emulator 0 983e53b6776fa cloud-spanner-emulator-769b77f747-wwg9b
063418d6e58c5 nvcr.io/nvidia/k8s-device-plugin@sha256:ed39e22c8b71343fb996737741a99da88ce6c75dd83b5c520e0b3d8e8a884c47 12 minutes ago Running nvidia-device-plugin-ctr 0 9f5263fb7b6c7 nvidia-device-plugin-daemonset-ptfrr
d15d29b8b6230 6e38f40d628db 12 minutes ago Running storage-provisioner 0 51f38d9344ad7 storage-provisioner
027bf1effdd7a c69fa2e9cbf5f 13 minutes ago Running coredns 0 caff147588559 coredns-7c65d6cfc9-7kj9k
d34ab12379a00 60c005f310ff3 13 minutes ago Running kube-proxy 0 fc8b40679ab67 kube-proxy-6slbv
3ca549b1095cb 6bab7719df100 13 minutes ago Running kube-apiserver 0 18ab8e0afb90c kube-apiserver-addons-339891
026bbf4adae28 9aa1fad941575 13 minutes ago Running kube-scheduler 0 479cbebe8b2b2 kube-scheduler-addons-339891
0d1dd2eedbcdf 2e96e5913fc06 13 minutes ago Running etcd 0 86fa35fa441fd etcd-addons-339891
4ffbdad95539d 175ffd71cce3d 13 minutes ago Running kube-controller-manager 0 c068960ec6809 kube-controller-manager-addons-339891
==> controller_ingress [ce4a200fbc20] <==
Build: 46e76e5916813cfca2a9b0bfdc34b69a0000f6b9
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.25.5
-------------------------------------------------------------------------------
W0916 10:41:07.773888 7 client_config.go:659] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I0916 10:41:07.774208 7 main.go:205] "Creating API client" host="https://10.96.0.1:443"
I0916 10:41:07.811569 7 main.go:248] "Running in Kubernetes cluster" major="1" minor="31" git="v1.31.1" state="clean" commit="948afe5ca072329a73c8e79ed5938717a5cb3d21" platform="linux/amd64"
I0916 10:41:08.512853 7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I0916 10:41:08.592882 7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I0916 10:41:08.617226 7 nginx.go:271] "Starting NGINX Ingress controller"
I0916 10:41:08.670675 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"80dc5096-fee0-4fd5-bb04-36638c02fa54", APIVersion:"v1", ResourceVersion:"689", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I0916 10:41:08.683574 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"c7e1fa91-d80e-4e9d-aecb-c0ecef3cf8ba", APIVersion:"v1", ResourceVersion:"701", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I0916 10:41:08.690796 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"49d43f2a-def4-4d44-88c4-f841fec5ad36", APIVersion:"v1", ResourceVersion:"714", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I0916 10:41:09.826306 7 leaderelection.go:250] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
I0916 10:41:09.825656 7 nginx.go:317] "Starting NGINX process"
I0916 10:41:09.829333 7 nginx.go:337] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I0916 10:41:09.829750 7 controller.go:193] "Configuration changes detected, backend reload required"
I0916 10:41:09.964521 7 status.go:85] "New leader elected" identity="ingress-nginx-controller-bc57996ff-pxnt7"
I0916 10:41:09.964463 7 leaderelection.go:260] successfully acquired lease ingress-nginx/ingress-nginx-leader
I0916 10:41:10.063083 7 status.go:219] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-bc57996ff-pxnt7" node="addons-339891"
I0916 10:41:10.122130 7 controller.go:213] "Backend successfully reloaded"
I0916 10:41:10.122519 7 controller.go:224] "Initial sync, sleeping for 1 second"
I0916 10:41:10.123246 7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-bc57996ff-pxnt7", UID:"fbdfae21-9c9a-4f06-92c3-4013242af705", APIVersion:"v1", ResourceVersion:"1273", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
==> coredns [027bf1effdd7] <==
[INFO] 10.244.0.8:55698 - 37312 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000071283s
[INFO] 10.244.0.8:40684 - 26923 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000105961s
[INFO] 10.244.0.8:40684 - 32599 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000108968s
[INFO] 10.244.0.8:45585 - 24442 "AAAA IN registry.kube-system.svc.cluster.local.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 99 false 512" NXDOMAIN qr,aa,rd,ra 206 0.00009738s
[INFO] 10.244.0.8:45585 - 32897 "A IN registry.kube-system.svc.cluster.local.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 99 false 512" NXDOMAIN qr,aa,rd,ra 206 0.000122714s
[INFO] 10.244.0.8:55129 - 5263 "AAAA IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000107336s
[INFO] 10.244.0.8:55129 - 12682 "A IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000068693s
[INFO] 10.244.0.8:49161 - 13366 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000071847s
[INFO] 10.244.0.8:49161 - 60210 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000153448s
[INFO] 10.244.0.8:55148 - 31089 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00012907s
[INFO] 10.244.0.8:55148 - 33139 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000109002s
[INFO] 10.244.0.26:41595 - 34443 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000633825s
[INFO] 10.244.0.26:50172 - 1946 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001456527s
[INFO] 10.244.0.26:42130 - 65133 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000401485s
[INFO] 10.244.0.26:34261 - 38572 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000307195s
[INFO] 10.244.0.26:41936 - 11485 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000462422s
[INFO] 10.244.0.26:39966 - 45102 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000253142s
[INFO] 10.244.0.26:51365 - 6140 "A IN storage.googleapis.com.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.003857995s
[INFO] 10.244.0.26:46245 - 38279 "AAAA IN storage.googleapis.com.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.003324536s
[INFO] 10.244.0.26:34801 - 21412 "A IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.004105568s
[INFO] 10.244.0.26:37812 - 34443 "AAAA IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.0064561s
[INFO] 10.244.0.26:56628 - 34519 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.003568053s
[INFO] 10.244.0.26:34340 - 56181 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.005360752s
[INFO] 10.244.0.26:45074 - 19467 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002654046s
[INFO] 10.244.0.26:48829 - 41875 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.002875678s
==> describe nodes <==
Name: addons-339891
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-339891
kubernetes.io/os=linux
minikube.k8s.io/commit=90d544f06ea0f69499271b003be64a9a224d57ed
minikube.k8s.io/name=addons-339891
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_09_16T10_39_18_0700
minikube.k8s.io/version=v1.34.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-339891
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 16 Sep 2024 10:39:14 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-339891
AcquireTime: <unset>
RenewTime: Mon, 16 Sep 2024 10:52:25 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 16 Sep 2024 10:48:30 +0000 Mon, 16 Sep 2024 10:39:12 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 16 Sep 2024 10:48:30 +0000 Mon, 16 Sep 2024 10:39:12 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 16 Sep 2024 10:48:30 +0000 Mon, 16 Sep 2024 10:39:12 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 16 Sep 2024 10:48:30 +0000 Mon, 16 Sep 2024 10:39:14 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-339891
Capacity:
cpu: 2
ephemeral-storage: 119475748Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 8141772Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 119475748Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 8141772Ki
pods: 110
System Info:
Machine ID: f4d32c0927084f788d1866be51a736a5
System UUID: c0f5356b-fc96-449e-87ea-5b2824090fd5
Boot ID: a7e6a596-7005-46f1-b4ae-cdd2fcc832ab
Kernel Version: 6.1.100+
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://27.2.1
Kubelet Version: v1.31.1
Kube-Proxy Version: v1.31.1
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (17 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m19s
default cloud-spanner-emulator-769b77f747-wwg9b 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
gadget gadget-n5gp6 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gcp-auth gcp-auth-89d5ffd79-s5788 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
ingress-nginx ingress-nginx-controller-bc57996ff-pxnt7 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 12m
kube-system coredns-7c65d6cfc9-7kj9k 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 13m
kube-system etcd-addons-339891 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 13m
kube-system kube-apiserver-addons-339891 250m (12%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-controller-manager-addons-339891 200m (10%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-proxy-6slbv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-scheduler-addons-339891 100m (5%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system metrics-server-84c5f94fbc-6jcvn 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 12m
kube-system nvidia-device-plugin-daemonset-ptfrr 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system tiller-deploy-b48cc5f79-k9hf4 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
local-path-storage local-path-provisioner-86d989889c-tfprd 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 950m (47%) 0 (0%)
memory 460Mi (5%) 170Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 12m kube-proxy
Normal Starting 13m kubelet Starting kubelet.
Normal NodeHasSufficientMemory 13m (x5 over 13m) kubelet Node addons-339891 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 13m (x5 over 13m) kubelet Node addons-339891 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 13m (x3 over 13m) kubelet Node addons-339891 status is now: NodeHasSufficientPID
Normal Starting 13m kubelet Starting kubelet.
Normal NodeHasSufficientMemory 13m kubelet Node addons-339891 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 13m kubelet Node addons-339891 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 13m kubelet Node addons-339891 status is now: NodeHasSufficientPID
Normal RegisteredNode 13m node-controller Node addons-339891 event: Registered Node addons-339891 in Controller
==> dmesg <==
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 72 e5 95 11 5f d7 08 06
[ +0.065506] IPv4: martian source 10.244.0.1 from 10.244.0.17, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 16 df c7 95 e0 08 08 06
[ +0.095098] IPv4: martian source 10.244.0.1 from 10.244.0.16, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 1e 55 6d 7e b1 1d 08 06
[ +4.443790] IPv4: martian source 10.244.0.1 from 10.244.0.18, on dev eth0
[ +0.000011] ll header: 00000000: ff ff ff ff ff ff 42 63 38 6a e2 f8 08 06
[ +8.270876] IPv4: martian source 10.244.0.1 from 10.244.0.22, on dev eth0
[ +0.000012] ll header: 00000000: ff ff ff ff ff ff 22 e4 99 29 33 36 08 06
[Sep16 10:41] IPv4: martian source 10.244.0.1 from 10.244.0.23, on dev eth0
[ +0.000012] ll header: 00000000: ff ff ff ff ff ff 62 1d 3c 22 6c 2a 08 06
[ +3.744846] IPv4: martian source 10.244.0.1 from 10.244.0.19, on dev eth0
[ +0.000010] ll header: 00000000: ff ff ff ff ff ff ba 9c 22 bb 83 c5 08 06
[ +0.311803] IPv4: martian source 10.244.0.1 from 10.244.0.21, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff ae f4 ca c7 a4 96 08 06
[ +0.126994] IPv4: martian source 10.244.0.1 from 10.244.0.20, on dev eth0
[ +0.000010] ll header: 00000000: ff ff ff ff ff ff a6 1c 2a f6 4c d4 08 06
[ +47.677339] IPv4: martian source 10.244.0.1 from 10.244.0.25, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 66 25 0a 01 78 68 08 06
[ +0.034921] IPv4: martian source 10.244.0.1 from 10.244.0.24, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff fe 0e 28 7b a8 3e 08 06
[Sep16 10:42] IPv4: martian source 10.244.0.1 from 10.244.0.26, on dev eth0
[ +0.000012] ll header: 00000000: ff ff ff ff ff ff de 96 01 62 81 db 08 06
[ +0.003373] IPv4: martian source 10.244.0.26 from 10.244.0.3, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 66 6d f3 42 f8 bc 08 06
==> etcd [0d1dd2eedbcd] <==
{"level":"info","ts":"2024-09-16T10:41:04.596625Z","caller":"traceutil/trace.go:171","msg":"trace[435803899] linearizableReadLoop","detail":"{readStateIndex:1295; appliedIndex:1294; }","duration":"349.786319ms","start":"2024-09-16T10:41:04.246811Z","end":"2024-09-16T10:41:04.596597Z","steps":["trace[435803899] 'read index received' (duration: 349.459322ms)","trace[435803899] 'applied index is now lower than readState.Index' (duration: 326.445µs)"],"step_count":2}
{"level":"info","ts":"2024-09-16T10:41:04.596916Z","caller":"traceutil/trace.go:171","msg":"trace[1058782033] transaction","detail":"{read_only:false; response_revision:1257; number_of_response:1; }","duration":"359.151229ms","start":"2024-09-16T10:41:04.237745Z","end":"2024-09-16T10:41:04.596897Z","steps":["trace[1058782033] 'process raft request' (duration: 358.600561ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-16T10:41:04.597704Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T10:41:04.237707Z","time spent":"359.906358ms","remote":"127.0.0.1:41132","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":1098,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" mod_revision:1252 > success:<request_put:<key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" value_size:1025 >> failure:<request_range:<key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" > >"}
{"level":"warn","ts":"2024-09-16T10:41:04.598096Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"246.802116ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/mutatingwebhookconfigurations/volcano-admission-service-pods-mutate\" ","response":"range_response_count:1 size:1907"}
{"level":"info","ts":"2024-09-16T10:41:04.598739Z","caller":"traceutil/trace.go:171","msg":"trace[211099086] range","detail":"{range_begin:/registry/mutatingwebhookconfigurations/volcano-admission-service-pods-mutate; range_end:; response_count:1; response_revision:1257; }","duration":"247.441527ms","start":"2024-09-16T10:41:04.351276Z","end":"2024-09-16T10:41:04.598718Z","steps":["trace[211099086] 'agreement among raft nodes before linearized reading' (duration: 246.697971ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-16T10:41:04.598313Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"232.693156ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/horizontalpodautoscalers/\" range_end:\"/registry/horizontalpodautoscalers0\" count_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-16T10:41:04.598979Z","caller":"traceutil/trace.go:171","msg":"trace[398282794] range","detail":"{range_begin:/registry/horizontalpodautoscalers/; range_end:/registry/horizontalpodautoscalers0; response_count:0; response_revision:1257; }","duration":"233.360168ms","start":"2024-09-16T10:41:04.365604Z","end":"2024-09-16T10:41:04.598964Z","steps":["trace[398282794] 'agreement among raft nodes before linearized reading' (duration: 232.677994ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-16T10:41:04.598348Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"239.835521ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 keys_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-16T10:41:04.599192Z","caller":"traceutil/trace.go:171","msg":"trace[356342256] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1257; }","duration":"240.672103ms","start":"2024-09-16T10:41:04.358507Z","end":"2024-09-16T10:41:04.599180Z","steps":["trace[356342256] 'agreement among raft nodes before linearized reading' (duration: 239.826813ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-16T10:41:04.597013Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"350.175666ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-16T10:41:04.599981Z","caller":"traceutil/trace.go:171","msg":"trace[1639042545] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1257; }","duration":"353.16311ms","start":"2024-09-16T10:41:04.246803Z","end":"2024-09-16T10:41:04.599966Z","steps":["trace[1639042545] 'agreement among raft nodes before linearized reading' (duration: 350.146779ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-16T10:41:04.600066Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T10:41:04.246745Z","time spent":"353.299625ms","remote":"127.0.0.1:41154","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/pods\" limit:1 "}
{"level":"info","ts":"2024-09-16T10:41:04.759578Z","caller":"traceutil/trace.go:171","msg":"trace[752782871] transaction","detail":"{read_only:false; response_revision:1258; number_of_response:1; }","duration":"150.897415ms","start":"2024-09-16T10:41:04.608651Z","end":"2024-09-16T10:41:04.759548Z","steps":["trace[752782871] 'process raft request' (duration: 150.33378ms)"],"step_count":1}
{"level":"info","ts":"2024-09-16T10:42:54.432453Z","caller":"traceutil/trace.go:171","msg":"trace[280508436] linearizableReadLoop","detail":"{readStateIndex:1654; appliedIndex:1653; }","duration":"177.20797ms","start":"2024-09-16T10:42:54.255224Z","end":"2024-09-16T10:42:54.432432Z","steps":["trace[280508436] 'read index received' (duration: 177.02582ms)","trace[280508436] 'applied index is now lower than readState.Index' (duration: 181.631µs)"],"step_count":2}
{"level":"info","ts":"2024-09-16T10:42:54.432759Z","caller":"traceutil/trace.go:171","msg":"trace[508843652] transaction","detail":"{read_only:false; response_revision:1590; number_of_response:1; }","duration":"302.928791ms","start":"2024-09-16T10:42:54.129791Z","end":"2024-09-16T10:42:54.432720Z","steps":["trace[508843652] 'process raft request' (duration: 302.491451ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-16T10:42:54.433083Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-09-16T10:42:54.129762Z","time spent":"303.180132ms","remote":"127.0.0.1:41138","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":7592,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/minions/addons-339891\" mod_revision:1357 > success:<request_put:<key:\"/registry/minions/addons-339891\" value_size:7553 >> failure:<request_range:<key:\"/registry/minions/addons-339891\" > >"}
{"level":"warn","ts":"2024-09-16T10:42:54.433333Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"174.242407ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"warn","ts":"2024-09-16T10:42:54.433854Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"178.621631ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-16T10:42:54.433963Z","caller":"traceutil/trace.go:171","msg":"trace[498043508] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1590; }","duration":"178.733914ms","start":"2024-09-16T10:42:54.255217Z","end":"2024-09-16T10:42:54.433951Z","steps":["trace[498043508] 'agreement among raft nodes before linearized reading' (duration: 178.565056ms)"],"step_count":1}
{"level":"info","ts":"2024-09-16T10:42:54.434731Z","caller":"traceutil/trace.go:171","msg":"trace[827786166] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:1590; }","duration":"174.302668ms","start":"2024-09-16T10:42:54.259074Z","end":"2024-09-16T10:42:54.433377Z","steps":["trace[827786166] 'agreement among raft nodes before linearized reading' (duration: 174.214052ms)"],"step_count":1}
{"level":"info","ts":"2024-09-16T10:49:12.700325Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1862}
{"level":"info","ts":"2024-09-16T10:49:13.076999Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1862,"took":"374.8663ms","hash":3745712756,"current-db-size-bytes":9375744,"current-db-size":"9.4 MB","current-db-size-in-use-bytes":5013504,"current-db-size-in-use":"5.0 MB"}
{"level":"info","ts":"2024-09-16T10:49:13.077095Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":3745712756,"revision":1862,"compact-revision":-1}
{"level":"info","ts":"2024-09-16T10:52:11.378924Z","caller":"traceutil/trace.go:171","msg":"trace[1206356665] transaction","detail":"{read_only:false; response_revision:2692; number_of_response:1; }","duration":"262.510661ms","start":"2024-09-16T10:52:11.116205Z","end":"2024-09-16T10:52:11.378716Z","steps":["trace[1206356665] 'process raft request' (duration: 196.626991ms)","trace[1206356665] 'marshal mvccpb.KeyValue' {req_type:put; key:/registry/events/kube-system/csi-hostpathplugin-c4q9k.17f5b3fcdc29b32c; req_size:746; } (duration: 65.675003ms)"],"step_count":2}
{"level":"info","ts":"2024-09-16T10:52:11.395349Z","caller":"traceutil/trace.go:171","msg":"trace[349384361] transaction","detail":"{read_only:false; number_of_response:1; response_revision:2693; }","duration":"210.994506ms","start":"2024-09-16T10:52:11.184333Z","end":"2024-09-16T10:52:11.395327Z","steps":["trace[349384361] 'process raft request' (duration: 210.828367ms)"],"step_count":1}
==> gcp-auth [2be7f808c4cf] <==
2024/09/16 10:42:25 GCP Auth Webhook started!
2024/09/16 10:42:45 Ready to marshal response ...
2024/09/16 10:42:45 Ready to write response ...
2024/09/16 10:42:46 Ready to marshal response ...
2024/09/16 10:42:46 Ready to write response ...
2024/09/16 10:43:12 Ready to marshal response ...
2024/09/16 10:43:12 Ready to write response ...
2024/09/16 10:43:13 Ready to marshal response ...
2024/09/16 10:43:13 Ready to write response ...
2024/09/16 10:43:13 Ready to marshal response ...
2024/09/16 10:43:13 Ready to write response ...
2024/09/16 10:51:29 Ready to marshal response ...
2024/09/16 10:51:29 Ready to write response ...
2024/09/16 10:51:30 Ready to marshal response ...
2024/09/16 10:51:30 Ready to write response ...
2024/09/16 10:51:59 Ready to marshal response ...
2024/09/16 10:51:59 Ready to write response ...
==> kernel <==
10:52:33 up 38 min, 0 users, load average: 2.25, 1.57, 1.49
Linux addons-339891 6.1.100+ #1 SMP PREEMPT_DYNAMIC Sat Aug 17 14:12:26 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kube-apiserver [3ca549b1095c] <==
I0916 10:43:03.690519 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0916 10:43:03.781664 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
W0916 10:43:03.994152 1 cacher.go:171] Terminating all watchers from cacher commands.bus.volcano.sh
I0916 10:43:04.070269 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0916 10:43:04.393324 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0916 10:43:04.609994 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0916 10:43:04.777894 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0916 10:43:05.070903 1 cacher.go:171] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0916 10:43:05.071148 1 cacher.go:171] Terminating all watchers from cacher jobs.batch.volcano.sh
W0916 10:43:05.130643 1 cacher.go:171] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0916 10:43:05.153426 1 cacher.go:171] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0916 10:43:05.779014 1 cacher.go:171] Terminating all watchers from cacher jobflows.flow.volcano.sh
W0916 10:43:06.056369 1 cacher.go:171] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
I0916 10:51:37.561785 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0916 10:52:18.170029 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0916 10:52:18.170263 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0916 10:52:18.194904 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0916 10:52:18.195277 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0916 10:52:18.240107 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0916 10:52:18.240168 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0916 10:52:18.402957 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0916 10:52:18.403138 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0916 10:52:19.241162 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0916 10:52:19.403985 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0916 10:52:19.554144 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [4ffbdad95539] <==
E0916 10:52:20.429115 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:52:20.615815 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:20.615880 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:52:20.824239 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:20.824295 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:52:22.922410 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:22.922465 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:52:23.175750 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:23.175811 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:52:23.439183 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:23.439262 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
I0916 10:52:25.361170 1 shared_informer.go:313] Waiting for caches to sync for resource quota
I0916 10:52:25.361360 1 shared_informer.go:320] Caches are synced for resource quota
I0916 10:52:25.493912 1 shared_informer.go:313] Waiting for caches to sync for garbage collector
I0916 10:52:25.494048 1 shared_informer.go:320] Caches are synced for garbage collector
I0916 10:52:25.769081 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="11.953µs"
W0916 10:52:26.715574 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:26.716148 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:52:28.457396 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:28.457508 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:52:29.129400 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:29.129492 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
I0916 10:52:30.491824 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="6.803µs"
W0916 10:52:32.407983 1 reflector.go:561] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E0916 10:52:32.408202 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
==> kube-proxy [d34ab12379a0] <==
I0916 10:39:32.195758 1 server_linux.go:66] "Using iptables proxy"
I0916 10:39:33.493093 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0916 10:39:33.493542 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I0916 10:39:34.018119 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0916 10:39:34.018568 1 server_linux.go:169] "Using iptables Proxier"
I0916 10:39:34.024658 1 proxier.go:255] "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" ipFamily="IPv4"
I0916 10:39:34.026032 1 server.go:483] "Version info" version="v1.31.1"
I0916 10:39:34.026679 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0916 10:39:34.029195 1 config.go:199] "Starting service config controller"
I0916 10:39:34.029538 1 shared_informer.go:313] Waiting for caches to sync for service config
I0916 10:39:34.029829 1 config.go:105] "Starting endpoint slice config controller"
I0916 10:39:34.029843 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0916 10:39:34.031158 1 config.go:328] "Starting node config controller"
I0916 10:39:34.031405 1 shared_informer.go:313] Waiting for caches to sync for node config
I0916 10:39:34.231669 1 shared_informer.go:320] Caches are synced for node config
I0916 10:39:34.231734 1 shared_informer.go:320] Caches are synced for service config
I0916 10:39:34.231900 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [026bbf4adae2] <==
W0916 10:39:15.635774 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0916 10:39:15.635851 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0916 10:39:15.670455 1 reflector.go:561] 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
E0916 10:39:15.670929 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:39:15.709654 1 reflector.go:561] 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
E0916 10:39:15.710087 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:39:15.752033 1 reflector.go:561] 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
E0916 10:39:15.752513 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:39:15.752766 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E0916 10:39:15.752800 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0916 10:39:15.821661 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0916 10:39:15.821755 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0916 10:39:15.823797 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0916 10:39:15.823971 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0916 10:39:15.847408 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E0916 10:39:15.847831 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0916 10:39:15.909492 1 reflector.go:561] 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
E0916 10:39:15.909913 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:39:15.947645 1 reflector.go:561] 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
E0916 10:39:15.948137 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:39:15.955206 1 reflector.go:561] 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
E0916 10:39:15.955278 1 reflector.go:158] "Unhandled Error" err="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" logger="UnhandledError"
W0916 10:39:16.363175 1 reflector.go:561] runtime/asm_amd64.s:1695: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E0916 10:39:16.363365 1 reflector.go:158] "Unhandled Error" err="runtime/asm_amd64.s:1695: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
I0916 10:39:18.863571 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Sep 16 10:52:26 addons-339891 kubelet[2186]: I0916 10:52:26.324911 2186 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"a61944aabe346047f533eea672edcb26740153a5fad26c92be1a2c03a5b08df1"} err="failed to get container status \"a61944aabe346047f533eea672edcb26740153a5fad26c92be1a2c03a5b08df1\": rpc error: code = Unknown desc = Error response from daemon: No such container: a61944aabe346047f533eea672edcb26740153a5fad26c92be1a2c03a5b08df1"
Sep 16 10:52:26 addons-339891 kubelet[2186]: E0916 10:52:26.634652 2186 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef529052-a2c5-49fb-9fa4-2fad1a80018c"
Sep 16 10:52:27 addons-339891 kubelet[2186]: I0916 10:52:27.648896 2186 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b88640e0-dc75-450d-b67a-5e9fa9424ab9" path="/var/lib/kubelet/pods/b88640e0-dc75-450d-b67a-5e9fa9424ab9/volumes"
Sep 16 10:52:29 addons-339891 kubelet[2186]: I0916 10:52:29.740607 2186 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-jh57c\" (UniqueName: \"kubernetes.io/projected/eaa66431-9494-452b-b077-15e754c1471d-kube-api-access-jh57c\") pod \"eaa66431-9494-452b-b077-15e754c1471d\" (UID: \"eaa66431-9494-452b-b077-15e754c1471d\") "
Sep 16 10:52:29 addons-339891 kubelet[2186]: I0916 10:52:29.740716 2186 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/eaa66431-9494-452b-b077-15e754c1471d-gcp-creds\") pod \"eaa66431-9494-452b-b077-15e754c1471d\" (UID: \"eaa66431-9494-452b-b077-15e754c1471d\") "
Sep 16 10:52:29 addons-339891 kubelet[2186]: I0916 10:52:29.740879 2186 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/eaa66431-9494-452b-b077-15e754c1471d-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "eaa66431-9494-452b-b077-15e754c1471d" (UID: "eaa66431-9494-452b-b077-15e754c1471d"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
Sep 16 10:52:29 addons-339891 kubelet[2186]: I0916 10:52:29.744352 2186 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/eaa66431-9494-452b-b077-15e754c1471d-kube-api-access-jh57c" (OuterVolumeSpecName: "kube-api-access-jh57c") pod "eaa66431-9494-452b-b077-15e754c1471d" (UID: "eaa66431-9494-452b-b077-15e754c1471d"). InnerVolumeSpecName "kube-api-access-jh57c". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 16 10:52:29 addons-339891 kubelet[2186]: I0916 10:52:29.841967 2186 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/eaa66431-9494-452b-b077-15e754c1471d-gcp-creds\") on node \"addons-339891\" DevicePath \"\""
Sep 16 10:52:29 addons-339891 kubelet[2186]: I0916 10:52:29.842025 2186 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-jh57c\" (UniqueName: \"kubernetes.io/projected/eaa66431-9494-452b-b077-15e754c1471d-kube-api-access-jh57c\") on node \"addons-339891\" DevicePath \"\""
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.258403 2186 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-fr8xc\" (UniqueName: \"kubernetes.io/projected/cfefe92a-8cb2-4cdd-a72a-325972646531-kube-api-access-fr8xc\") pod \"cfefe92a-8cb2-4cdd-a72a-325972646531\" (UID: \"cfefe92a-8cb2-4cdd-a72a-325972646531\") "
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.263870 2186 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/cfefe92a-8cb2-4cdd-a72a-325972646531-kube-api-access-fr8xc" (OuterVolumeSpecName: "kube-api-access-fr8xc") pod "cfefe92a-8cb2-4cdd-a72a-325972646531" (UID: "cfefe92a-8cb2-4cdd-a72a-325972646531"). InnerVolumeSpecName "kube-api-access-fr8xc". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.360057 2186 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-fr8xc\" (UniqueName: \"kubernetes.io/projected/cfefe92a-8cb2-4cdd-a72a-325972646531-kube-api-access-fr8xc\") on node \"addons-339891\" DevicePath \"\""
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.458099 2186 scope.go:117] "RemoveContainer" containerID="66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599"
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.461103 2186 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-h6cmx\" (UniqueName: \"kubernetes.io/projected/fefb428c-0379-47a5-8dbf-8c38f9512e9f-kube-api-access-h6cmx\") pod \"fefb428c-0379-47a5-8dbf-8c38f9512e9f\" (UID: \"fefb428c-0379-47a5-8dbf-8c38f9512e9f\") "
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.480757 2186 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/fefb428c-0379-47a5-8dbf-8c38f9512e9f-kube-api-access-h6cmx" (OuterVolumeSpecName: "kube-api-access-h6cmx") pod "fefb428c-0379-47a5-8dbf-8c38f9512e9f" (UID: "fefb428c-0379-47a5-8dbf-8c38f9512e9f"). InnerVolumeSpecName "kube-api-access-h6cmx". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.507047 2186 scope.go:117] "RemoveContainer" containerID="66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599"
Sep 16 10:52:31 addons-339891 kubelet[2186]: E0916 10:52:31.509942 2186 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599" containerID="66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599"
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.509998 2186 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599"} err="failed to get container status \"66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599\": rpc error: code = Unknown desc = Error response from daemon: No such container: 66d721ea4e591dc158e176fabe037cae7367ee1884fc64e026141672f26c8599"
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.510037 2186 scope.go:117] "RemoveContainer" containerID="70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f"
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.542131 2186 scope.go:117] "RemoveContainer" containerID="70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f"
Sep 16 10:52:31 addons-339891 kubelet[2186]: E0916 10:52:31.543829 2186 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f" containerID="70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f"
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.543886 2186 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f"} err="failed to get container status \"70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f\": rpc error: code = Unknown desc = Error response from daemon: No such container: 70827033452daa4878a7a9a39187812cf75232f975225126bc8304909556e15f"
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.562129 2186 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-h6cmx\" (UniqueName: \"kubernetes.io/projected/fefb428c-0379-47a5-8dbf-8c38f9512e9f-kube-api-access-h6cmx\") on node \"addons-339891\" DevicePath \"\""
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.657546 2186 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="cfefe92a-8cb2-4cdd-a72a-325972646531" path="/var/lib/kubelet/pods/cfefe92a-8cb2-4cdd-a72a-325972646531/volumes"
Sep 16 10:52:31 addons-339891 kubelet[2186]: I0916 10:52:31.659318 2186 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="eaa66431-9494-452b-b077-15e754c1471d" path="/var/lib/kubelet/pods/eaa66431-9494-452b-b077-15e754c1471d/volumes"
==> storage-provisioner [d15d29b8b623] <==
I0916 10:39:40.037856 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0916 10:39:40.744854 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0916 10:39:40.791356 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0916 10:39:41.242140 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0916 10:39:41.243682 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"fa007dc8-5266-4e87-863a-5c2769892cad", APIVersion:"v1", ResourceVersion:"667", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-339891_a7bbd576-ea5a-4d54-8554-323989404733 became leader
I0916 10:39:41.243973 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-339891_a7bbd576-ea5a-4d54-8554-323989404733!
I0916 10:39:41.658707 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-339891_a7bbd576-ea5a-4d54-8554-323989404733!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-339891 -n addons-339891
helpers_test.go:261: (dbg) Run: kubectl --context addons-339891 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox ingress-nginx-admission-create-rfb8g ingress-nginx-admission-patch-sgvz6
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-339891 describe pod busybox ingress-nginx-admission-create-rfb8g ingress-nginx-admission-patch-sgvz6
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-339891 describe pod busybox ingress-nginx-admission-create-rfb8g ingress-nginx-admission-patch-sgvz6: exit status 1 (130.9382ms)
-- stdout --
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-339891/192.168.49.2
Start Time: Mon, 16 Sep 2024 10:43:13 +0000
Labels: integration-test=busybox
Annotations: <none>
Status: Pending
IP: 10.244.0.28
IPs:
IP: 10.244.0.28
Containers:
busybox:
Container ID:
Image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
Image ID:
Port: <none>
Host Port: <none>
Command:
sleep
3600
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-mvd7c (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-mvd7c:
Type: Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds: 3607
ConfigMapName: kube-root-ca.crt
ConfigMapOptional: <nil>
DownwardAPI: true
gcp-creds:
Type: HostPath (bare host directory volume)
Path: /var/lib/minikube/google_application_credentials.json
HostPathType: File
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 9m21s default-scheduler Successfully assigned default/busybox to addons-339891
Normal Pulling 7m46s (x4 over 9m20s) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 7m46s (x4 over 9m20s) kubelet Failed to pull image "gcr.io/k8s-minikube/busybox:1.28.4-glibc": Error response from daemon: Head "https://gcr.io/v2/k8s-minikube/busybox/manifests/1.28.4-glibc": unauthorized: authentication failed
Warning Failed 7m46s (x4 over 9m20s) kubelet Error: ErrImagePull
Warning Failed 7m34s (x6 over 9m20s) kubelet Error: ImagePullBackOff
Normal BackOff 4m12s (x20 over 9m20s) kubelet Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
-- /stdout --
** stderr **
Error from server (NotFound): pods "ingress-nginx-admission-create-rfb8g" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-sgvz6" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-339891 describe pod busybox ingress-nginx-admission-create-rfb8g ingress-nginx-admission-patch-sgvz6: exit status 1
--- FAIL: TestAddons/parallel/Registry (75.26s)