=== RUN TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry
=== CONT TestAddons/parallel/Registry
addons_test.go:328: registry stabilized in 8.333498ms
addons_test.go:330: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-qbnrn" [f7325c7d-086e-48d4-be05-5b816dd32438] Running
addons_test.go:330: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.010481596s
addons_test.go:333: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-ml5qh" [a3076427-2a2b-4fa5-beeb-66425758c4d1] Running
addons_test.go:333: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.005074495s
addons_test.go:338: (dbg) Run: kubectl --context addons-883941 delete po -l run=registry-test --now
addons_test.go:343: (dbg) Run: kubectl --context addons-883941 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:343: (dbg) Non-zero exit: kubectl --context addons-883941 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.14695973s)
-- stdout --
pod "registry-test" deleted
-- /stdout --
** stderr **
error: timed out waiting for the condition
** /stderr **
addons_test.go:345: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-883941 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:349: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:357: (dbg) Run: out/minikube-linux-amd64 -p addons-883941 ip
2024/09/24 00:00:56 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:386: (dbg) Run: out/minikube-linux-amd64 -p addons-883941 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-883941
helpers_test.go:235: (dbg) docker inspect addons-883941:
-- stdout --
[
{
"Id": "3c4f0605167b20f852d4d7775ca5fb2c9ed1cbadf9c9463596b6ed6a6299f1a8",
"Created": "2024-09-23T23:47:20.436374722Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 68165,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-09-23T23:47:20.606119292Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:fba5f082b59effd6acfcb1eed3d3f86a23bd3a65463877f8197a730d49f52a09",
"ResolvConfPath": "/var/lib/docker/containers/3c4f0605167b20f852d4d7775ca5fb2c9ed1cbadf9c9463596b6ed6a6299f1a8/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/3c4f0605167b20f852d4d7775ca5fb2c9ed1cbadf9c9463596b6ed6a6299f1a8/hostname",
"HostsPath": "/var/lib/docker/containers/3c4f0605167b20f852d4d7775ca5fb2c9ed1cbadf9c9463596b6ed6a6299f1a8/hosts",
"LogPath": "/var/lib/docker/containers/3c4f0605167b20f852d4d7775ca5fb2c9ed1cbadf9c9463596b6ed6a6299f1a8/3c4f0605167b20f852d4d7775ca5fb2c9ed1cbadf9c9463596b6ed6a6299f1a8-json.log",
"Name": "/addons-883941",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-883941:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-883941",
"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/a94e5a87b1c77a8d36c6d72e44106683f869d9ad176ee8b0c469707d26fa8b55-init/diff:/var/lib/docker/overlay2/d5451b1d3fa0dbfc70bb0d77248468f8637aadec54e820dd81999a5a0615abf3/diff",
"MergedDir": "/var/lib/docker/overlay2/a94e5a87b1c77a8d36c6d72e44106683f869d9ad176ee8b0c469707d26fa8b55/merged",
"UpperDir": "/var/lib/docker/overlay2/a94e5a87b1c77a8d36c6d72e44106683f869d9ad176ee8b0c469707d26fa8b55/diff",
"WorkDir": "/var/lib/docker/overlay2/a94e5a87b1c77a8d36c6d72e44106683f869d9ad176ee8b0c469707d26fa8b55/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-883941",
"Source": "/var/lib/docker/volumes/addons-883941/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-883941",
"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-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21",
"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-883941",
"name.minikube.sigs.k8s.io": "addons-883941",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "da4284a2f22b147bb5465355942afe6f0b0b6d2e32cb405b0eae9cf8343528ed",
"SandboxKey": "/var/run/docker/netns/da4284a2f22b",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32788"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32789"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32792"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32790"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "32791"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-883941": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "7b2603b71d698880fd15911f25f69e34682d68e657e58e0e742a70e8edac56bf",
"EndpointID": "c97faaead6ea4cd7e804847df59e4af1307e5277b943e33da4ea6553218761ba",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-883941",
"3c4f0605167b"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-883941 -n addons-883941
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-883941 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-883941 logs -n 25: (2.004782316s)
helpers_test.go:252: TestAddons/parallel/Registry logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
| addons | disable dashboard -p | addons-883941 | g528047478195_compute | v1.34.0 | 23 Sep 24 23:46 UTC | |
| | addons-883941 | | | | | |
| addons | enable dashboard -p | addons-883941 | g528047478195_compute | v1.34.0 | 23 Sep 24 23:46 UTC | |
| | addons-883941 | | | | | |
| start | -p addons-883941 --wait=true | addons-883941 | g528047478195_compute | v1.34.0 | 23 Sep 24 23:46 UTC | 23 Sep 24 23:50 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | addons-883941 addons disable | addons-883941 | g528047478195_compute | v1.34.0 | 23 Sep 24 23:51 UTC | 23 Sep 24 23:51 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | enable headlamp | addons-883941 | g528047478195_compute | v1.34.0 | 23 Sep 24 23:59 UTC | 23 Sep 24 23:59 UTC |
| | -p addons-883941 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-883941 addons disable | addons-883941 | g528047478195_compute | v1.34.0 | 23 Sep 24 23:59 UTC | 24 Sep 24 00:00 UTC |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-883941 addons disable | addons-883941 | g528047478195_compute | v1.34.0 | 24 Sep 24 00:00 UTC | 24 Sep 24 00:00 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-883941 | g528047478195_compute | v1.34.0 | 24 Sep 24 00:00 UTC | 24 Sep 24 00:00 UTC |
| | -p addons-883941 | | | | | |
| ssh | addons-883941 ssh cat | addons-883941 | g528047478195_compute | v1.34.0 | 24 Sep 24 00:00 UTC | 24 Sep 24 00:00 UTC |
| | /opt/local-path-provisioner/pvc-64763730-aa86-459a-971a-b2156fd288d1_default_test-pvc/file1 | | | | | |
| addons | addons-883941 addons disable | addons-883941 | g528047478195_compute | v1.34.0 | 24 Sep 24 00:00 UTC | |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-883941 ip | addons-883941 | g528047478195_compute | v1.34.0 | 24 Sep 24 00:00 UTC | 24 Sep 24 00:00 UTC |
| addons | addons-883941 addons disable | addons-883941 | g528047478195_compute | v1.34.0 | 24 Sep 24 00:00 UTC | 24 Sep 24 00:00 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/09/23 23:46:32
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
I0923 23:46:32.137794 67687 out.go:345] Setting OutFile to fd 1 ...
I0923 23:46:32.138052 67687 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:46:32.138101 67687 out.go:358] Setting ErrFile to fd 2...
I0923 23:46:32.138131 67687 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 23:46:32.138500 67687 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/bin
W0923 23:46:32.138845 67687 root.go:314] Error reading config file at /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/config/config.json: open /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/config/config.json: no such file or directory
I0923 23:46:32.139456 67687 out.go:352] Setting JSON to false
I0923 23:46:32.140453 67687 start.go:129] hostinfo: {"hostname":"cs-905301410258-default","uptime":7335,"bootTime":1727127857,"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"}
I0923 23:46:32.140572 67687 start.go:139] virtualization: guest
I0923 23:46:32.144971 67687 out.go:177] * [addons-883941] minikube v1.34.0 on Ubuntu 22.04 (amd64)
W0923 23:46:32.148228 67687 preload.go:293] Failed to list preload files: open /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/cache/preloaded-tarball: no such file or directory
I0923 23:46:32.148324 67687 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0923 23:46:32.148420 67687 notify.go:220] Checking for updates...
I0923 23:46:32.151651 67687 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0923 23:46:32.154669 67687 out.go:177] - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19696-61572/kubeconfig
I0923 23:46:32.158437 67687 out.go:177] - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19696-61572/.minikube
I0923 23:46:32.161267 67687 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0923 23:46:32.164316 67687 out.go:177] - MINIKUBE_WANTUPDATENOTIFICATION=false
I0923 23:46:32.167965 67687 driver.go:394] Setting default libvirt URI to qemu:///system
I0923 23:46:32.209192 67687 docker.go:123] docker version: linux-27.1.2:Docker Engine - Community
I0923 23:46:32.209380 67687 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0923 23:46:32.303003 67687 info.go:266] docker info: {ID:4d658f29-eae2-45a6-a9c2-165bf4823ddd 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:29 OomKillDisable:false NGoroutines:55 SystemTime:2024-09-23 23:46:32.286460036 +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:8337182720 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I0923 23:46:32.303169 67687 docker.go:318] overlay module found
I0923 23:46:32.306902 67687 out.go:177] * Using the docker driver based on user configuration
I0923 23:46:32.309903 67687 start.go:297] selected driver: docker
I0923 23:46:32.309934 67687 start.go:901] validating driver "docker" against <nil>
I0923 23:46:32.309956 67687 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0923 23:46:32.310662 67687 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0923 23:46:32.397512 67687 info.go:266] docker info: {ID:4d658f29-eae2-45a6-a9c2-165bf4823ddd 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:29 OomKillDisable:false NGoroutines:55 SystemTime:2024-09-23 23:46:32.381525202 +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:8337182720 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.17.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.7]] Warnings:<nil>}}
I0923 23:46:32.397763 67687 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0923 23:46:32.398205 67687 start_flags.go:421] setting extra-config: kubelet.cgroups-per-qos=false
I0923 23:46:32.398225 67687 start_flags.go:421] setting extra-config: kubelet.enforce-node-allocatable=""
I0923 23:46:32.398356 67687 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]
I0923 23:46:32.401676 67687 out.go:177] * Using Docker driver with root privileges
I0923 23:46:32.404566 67687 cni.go:84] Creating CNI manager for ""
I0923 23:46:32.404726 67687 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0923 23:46:32.404750 67687 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0923 23:46:32.404895 67687 start.go:340] cluster config:
{Name:addons-883941 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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-883941 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}
I0923 23:46:32.408267 67687 out.go:177] * Starting "addons-883941" primary control-plane node in "addons-883941" cluster
I0923 23:46:32.411173 67687 cache.go:121] Beginning downloading kic base image for docker with docker
I0923 23:46:32.414105 67687 out.go:177] * Pulling base image v0.0.45-1727108449-19696 ...
I0923 23:46:32.417137 67687 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 23:46:32.417177 67687 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local docker daemon
I0923 23:46:32.441193 67687 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 to local cache
I0923 23:46:32.441699 67687 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 in local cache directory
I0923 23:46:32.441869 67687 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 to local cache
I0923 23:46:32.444791 67687 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
I0923 23:46:32.444822 67687 cache.go:56] Caching tarball of preloaded images
I0923 23:46:32.445160 67687 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 23:46:32.448782 67687 out.go:177] * Downloading Kubernetes v1.31.1 preload ...
I0923 23:46:32.452106 67687 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
I0923 23:46:32.483180 67687 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/19696-61572/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4
I0923 23:46:35.094509 67687 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
I0923 23:46:35.094654 67687 preload.go:254] verifying checksum of /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 ...
I0923 23:46:36.233542 67687 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on docker
I0923 23:46:36.234147 67687 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/config.json ...
I0923 23:46:36.234204 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/config.json: {Name:mk0b082db7febd09989f7435fe09610294b97833 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:46:42.939573 67687 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 as a tarball
I0923 23:46:42.939596 67687 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 from local cache
I0923 23:47:07.983062 67687 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 from cached tarball
I0923 23:47:07.983120 67687 cache.go:194] Successfully downloaded all kic artifacts
I0923 23:47:07.983204 67687 start.go:360] acquireMachinesLock for addons-883941: {Name:mke74373bcfb6c810a1248a985b64cd7fbdf6e79 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0923 23:47:07.983587 67687 start.go:364] duration metric: took 341.665µs to acquireMachinesLock for "addons-883941"
I0923 23:47:07.983637 67687 start.go:93] Provisioning new machine with config: &{Name:addons-883941 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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-883941 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}
I0923 23:47:07.983791 67687 start.go:125] createHost starting for "" (driver="docker")
I0923 23:47:07.988936 67687 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0923 23:47:07.989353 67687 start.go:159] libmachine.API.Create for "addons-883941" (driver="docker")
I0923 23:47:07.989421 67687 client.go:168] LocalClient.Create starting
I0923 23:47:07.989619 67687 main.go:141] libmachine: Creating CA: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca.pem
I0923 23:47:08.360158 67687 main.go:141] libmachine: Creating client certificate: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/cert.pem
I0923 23:47:08.648839 67687 cli_runner.go:164] Run: docker network inspect addons-883941 --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}}]}"
W0923 23:47:08.674262 67687 cli_runner.go:211] docker network inspect addons-883941 --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
I0923 23:47:08.674463 67687 network_create.go:284] running [docker network inspect addons-883941] to gather additional debugging logs...
I0923 23:47:08.674554 67687 cli_runner.go:164] Run: docker network inspect addons-883941
W0923 23:47:08.700479 67687 cli_runner.go:211] docker network inspect addons-883941 returned with exit code 1
I0923 23:47:08.700525 67687 network_create.go:287] error running [docker network inspect addons-883941]: docker network inspect addons-883941: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-883941 not found
I0923 23:47:08.700546 67687 network_create.go:289] output of [docker network inspect addons-883941]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-883941 not found
** /stderr **
I0923 23:47:08.700742 67687 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}}]}"
I0923 23:47:08.724878 67687 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:0xc01667ff90}
I0923 23:47:08.724941 67687 network_create.go:124] attempt to create docker network addons-883941 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1460 ...
I0923 23:47:08.725042 67687 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-883941 addons-883941
I0923 23:47:08.825564 67687 network_create.go:108] docker network addons-883941 192.168.49.0/24 created
I0923 23:47:08.825608 67687 kic.go:121] calculated static IP "192.168.49.2" for the "addons-883941" container
I0923 23:47:08.825761 67687 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0923 23:47:08.850771 67687 cli_runner.go:164] Run: docker volume create addons-883941 --label name.minikube.sigs.k8s.io=addons-883941 --label created_by.minikube.sigs.k8s.io=true
I0923 23:47:08.878896 67687 oci.go:103] Successfully created a docker volume addons-883941
I0923 23:47:08.879037 67687 cli_runner.go:164] Run: docker run --rm --name addons-883941-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-883941 --entrypoint /usr/bin/test -v addons-883941:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -d /var/lib
I0923 23:47:12.650440 67687 cli_runner.go:217] Completed: docker run --rm --name addons-883941-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-883941 --entrypoint /usr/bin/test -v addons-883941:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -d /var/lib: (3.771329217s)
I0923 23:47:12.650474 67687 oci.go:107] Successfully prepared a docker volume addons-883941
I0923 23:47:12.650494 67687 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 23:47:12.650523 67687 kic.go:194] Starting extracting preloaded images to volume ...
I0923 23:47:12.650642 67687 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-883941:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -I lz4 -xf /preloaded.tar -C /extractDir
I0923 23:47:20.323153 67687 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-883941:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 -I lz4 -xf /preloaded.tar -C /extractDir: (7.672460908s)
I0923 23:47:20.323203 67687 kic.go:203] duration metric: took 7.672666615s to extract preloaded images to volume ...
W0923 23:47:20.323327 67687 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
W0923 23:47:20.323420 67687 oci.go:243] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
I0923 23:47:20.323517 67687 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0923 23:47:20.410476 67687 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-883941 --name addons-883941 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-883941 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-883941 --network addons-883941 --ip 192.168.49.2 --volume addons-883941:/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-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21
I0923 23:47:20.808210 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Running}}
I0923 23:47:20.848034 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:20.890683 67687 cli_runner.go:164] Run: docker exec addons-883941 stat /var/lib/dpkg/alternatives/iptables
I0923 23:47:21.016449 67687 oci.go:144] the created container "addons-883941" has a running status.
I0923 23:47:21.016488 67687 kic.go:225] Creating ssh key for kic: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa...
I0923 23:47:21.399579 67687 kic_runner.go:191] docker (temp): /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0923 23:47:21.497996 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:21.547132 67687 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0923 23:47:21.547171 67687 kic_runner.go:114] Args: [docker exec --privileged addons-883941 chown docker:docker /home/docker/.ssh/authorized_keys]
I0923 23:47:21.744459 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:21.795079 67687 machine.go:93] provisionDockerMachine start ...
I0923 23:47:21.795262 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:21.853354 67687 main.go:141] libmachine: Using SSH client type: native
I0923 23:47:21.853707 67687 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0923 23:47:21.853727 67687 main.go:141] libmachine: About to run SSH command:
hostname
I0923 23:47:22.074625 67687 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-883941
I0923 23:47:22.074675 67687 ubuntu.go:169] provisioning hostname "addons-883941"
I0923 23:47:22.074827 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:22.121553 67687 main.go:141] libmachine: Using SSH client type: native
I0923 23:47:22.121883 67687 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0923 23:47:22.121913 67687 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-883941 && echo "addons-883941" | sudo tee /etc/hostname
I0923 23:47:22.329050 67687 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-883941
I0923 23:47:22.329181 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:22.372022 67687 main.go:141] libmachine: Using SSH client type: native
I0923 23:47:22.372333 67687 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0923 23:47:22.372367 67687 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-883941' /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-883941/g' /etc/hosts;
else
echo '127.0.1.1 addons-883941' | sudo tee -a /etc/hosts;
fi
fi
I0923 23:47:22.530018 67687 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0923 23:47:22.530059 67687 ubuntu.go:175] set auth options {CertDir:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube CaCertPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca.pem CaPrivateKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/server.pem ServerKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/server-key.pem ClientKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube}
I0923 23:47:22.530105 67687 ubuntu.go:177] setting up certificates
I0923 23:47:22.530125 67687 provision.go:84] configureAuth start
I0923 23:47:22.530251 67687 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-883941
I0923 23:47:22.558762 67687 provision.go:143] copyHostCerts
I0923 23:47:22.558892 67687 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca.pem --> /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.pem (1119 bytes)
I0923 23:47:22.559141 67687 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/cert.pem --> /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/cert.pem (1159 bytes)
I0923 23:47:22.559320 67687 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/key.pem --> /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/key.pem (1675 bytes)
I0923 23:47:22.559505 67687 provision.go:117] generating server cert: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/server.pem ca-key=/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca.pem private-key=/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca-key.pem org=g528047478195_compute.addons-883941 san=[127.0.0.1 192.168.49.2 addons-883941 localhost minikube]
I0923 23:47:22.688152 67687 provision.go:177] copyRemoteCerts
I0923 23:47:22.688266 67687 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0923 23:47:22.688361 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:22.727095 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:22.827021 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/server.pem --> /etc/docker/server.pem (1245 bytes)
I0923 23:47:22.866164 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0923 23:47:22.904937 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1119 bytes)
I0923 23:47:22.945559 67687 provision.go:87] duration metric: took 415.411671ms to configureAuth
I0923 23:47:22.945612 67687 ubuntu.go:193] setting minikube options for container-runtime
I0923 23:47:22.945913 67687 config.go:182] Loaded profile config "addons-883941": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:47:22.946038 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:22.974181 67687 main.go:141] libmachine: Using SSH client type: native
I0923 23:47:22.974509 67687 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0923 23:47:22.974533 67687 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0923 23:47:23.109707 67687 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0923 23:47:23.109739 67687 ubuntu.go:71] root file system type: overlay
I0923 23:47:23.109916 67687 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0923 23:47:23.110044 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:23.138887 67687 main.go:141] libmachine: Using SSH client type: native
I0923 23:47:23.139212 67687 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0923 23:47:23.139370 67687 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
I0923 23:47:23.295618 67687 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
I0923 23:47:23.295761 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:23.326001 67687 main.go:141] libmachine: Using SSH client type: native
I0923 23:47:23.326347 67687 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x864a40] 0x867720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0923 23:47:23.326437 67687 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; }
I0923 23:47:24.456945 67687 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-09-20 11:39:29.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-09-23 23:47:23.291956425 +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
I0923 23:47:24.457010 67687 machine.go:96] duration metric: took 2.661902025s to provisionDockerMachine
I0923 23:47:24.457031 67687 client.go:171] duration metric: took 16.467599331s to LocalClient.Create
I0923 23:47:24.457057 67687 start.go:167] duration metric: took 16.467704762s to libmachine.API.Create "addons-883941"
I0923 23:47:24.457070 67687 start.go:293] postStartSetup for "addons-883941" (driver="docker")
I0923 23:47:24.457086 67687 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]
I0923 23:47:24.457206 67687 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
I0923 23:47:24.457291 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:24.485925 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:24.585020 67687 ssh_runner.go:195] Run: cat /etc/os-release
I0923 23:47:24.590672 67687 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0923 23:47:24.590733 67687 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0923 23:47:24.590754 67687 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0923 23:47:24.590768 67687 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0923 23:47:24.590793 67687 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/addons for local assets ...
I0923 23:47:24.591044 67687 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/files for local assets ...
I0923 23:47:24.591131 67687 start.go:296] duration metric: took 134.049104ms for postStartSetup
I0923 23:47:24.591692 67687 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-883941
I0923 23:47:24.622995 67687 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/config.json ...
I0923 23:47:24.623507 67687 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0923 23:47:24.623608 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:24.651317 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:24.743729 67687 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0923 23:47:24.751217 67687 start.go:128] duration metric: took 16.767402738s to createHost
I0923 23:47:24.751259 67687 start.go:83] releasing machines lock for "addons-883941", held for 16.767648234s
I0923 23:47:24.751421 67687 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-883941
I0923 23:47:24.779403 67687 ssh_runner.go:195] Run: cat /version.json
I0923 23:47:24.779420 67687 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0923 23:47:24.779500 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:24.779522 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:24.816940 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:24.836168 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:25.012033 67687 ssh_runner.go:195] Run: systemctl --version
I0923 23:47:25.019376 67687 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0923 23:47:25.026356 67687 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' {}" ;
I0923 23:47:25.068314 67687 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0923 23:47:25.068570 67687 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" ;
I0923 23:47:25.113641 67687 cni.go:262] disabled [/etc/cni/net.d/100-crio-bridge.conf, /etc/cni/net.d/87-podman-bridge.conflist] bridge cni config(s)
I0923 23:47:25.113680 67687 start.go:495] detecting cgroup driver to use...
I0923 23:47:25.113754 67687 detect.go:190] detected "systemd" cgroup driver on host os
I0923 23:47:25.114006 67687 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"
I0923 23:47:25.141890 67687 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"
I0923 23:47:25.158274 67687 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"
I0923 23:47:25.174646 67687 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
I0923 23:47:25.174765 67687 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
I0923 23:47:25.190964 67687 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"
I0923 23:47:25.207146 67687 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0923 23:47:25.223418 67687 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0923 23:47:25.239646 67687 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0923 23:47:25.255500 67687 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"
I0923 23:47:25.271883 67687 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0923 23:47:25.288069 67687 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"
I0923 23:47:25.304276 67687 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0923 23:47:25.318559 67687 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0923 23:47:25.332770 67687 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 23:47:25.468834 67687 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0923 23:47:25.587532 67687 start.go:495] detecting cgroup driver to use...
I0923 23:47:25.587605 67687 detect.go:190] detected "systemd" cgroup driver on host os
I0923 23:47:25.587693 67687 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0923 23:47:25.617057 67687 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0923 23:47:25.617169 67687 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0923 23:47:25.645351 67687 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"
I0923 23:47:25.686792 67687 ssh_runner.go:195] Run: which cri-dockerd
I0923 23:47:25.694342 67687 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0923 23:47:25.714345 67687 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
I0923 23:47:25.757425 67687 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0923 23:47:25.981598 67687 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0923 23:47:26.214088 67687 docker.go:574] configuring docker to use "systemd" as cgroup driver...
I0923 23:47:26.214282 67687 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (129 bytes)
I0923 23:47:26.245033 67687 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 23:47:26.379110 67687 ssh_runner.go:195] Run: sudo systemctl restart docker
I0923 23:47:26.810587 67687 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0923 23:47:26.829699 67687 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0923 23:47:26.848408 67687 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0923 23:47:26.990867 67687 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0923 23:47:27.124104 67687 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 23:47:27.262092 67687 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0923 23:47:27.290446 67687 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0923 23:47:27.309371 67687 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 23:47:27.448366 67687 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0923 23:47:27.558976 67687 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0923 23:47:27.559136 67687 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0923 23:47:27.567019 67687 start.go:563] Will wait 60s for crictl version
I0923 23:47:27.567158 67687 ssh_runner.go:195] Run: which crictl
I0923 23:47:27.574256 67687 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0923 23:47:27.632744 67687 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 27.3.1
RuntimeApiVersion: v1
I0923 23:47:27.632863 67687 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0923 23:47:27.674840 67687 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0923 23:47:27.724784 67687 out.go:235] * Preparing Kubernetes v1.31.1 on Docker 27.3.1 ...
I0923 23:47:27.724936 67687 cli_runner.go:164] Run: docker network inspect addons-883941 --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}}]}"
I0923 23:47:27.750015 67687 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0923 23:47:27.756003 67687 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""
I0923 23:47:27.777232 67687 out.go:177] - kubelet.cgroups-per-qos=false
I0923 23:47:27.780263 67687 out.go:177] - kubelet.enforce-node-allocatable=""
I0923 23:47:27.783126 67687 kubeadm.go:883] updating cluster {Name:addons-883941 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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-883941 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} ...
I0923 23:47:27.783314 67687 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 23:47:27.783487 67687 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0923 23:47:27.813666 67687 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 --
I0923 23:47:27.813699 67687 docker.go:615] Images already preloaded, skipping extraction
I0923 23:47:27.813812 67687 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0923 23:47:27.847702 67687 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 --
I0923 23:47:27.847826 67687 cache_images.go:84] Images are preloaded, skipping loading
I0923 23:47:27.847885 67687 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 docker true true} ...
I0923 23:47:27.848087 67687 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-883941 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.1 ClusterName:addons-883941 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:}
I0923 23:47:27.848240 67687 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0923 23:47:27.920619 67687 cni.go:84] Creating CNI manager for ""
I0923 23:47:27.920659 67687 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0923 23:47:27.920682 67687 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0923 23:47:27.920716 67687 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-883941 NodeName:addons-883941 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}
I0923 23:47:27.920970 67687 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-883941"
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
I0923 23:47:27.921096 67687 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
I0923 23:47:27.936539 67687 binaries.go:44] Found k8s binaries, skipping transfer
I0923 23:47:27.936659 67687 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0923 23:47:27.951708 67687 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (366 bytes)
I0923 23:47:27.981060 67687 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0923 23:47:28.010021 67687 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2154 bytes)
I0923 23:47:28.038813 67687 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0923 23:47:28.044757 67687 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""
I0923 23:47:28.062996 67687 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 23:47:28.194786 67687 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0923 23:47:28.224522 67687 certs.go:68] Setting up /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941 for IP: 192.168.49.2
I0923 23:47:28.224552 67687 certs.go:194] generating shared ca certs ...
I0923 23:47:28.224581 67687 certs.go:226] acquiring lock for ca certs: {Name:mkdd47d7bd996a2ce5b4a0f8c1b1f27b50a267e8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:28.224971 67687 certs.go:240] generating "minikubeCA" ca cert: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.key
I0923 23:47:28.671469 67687 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.crt ...
I0923 23:47:28.671506 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.crt: {Name:mk5a8af212a4453dc6b674b4657718dd067c1209 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:28.671939 67687 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.key ...
I0923 23:47:28.671967 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.key: {Name:mkaf31571c6e4272ee56980fd68c3a948877ff8a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:28.672287 67687 certs.go:240] generating "proxyClientCA" ca cert: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/proxy-client-ca.key
I0923 23:47:28.803839 67687 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/proxy-client-ca.crt ...
I0923 23:47:28.803879 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/proxy-client-ca.crt: {Name:mkc6aa6e6d2336c78a32bb2b8cb6e9b951c6174c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:28.804303 67687 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/proxy-client-ca.key ...
I0923 23:47:28.804328 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/proxy-client-ca.key: {Name:mkf8558dea5c4f2547cfbada3603a50aac068c11 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:28.804648 67687 certs.go:256] generating profile certs ...
I0923 23:47:28.804739 67687 certs.go:363] generating signed profile cert for "minikube-user": /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/client.key
I0923 23:47:28.804766 67687 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/client.crt with IP's: []
I0923 23:47:28.945691 67687 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/client.crt ...
I0923 23:47:28.945731 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/client.crt: {Name:mkefba1636047dae4c4c9e7af55cea0b381e079e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:28.946182 67687 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/client.key ...
I0923 23:47:28.946214 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/client.key: {Name:mk301427fc44571f2da9a190828ff17b5c525682 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:28.946757 67687 certs.go:363] generating signed profile cert for "minikube": /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.key.4088cbd8
I0923 23:47:28.946806 67687 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.crt.4088cbd8 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0923 23:47:29.065665 67687 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.crt.4088cbd8 ...
I0923 23:47:29.065713 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.crt.4088cbd8: {Name:mk3f1319fd22d6ec140e2b466b8eddb5562e28af Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:29.066223 67687 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.key.4088cbd8 ...
I0923 23:47:29.066258 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.key.4088cbd8: {Name:mk2719f92db943297051e901b8c652f518bbbab8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:29.067261 67687 certs.go:381] copying /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.crt.4088cbd8 -> /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.crt
I0923 23:47:29.067464 67687 certs.go:385] copying /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.key.4088cbd8 -> /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.key
I0923 23:47:29.067613 67687 certs.go:363] generating signed profile cert for "aggregator": /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.key
I0923 23:47:29.067652 67687 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.crt with IP's: []
I0923 23:47:29.784315 67687 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.crt ...
I0923 23:47:29.784365 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.crt: {Name:mk695a4711ff3a721864d9f1e3ca210b4f3c86e6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:29.784870 67687 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.key ...
I0923 23:47:29.784904 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.key: {Name:mk4924acdaa3451a24f85765bb79870cb5db8277 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:29.785569 67687 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca-key.pem (1679 bytes)
I0923 23:47:29.785680 67687 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/ca.pem (1119 bytes)
I0923 23:47:29.785786 67687 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/cert.pem (1159 bytes)
I0923 23:47:29.785841 67687 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/certs/key.pem (1675 bytes)
I0923 23:47:29.787600 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0923 23:47:29.890614 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I0923 23:47:29.962579 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0923 23:47:30.011951 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0923 23:47:30.051401 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0923 23:47:30.091505 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0923 23:47:30.133124 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0923 23:47:30.173327 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/profiles/addons-883941/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0923 23:47:30.214051 67687 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19696-61572/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0923 23:47:30.255285 67687 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0923 23:47:30.285501 67687 ssh_runner.go:195] Run: openssl version
I0923 23:47:30.294318 67687 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"
I0923 23:47:30.310340 67687 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0923 23:47:30.316738 67687 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 23 23:47 /usr/share/ca-certificates/minikubeCA.pem
I0923 23:47:30.316977 67687 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0923 23:47:30.328142 67687 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"
I0923 23:47:30.344192 67687 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0923 23:47:30.350095 67687 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
I0923 23:47:30.350290 67687 kubeadm.go:392] StartCluster: {Name:addons-883941 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21 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-883941 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}
I0923 23:47:30.350583 67687 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0923 23:47:30.378757 67687 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0923 23:47:30.393966 67687 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0923 23:47:30.408884 67687 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0923 23:47:30.408996 67687 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
I0923 23:47:30.423943 67687 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
I0923 23:47:30.423990 67687 kubeadm.go:157] found existing configuration files:
I0923 23:47:30.424097 67687 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0923 23:47:30.441119 67687 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
I0923 23:47:30.441234 67687 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0923 23:47:30.455430 67687 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0923 23:47:30.470278 67687 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
I0923 23:47:30.470471 67687 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0923 23:47:30.484656 67687 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0923 23:47:30.499506 67687 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
I0923 23:47:30.499625 67687 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0923 23:47:30.513848 67687 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0923 23:47:30.528666 67687 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
I0923 23:47:30.528896 67687 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0923 23:47:30.543280 67687 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"
I0923 23:47:30.598093 67687 kubeadm.go:310] W0923 23:47:30.597043 1688 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.
I0923 23:47:30.599582 67687 kubeadm.go:310] W0923 23:47:30.598695 1688 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.
I0923 23:47:30.785953 67687 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0923 23:47:43.915979 67687 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
I0923 23:47:43.916076 67687 kubeadm.go:310] [preflight] Running pre-flight checks
I0923 23:47:43.916222 67687 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0923 23:47:43.916419 67687 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0923 23:47:43.916592 67687 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0923 23:47:43.916710 67687 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0923 23:47:43.921824 67687 out.go:235] - Generating certificates and keys ...
I0923 23:47:43.921977 67687 kubeadm.go:310] [certs] Using existing ca certificate authority
I0923 23:47:43.922114 67687 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0923 23:47:43.922292 67687 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0923 23:47:43.922442 67687 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0923 23:47:43.922577 67687 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0923 23:47:43.922674 67687 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0923 23:47:43.922777 67687 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0923 23:47:43.922980 67687 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-883941 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0923 23:47:43.923102 67687 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0923 23:47:43.923312 67687 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-883941 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0923 23:47:43.923467 67687 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0923 23:47:43.923604 67687 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0923 23:47:43.923696 67687 kubeadm.go:310] [certs] Generating "sa" key and public key
I0923 23:47:43.923806 67687 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0923 23:47:43.923926 67687 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0923 23:47:43.924039 67687 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0923 23:47:43.924148 67687 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0923 23:47:43.924269 67687 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0923 23:47:43.924372 67687 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0923 23:47:43.924553 67687 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0923 23:47:43.924682 67687 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0923 23:47:43.927838 67687 out.go:235] - Booting up control plane ...
I0923 23:47:43.928016 67687 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0923 23:47:43.928152 67687 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0923 23:47:43.928450 67687 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0923 23:47:43.928645 67687 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0923 23:47:43.928827 67687 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0923 23:47:43.928906 67687 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0923 23:47:43.929142 67687 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0923 23:47:43.929342 67687 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0923 23:47:43.929473 67687 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.002059365s
I0923 23:47:43.929606 67687 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0923 23:47:43.929716 67687 kubeadm.go:310] [api-check] The API server is healthy after 7.002898173s
I0923 23:47:43.929912 67687 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0923 23:47:43.930145 67687 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0923 23:47:43.930255 67687 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0923 23:47:43.930605 67687 kubeadm.go:310] [mark-control-plane] Marking the node addons-883941 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0923 23:47:43.930729 67687 kubeadm.go:310] [bootstrap-token] Using token: q4qd94.d3rrko1lxtj5hvyg
I0923 23:47:43.933585 67687 out.go:235] - Configuring RBAC rules ...
I0923 23:47:43.933958 67687 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0923 23:47:43.934197 67687 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0923 23:47:43.934486 67687 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
I0923 23:47:43.934735 67687 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0923 23:47:43.935002 67687 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0923 23:47:43.935207 67687 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0923 23:47:43.935630 67687 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0923 23:47:43.935767 67687 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0923 23:47:43.935860 67687 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0923 23:47:43.935873 67687 kubeadm.go:310]
I0923 23:47:43.935983 67687 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0923 23:47:43.935998 67687 kubeadm.go:310]
I0923 23:47:43.936175 67687 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0923 23:47:43.936191 67687 kubeadm.go:310]
I0923 23:47:43.936283 67687 kubeadm.go:310] mkdir -p $HOME/.kube
I0923 23:47:43.936419 67687 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0923 23:47:43.936632 67687 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0923 23:47:43.936648 67687 kubeadm.go:310]
I0923 23:47:43.936793 67687 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0923 23:47:43.936806 67687 kubeadm.go:310]
I0923 23:47:43.936919 67687 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0923 23:47:43.936938 67687 kubeadm.go:310]
I0923 23:47:43.937036 67687 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0923 23:47:43.937256 67687 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0923 23:47:43.937452 67687 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0923 23:47:43.937608 67687 kubeadm.go:310]
I0923 23:47:43.937832 67687 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0923 23:47:43.938019 67687 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0923 23:47:43.938068 67687 kubeadm.go:310]
I0923 23:47:43.938251 67687 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token q4qd94.d3rrko1lxtj5hvyg \
I0923 23:47:43.938649 67687 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:b311018e2cc17680f62d3ddb3718a787cf52946a2c674d69a8378b80896ce6c5 \
I0923 23:47:43.938743 67687 kubeadm.go:310] --control-plane
I0923 23:47:43.938795 67687 kubeadm.go:310]
I0923 23:47:43.939004 67687 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0923 23:47:43.939054 67687 kubeadm.go:310]
I0923 23:47:43.939215 67687 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token q4qd94.d3rrko1lxtj5hvyg \
I0923 23:47:43.939476 67687 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:b311018e2cc17680f62d3ddb3718a787cf52946a2c674d69a8378b80896ce6c5
I0923 23:47:43.939534 67687 cni.go:84] Creating CNI manager for ""
I0923 23:47:43.939574 67687 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0923 23:47:43.943289 67687 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0923 23:47:43.946083 67687 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0923 23:47:43.961892 67687 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0923 23:47:43.995917 67687 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0923 23:47:43.996053 67687 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
I0923 23:47:43.996318 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-883941 minikube.k8s.io/updated_at=2024_09_23T23_47_43_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=41795ff643dcbe39cdf81f27d064464d20ae8e7c minikube.k8s.io/name=addons-883941 minikube.k8s.io/primary=true
I0923 23:47:44.216613 67687 ops.go:34] apiserver oom_adj: -16
I0923 23:47:44.216788 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:44.717692 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:45.217617 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:45.717688 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:46.217637 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:46.717714 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:47.217558 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:47.717545 67687 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 23:47:47.834782 67687 kubeadm.go:1113] duration metric: took 3.838851992s to wait for elevateKubeSystemPrivileges
I0923 23:47:47.834838 67687 kubeadm.go:394] duration metric: took 17.484566351s to StartCluster
I0923 23:47:47.834868 67687 settings.go:142] acquiring lock: {Name:mk29f9157a472ce1c4d908f95f2f411715c21e13 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:47.835259 67687 settings.go:150] Updating kubeconfig: /home/g528047478195_compute/minikube-integration/19696-61572/kubeconfig
I0923 23:47:47.836075 67687 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19696-61572/kubeconfig: {Name:mkc71e0554e05c1b9278a986003cfcd0293b5cbe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 23:47:47.836556 67687 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"
I0923 23:47:47.836585 67687 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}
I0923 23:47:47.836965 67687 config.go:182] Loaded profile config "addons-883941": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:47:47.837017 67687 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 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]
I0923 23:47:47.837151 67687 addons.go:69] Setting yakd=true in profile "addons-883941"
I0923 23:47:47.837218 67687 addons.go:234] Setting addon yakd=true in "addons-883941"
I0923 23:47:47.837262 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.837842 67687 addons.go:69] Setting inspektor-gadget=true in profile "addons-883941"
I0923 23:47:47.837867 67687 addons.go:234] Setting addon inspektor-gadget=true in "addons-883941"
I0923 23:47:47.837902 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.838255 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.838678 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.841335 67687 addons.go:69] Setting metrics-server=true in profile "addons-883941"
I0923 23:47:47.841368 67687 addons.go:234] Setting addon metrics-server=true in "addons-883941"
I0923 23:47:47.841431 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.842341 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.848956 67687 addons.go:69] Setting cloud-spanner=true in profile "addons-883941"
I0923 23:47:47.848995 67687 addons.go:234] Setting addon cloud-spanner=true in "addons-883941"
I0923 23:47:47.849044 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.850083 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.850443 67687 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-883941"
I0923 23:47:47.850501 67687 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-883941"
I0923 23:47:47.850542 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.851365 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.864477 67687 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-883941"
I0923 23:47:47.868932 67687 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-883941"
I0923 23:47:47.870051 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.871220 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.877533 67687 addons.go:69] Setting default-storageclass=true in profile "addons-883941"
I0923 23:47:47.877628 67687 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-883941"
I0923 23:47:47.878397 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.893960 67687 addons.go:69] Setting gcp-auth=true in profile "addons-883941"
I0923 23:47:47.894062 67687 mustload.go:65] Loading cluster: addons-883941
I0923 23:47:47.894620 67687 config.go:182] Loaded profile config "addons-883941": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 23:47:47.895406 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.868602 67687 addons.go:69] Setting registry=true in profile "addons-883941"
I0923 23:47:47.913472 67687 addons.go:234] Setting addon registry=true in "addons-883941"
I0923 23:47:47.913680 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.914950 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.922057 67687 addons.go:69] Setting ingress=true in profile "addons-883941"
I0923 23:47:47.922187 67687 addons.go:234] Setting addon ingress=true in "addons-883941"
I0923 23:47:47.922336 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.923578 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.868620 67687 addons.go:69] Setting storage-provisioner=true in profile "addons-883941"
I0923 23:47:47.940639 67687 addons.go:234] Setting addon storage-provisioner=true in "addons-883941"
I0923 23:47:47.940856 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:47.942076 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.868631 67687 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-883941"
I0923 23:47:47.990896 67687 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-883941"
I0923 23:47:47.991730 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.868635 67687 addons.go:69] Setting volcano=true in profile "addons-883941"
I0923 23:47:48.036142 67687 addons.go:234] Setting addon volcano=true in "addons-883941"
I0923 23:47:48.036307 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:48.040177 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.868639 67687 addons.go:69] Setting volumesnapshots=true in profile "addons-883941"
I0923 23:47:48.050263 67687 addons.go:234] Setting addon volumesnapshots=true in "addons-883941"
I0923 23:47:48.050442 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:48.051955 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:47.868712 67687 out.go:177] * Verifying Kubernetes components...
I0923 23:47:48.099618 67687 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 23:47:47.932694 67687 addons.go:69] Setting ingress-dns=true in profile "addons-883941"
I0923 23:47:48.100206 67687 addons.go:234] Setting addon ingress-dns=true in "addons-883941"
I0923 23:47:48.100464 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:48.143924 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:48.221744 67687 addons.go:234] Setting addon default-storageclass=true in "addons-883941"
I0923 23:47:48.221898 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:48.225986 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:48.312967 67687 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 -"
I0923 23:47:48.333886 67687 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0923 23:47:48.337670 67687 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0923 23:47:48.342615 67687 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0923 23:47:48.346451 67687 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
I0923 23:47:48.347219 67687 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0923 23:47:48.347316 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0923 23:47:48.347650 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.351428 67687 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0923 23:47:48.351456 67687 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0923 23:47:48.351574 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.384442 67687 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0923 23:47:48.387559 67687 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0923 23:47:48.387589 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0923 23:47:48.387692 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.411453 67687 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0923 23:47:48.414727 67687 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0923 23:47:48.414847 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0923 23:47:48.414998 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.438146 67687 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0923 23:47:48.442822 67687 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0923 23:47:48.442856 67687 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0923 23:47:48.442970 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.464483 67687 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0923 23:47:48.467503 67687 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0923 23:47:48.467538 67687 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0923 23:47:48.467683 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.525878 67687 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0923 23:47:48.530526 67687 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0923 23:47:48.534514 67687 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0923 23:47:48.537342 67687 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0923 23:47:48.540653 67687 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0923 23:47:48.543294 67687 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0923 23:47:48.546168 67687 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0923 23:47:48.549338 67687 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0923 23:47:48.552311 67687 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0923 23:47:48.552406 67687 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0923 23:47:48.552550 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.568646 67687 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0923 23:47:48.571346 67687 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0923 23:47:48.571375 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0923 23:47:48.571569 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.661781 67687 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0923 23:47:48.661792 67687 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-883941"
I0923 23:47:48.661809 67687 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0923 23:47:48.661840 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:48.661907 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.672532 67687 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
I0923 23:47:48.676477 67687 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0923 23:47:48.676592 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0923 23:47:48.676763 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.696858 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:47:48.734094 67687 out.go:177] - Using image docker.io/registry:2.8.3
I0923 23:47:48.743530 67687 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0923 23:47:48.747292 67687 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0923 23:47:48.747326 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0923 23:47:48.747456 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.747843 67687 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0923 23:47:48.753451 67687 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0923 23:47:48.753499 67687 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0923 23:47:48.753622 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:48.790424 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:47:48.816015 67687 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0923 23:47:48.820443 67687 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0923 23:47:48.827758 67687 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0923 23:47:48.832536 67687 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0923 23:47:48.834165 67687 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0923 23:47:48.834202 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0923 23:47:48.834317 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:49.037631 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.147421 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.157507 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.160218 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.201881 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.224207 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.233505 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.248707 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.294735 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.314535 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.323062 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.329475 67687 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0923 23:47:49.336525 67687 out.go:177] - Using image docker.io/busybox:stable
I0923 23:47:49.339119 67687 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0923 23:47:49.339146 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0923 23:47:49.339260 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:47:49.391905 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.398160 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
W0923 23:47:49.402270 67687 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0923 23:47:49.402315 67687 retry.go:31] will retry after 164.791906ms: ssh: handshake failed: EOF
I0923 23:47:49.461045 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:47:49.534534 67687 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
I0923 23:47:50.006875 67687 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0923 23:47:50.006906 67687 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0923 23:47:50.101734 67687 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
I0923 23:47:50.159426 67687 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
I0923 23:47:50.163100 67687 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0923 23:47:50.163152 67687 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0923 23:47:50.174416 67687 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
I0923 23:47:50.300134 67687 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0923 23:47:50.300171 67687 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0923 23:47:50.307130 67687 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
I0923 23:47:50.356087 67687 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0923 23:47:50.356124 67687 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0923 23:47:50.369578 67687 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0923 23:47:50.369615 67687 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0923 23:47:50.371836 67687 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0923 23:47:50.371865 67687 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0923 23:47:50.379745 67687 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0923 23:47:50.379774 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0923 23:47:50.389839 67687 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
I0923 23:47:50.454160 67687 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
I0923 23:47:50.535828 67687 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0923 23:47:50.535866 67687 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0923 23:47:50.748795 67687 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
I0923 23:47:50.846175 67687 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0923 23:47:50.846213 67687 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0923 23:47:50.892830 67687 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0923 23:47:50.892858 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0923 23:47:50.901308 67687 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0923 23:47:50.901338 67687 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0923 23:47:50.906801 67687 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0923 23:47:50.906835 67687 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0923 23:47:50.917247 67687 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0923 23:47:50.917280 67687 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)
I0923 23:47:51.024581 67687 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0923 23:47:51.024614 67687 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0923 23:47:51.188575 67687 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.875430282s)
I0923 23:47:51.188616 67687 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0923 23:47:51.190487 67687 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.357838877s)
I0923 23:47:51.191895 67687 node_ready.go:35] waiting up to 6m0s for node "addons-883941" to be "Ready" ...
I0923 23:47:51.435637 67687 node_ready.go:49] node "addons-883941" has status "Ready":"True"
I0923 23:47:51.435768 67687 node_ready.go:38] duration metric: took 243.841481ms for node "addons-883941" to be "Ready" ...
I0923 23:47:51.435850 67687 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" ...
I0923 23:47:51.515609 67687 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0923 23:47:51.515648 67687 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0923 23:47:51.527153 67687 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0923 23:47:51.527186 67687 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0923 23:47:51.534228 67687 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
I0923 23:47:51.542424 67687 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0923 23:47:51.542458 67687 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0923 23:47:51.682910 67687 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0923 23:47:51.682967 67687 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0923 23:47:51.692657 67687 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0923 23:47:51.692688 67687 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0923 23:47:51.956774 67687 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0923 23:47:51.956803 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0923 23:47:51.971105 67687 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-883941" context rescaled to 1 replicas
I0923 23:47:52.048879 67687 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
I0923 23:47:52.063569 67687 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-76bfg" in "kube-system" namespace to be "Ready" ...
I0923 23:47:52.194827 67687 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0923 23:47:52.194863 67687 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0923 23:47:52.264707 67687 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0923 23:47:52.264735 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0923 23:47:52.309751 67687 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0923 23:47:52.309798 67687 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0923 23:47:52.610115 67687 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
I0923 23:47:52.785289 67687 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: (3.250618022s)
I0923 23:47:52.804233 67687 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0923 23:47:52.804263 67687 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0923 23:47:52.841747 67687 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
I0923 23:47:52.887904 67687 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0923 23:47:52.887936 67687 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0923 23:47:53.063024 67687 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: (2.961235571s)
I0923 23:47:53.314071 67687 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0923 23:47:53.314102 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0923 23:47:53.568824 67687 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0923 23:47:53.568855 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0923 23:47:54.097113 67687 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0923 23:47:54.097144 67687 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0923 23:47:54.130949 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-76bfg" in "kube-system" namespace has status "Ready":"False"
I0923 23:47:54.236956 67687 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
I0923 23:47:54.684094 67687 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0923 23:47:54.684127 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0923 23:47:55.006993 67687 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0923 23:47:55.007023 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0923 23:47:55.405210 67687 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0923 23:47:55.405240 67687 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0923 23:47:55.634175 67687 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
I0923 23:47:56.643694 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-76bfg" in "kube-system" namespace has status "Ready":"False"
I0923 23:47:59.658242 67687 pod_ready.go:98] pod "coredns-7c65d6cfc9-76bfg" in "kube-system" namespace has status phase "Failed" (skipping!): {Phase:Failed Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:56 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason: Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason:PodFailed Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason:PodFailed Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.49.2 HostIPs:[{IP:192.168.49.2}] PodIP:10.244.0.3 PodI
Ps:[{IP:10.244.0.3}] StartTime:2024-09-23 23:47:49 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:2,Signal:0,Reason:Error,Message:,StartedAt:2024-09-23 23:47:55 +0000 UTC,FinishedAt:2024-09-23 23:47:56 +0000 UTC,ContainerID:docker://e3ab7e23d389cda837192273d54db51753fc78879d32b25ff499bddaa806b5e7,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://e3ab7e23d389cda837192273d54db51753fc78879d32b25ff499bddaa806b5e7 Started:0xc019a6b7fc AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc019a65180} {Name:kube-api-access-rpv27 MountPath:/var/run/secrets/kubernetes.io/serviceaccount ReadOnly:true RecursiveRead
Only:0xc019a65190}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0923 23:47:59.658300 67687 pod_ready.go:82] duration metric: took 7.59461155s for pod "coredns-7c65d6cfc9-76bfg" in "kube-system" namespace to be "Ready" ...
E0923 23:47:59.658323 67687 pod_ready.go:67] WaitExtra: waitPodCondition: pod "coredns-7c65d6cfc9-76bfg" in "kube-system" namespace has status phase "Failed" (skipping!): {Phase:Failed Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:56 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason: Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason:PodFailed Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason:PodFailed Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 23:47:49 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.49.2 HostIPs:[{IP:192.168
.49.2}] PodIP:10.244.0.3 PodIPs:[{IP:10.244.0.3}] StartTime:2024-09-23 23:47:49 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:2,Signal:0,Reason:Error,Message:,StartedAt:2024-09-23 23:47:55 +0000 UTC,FinishedAt:2024-09-23 23:47:56 +0000 UTC,ContainerID:docker://e3ab7e23d389cda837192273d54db51753fc78879d32b25ff499bddaa806b5e7,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://e3ab7e23d389cda837192273d54db51753fc78879d32b25ff499bddaa806b5e7 Started:0xc019a6b7fc AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc019a65180} {Name:kube-api-access-rpv27 MountPath:/var/run/secrets/kubernetes.io/serviceaccoun
t ReadOnly:true RecursiveReadOnly:0xc019a65190}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0923 23:47:59.658344 67687 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace to be "Ready" ...
I0923 23:48:01.804192 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:01.855494 67687 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: (11.695931914s)
I0923 23:48:03.816664 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:04.273488 67687 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0923 23:48:04.273660 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:48:04.328490 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:48:04.567227 67687 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0923 23:48:04.637650 67687 addons.go:234] Setting addon gcp-auth=true in "addons-883941"
I0923 23:48:04.637794 67687 host.go:66] Checking if "addons-883941" exists ...
I0923 23:48:04.638797 67687 cli_runner.go:164] Run: docker container inspect addons-883941 --format={{.State.Status}}
I0923 23:48:04.687943 67687 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0923 23:48:04.688057 67687 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-883941
I0923 23:48:04.767143 67687 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19696-61572/.minikube/machines/addons-883941/id_rsa Username:docker}
I0923 23:48:05.881011 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:08.214577 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:10.403400 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:12.475800 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:13.172519 67687 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: (22.998049731s)
I0923 23:48:13.172566 67687 addons.go:475] Verifying addon ingress=true in "addons-883941"
I0923 23:48:13.172937 67687 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: (22.865660495s)
I0923 23:48:13.173125 67687 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: (22.783249799s)
I0923 23:48:13.173267 67687 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: (22.719062451s)
I0923 23:48:13.176179 67687 out.go:177] * Verifying ingress addon...
I0923 23:48:13.180923 67687 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0923 23:48:13.362587 67687 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0923 23:48:13.362624 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:13.884150 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:14.528746 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:14.597548 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:14.896685 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:15.454935 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:15.815332 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:16.265194 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:16.793776 67687 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.044943699s)
I0923 23:48:16.793981 67687 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: (25.25946533s)
I0923 23:48:16.794035 67687 addons.go:475] Verifying addon registry=true in "addons-883941"
I0923 23:48:16.794332 67687 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.745417907s)
I0923 23:48:16.794413 67687 addons.go:475] Verifying addon metrics-server=true in "addons-883941"
I0923 23:48:16.794630 67687 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: (24.184454898s)
I0923 23:48:16.794777 67687 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.952990752s)
W0923 23:48:16.795892 67687 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
I0923 23:48:16.795931 67687 retry.go:31] will retry after 318.145566ms: 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
I0923 23:48:16.794884 67687 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.557888923s)
I0923 23:48:16.798995 67687 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-883941 service yakd-dashboard -n yakd-dashboard
I0923 23:48:16.799136 67687 out.go:177] * Verifying registry addon...
I0923 23:48:16.804337 67687 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0923 23:48:16.930893 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:16.932816 67687 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0923 23:48:16.932915 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:16.984489 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:17.114299 67687 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
I0923 23:48:17.413280 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:17.712269 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:17.749046 67687 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.114809644s)
I0923 23:48:17.749086 67687 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-883941"
I0923 23:48:17.749766 67687 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (13.061787192s)
I0923 23:48:17.753251 67687 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0923 23:48:17.753253 67687 out.go:177] * Verifying csi-hostpath-driver addon...
I0923 23:48:17.757422 67687 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0923 23:48:17.760185 67687 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0923 23:48:17.760216 67687 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0923 23:48:17.764576 67687 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0923 23:48:17.838955 67687 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0923 23:48:17.839096 67687 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0923 23:48:17.927841 67687 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0923 23:48:17.927954 67687 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0923 23:48:18.021411 67687 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
I0923 23:48:18.791133 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:18.799915 67687 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0923 23:48:18.800027 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:18.803341 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:19.173524 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:19.177251 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:19.181174 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:19.601624 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:19.603632 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:20.278699 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:20.318296 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:20.345505 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:20.346061 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:20.416716 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:20.418035 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:20.419174 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:20.702711 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:20.785804 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:20.843769 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:21.498053 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:21.501986 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:21.506427 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:21.970334 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:22.029296 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:22.033240 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:22.243927 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:22.338496 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:22.372015 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:22.699554 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:22.755507 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:22.796313 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:22.844506 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:22.998333 67687 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: (4.97667282s)
I0923 23:48:22.998286 67687 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.883918604s)
I0923 23:48:23.006903 67687 addons.go:475] Verifying addon gcp-auth=true in "addons-883941"
I0923 23:48:23.009911 67687 out.go:177] * Verifying gcp-auth addon...
I0923 23:48:23.013854 67687 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0923 23:48:23.022692 67687 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0923 23:48:23.190440 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:23.275131 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:23.314518 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:23.696832 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:23.777971 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:23.811995 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:24.203835 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:24.291235 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:24.314978 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:24.688519 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:24.773111 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:24.817416 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:25.170833 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:25.189539 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:25.275410 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:25.312620 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:25.692873 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:25.776033 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:25.818091 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:26.211534 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:26.279349 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:26.310686 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:26.691030 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:26.774138 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:26.810828 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:27.190925 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:27.276056 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:27.311983 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:27.670273 67687 pod_ready.go:103] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"False"
I0923 23:48:27.692808 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:27.809040 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:27.902527 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:28.172444 67687 pod_ready.go:93] pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace has status "Ready":"True"
I0923 23:48:28.172641 67687 pod_ready.go:82] duration metric: took 28.514183129s for pod "coredns-7c65d6cfc9-drnm4" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.172708 67687 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.189436 67687 pod_ready.go:93] pod "etcd-addons-883941" in "kube-system" namespace has status "Ready":"True"
I0923 23:48:28.189543 67687 pod_ready.go:82] duration metric: took 16.794978ms for pod "etcd-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.189614 67687 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.197632 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:28.213556 67687 pod_ready.go:93] pod "kube-apiserver-addons-883941" in "kube-system" namespace has status "Ready":"True"
I0923 23:48:28.213667 67687 pod_ready.go:82] duration metric: took 24.003769ms for pod "kube-apiserver-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.213738 67687 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.231662 67687 pod_ready.go:93] pod "kube-controller-manager-addons-883941" in "kube-system" namespace has status "Ready":"True"
I0923 23:48:28.231704 67687 pod_ready.go:82] duration metric: took 17.920991ms for pod "kube-controller-manager-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.231722 67687 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-vj8x4" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.260652 67687 pod_ready.go:93] pod "kube-proxy-vj8x4" in "kube-system" namespace has status "Ready":"True"
I0923 23:48:28.260688 67687 pod_ready.go:82] duration metric: took 28.953113ms for pod "kube-proxy-vj8x4" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.260706 67687 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.295188 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:28.312628 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:28.565436 67687 pod_ready.go:93] pod "kube-scheduler-addons-883941" in "kube-system" namespace has status "Ready":"True"
I0923 23:48:28.565537 67687 pod_ready.go:82] duration metric: took 304.81637ms for pod "kube-scheduler-addons-883941" in "kube-system" namespace to be "Ready" ...
I0923 23:48:28.565563 67687 pod_ready.go:39] duration metric: took 37.129639336s 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" ...
I0923 23:48:28.565634 67687 api_server.go:52] waiting for apiserver process to appear ...
I0923 23:48:28.565775 67687 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0923 23:48:28.600205 67687 api_server.go:72] duration metric: took 40.76357858s to wait for apiserver process to appear ...
I0923 23:48:28.600246 67687 api_server.go:88] waiting for apiserver healthz status ...
I0923 23:48:28.600290 67687 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0923 23:48:28.607571 67687 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0923 23:48:28.609236 67687 api_server.go:141] control plane version: v1.31.1
I0923 23:48:28.609272 67687 api_server.go:131] duration metric: took 9.014226ms to wait for apiserver health ...
I0923 23:48:28.609286 67687 system_pods.go:43] waiting for kube-system pods to appear ...
I0923 23:48:28.689575 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:28.779777 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:28.799550 67687 system_pods.go:59] 17 kube-system pods found
I0923 23:48:28.799610 67687 system_pods.go:61] "coredns-7c65d6cfc9-drnm4" [daa0e818-b0e3-41c6-8b72-0ca91f2de795] Running
I0923 23:48:28.799627 67687 system_pods.go:61] "csi-hostpath-attacher-0" [dfca8d6a-c7f0-4430-beb2-8e18f9a2eb18] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0923 23:48:28.799641 67687 system_pods.go:61] "csi-hostpath-resizer-0" [38deeccd-8f89-4e06-a223-64ce67b301f2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0923 23:48:28.799675 67687 system_pods.go:61] "csi-hostpathplugin-qvlxb" [7524bc24-f969-49f0-9bb0-0930aff5866c] 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])
I0923 23:48:28.799693 67687 system_pods.go:61] "etcd-addons-883941" [ce9f38f6-6de5-4ffc-af9d-bc8b2150d5e1] Running
I0923 23:48:28.799703 67687 system_pods.go:61] "kube-apiserver-addons-883941" [60a48b18-f6df-4e20-b124-eb58cbe7e498] Running
I0923 23:48:28.799720 67687 system_pods.go:61] "kube-controller-manager-addons-883941" [66535e00-626a-49c5-9976-3ee71f804449] Running
I0923 23:48:28.799734 67687 system_pods.go:61] "kube-ingress-dns-minikube" [e1dd5f55-d5d7-4126-9a23-a0fe41b13628] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0923 23:48:28.799747 67687 system_pods.go:61] "kube-proxy-vj8x4" [eee844c0-c498-4408-92de-058511fa3acd] Running
I0923 23:48:28.799772 67687 system_pods.go:61] "kube-scheduler-addons-883941" [c147c2af-d079-4b84-9a45-e4e4955d8bf4] Running
I0923 23:48:28.799796 67687 system_pods.go:61] "metrics-server-84c5f94fbc-9mprt" [68638a89-e435-45ef-a809-45895defcf65] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0923 23:48:28.799811 67687 system_pods.go:61] "nvidia-device-plugin-daemonset-kp687" [aa5e7412-e411-4819-94cd-9a95ebb1228a] Running
I0923 23:48:28.799821 67687 system_pods.go:61] "registry-66c9cd494c-qbnrn" [f7325c7d-086e-48d4-be05-5b816dd32438] Running
I0923 23:48:28.799832 67687 system_pods.go:61] "registry-proxy-ml5qh" [a3076427-2a2b-4fa5-beeb-66425758c4d1] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0923 23:48:28.799860 67687 system_pods.go:61] "snapshot-controller-56fcc65765-82jnv" [44a80b5c-a6c1-4805-9d3c-fa7bc730d89a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 23:48:28.799880 67687 system_pods.go:61] "snapshot-controller-56fcc65765-9tqtn" [1085762e-12ef-484d-b105-3308975d37cc] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 23:48:28.799929 67687 system_pods.go:61] "storage-provisioner" [8c957c5b-f717-4b14-9677-d0e7c18d624c] Running
I0923 23:48:28.799946 67687 system_pods.go:74] duration metric: took 190.651198ms to wait for pod list to return data ...
I0923 23:48:28.799962 67687 default_sa.go:34] waiting for default service account to be created ...
I0923 23:48:28.811677 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:28.966258 67687 default_sa.go:45] found service account: "default"
I0923 23:48:28.966297 67687 default_sa.go:55] duration metric: took 166.32565ms for default service account to be created ...
I0923 23:48:28.966313 67687 system_pods.go:116] waiting for k8s-apps to be running ...
I0923 23:48:29.182173 67687 system_pods.go:86] 17 kube-system pods found
I0923 23:48:29.182221 67687 system_pods.go:89] "coredns-7c65d6cfc9-drnm4" [daa0e818-b0e3-41c6-8b72-0ca91f2de795] Running
I0923 23:48:29.182251 67687 system_pods.go:89] "csi-hostpath-attacher-0" [dfca8d6a-c7f0-4430-beb2-8e18f9a2eb18] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0923 23:48:29.182270 67687 system_pods.go:89] "csi-hostpath-resizer-0" [38deeccd-8f89-4e06-a223-64ce67b301f2] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0923 23:48:29.182292 67687 system_pods.go:89] "csi-hostpathplugin-qvlxb" [7524bc24-f969-49f0-9bb0-0930aff5866c] 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])
I0923 23:48:29.182300 67687 system_pods.go:89] "etcd-addons-883941" [ce9f38f6-6de5-4ffc-af9d-bc8b2150d5e1] Running
I0923 23:48:29.182310 67687 system_pods.go:89] "kube-apiserver-addons-883941" [60a48b18-f6df-4e20-b124-eb58cbe7e498] Running
I0923 23:48:29.182320 67687 system_pods.go:89] "kube-controller-manager-addons-883941" [66535e00-626a-49c5-9976-3ee71f804449] Running
I0923 23:48:29.182337 67687 system_pods.go:89] "kube-ingress-dns-minikube" [e1dd5f55-d5d7-4126-9a23-a0fe41b13628] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0923 23:48:29.182346 67687 system_pods.go:89] "kube-proxy-vj8x4" [eee844c0-c498-4408-92de-058511fa3acd] Running
I0923 23:48:29.182355 67687 system_pods.go:89] "kube-scheduler-addons-883941" [c147c2af-d079-4b84-9a45-e4e4955d8bf4] Running
I0923 23:48:29.182368 67687 system_pods.go:89] "metrics-server-84c5f94fbc-9mprt" [68638a89-e435-45ef-a809-45895defcf65] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0923 23:48:29.182377 67687 system_pods.go:89] "nvidia-device-plugin-daemonset-kp687" [aa5e7412-e411-4819-94cd-9a95ebb1228a] Running
I0923 23:48:29.182403 67687 system_pods.go:89] "registry-66c9cd494c-qbnrn" [f7325c7d-086e-48d4-be05-5b816dd32438] Running
I0923 23:48:29.182414 67687 system_pods.go:89] "registry-proxy-ml5qh" [a3076427-2a2b-4fa5-beeb-66425758c4d1] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0923 23:48:29.182437 67687 system_pods.go:89] "snapshot-controller-56fcc65765-82jnv" [44a80b5c-a6c1-4805-9d3c-fa7bc730d89a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 23:48:29.182450 67687 system_pods.go:89] "snapshot-controller-56fcc65765-9tqtn" [1085762e-12ef-484d-b105-3308975d37cc] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 23:48:29.182459 67687 system_pods.go:89] "storage-provisioner" [8c957c5b-f717-4b14-9677-d0e7c18d624c] Running
I0923 23:48:29.182479 67687 system_pods.go:126] duration metric: took 216.153172ms to wait for k8s-apps to be running ...
I0923 23:48:29.182493 67687 system_svc.go:44] waiting for kubelet service to be running ....
I0923 23:48:29.182627 67687 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0923 23:48:29.192916 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:29.209891 67687 system_svc.go:56] duration metric: took 27.384691ms WaitForService to wait for kubelet
I0923 23:48:29.209962 67687 kubeadm.go:582] duration metric: took 41.3733405s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0923 23:48:29.209990 67687 node_conditions.go:102] verifying NodePressure condition ...
I0923 23:48:29.301533 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:29.309866 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:29.366350 67687 node_conditions.go:122] node storage ephemeral capacity is 119475748Ki
I0923 23:48:29.366526 67687 node_conditions.go:123] node cpu capacity is 2
I0923 23:48:29.366596 67687 node_conditions.go:105] duration metric: took 156.569367ms to run NodePressure ...
I0923 23:48:29.366644 67687 start.go:241] waiting for startup goroutines ...
I0923 23:48:29.687962 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:29.776062 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:29.815369 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:30.188039 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:30.281745 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:30.380828 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:30.695926 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:30.806070 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:30.813001 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:31.219782 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:31.286914 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:31.322935 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:31.772131 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:31.838115 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:31.859129 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:32.204994 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:32.275193 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:32.321734 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:32.697510 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:32.782306 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:32.812835 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:33.219412 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:33.283828 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:33.355191 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:33.690045 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:33.773230 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:33.811232 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:34.196126 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:34.275262 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:34.325033 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:34.690596 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:34.772763 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:34.825963 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:35.192786 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:35.269873 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:35.308784 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:35.693920 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:35.789443 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:35.812872 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:36.206784 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:36.286039 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:36.368828 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:36.688563 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:36.795710 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:36.810700 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:37.282208 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:37.282524 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:37.381195 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:37.686492 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:37.770999 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:37.810376 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:38.211053 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:38.275790 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:38.315362 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:38.699918 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:38.801530 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:38.821282 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:39.190786 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:39.293525 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:39.318666 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:39.720575 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:39.787157 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:39.816939 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:40.203871 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:40.278967 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:40.336676 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:40.766680 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:40.782625 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:40.811193 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:41.190193 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:41.274328 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:41.310775 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:41.687581 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:41.772332 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:41.811703 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:42.276944 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:42.298324 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:42.371677 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:42.698940 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:42.778601 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:42.814185 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:43.195780 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:43.273834 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:43.312044 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:43.689071 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:43.778093 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:43.814622 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:44.188456 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:44.272869 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:44.318842 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:44.733116 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:44.772115 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:45.134775 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:45.187108 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:45.272166 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:45.310207 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 23:48:45.692161 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:45.802466 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:45.811029 67687 kapi.go:107] duration metric: took 29.006686739s to wait for kubernetes.io/minikube-addons=registry ...
I0923 23:48:46.192693 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:46.271983 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:46.709678 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:46.779962 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:47.195991 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:47.277128 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:47.710542 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:47.790748 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:48.191697 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:48.275171 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:48.688775 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:48.779024 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:49.189079 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:49.281094 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:49.691959 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:49.898316 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:50.188706 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:50.292351 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:50.688943 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:50.771720 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:51.187323 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:51.271199 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:51.695999 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:51.774464 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:52.222901 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:52.350658 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:52.693438 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:52.784400 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:53.216189 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:53.286310 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:53.689624 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:53.794093 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:54.188082 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:54.280435 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:54.701022 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:54.787857 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:55.194921 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:55.280832 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:55.686633 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:55.773740 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:56.200293 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:56.277324 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:56.772151 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:56.775318 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:57.187143 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:57.271826 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:57.693254 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:57.776697 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:58.189984 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:58.280425 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:58.705301 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:58.771364 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:59.218590 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:59.271238 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:48:59.721030 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:48:59.811839 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:00.189866 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:00.271852 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:00.696576 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:00.773847 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:01.189125 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:01.295991 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:01.690161 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:01.781219 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:02.203177 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:02.286857 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:02.690483 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:02.773567 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:03.188533 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:03.271472 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:03.695713 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:03.793260 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:04.199048 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:04.275309 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:04.695956 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:04.796463 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:05.188969 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:05.270815 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:05.694942 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:05.793889 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:06.199662 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:06.285329 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:06.785724 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:06.846694 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:07.198468 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:07.337696 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:07.689098 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:07.788794 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:08.188434 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:08.316584 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:08.688445 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:08.770886 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:09.225351 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:09.284708 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:09.732126 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:09.796031 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:10.204378 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:10.301647 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:10.687878 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:11.000321 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:11.189678 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:11.311718 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:11.698522 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:11.796280 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:12.190761 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:12.280898 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:12.783047 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:12.801362 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:13.201828 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:13.315357 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:13.689343 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:13.780363 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:14.215823 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:14.274533 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:14.690999 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:14.778284 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:15.190318 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:15.274431 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:15.714767 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:15.882184 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:16.209484 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:16.283363 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:16.706934 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:16.874903 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:17.207770 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:17.367887 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:17.709230 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:17.783272 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:18.193532 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:18.285604 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:18.693329 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:18.794438 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:19.229773 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:19.290440 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:19.752124 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:19.884066 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:20.213023 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:20.284707 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:20.699944 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:20.814050 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:21.209189 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:21.313365 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:21.691922 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:21.793991 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:22.191615 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:22.297192 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:22.693130 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:22.789866 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:23.192212 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:23.279514 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:23.694940 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:23.774487 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:24.194235 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:24.277496 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:24.695753 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:24.777162 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:25.201753 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:25.378146 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:25.699710 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:25.808675 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:26.449801 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:26.453240 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:26.687272 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:26.774157 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:27.196994 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:27.299830 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:27.712557 67687 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 23:49:27.793184 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:28.201142 67687 kapi.go:107] duration metric: took 1m15.020198622s to wait for app.kubernetes.io/name=ingress-nginx ...
I0923 23:49:28.288301 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:28.771285 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:29.342623 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:29.841806 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:30.294868 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:30.772971 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:31.280760 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:31.775727 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:32.284694 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:32.778342 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:33.271985 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 23:49:33.772146 67687 kapi.go:107] duration metric: took 1m16.007565666s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0923 23:49:44.520290 67687 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0923 23:49:44.520431 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:45.018832 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:45.520630 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:46.018971 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:46.519693 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:47.019302 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:47.519489 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:48.021589 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:48.519528 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:49.019765 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:49.518665 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:50.019102 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:50.518666 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:51.018028 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:51.519432 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:52.020155 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:52.519406 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:53.019303 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:53.519189 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:54.018836 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:54.518828 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:55.019409 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:55.519063 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:56.018885 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:56.518882 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:57.018655 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:57.521764 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:58.019703 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:58.520444 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:59.018825 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:49:59.518962 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:00.019105 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:00.518852 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:01.019799 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:01.519364 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:02.018186 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:02.519106 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:03.019523 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:03.519186 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:04.018970 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:04.519275 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:05.019483 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:05.518704 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:06.017980 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:06.519222 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:07.019236 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:07.521290 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:08.020228 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:08.519878 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:09.019258 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:09.518165 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:10.019903 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:10.519267 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:11.018200 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:11.518227 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:12.018093 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:12.518615 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:13.018908 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:13.519106 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:14.019086 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:14.521322 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:15.019208 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:15.519157 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:16.018637 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:16.519313 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:17.018542 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:17.518774 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:18.019764 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:18.518940 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:19.018915 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:19.518676 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:20.018794 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:20.522589 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:21.020480 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:21.518649 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:22.018921 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:22.519342 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:23.018908 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:23.518916 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:24.019972 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:24.518453 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:25.021583 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:25.519225 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:26.018971 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:26.519776 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:27.019529 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:27.519594 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:28.018601 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:28.519243 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:29.018786 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:29.518713 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:30.022452 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:30.519030 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:31.019129 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:31.519409 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:32.018503 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:32.519136 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:33.018674 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:33.519149 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:34.018592 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:34.519536 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:35.019117 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:35.519570 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:36.019074 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:36.520959 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:37.019567 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:37.519113 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:38.018963 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:38.518945 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:39.019686 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:39.525601 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:40.019124 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:40.521665 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:41.020342 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:41.518088 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:42.019415 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:42.519505 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:43.018589 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:43.518989 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:44.019012 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:44.519930 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:45.019537 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:45.519164 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:46.018753 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:46.519017 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:47.019757 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:47.518909 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:48.019768 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:48.526104 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:49.024044 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:49.523001 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:50.019004 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:50.523020 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:51.025349 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:51.532842 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:52.114560 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:52.522317 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:53.019301 67687 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 23:50:53.519368 67687 kapi.go:107] duration metric: took 2m30.505511328s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0923 23:50:53.522674 67687 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-883941 cluster.
I0923 23:50:53.525886 67687 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.
I0923 23:50:53.530217 67687 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0923 23:50:53.533303 67687 out.go:177] * Enabled addons: nvidia-device-plugin, default-storageclass, storage-provisioner, ingress-dns, cloud-spanner, storage-provisioner-rancher, volcano, metrics-server, inspektor-gadget, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0923 23:50:53.536484 67687 addons.go:510] duration metric: took 3m5.699455037s for enable addons: enabled=[nvidia-device-plugin default-storageclass storage-provisioner ingress-dns cloud-spanner storage-provisioner-rancher volcano metrics-server inspektor-gadget yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0923 23:50:53.536591 67687 start.go:246] waiting for cluster config update ...
I0923 23:50:53.536631 67687 start.go:255] writing updated cluster config ...
I0923 23:50:53.537135 67687 ssh_runner.go:195] Run: rm -f paused
I0923 23:50:54.018224 67687 start.go:600] kubectl: 1.31.1, cluster: 1.31.1 (minor skew: 0)
I0923 23:50:54.021622 67687 out.go:177] * Done! kubectl is now configured to use "addons-883941" cluster and "default" namespace by default
==> Docker <==
Sep 24 00:00:11 addons-883941 dockerd[1164]: time="2024-09-24T00:00:11.991102009Z" level=error msg="Error running exec b6df927156c56f976fb5526901fa1cb3e6fc3647b7090effed6532ee4def20fc in container: OCI runtime exec failed: exec failed: cannot exec in a stopped container: unknown" spanID=c7408a4d11b7e766 traceID=ae0380b40abbe09f1eb5695b691952f0
Sep 24 00:00:12 addons-883941 dockerd[1164]: time="2024-09-24T00:00:12.055766917Z" level=info msg="ignoring event" container=b6c08cf134a0aabda6604f44e8dc2c0666817db01033076ffdb10b2c436b9132 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:12 addons-883941 dockerd[1164]: time="2024-09-24T00:00:12.395661048Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" spanID=a47fff8f9c68e862 traceID=192e70bade8f51566f6f749f2b9a0a5b
Sep 24 00:00:12 addons-883941 dockerd[1164]: time="2024-09-24T00:00:12.398646194Z" 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" spanID=a47fff8f9c68e862 traceID=192e70bade8f51566f6f749f2b9a0a5b
Sep 24 00:00:23 addons-883941 dockerd[1164]: time="2024-09-24T00:00:23.252848108Z" level=info msg="ignoring event" container=ad18574d42b0d1aaeca2efccd63bb8638100025daa5241d1ef400a1ce1f946c9 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:23 addons-883941 dockerd[1164]: time="2024-09-24T00:00:23.506773059Z" level=info msg="ignoring event" container=d306252e3aabbf48df2df3bdfeacdbf753210890f1f9444f8b407a42fbe5bc25 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:24 addons-883941 cri-dockerd[1420]: time="2024-09-24T00:00:24Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/83860cab7ab2be5c3833089ba40a2fc2e2f7d3de64a69ff234babaa99559fe31/resolv.conf as [nameserver 10.96.0.10 search local-path-storage.svc.cluster.local svc.cluster.local cluster.local us-east1-b.c.p79a29526b6c1e63c-tp.internal c.p79a29526b6c1e63c-tp.internal google.internal options ndots:5]"
Sep 24 00:00:24 addons-883941 dockerd[1164]: time="2024-09-24T00:00:24.849294434Z" level=warning msg="reference for unknown type: " digest="sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" remote="docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" spanID=9849607ca795d096 traceID=9d0c7643af71f7676d631dbd983fc5ea
Sep 24 00:00:25 addons-883941 cri-dockerd[1420]: time="2024-09-24T00:00:25Z" level=info msg="Stop pulling image docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: Status: Downloaded newer image for busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
Sep 24 00:00:25 addons-883941 dockerd[1164]: time="2024-09-24T00:00:25.778862579Z" level=info msg="ignoring event" container=2c487c9e3ace5f4cb0d9b14b00f032838288d478017fcf6dcffa651e6c4af483 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:27 addons-883941 dockerd[1164]: time="2024-09-24T00:00:27.809507545Z" level=info msg="ignoring event" container=83860cab7ab2be5c3833089ba40a2fc2e2f7d3de64a69ff234babaa99559fe31 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:29 addons-883941 cri-dockerd[1420]: time="2024-09-24T00:00:29Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/ebea911c902250d47e4f89ec5e1dd7e914ef4addf1c7958f94db2729de52288b/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local us-east1-b.c.p79a29526b6c1e63c-tp.internal c.p79a29526b6c1e63c-tp.internal google.internal options ndots:5]"
Sep 24 00:00:30 addons-883941 cri-dockerd[1420]: time="2024-09-24T00:00:30Z" level=info msg="Stop pulling image busybox:stable: Status: Downloaded newer image for busybox:stable"
Sep 24 00:00:30 addons-883941 dockerd[1164]: time="2024-09-24T00:00:30.708768926Z" level=info msg="ignoring event" container=277607d0511030241e9cc8d234bf2562db37fa6824442f89d31a11e2b600a790 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:31 addons-883941 dockerd[1164]: time="2024-09-24T00:00:31.969232433Z" level=info msg="ignoring event" container=ebea911c902250d47e4f89ec5e1dd7e914ef4addf1c7958f94db2729de52288b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:34 addons-883941 cri-dockerd[1420]: time="2024-09-24T00:00:34Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/cc8d564866350abc7d5962eac66beef903c970b0d9c752a9fcc94a0f2a7cb66c/resolv.conf as [nameserver 10.96.0.10 search local-path-storage.svc.cluster.local svc.cluster.local cluster.local us-east1-b.c.p79a29526b6c1e63c-tp.internal c.p79a29526b6c1e63c-tp.internal google.internal options ndots:5]"
Sep 24 00:00:35 addons-883941 dockerd[1164]: time="2024-09-24T00:00:35.028553971Z" level=info msg="ignoring event" container=ea3fb181430f7eec62c01afa9ff8def79a6ebd9ee6238b899e7e202cd3e94617 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:37 addons-883941 dockerd[1164]: time="2024-09-24T00:00:37.181886354Z" level=info msg="ignoring event" container=cc8d564866350abc7d5962eac66beef903c970b0d9c752a9fcc94a0f2a7cb66c module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:40 addons-883941 dockerd[1164]: time="2024-09-24T00:00:40.396698774Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" spanID=e45185784c405139 traceID=0d573adfc0d59f30d244061d9e7f12bd
Sep 24 00:00:40 addons-883941 dockerd[1164]: time="2024-09-24T00:00:40.399824421Z" 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" spanID=e45185784c405139 traceID=0d573adfc0d59f30d244061d9e7f12bd
Sep 24 00:00:56 addons-883941 dockerd[1164]: time="2024-09-24T00:00:56.475020693Z" level=info msg="ignoring event" container=3e25fc3379b3a331f0474f23426c05159df589d0ae27d928ea864459ff075d88 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:57 addons-883941 dockerd[1164]: time="2024-09-24T00:00:57.533485276Z" level=info msg="ignoring event" container=d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:57 addons-883941 dockerd[1164]: time="2024-09-24T00:00:57.745686564Z" level=info msg="ignoring event" container=035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:57 addons-883941 dockerd[1164]: time="2024-09-24T00:00:57.968879122Z" level=info msg="ignoring event" container=b05f530375f2e6d4aa95d59db4e212dd7e79065b725eebd411b526b864851ad8 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 24 00:00:58 addons-883941 dockerd[1164]: time="2024-09-24T00:00:58.219671880Z" level=info msg="ignoring event" container=d7cc17a5af1a9b9259b25b9e58f2ea28617a05ece45dae21b0e44e926d694a3e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
b6c08cf134a0a ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec 50 seconds ago Exited gadget 7 d733130a238ad gadget-7flwg
3ae15ab2572f7 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 10 minutes ago Running gcp-auth 0 03b5de08c6096 gcp-auth-89d5ffd79-qqpxt
d797d978cea7e registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 11 minutes ago Running csi-snapshotter 0 c549c74141458 csi-hostpathplugin-qvlxb
86a05a9833be5 registry.k8s.io/sig-storage/csi-provisioner@sha256:ee3b525d5b89db99da3b8eb521d9cd90cb6e9ef0fbb651e98bb37be78d36b5b8 11 minutes ago Running csi-provisioner 0 c549c74141458 csi-hostpathplugin-qvlxb
2c14927e1dd95 registry.k8s.io/sig-storage/livenessprobe@sha256:cacee2b5c36dd59d4c7e8469c05c9e4ef53ecb2df9025fa8c10cdaf61bce62f0 11 minutes ago Running liveness-probe 0 c549c74141458 csi-hostpathplugin-qvlxb
16733cd4d270a registry.k8s.io/ingress-nginx/controller@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce 11 minutes ago Running controller 0 79ca3cc57126c ingress-nginx-controller-bc57996ff-2qfc7
2b64839166967 registry.k8s.io/sig-storage/hostpathplugin@sha256:92257881c1d6493cf18299a24af42330f891166560047902b8d431fb66b01af5 11 minutes ago Running hostpath 0 c549c74141458 csi-hostpathplugin-qvlxb
f0f344c05bf0c registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f1c25991bac2fbb7f5fcf91ed9438df31e30edee6bed5a780464238aa09ad24c 11 minutes ago Running node-driver-registrar 0 c549c74141458 csi-hostpathplugin-qvlxb
e066e027f5dac registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 11 minutes ago Running csi-resizer 0 d20d8e145479b csi-hostpath-resizer-0
54a3f87270aa5 registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 11 minutes ago Running csi-external-health-monitor-controller 0 c549c74141458 csi-hostpathplugin-qvlxb
f6fb226f27b02 registry.k8s.io/sig-storage/csi-attacher@sha256:9a685020911e2725ad019dbce6e4a5ab93d51e3d4557f115e64343345e05781b 11 minutes ago Running csi-attacher 0 37c378b4d9ea9 csi-hostpath-attacher-0
d7881c373b8c6 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited patch 0 17b3103bc4371 ingress-nginx-admission-patch-zs4s7
621a8689b907a registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 11 minutes ago Running volume-snapshot-controller 0 4df151396abb6 snapshot-controller-56fcc65765-9tqtn
af95b42681793 registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 11 minutes ago Running volume-snapshot-controller 0 37762108c6d80 snapshot-controller-56fcc65765-82jnv
8a3d229161a84 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited create 0 626cc3e415203 ingress-nginx-admission-create-q2rb8
460cd037a8c41 rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 12 minutes ago Running local-path-provisioner 0 429cfcc039bfd local-path-provisioner-86d989889c-vgf6v
14e5864386583 registry.k8s.io/metrics-server/metrics-server@sha256:ffcb2bf004d6aa0a17d90e0247cf94f2865c8901dcab4427034c341951c239f9 12 minutes ago Running metrics-server 0 43522ce83696c metrics-server-84c5f94fbc-9mprt
0913ae57c19e8 gcr.io/cloud-spanner-emulator/emulator@sha256:f78b14fe7e4632fc0b3c65e15101ebbbcf242857de9851d3c0baea94bd269b5e 12 minutes ago Running cloud-spanner-emulator 0 a261960e590d2 cloud-spanner-emulator-5b584cc74-5ktkw
2e77509c2bdd5 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 12 minutes ago Running minikube-ingress-dns 0 aab6fe3476e40 kube-ingress-dns-minikube
1abdf63838176 6e38f40d628db 12 minutes ago Running storage-provisioner 0 1ad4d22fcf8d6 storage-provisioner
bb7af24c133aa c69fa2e9cbf5f 13 minutes ago Running coredns 0 6d7c694e6e121 coredns-7c65d6cfc9-drnm4
08d69990dde0a 60c005f310ff3 13 minutes ago Running kube-proxy 0 6007e3de2e478 kube-proxy-vj8x4
6737ddd3ff1b2 6bab7719df100 13 minutes ago Running kube-apiserver 0 4704256264eac kube-apiserver-addons-883941
d3b8cf7bf87aa 175ffd71cce3d 13 minutes ago Running kube-controller-manager 0 7a601e5f043a0 kube-controller-manager-addons-883941
2e8d0c8c4d88a 2e96e5913fc06 13 minutes ago Running etcd 0 a5723206b4033 etcd-addons-883941
654a04b9c701e 9aa1fad941575 13 minutes ago Running kube-scheduler 0 2e97d9d927ec0 kube-scheduler-addons-883941
==> controller_ingress [16733cd4d270] <==
W0923 23:49:27.577961 7 client_config.go:659] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I0923 23:49:27.578712 7 main.go:205] "Creating API client" host="https://10.96.0.1:443"
I0923 23:49:27.606376 7 main.go:248] "Running in Kubernetes cluster" major="1" minor="31" git="v1.31.1" state="clean" commit="948afe5ca072329a73c8e79ed5938717a5cb3d21" platform="linux/amd64"
I0923 23:49:28.469923 7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I0923 23:49:28.534368 7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I0923 23:49:28.587578 7 nginx.go:271] "Starting NGINX Ingress controller"
I0923 23:49:28.619751 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"8788f506-7c35-44e1-889a-ced11a5e31a0", APIVersion:"v1", ResourceVersion:"700", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I0923 23:49:28.629114 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"15c6c4f1-9355-4138-99c4-1f21acd158c5", APIVersion:"v1", ResourceVersion:"714", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I0923 23:49:28.629205 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"32825116-a83c-4007-a910-473ff4322e2d", APIVersion:"v1", ResourceVersion:"719", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I0923 23:49:29.790652 7 nginx.go:317] "Starting NGINX process"
I0923 23:49:29.791379 7 leaderelection.go:250] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
I0923 23:49:29.802084 7 nginx.go:337] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I0923 23:49:29.803289 7 controller.go:193] "Configuration changes detected, backend reload required"
I0923 23:49:29.924289 7 leaderelection.go:260] successfully acquired lease ingress-nginx/ingress-nginx-leader
I0923 23:49:29.924739 7 status.go:85] "New leader elected" identity="ingress-nginx-controller-bc57996ff-2qfc7"
I0923 23:49:29.972929 7 status.go:219] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-bc57996ff-2qfc7" node="addons-883941"
I0923 23:49:30.094518 7 controller.go:213] "Backend successfully reloaded"
I0923 23:49:30.094820 7 controller.go:224] "Initial sync, sleeping for 1 second"
I0923 23:49:30.095645 7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-bc57996ff-2qfc7", UID:"6b0df3b7-d442-4467-b56b-8603f504dc95", APIVersion:"v1", ResourceVersion:"1285", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
Build: 46e76e5916813cfca2a9b0bfdc34b69a0000f6b9
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.25.5
-------------------------------------------------------------------------------
==> coredns [bb7af24c133a] <==
[INFO] 10.244.0.7:43831 - 52325 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000360668s
[INFO] 10.244.0.7:58451 - 61226 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000096923s
[INFO] 10.244.0.7:58451 - 19750 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000175478s
[INFO] 10.244.0.7:50268 - 36692 "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.000100146s
[INFO] 10.244.0.7:50268 - 30318 "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.000162718s
[INFO] 10.244.0.7:33049 - 19556 "AAAA IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000067462s
[INFO] 10.244.0.7:33049 - 61544 "A IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000109581s
[INFO] 10.244.0.7:59991 - 18276 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000076218s
[INFO] 10.244.0.7:59991 - 7192 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000063812s
[INFO] 10.244.0.7:37559 - 3224 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000081192s
[INFO] 10.244.0.7:37559 - 44702 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00007725s
[INFO] 10.244.0.25:54551 - 823 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001058607s
[INFO] 10.244.0.25:54539 - 63249 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.001172525s
[INFO] 10.244.0.25:34601 - 41989 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000288537s
[INFO] 10.244.0.25:45303 - 60897 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00047646s
[INFO] 10.244.0.25:52148 - 58003 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000151941s
[INFO] 10.244.0.25:51590 - 33081 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000232071s
[INFO] 10.244.0.25:32776 - 44514 "AAAA IN storage.googleapis.com.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.004301818s
[INFO] 10.244.0.25:48529 - 5335 "A IN storage.googleapis.com.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.003373809s
[INFO] 10.244.0.25:58384 - 12987 "AAAA IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.004555097s
[INFO] 10.244.0.25:52510 - 24484 "A IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.005749903s
[INFO] 10.244.0.25:51382 - 64952 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.003612807s
[INFO] 10.244.0.25:44912 - 28650 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.004046697s
[INFO] 10.244.0.25:58001 - 16649 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002025299s
[INFO] 10.244.0.25:53802 - 3279 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.002946403s
==> describe nodes <==
Name: addons-883941
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-883941
kubernetes.io/os=linux
minikube.k8s.io/commit=41795ff643dcbe39cdf81f27d064464d20ae8e7c
minikube.k8s.io/name=addons-883941
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_09_23T23_47_43_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-883941
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-883941"}
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, 23 Sep 2024 23:47:40 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-883941
AcquireTime: <unset>
RenewTime: Tue, 24 Sep 2024 00:00:50 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Tue, 24 Sep 2024 00:00:50 +0000 Mon, 23 Sep 2024 23:47:38 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Tue, 24 Sep 2024 00:00:50 +0000 Mon, 23 Sep 2024 23:47:38 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Tue, 24 Sep 2024 00:00:50 +0000 Mon, 23 Sep 2024 23:47:38 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Tue, 24 Sep 2024 00:00:50 +0000 Mon, 23 Sep 2024 23:47:40 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-883941
Capacity:
cpu: 2
ephemeral-storage: 119475748Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 8141780Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 119475748Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 8141780Ki
pods: 110
System Info:
Machine ID: d3b8417363564b96bfd877e5e886121b
System UUID: 0cd5ec8c-7a96-4bbf-9f13-5a98db2dccb5
Boot ID: 365b6a08-2a44-42d4-b4f4-ef87f19f117e
Kernel Version: 6.1.100+
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://27.3.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: (20 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m22s
default cloud-spanner-emulator-5b584cc74-5ktkw 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
gadget gadget-7flwg 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gcp-auth gcp-auth-89d5ffd79-qqpxt 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
ingress-nginx ingress-nginx-controller-bc57996ff-2qfc7 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 12m
kube-system coredns-7c65d6cfc9-drnm4 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 13m
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system csi-hostpathplugin-qvlxb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system etcd-addons-883941 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 13m
kube-system kube-apiserver-addons-883941 250m (12%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-controller-manager-addons-883941 200m (10%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-proxy-vj8x4 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-scheduler-addons-883941 100m (5%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system metrics-server-84c5f94fbc-9mprt 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 13m
kube-system snapshot-controller-56fcc65765-82jnv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system snapshot-controller-56fcc65765-9tqtn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
local-path-storage local-path-provisioner-86d989889c-vgf6v 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 NodeHasSufficientMemory 13m (x8 over 13m) kubelet Node addons-883941 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 13m (x8 over 13m) kubelet Node addons-883941 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 13m (x8 over 13m) kubelet Node addons-883941 status is now: NodeHasSufficientPID
Normal Starting 13m kubelet Starting kubelet.
Normal NodeHasSufficientMemory 13m kubelet Node addons-883941 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 13m kubelet Node addons-883941 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 13m kubelet Node addons-883941 status is now: NodeHasSufficientPID
Normal RegisteredNode 13m node-controller Node addons-883941 event: Registered Node addons-883941 in Controller
==> dmesg <==
[ +2.543312] IPv4: martian source 10.244.0.1 from 10.244.0.14, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff fe 8d 1c c2 5c 15 08 06
[ +0.102368] IPv4: martian source 10.244.0.1 from 10.244.0.16, on dev eth0
[ +0.000019] ll header: 00000000: ff ff ff ff ff ff 7a 46 98 e9 f1 15 08 06
[ +0.030144] IPv4: martian source 10.244.0.1 from 10.244.0.15, on dev eth0
[ +0.000010] ll header: 00000000: ff ff ff ff ff ff 0a 61 e3 8c bc e3 08 06
[ +4.177454] IPv4: martian source 10.244.0.1 from 10.244.0.18, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 1a b7 5f 0d a6 c6 08 06
[ +8.136466] IPv4: martian source 10.244.0.1 from 10.244.0.19, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff ea 55 54 61 c8 e7 08 06
[ +0.955597] IPv4: martian source 10.244.0.1 from 10.244.0.20, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 0a cb 7d b4 df 37 08 06
[ +0.060463] IPv4: martian source 10.244.0.1 from 10.244.0.17, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 26 78 4e 81 96 08 08 06
[ +7.226819] IPv4: martian source 10.244.0.1 from 10.244.0.22, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 2e b9 76 5a 12 6f 08 06
[ +0.704276] IPv4: martian source 10.244.0.1 from 10.244.0.23, on dev eth0
[ +0.000010] ll header: 00000000: ff ff ff ff ff ff 9e 12 a9 44 0e 9a 08 06
[Sep23 23:50] IPv4: martian source 10.244.0.1 from 10.244.0.24, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 8e 2b 66 54 9d fa 08 06
[ +27.183852] IPv4: martian source 10.244.0.1 from 10.244.0.25, on dev eth0
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff ca 4b d5 25 ff 6c 08 06
[ +0.001572] IPv4: martian source 10.244.0.25 from 10.244.0.2, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff ee 14 7a 4e ae 98 08 06
[Sep23 23:53] hrtimer: interrupt took 440314 ns
==> etcd [2e8d0c8c4d88] <==
{"level":"info","ts":"2024-09-23T23:49:25.971513Z","caller":"traceutil/trace.go:171","msg":"trace[357324343] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:1275; }","duration":"133.773611ms","start":"2024-09-23T23:49:25.837697Z","end":"2024-09-23T23:49:25.971470Z","steps":["trace[357324343] 'range keys from in-memory index tree' (duration: 133.045648ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T23:49:26.442428Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"258.597867ms","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-23T23:49:26.442847Z","caller":"traceutil/trace.go:171","msg":"trace[1086627790] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1276; }","duration":"259.047504ms","start":"2024-09-23T23:49:26.183773Z","end":"2024-09-23T23:49:26.442821Z","steps":["trace[1086627790] 'range keys from in-memory index tree' (duration: 258.519288ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T23:49:26.443350Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"176.044067ms","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-23T23:49:26.443581Z","caller":"traceutil/trace.go:171","msg":"trace[1761048321] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1276; }","duration":"176.281938ms","start":"2024-09-23T23:49:26.267285Z","end":"2024-09-23T23:49:26.443567Z","steps":["trace[1761048321] 'range keys from in-memory index tree' (duration: 175.971317ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T23:49:26.443906Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"120.409691ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 serializable:true keys_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T23:49:26.444073Z","caller":"traceutil/trace.go:171","msg":"trace[243309208] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1276; }","duration":"120.581752ms","start":"2024-09-23T23:49:26.323480Z","end":"2024-09-23T23:49:26.444062Z","steps":["trace[243309208] 'range keys from in-memory index tree' (duration: 120.400469ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T23:49:27.039597Z","caller":"traceutil/trace.go:171","msg":"trace[588587017] linearizableReadLoop","detail":"{readStateIndex:1310; appliedIndex:1309; }","duration":"226.591099ms","start":"2024-09-23T23:49:26.812987Z","end":"2024-09-23T23:49:27.039578Z","steps":["trace[588587017] 'read index received' (duration: 226.388017ms)","trace[588587017] 'applied index is now lower than readState.Index' (duration: 202.514µs)"],"step_count":2}
{"level":"info","ts":"2024-09-23T23:49:27.040011Z","caller":"traceutil/trace.go:171","msg":"trace[1016267462] transaction","detail":"{read_only:false; response_revision:1277; number_of_response:1; }","duration":"235.964787ms","start":"2024-09-23T23:49:26.804027Z","end":"2024-09-23T23:49:27.039992Z","steps":["trace[1016267462] 'process raft request' (duration: 235.425137ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T23:49:27.040181Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"227.155459ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/scheduling.volcano.sh/queues/default\" ","response":"range_response_count:1 size:1142"}
{"level":"info","ts":"2024-09-23T23:49:27.041924Z","caller":"traceutil/trace.go:171","msg":"trace[368896044] range","detail":"{range_begin:/registry/scheduling.volcano.sh/queues/default; range_end:; response_count:1; response_revision:1277; }","duration":"228.925528ms","start":"2024-09-23T23:49:26.812981Z","end":"2024-09-23T23:49:27.041907Z","steps":["trace[368896044] 'agreement among raft nodes before linearized reading' (duration: 227.069405ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T23:51:19.039986Z","caller":"traceutil/trace.go:171","msg":"trace[995885961] linearizableReadLoop","detail":"{readStateIndex:1668; appliedIndex:1667; }","duration":"108.351118ms","start":"2024-09-23T23:51:18.931614Z","end":"2024-09-23T23:51:19.039965Z","steps":["trace[995885961] 'read index received' (duration: 108.156094ms)","trace[995885961] 'applied index is now lower than readState.Index' (duration: 194.356µs)"],"step_count":2}
{"level":"warn","ts":"2024-09-23T23:51:19.041184Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"109.531865ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" ","response":"range_response_count:1 size:1113"}
{"level":"info","ts":"2024-09-23T23:51:19.041345Z","caller":"traceutil/trace.go:171","msg":"trace[1261445011] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:1609; }","duration":"109.718695ms","start":"2024-09-23T23:51:18.931608Z","end":"2024-09-23T23:51:19.041326Z","steps":["trace[1261445011] 'agreement among raft nodes before linearized reading' (duration: 109.400402ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T23:51:19.040348Z","caller":"traceutil/trace.go:171","msg":"trace[1096540859] transaction","detail":"{read_only:false; response_revision:1609; number_of_response:1; }","duration":"111.50301ms","start":"2024-09-23T23:51:18.928826Z","end":"2024-09-23T23:51:19.040329Z","steps":["trace[1096540859] 'process raft request' (duration: 111.008435ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T23:51:20.523072Z","caller":"traceutil/trace.go:171","msg":"trace[945737776] linearizableReadLoop","detail":"{readStateIndex:1671; appliedIndex:1670; }","duration":"199.512745ms","start":"2024-09-23T23:51:20.323540Z","end":"2024-09-23T23:51:20.523052Z","steps":["trace[945737776] 'read index received' (duration: 199.324505ms)","trace[945737776] 'applied index is now lower than readState.Index' (duration: 187.651µs)"],"step_count":2}
{"level":"warn","ts":"2024-09-23T23:51:20.523767Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"200.183787ms","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-23T23:51:20.523981Z","caller":"traceutil/trace.go:171","msg":"trace[1970811448] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:1612; }","duration":"200.436121ms","start":"2024-09-23T23:51:20.323530Z","end":"2024-09-23T23:51:20.523966Z","steps":["trace[1970811448] 'agreement among raft nodes before linearized reading' (duration: 200.073314ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T23:51:20.524595Z","caller":"traceutil/trace.go:171","msg":"trace[967293695] transaction","detail":"{read_only:false; response_revision:1612; number_of_response:1; }","duration":"255.157843ms","start":"2024-09-23T23:51:20.269419Z","end":"2024-09-23T23:51:20.524577Z","steps":["trace[967293695] 'process raft request' (duration: 253.500897ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T23:57:37.564493Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1887}
{"level":"info","ts":"2024-09-23T23:57:37.752024Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1887,"took":"186.716423ms","hash":2443789940,"current-db-size-bytes":8880128,"current-db-size":"8.9 MB","current-db-size-in-use-bytes":5058560,"current-db-size-in-use":"5.1 MB"}
{"level":"info","ts":"2024-09-23T23:57:37.752085Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2443789940,"revision":1887,"compact-revision":-1}
{"level":"warn","ts":"2024-09-23T23:59:50.546912Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"223.786469ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 serializable:true keys_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T23:59:50.547484Z","caller":"traceutil/trace.go:171","msg":"trace[1348126064] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:2527; }","duration":"224.375015ms","start":"2024-09-23T23:59:50.323086Z","end":"2024-09-23T23:59:50.547461Z","steps":["trace[1348126064] 'range keys from in-memory index tree' (duration: 223.770847ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T23:59:51.008933Z","caller":"traceutil/trace.go:171","msg":"trace[432979880] transaction","detail":"{read_only:false; response_revision:2528; number_of_response:1; }","duration":"161.46039ms","start":"2024-09-23T23:59:50.847449Z","end":"2024-09-23T23:59:51.008909Z","steps":["trace[432979880] 'process raft request' (duration: 161.32964ms)"],"step_count":1}
==> gcp-auth [3ae15ab2572f] <==
2024/09/23 23:50:52 GCP Auth Webhook started!
2024/09/23 23:51:11 Ready to marshal response ...
2024/09/23 23:51:11 Ready to write response ...
2024/09/23 23:51:12 Ready to marshal response ...
2024/09/23 23:51:12 Ready to write response ...
2024/09/23 23:51:38 Ready to marshal response ...
2024/09/23 23:51:38 Ready to write response ...
2024/09/23 23:51:38 Ready to marshal response ...
2024/09/23 23:51:38 Ready to write response ...
2024/09/23 23:51:38 Ready to marshal response ...
2024/09/23 23:51:38 Ready to write response ...
2024/09/23 23:59:45 Ready to marshal response ...
2024/09/23 23:59:45 Ready to write response ...
2024/09/23 23:59:45 Ready to marshal response ...
2024/09/23 23:59:45 Ready to write response ...
2024/09/23 23:59:45 Ready to marshal response ...
2024/09/23 23:59:45 Ready to write response ...
2024/09/23 23:59:56 Ready to marshal response ...
2024/09/23 23:59:56 Ready to write response ...
2024/09/24 00:00:23 Ready to marshal response ...
2024/09/24 00:00:23 Ready to write response ...
2024/09/24 00:00:23 Ready to marshal response ...
2024/09/24 00:00:23 Ready to write response ...
2024/09/24 00:00:33 Ready to marshal response ...
2024/09/24 00:00:33 Ready to write response ...
==> kernel <==
00:01:00 up 2:16, 0 users, load average: 1.70, 1.85, 2.09
Linux addons-883941 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.5 LTS"
==> kube-apiserver [6737ddd3ff1b] <==
E0923 23:49:25.068881 1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.100.19.74:443: connect: connection refused" logger="UnhandledError"
W0923 23:49:44.277501 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.100.19.74:443: connect: connection refused
E0923 23:49:44.277559 1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.100.19.74:443: connect: connection refused" logger="UnhandledError"
W0923 23:50:24.275233 1 dispatcher.go:210] Failed calling webhook, failing open gcp-auth-mutate.k8s.io: failed calling webhook "gcp-auth-mutate.k8s.io": failed to call webhook: Post "https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s": dial tcp 10.100.19.74:443: connect: connection refused
E0923 23:50:24.275285 1 dispatcher.go:214] "Unhandled Error" err="failed calling webhook \"gcp-auth-mutate.k8s.io\": failed to call webhook: Post \"https://gcp-auth.gcp-auth.svc:443/mutate?timeout=10s\": dial tcp 10.100.19.74:443: connect: connection refused" logger="UnhandledError"
I0923 23:51:11.361101 1 controller.go:615] quota admission added evaluator for: jobs.batch.volcano.sh
I0923 23:51:11.405694 1 controller.go:615] quota admission added evaluator for: podgroups.scheduling.volcano.sh
I0923 23:51:28.604655 1 handler.go:286] Adding GroupVersion batch.volcano.sh v1alpha1 to ResourceManager
I0923 23:51:28.977290 1 handler.go:286] Adding GroupVersion bus.volcano.sh v1alpha1 to ResourceManager
I0923 23:51:29.470578 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0923 23:51:29.725761 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0923 23:51:29.947248 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0923 23:51:30.266072 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
W0923 23:51:30.276666 1 cacher.go:171] Terminating all watchers from cacher commands.bus.volcano.sh
I0923 23:51:30.618399 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0923 23:51:30.701578 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0923 23:51:30.895726 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0923 23:51:31.267054 1 cacher.go:171] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0923 23:51:31.441418 1 cacher.go:171] Terminating all watchers from cacher jobs.batch.volcano.sh
W0923 23:51:31.458652 1 cacher.go:171] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0923 23:51:31.482721 1 cacher.go:171] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0923 23:51:32.048531 1 cacher.go:171] Terminating all watchers from cacher jobflows.flow.volcano.sh
W0923 23:51:32.197036 1 cacher.go:171] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
I0923 23:59:45.155259 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.109.162.146"}
E0924 00:00:50.006210 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
==> kube-controller-manager [d3b8cf7bf87a] <==
W0924 00:00:06.220348 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
E0924 00:00:06.220444 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"
I0924 00:00:09.130375 1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="headlamp"
I0924 00:00:11.320804 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="10.561µs"
I0924 00:00:19.564639 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-883941"
W0924 00:00:21.054290 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
E0924 00:00:21.054350 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"
I0924 00:00:21.396285 1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="yakd-dashboard"
W0924 00:00:21.479076 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
E0924 00:00:21.479190 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"
W0924 00:00:27.401083 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
E0924 00:00:27.401139 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"
W0924 00:00:28.562872 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
E0924 00:00:28.562932 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"
W0924 00:00:34.811188 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
E0924 00:00:34.811250 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"
I0924 00:00:34.962558 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="local-path-storage/local-path-provisioner-86d989889c" duration="13.485µs"
W0924 00:00:38.780044 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
E0924 00:00:38.780100 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"
I0924 00:00:50.366566 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-883941"
W0924 00:00:52.743746 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
E0924 00:00:52.743914 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"
W0924 00:00:55.525199 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
E0924 00:00:55.525715 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"
I0924 00:00:57.417129 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-66c9cd494c" duration="8.862µs"
==> kube-proxy [08d69990dde0] <==
I0923 23:47:57.516223 1 server_linux.go:66] "Using iptables proxy"
I0923 23:47:59.377316 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0923 23:47:59.377627 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`"
I0923 23:48:00.550167 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0923 23:48:00.550268 1 server_linux.go:169] "Using iptables Proxier"
I0923 23:48:00.651426 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"
I0923 23:48:00.652055 1 server.go:483] "Version info" version="v1.31.1"
I0923 23:48:00.652099 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0923 23:48:00.656438 1 config.go:199] "Starting service config controller"
I0923 23:48:00.656508 1 shared_informer.go:313] Waiting for caches to sync for service config
I0923 23:48:00.656597 1 config.go:105] "Starting endpoint slice config controller"
I0923 23:48:00.656616 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0923 23:48:00.659627 1 config.go:328] "Starting node config controller"
I0923 23:48:00.659653 1 shared_informer.go:313] Waiting for caches to sync for node config
I0923 23:48:00.902477 1 shared_informer.go:320] Caches are synced for service config
I0923 23:48:00.904688 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0923 23:48:01.004070 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [654a04b9c701] <==
E0923 23:47:40.463559 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"
E0923 23:47:40.460523 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"
W0923 23:47:41.269940 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
E0923 23:47:41.270288 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"
W0923 23:47:41.283441 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
E0923 23:47:41.283537 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"
W0923 23:47:41.320989 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
E0923 23:47:41.321482 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"
W0923 23:47:41.484099 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0923 23:47:41.484322 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0923 23:47:41.488576 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0923 23:47:41.488802 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0923 23:47:41.518417 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
E0923 23:47:41.518668 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"
W0923 23:47:41.546922 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
E0923 23:47:41.547344 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"
W0923 23:47:41.563501 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
E0923 23:47:41.563565 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"
W0923 23:47:41.630731 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
E0923 23:47:41.631081 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"
W0923 23:47:41.664826 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
E0923 23:47:41.665238 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"
W0923 23:47:41.689438 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"
E0923 23:47:41.689841 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"
I0923 23:47:44.409596 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Sep 24 00:00:56 addons-883941 kubelet[2183]: I0924 00:00:56.687437 2183 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-n9xrt\" (UniqueName: \"kubernetes.io/projected/eee59caf-3e4f-4aeb-aed0-89877b6f6993-kube-api-access-n9xrt\") pod \"eee59caf-3e4f-4aeb-aed0-89877b6f6993\" (UID: \"eee59caf-3e4f-4aeb-aed0-89877b6f6993\") "
Sep 24 00:00:56 addons-883941 kubelet[2183]: I0924 00:00:56.687522 2183 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/eee59caf-3e4f-4aeb-aed0-89877b6f6993-gcp-creds\") pod \"eee59caf-3e4f-4aeb-aed0-89877b6f6993\" (UID: \"eee59caf-3e4f-4aeb-aed0-89877b6f6993\") "
Sep 24 00:00:56 addons-883941 kubelet[2183]: I0924 00:00:56.687717 2183 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/eee59caf-3e4f-4aeb-aed0-89877b6f6993-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "eee59caf-3e4f-4aeb-aed0-89877b6f6993" (UID: "eee59caf-3e4f-4aeb-aed0-89877b6f6993"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
Sep 24 00:00:56 addons-883941 kubelet[2183]: I0924 00:00:56.691668 2183 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/eee59caf-3e4f-4aeb-aed0-89877b6f6993-kube-api-access-n9xrt" (OuterVolumeSpecName: "kube-api-access-n9xrt") pod "eee59caf-3e4f-4aeb-aed0-89877b6f6993" (UID: "eee59caf-3e4f-4aeb-aed0-89877b6f6993"). InnerVolumeSpecName "kube-api-access-n9xrt". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 24 00:00:56 addons-883941 kubelet[2183]: I0924 00:00:56.788490 2183 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-n9xrt\" (UniqueName: \"kubernetes.io/projected/eee59caf-3e4f-4aeb-aed0-89877b6f6993-kube-api-access-n9xrt\") on node \"addons-883941\" DevicePath \"\""
Sep 24 00:00:56 addons-883941 kubelet[2183]: I0924 00:00:56.788568 2183 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/eee59caf-3e4f-4aeb-aed0-89877b6f6993-gcp-creds\") on node \"addons-883941\" DevicePath \"\""
Sep 24 00:00:57 addons-883941 kubelet[2183]: I0924 00:00:57.352970 2183 scope.go:117] "RemoveContainer" containerID="b6c08cf134a0aabda6604f44e8dc2c0666817db01033076ffdb10b2c436b9132"
Sep 24 00:00:57 addons-883941 kubelet[2183]: E0924 00:00:57.353235 2183 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-7flwg_gadget(daae8d75-8a47-434e-96aa-95bf6895057c)\"" pod="gadget/gadget-7flwg" podUID="daae8d75-8a47-434e-96aa-95bf6895057c"
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.202794 2183 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-nztt4\" (UniqueName: \"kubernetes.io/projected/f7325c7d-086e-48d4-be05-5b816dd32438-kube-api-access-nztt4\") pod \"f7325c7d-086e-48d4-be05-5b816dd32438\" (UID: \"f7325c7d-086e-48d4-be05-5b816dd32438\") "
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.212722 2183 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/f7325c7d-086e-48d4-be05-5b816dd32438-kube-api-access-nztt4" (OuterVolumeSpecName: "kube-api-access-nztt4") pod "f7325c7d-086e-48d4-be05-5b816dd32438" (UID: "f7325c7d-086e-48d4-be05-5b816dd32438"). InnerVolumeSpecName "kube-api-access-nztt4". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.305298 2183 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-nztt4\" (UniqueName: \"kubernetes.io/projected/f7325c7d-086e-48d4-be05-5b816dd32438-kube-api-access-nztt4\") on node \"addons-883941\" DevicePath \"\""
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.406063 2183 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-lhbpm\" (UniqueName: \"kubernetes.io/projected/a3076427-2a2b-4fa5-beeb-66425758c4d1-kube-api-access-lhbpm\") pod \"a3076427-2a2b-4fa5-beeb-66425758c4d1\" (UID: \"a3076427-2a2b-4fa5-beeb-66425758c4d1\") "
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.410167 2183 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a3076427-2a2b-4fa5-beeb-66425758c4d1-kube-api-access-lhbpm" (OuterVolumeSpecName: "kube-api-access-lhbpm") pod "a3076427-2a2b-4fa5-beeb-66425758c4d1" (UID: "a3076427-2a2b-4fa5-beeb-66425758c4d1"). InnerVolumeSpecName "kube-api-access-lhbpm". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.506558 2183 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-lhbpm\" (UniqueName: \"kubernetes.io/projected/a3076427-2a2b-4fa5-beeb-66425758c4d1-kube-api-access-lhbpm\") on node \"addons-883941\" DevicePath \"\""
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.716314 2183 scope.go:117] "RemoveContainer" containerID="d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62"
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.784183 2183 scope.go:117] "RemoveContainer" containerID="d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62"
Sep 24 00:00:58 addons-883941 kubelet[2183]: E0924 00:00:58.785654 2183 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62" containerID="d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62"
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.785714 2183 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62"} err="failed to get container status \"d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62\": rpc error: code = Unknown desc = Error response from daemon: No such container: d6e738bb933953ee6fc2616048ad35bf8b3de75f9643f115c711fed164102e62"
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.785756 2183 scope.go:117] "RemoveContainer" containerID="035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203"
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.849648 2183 scope.go:117] "RemoveContainer" containerID="035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203"
Sep 24 00:00:58 addons-883941 kubelet[2183]: E0924 00:00:58.851591 2183 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203" containerID="035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203"
Sep 24 00:00:58 addons-883941 kubelet[2183]: I0924 00:00:58.851653 2183 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203"} err="failed to get container status \"035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203\": rpc error: code = Unknown desc = Error response from daemon: No such container: 035f7784b949b8f70e9fa3af9cb5fdb4a96e7c9aee5c63632ca35b5d09ec0203"
Sep 24 00:00:59 addons-883941 kubelet[2183]: I0924 00:00:59.379420 2183 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a3076427-2a2b-4fa5-beeb-66425758c4d1" path="/var/lib/kubelet/pods/a3076427-2a2b-4fa5-beeb-66425758c4d1/volumes"
Sep 24 00:00:59 addons-883941 kubelet[2183]: I0924 00:00:59.380363 2183 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="eee59caf-3e4f-4aeb-aed0-89877b6f6993" path="/var/lib/kubelet/pods/eee59caf-3e4f-4aeb-aed0-89877b6f6993/volumes"
Sep 24 00:00:59 addons-883941 kubelet[2183]: I0924 00:00:59.380827 2183 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="f7325c7d-086e-48d4-be05-5b816dd32438" path="/var/lib/kubelet/pods/f7325c7d-086e-48d4-be05-5b816dd32438/volumes"
==> storage-provisioner [1abdf6383817] <==
I0923 23:48:05.849559 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0923 23:48:06.126209 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0923 23:48:06.126895 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0923 23:48:06.382885 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0923 23:48:06.432062 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-883941_79f46859-818a-401c-8b99-10078b623f06!
I0923 23:48:06.474727 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"b7392c4f-e133-451e-b201-ef480950211a", APIVersion:"v1", ResourceVersion:"671", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-883941_79f46859-818a-401c-8b99-10078b623f06 became leader
I0923 23:48:06.847964 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-883941_79f46859-818a-401c-8b99-10078b623f06!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-883941 -n addons-883941
helpers_test.go:261: (dbg) Run: kubectl --context addons-883941 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-q2rb8 ingress-nginx-admission-patch-zs4s7
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-883941 describe pod busybox ingress-nginx-admission-create-q2rb8 ingress-nginx-admission-patch-zs4s7
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-883941 describe pod busybox ingress-nginx-admission-create-q2rb8 ingress-nginx-admission-patch-zs4s7: exit status 1 (222.53931ms)
-- stdout --
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-883941/192.168.49.2
Start Time: Mon, 23 Sep 2024 23:51:38 +0000
Labels: integration-test=busybox
Annotations: <none>
Status: Pending
IP: 10.244.0.27
IPs:
IP: 10.244.0.27
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-kmqxk (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-kmqxk:
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 9m23s default-scheduler Successfully assigned default/busybox to addons-883941
Normal Pulling 7m50s (x4 over 9m22s) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 7m50s (x4 over 9m22s) 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 7m50s (x4 over 9m22s) kubelet Error: ErrImagePull
Warning Failed 7m35s (x6 over 9m21s) kubelet Error: ImagePullBackOff
Normal BackOff 4m20s (x20 over 9m21s) 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-q2rb8" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-zs4s7" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-883941 describe pod busybox ingress-nginx-admission-create-q2rb8 ingress-nginx-admission-patch-zs4s7: exit status 1
--- FAIL: TestAddons/parallel/Registry (77.57s)