=== RUN TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry
=== CONT TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 5.816891ms
addons_test.go:334: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-6fb4cdfc84-vz5zx" [2f548af3-c385-48d4-ba3a-54920c264173] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.006098031s
addons_test.go:337: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-jhlr9" [7cc6f51b-10bb-40fa-b066-686789660467] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.013049525s
addons_test.go:342: (dbg) Run: kubectl --context addons-266456 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run: kubectl --context addons-266456 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:347: (dbg) Non-zero exit: kubectl --context addons-266456 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.147576823s)
-- stdout --
pod "registry-test" deleted
-- /stdout --
** stderr **
error: timed out waiting for the condition
** /stderr **
addons_test.go:349: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-266456 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c \"wget --spider -S http://registry.kube-system.svc.cluster.local\"" failed: exit status 1
addons_test.go:353: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:361: (dbg) Run: out/minikube-linux-amd64 -p addons-266456 ip
2024/08/29 18:20:28 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:390: (dbg) Run: out/minikube-linux-amd64 -p addons-266456 addons disable registry --alsologtostderr -v=1
addons_test.go:390: (dbg) Done: out/minikube-linux-amd64 -p addons-266456 addons disable registry --alsologtostderr -v=1: (1.361104498s)
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-266456
helpers_test.go:235: (dbg) docker inspect addons-266456:
-- stdout --
[
{
"Id": "5ae0098707a923f1cbd3d8e96c06048c66cc12fd8dc46551c12bf3e843447e13",
"Created": "2024-08-29T18:06:48.886329801Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 71444,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-08-29T18:06:49.073928776Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:33319d96a2f78fe466b6d8cbd88671515fca2b1eded3ce0b5f6d545b670a78ac",
"ResolvConfPath": "/var/lib/docker/containers/5ae0098707a923f1cbd3d8e96c06048c66cc12fd8dc46551c12bf3e843447e13/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/5ae0098707a923f1cbd3d8e96c06048c66cc12fd8dc46551c12bf3e843447e13/hostname",
"HostsPath": "/var/lib/docker/containers/5ae0098707a923f1cbd3d8e96c06048c66cc12fd8dc46551c12bf3e843447e13/hosts",
"LogPath": "/var/lib/docker/containers/5ae0098707a923f1cbd3d8e96c06048c66cc12fd8dc46551c12bf3e843447e13/5ae0098707a923f1cbd3d8e96c06048c66cc12fd8dc46551c12bf3e843447e13-json.log",
"Name": "/addons-266456",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-266456:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-266456",
"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/3828f219e9a32a4fb996427cf0fc88c0d20fcaba041490b1a4b8202aa25946c7-init/diff:/var/lib/docker/overlay2/cd7daaa6f50e39510076b7d9359e662928974dc3f0afe0edcbf20d1d33dcddd9/diff",
"MergedDir": "/var/lib/docker/overlay2/3828f219e9a32a4fb996427cf0fc88c0d20fcaba041490b1a4b8202aa25946c7/merged",
"UpperDir": "/var/lib/docker/overlay2/3828f219e9a32a4fb996427cf0fc88c0d20fcaba041490b1a4b8202aa25946c7/diff",
"WorkDir": "/var/lib/docker/overlay2/3828f219e9a32a4fb996427cf0fc88c0d20fcaba041490b1a4b8202aa25946c7/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-266456",
"Source": "/var/lib/docker/volumes/addons-266456/_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-266456",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce",
"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-266456",
"name.minikube.sigs.k8s.io": "addons-266456",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "937d5d21c0d0659698074f934db99249b40b745363dd8c2a7ead8ecb49969caa",
"SandboxKey": "/var/run/docker/netns/937d5d21c0d0",
"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-266456": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "9b53d67d9d1dcc3064de5e4bbd1b4c4c231a25ed777f37bf336178bb3aa7cafc",
"EndpointID": "531c0d21c7263bbd085f6dd74be84a97bc1ca055810c9651bf2dade8400d9baf",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-266456",
"5ae0098707a9"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-amd64 status --format={{.Host}} -p addons-266456 -n addons-266456
helpers_test.go:239: (dbg) Done: out/minikube-linux-amd64 status --format={{.Host}} -p addons-266456 -n addons-266456: (1.1957929s)
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-266456 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-266456 logs -n 25: (2.397304026s)
helpers_test.go:252: TestAddons/parallel/Registry logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
| addons | disable dashboard -p | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:05 UTC | |
| | addons-266456 | | | | | |
| addons | enable dashboard -p | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:05 UTC | |
| | addons-266456 | | | | | |
| start | -p addons-266456 --wait=true | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:05 UTC | 29 Aug 24 18:10 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --addons=yakd --addons=volcano | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=docker | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| | --addons=helm-tiller | | | | | |
| addons | addons-266456 addons disable | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:10 UTC | 29 Aug 24 18:11 UTC |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | addons-266456 addons | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:19 UTC | 29 Aug 24 18:19 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-266456 addons | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:19 UTC | 29 Aug 24 18:20 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-266456 addons disable | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:20 UTC | 29 Aug 24 18:20 UTC |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:20 UTC | 29 Aug 24 18:20 UTC |
| | -p addons-266456 | | | | | |
| ip | addons-266456 ip | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:20 UTC | 29 Aug 24 18:20 UTC |
| addons | addons-266456 addons disable | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:20 UTC | 29 Aug 24 18:20 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-266456 ssh cat | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:20 UTC | 29 Aug 24 18:20 UTC |
| | /opt/local-path-provisioner/pvc-80601379-0de5-4af6-83e2-e6bf4f523135_default_test-pvc/file1 | | | | | |
| addons | addons-266456 addons disable | addons-266456 | g528047478195_compute | v1.33.1 | 29 Aug 24 18:20 UTC | |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|---------------|-----------------------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/08/29 18:05:54
Running on machine: cs-905301410258-default
Binary: Built with gc go1.22.5 for linux/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0829 18:05:54.363785 70962 out.go:345] Setting OutFile to fd 1 ...
I0829 18:05:54.364024 70962 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 18:05:54.364045 70962 out.go:358] Setting ErrFile to fd 2...
I0829 18:05:54.364054 70962 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 18:05:54.364324 70962 root.go:338] Updating PATH: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/bin
W0829 18:05:54.364659 70962 root.go:314] Error reading config file at /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/config/config.json: open /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/config/config.json: no such file or directory
I0829 18:05:54.365236 70962 out.go:352] Setting JSON to false
I0829 18:05:54.367553 70962 start.go:129] hostinfo: {"hostname":"cs-905301410258-default","uptime":6592,"bootTime":1724948162,"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"}
I0829 18:05:54.367644 70962 start.go:139] virtualization: guest
I0829 18:05:54.373839 70962 out.go:177] * [addons-266456] minikube v1.33.1 on Ubuntu 22.04 (amd64)
W0829 18:05:54.378677 70962 preload.go:293] Failed to list preload files: open /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/cache/preloaded-tarball: no such file or directory
I0829 18:05:54.378804 70962 notify.go:220] Checking for updates...
I0829 18:05:54.378865 70962 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0829 18:05:54.385914 70962 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0829 18:05:54.391548 70962 out.go:177] - KUBECONFIG=/home/g528047478195_compute/minikube-integration/19531-64887/kubeconfig
I0829 18:05:54.395928 70962 out.go:177] - MINIKUBE_HOME=/home/g528047478195_compute/minikube-integration/19531-64887/.minikube
I0829 18:05:54.400048 70962 out.go:177] - MINIKUBE_BIN=out/minikube-linux-amd64
I0829 18:05:54.403910 70962 out.go:177] - MINIKUBE_WANTUPDATENOTIFICATION=false
I0829 18:05:54.410809 70962 driver.go:392] Setting default libvirt URI to qemu:///system
I0829 18:05:54.455210 70962 docker.go:123] docker version: linux-27.1.2:Docker Engine - Community
I0829 18:05:54.455421 70962 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0829 18:05:54.560648 70962 info.go:266] docker info: {ID:ed424db3-1cee-48f2-94d7-cc1f826da0cb 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-08-29 18:05:54.544142501 +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.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0829 18:05:54.560776 70962 docker.go:307] overlay module found
I0829 18:05:54.565034 70962 out.go:177] * Using the docker driver based on user configuration
I0829 18:05:54.569865 70962 start.go:297] selected driver: docker
I0829 18:05:54.569906 70962 start.go:901] validating driver "docker" against <nil>
I0829 18:05:54.569925 70962 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0829 18:05:54.570563 70962 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0829 18:05:54.671150 70962 info.go:266] docker info: {ID:ed424db3-1cee-48f2-94d7-cc1f826da0cb 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-08-29 18:05:54.653180065 +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.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builti
n name=cgroupns] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.16.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.29.2]] Warnings:<nil>}}
I0829 18:05:54.671576 70962 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0829 18:05:54.672653 70962 start_flags.go:421] setting extra-config: kubelet.cgroups-per-qos=false
I0829 18:05:54.672701 70962 start_flags.go:421] setting extra-config: kubelet.enforce-node-allocatable=""
I0829 18:05:54.672765 70962 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]
I0829 18:05:54.677207 70962 out.go:177] * Using Docker driver with root privileges
I0829 18:05:54.680868 70962 cni.go:84] Creating CNI manager for ""
I0829 18:05:54.680921 70962 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0829 18:05:54.680943 70962 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0829 18:05:54.681100 70962 start.go:340] cluster config:
{Name:addons-266456 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce 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.0 ClusterName:addons-266456 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.0 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}
I0829 18:05:54.684772 70962 out.go:177] * Starting "addons-266456" primary control-plane node in "addons-266456" cluster
I0829 18:05:54.688137 70962 cache.go:121] Beginning downloading kic base image for docker with docker
I0829 18:05:54.692202 70962 out.go:177] * Pulling base image v0.0.44-1724775115-19521 ...
I0829 18:05:54.697230 70962 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime docker
I0829 18:05:54.697280 70962 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce in local docker daemon
I0829 18:05:54.730215 70962 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce to local cache
I0829 18:05:54.730696 70962 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce in local cache directory
I0829 18:05:54.730858 70962 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce to local cache
I0829 18:05:54.731541 70962 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0/preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4
I0829 18:05:54.731569 70962 cache.go:56] Caching tarball of preloaded images
I0829 18:05:54.731919 70962 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime docker
I0829 18:05:54.737081 70962 out.go:177] * Downloading Kubernetes v1.31.0 preload ...
I0829 18:05:54.741797 70962 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4 ...
I0829 18:05:54.773377 70962 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0/preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4?checksum=md5:2dd98f97b896d7a4f012ee403b477cc8 -> /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4
I0829 18:05:58.584090 70962 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4 ...
I0829 18:05:58.584313 70962 preload.go:254] verifying checksum of /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4 ...
I0829 18:06:00.339248 70962 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0 on docker
I0829 18:06:00.340340 70962 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/config.json ...
I0829 18:06:00.340740 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/config.json: {Name:mk0b1a5ae9ae2b5cf49ee1ec8c544daec0b03fae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:03.461515 70962 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce as a tarball
I0829 18:06:03.461539 70962 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce from local cache
I0829 18:06:36.159794 70962 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce from cached tarball
I0829 18:06:36.159854 70962 cache.go:194] Successfully downloaded all kic artifacts
I0829 18:06:36.159910 70962 start.go:360] acquireMachinesLock for addons-266456: {Name:mkbb1a5118695158d3bf4b6a8242e02042301833 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0829 18:06:36.160329 70962 start.go:364] duration metric: took 372.165µs to acquireMachinesLock for "addons-266456"
I0829 18:06:36.160393 70962 start.go:93] Provisioning new machine with config: &{Name:addons-266456 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce 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.0 ClusterName:addons-266456 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.0 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.0 ContainerRuntime:docker ControlPlane:true Worker:true}
I0829 18:06:36.160547 70962 start.go:125] createHost starting for "" (driver="docker")
I0829 18:06:36.211612 70962 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0829 18:06:36.212162 70962 start.go:159] libmachine.API.Create for "addons-266456" (driver="docker")
I0829 18:06:36.236742 70962 client.go:168] LocalClient.Create starting
I0829 18:06:36.255341 70962 main.go:141] libmachine: Creating CA: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca.pem
I0829 18:06:36.598842 70962 main.go:141] libmachine: Creating client certificate: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/cert.pem
I0829 18:06:36.775188 70962 cli_runner.go:164] Run: docker network inspect addons-266456 --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}}]}"
W0829 18:06:36.801055 70962 cli_runner.go:211] docker network inspect addons-266456 --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
I0829 18:06:36.801253 70962 network_create.go:284] running [docker network inspect addons-266456] to gather additional debugging logs...
I0829 18:06:36.801293 70962 cli_runner.go:164] Run: docker network inspect addons-266456
W0829 18:06:36.853357 70962 cli_runner.go:211] docker network inspect addons-266456 returned with exit code 1
I0829 18:06:36.853406 70962 network_create.go:287] error running [docker network inspect addons-266456]: docker network inspect addons-266456: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-266456 not found
I0829 18:06:36.853427 70962 network_create.go:289] output of [docker network inspect addons-266456]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-266456 not found
** /stderr **
I0829 18:06:36.853601 70962 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}}]}"
I0829 18:06:36.889187 70962 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:0xc016d36710}
I0829 18:06:36.889273 70962 network_create.go:124] attempt to create docker network addons-266456 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1460 ...
I0829 18:06:36.889379 70962 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-266456 addons-266456
I0829 18:06:37.037029 70962 network_create.go:108] docker network addons-266456 192.168.49.0/24 created
I0829 18:06:37.037078 70962 kic.go:121] calculated static IP "192.168.49.2" for the "addons-266456" container
I0829 18:06:37.037239 70962 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0829 18:06:37.087102 70962 cli_runner.go:164] Run: docker volume create addons-266456 --label name.minikube.sigs.k8s.io=addons-266456 --label created_by.minikube.sigs.k8s.io=true
I0829 18:06:37.126588 70962 oci.go:103] Successfully created a docker volume addons-266456
I0829 18:06:37.126764 70962 cli_runner.go:164] Run: docker run --rm --name addons-266456-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-266456 --entrypoint /usr/bin/test -v addons-266456:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce -d /var/lib
I0829 18:06:40.540909 70962 cli_runner.go:217] Completed: docker run --rm --name addons-266456-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-266456 --entrypoint /usr/bin/test -v addons-266456:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce -d /var/lib: (3.414083255s)
I0829 18:06:40.540967 70962 oci.go:107] Successfully prepared a docker volume addons-266456
I0829 18:06:40.541028 70962 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime docker
I0829 18:06:40.541064 70962 kic.go:194] Starting extracting preloaded images to volume ...
I0829 18:06:40.541184 70962 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-266456:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce -I lz4 -xf /preloaded.tar -C /extractDir
I0829 18:06:48.752919 70962 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-266456:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce -I lz4 -xf /preloaded.tar -C /extractDir: (8.211672515s)
I0829 18:06:48.753056 70962 kic.go:203] duration metric: took 8.211904159s to extract preloaded images to volume ...
W0829 18:06:48.753248 70962 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
W0829 18:06:48.753313 70962 oci.go:243] Your kernel does not support CPU cfs period/quota or the cgroup is not mounted.
I0829 18:06:48.753403 70962 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0829 18:06:48.860423 70962 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-266456 --name addons-266456 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-266456 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-266456 --network addons-266456 --ip 192.168.49.2 --volume addons-266456:/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.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce
I0829 18:06:49.288931 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Running}}
I0829 18:06:49.330375 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:06:49.382729 70962 cli_runner.go:164] Run: docker exec addons-266456 stat /var/lib/dpkg/alternatives/iptables
I0829 18:06:49.493892 70962 oci.go:144] the created container "addons-266456" has a running status.
I0829 18:06:49.493942 70962 kic.go:225] Creating ssh key for kic: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa...
I0829 18:06:49.832304 70962 kic_runner.go:191] docker (temp): /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0829 18:06:49.906344 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:06:49.959579 70962 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0829 18:06:49.959613 70962 kic_runner.go:114] Args: [docker exec --privileged addons-266456 chown docker:docker /home/docker/.ssh/authorized_keys]
I0829 18:06:50.103743 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:06:50.157260 70962 machine.go:93] provisionDockerMachine start ...
I0829 18:06:50.157409 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:50.212826 70962 main.go:141] libmachine: Using SSH client type: native
I0829 18:06:50.213183 70962 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82f9c0] 0x832720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0829 18:06:50.213212 70962 main.go:141] libmachine: About to run SSH command:
hostname
I0829 18:06:50.485506 70962 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-266456
I0829 18:06:50.485563 70962 ubuntu.go:169] provisioning hostname "addons-266456"
I0829 18:06:50.485730 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:50.553748 70962 main.go:141] libmachine: Using SSH client type: native
I0829 18:06:50.554111 70962 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82f9c0] 0x832720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0829 18:06:50.554139 70962 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-266456 && echo "addons-266456" | sudo tee /etc/hostname
I0829 18:06:50.765415 70962 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-266456
I0829 18:06:50.765575 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:50.802358 70962 main.go:141] libmachine: Using SSH client type: native
I0829 18:06:50.802693 70962 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82f9c0] 0x832720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0829 18:06:50.802728 70962 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-266456' /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-266456/g' /etc/hosts;
else
echo '127.0.1.1 addons-266456' | sudo tee -a /etc/hosts;
fi
fi
I0829 18:06:50.982850 70962 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0829 18:06:50.982918 70962 ubuntu.go:175] set auth options {CertDir:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube CaCertPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca.pem CaPrivateKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/server.pem ServerKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/server-key.pem ClientKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube}
I0829 18:06:50.982987 70962 ubuntu.go:177] setting up certificates
I0829 18:06:50.983003 70962 provision.go:84] configureAuth start
I0829 18:06:50.983201 70962 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-266456
I0829 18:06:51.022567 70962 provision.go:143] copyHostCerts
I0829 18:06:51.022700 70962 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca.pem --> /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.pem (1119 bytes)
I0829 18:06:51.022916 70962 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/cert.pem --> /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/cert.pem (1164 bytes)
I0829 18:06:51.023216 70962 exec_runner.go:151] cp: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/key.pem --> /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/key.pem (1679 bytes)
I0829 18:06:51.023324 70962 provision.go:117] generating server cert: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/server.pem ca-key=/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca.pem private-key=/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca-key.pem org=g528047478195_compute.addons-266456 san=[127.0.0.1 192.168.49.2 addons-266456 localhost minikube]
I0829 18:06:51.332917 70962 provision.go:177] copyRemoteCerts
I0829 18:06:51.333353 70962 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0829 18:06:51.333458 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:51.361712 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:06:51.471408 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1119 bytes)
I0829 18:06:51.513210 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/server.pem --> /etc/docker/server.pem (1249 bytes)
I0829 18:06:51.555459 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0829 18:06:51.600147 70962 provision.go:87] duration metric: took 617.096998ms to configureAuth
I0829 18:06:51.600191 70962 ubuntu.go:193] setting minikube options for container-runtime
I0829 18:06:51.612107 70962 config.go:182] Loaded profile config "addons-266456": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.0
I0829 18:06:51.612268 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:51.645237 70962 main.go:141] libmachine: Using SSH client type: native
I0829 18:06:51.645587 70962 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82f9c0] 0x832720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0829 18:06:51.645626 70962 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0829 18:06:51.794639 70962 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0829 18:06:51.794679 70962 ubuntu.go:71] root file system type: overlay
I0829 18:06:51.794862 70962 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0829 18:06:51.795000 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:51.826026 70962 main.go:141] libmachine: Using SSH client type: native
I0829 18:06:51.826356 70962 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82f9c0] 0x832720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0829 18:06:51.826529 70962 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
I0829 18:06:51.995091 70962 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
I0829 18:06:51.995244 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:52.026118 70962 main.go:141] libmachine: Using SSH client type: native
I0829 18:06:52.026571 70962 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82f9c0] 0x832720 <nil> [] 0s} 127.0.0.1 32788 <nil> <nil>}
I0829 18:06:52.026610 70962 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; }
I0829 18:06:53.235009 70962 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-08-12 11:48:57.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-08-29 18:06:51.991300778 +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
I0829 18:06:53.235203 70962 machine.go:96] duration metric: took 3.077909782s to provisionDockerMachine
I0829 18:06:53.235271 70962 client.go:171] duration metric: took 16.998485864s to LocalClient.Create
I0829 18:06:53.235369 70962 start.go:167] duration metric: took 17.023205795s to libmachine.API.Create "addons-266456"
I0829 18:06:53.235389 70962 start.go:293] postStartSetup for "addons-266456" (driver="docker")
I0829 18:06:53.235409 70962 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]
I0829 18:06:53.235547 70962 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
I0829 18:06:53.235653 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:53.267391 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:06:53.378797 70962 ssh_runner.go:195] Run: cat /etc/os-release
I0829 18:06:53.384587 70962 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0829 18:06:53.384639 70962 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0829 18:06:53.384666 70962 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0829 18:06:53.384681 70962 info.go:137] Remote host: Ubuntu 22.04.4 LTS
I0829 18:06:53.384701 70962 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/addons for local assets ...
I0829 18:06:53.384806 70962 filesync.go:126] Scanning /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/files for local assets ...
I0829 18:06:53.384863 70962 start.go:296] duration metric: took 149.461848ms for postStartSetup
I0829 18:06:53.385412 70962 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-266456
I0829 18:06:53.413871 70962 profile.go:143] Saving config to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/config.json ...
I0829 18:06:53.414542 70962 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0829 18:06:53.414637 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:53.443110 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:06:53.542078 70962 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0829 18:06:53.549538 70962 start.go:128] duration metric: took 17.388964005s to createHost
I0829 18:06:53.549638 70962 start.go:83] releasing machines lock for "addons-266456", held for 17.389279212s
I0829 18:06:53.549781 70962 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-266456
I0829 18:06:53.581584 70962 ssh_runner.go:195] Run: cat /version.json
I0829 18:06:53.581795 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:53.582145 70962 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0829 18:06:53.582293 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:06:53.620197 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:06:53.625679 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:06:53.733169 70962 ssh_runner.go:195] Run: systemctl --version
I0829 18:06:53.838826 70962 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0829 18:06:53.846145 70962 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' {}" ;
I0829 18:06:53.891813 70962 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0829 18:06:53.891978 70962 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" ;
I0829 18:06:53.939801 70962 cni.go:262] disabled [/etc/cni/net.d/100-crio-bridge.conf, /etc/cni/net.d/87-podman-bridge.conflist] bridge cni config(s)
I0829 18:06:53.939841 70962 start.go:495] detecting cgroup driver to use...
I0829 18:06:53.939891 70962 detect.go:190] detected "systemd" cgroup driver on host os
I0829 18:06:53.940119 70962 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"
I0829 18:06:53.968421 70962 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"
I0829 18:06:53.986193 70962 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"
I0829 18:06:54.003918 70962 containerd.go:146] configuring containerd to use "systemd" as cgroup driver...
I0829 18:06:54.004109 70962 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = true|g' /etc/containerd/config.toml"
I0829 18:06:54.022472 70962 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"
I0829 18:06:54.039761 70962 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0829 18:06:54.057142 70962 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0829 18:06:54.074638 70962 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0829 18:06:54.091045 70962 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"
I0829 18:06:54.107970 70962 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0829 18:06:54.124197 70962 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"
I0829 18:06:54.141046 70962 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0829 18:06:54.156206 70962 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0829 18:06:54.171456 70962 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0829 18:06:54.313649 70962 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0829 18:06:54.455725 70962 start.go:495] detecting cgroup driver to use...
I0829 18:06:54.455782 70962 detect.go:190] detected "systemd" cgroup driver on host os
I0829 18:06:54.455869 70962 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0829 18:06:54.488421 70962 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0829 18:06:54.488535 70962 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0829 18:06:54.515611 70962 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"
I0829 18:06:54.556695 70962 ssh_runner.go:195] Run: which cri-dockerd
I0829 18:06:54.565267 70962 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0829 18:06:54.590524 70962 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
I0829 18:06:54.634844 70962 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0829 18:06:54.900757 70962 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0829 18:06:55.111398 70962 docker.go:574] configuring docker to use "systemd" as cgroup driver...
I0829 18:06:55.111609 70962 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (129 bytes)
I0829 18:06:55.141734 70962 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0829 18:06:55.284446 70962 ssh_runner.go:195] Run: sudo systemctl restart docker
I0829 18:06:55.772810 70962 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0829 18:06:55.792742 70962 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0829 18:06:55.812819 70962 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0829 18:06:55.954262 70962 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0829 18:06:56.099362 70962 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0829 18:06:56.238617 70962 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0829 18:06:56.267263 70962 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0829 18:06:56.288133 70962 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0829 18:06:56.427886 70962 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0829 18:06:56.569385 70962 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0829 18:06:56.569853 70962 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0829 18:06:56.578430 70962 start.go:563] Will wait 60s for crictl version
I0829 18:06:56.578553 70962 ssh_runner.go:195] Run: which crictl
I0829 18:06:56.586055 70962 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0829 18:06:56.646076 70962 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 27.1.2
RuntimeApiVersion: v1
I0829 18:06:56.646198 70962 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0829 18:06:56.684532 70962 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0829 18:06:56.729245 70962 out.go:235] * Preparing Kubernetes v1.31.0 on Docker 27.1.2 ...
I0829 18:06:56.729436 70962 cli_runner.go:164] Run: docker network inspect addons-266456 --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}}]}"
I0829 18:06:56.756352 70962 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0829 18:06:56.762425 70962 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""
I0829 18:06:56.785296 70962 out.go:177] - kubelet.cgroups-per-qos=false
I0829 18:06:56.789499 70962 out.go:177] - kubelet.enforce-node-allocatable=""
I0829 18:06:56.806489 70962 kubeadm.go:883] updating cluster {Name:addons-266456 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce 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.0 ClusterName:addons-266456 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.0 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} ...
I0829 18:06:56.806759 70962 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime docker
I0829 18:06:56.806937 70962 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0829 18:06:56.859497 70962 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-controller-manager:v1.31.0
registry.k8s.io/kube-scheduler:v1.31.0
registry.k8s.io/kube-apiserver:v1.31.0
registry.k8s.io/kube-proxy:v1.31.0
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
registry.k8s.io/coredns/coredns:v1.11.1
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0829 18:06:56.859528 70962 docker.go:615] Images already preloaded, skipping extraction
I0829 18:06:56.859650 70962 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0829 18:06:56.898703 70962 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-controller-manager:v1.31.0
registry.k8s.io/kube-scheduler:v1.31.0
registry.k8s.io/kube-apiserver:v1.31.0
registry.k8s.io/kube-proxy:v1.31.0
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
registry.k8s.io/coredns/coredns:v1.11.1
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0829 18:06:56.898735 70962 cache_images.go:84] Images are preloaded, skipping loading
I0829 18:06:56.898749 70962 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.0 docker true true} ...
I0829 18:06:56.899017 70962 kubeadm.go:946] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable="" --hostname-override=addons-266456 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.0 ClusterName:addons-266456 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:}
I0829 18:06:56.899196 70962 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0829 18:06:57.027830 70962 cni.go:84] Creating CNI manager for ""
I0829 18:06:57.027883 70962 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0829 18:06:57.027922 70962 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0829 18:06:57.028013 70962 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.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-266456 NodeName:addons-266456 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}
I0829 18:06:57.028276 70962 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-266456"
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.0
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
I0829 18:06:57.028395 70962 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.0
I0829 18:06:57.049856 70962 binaries.go:44] Found k8s binaries, skipping transfer
I0829 18:06:57.050031 70962 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0829 18:06:57.074590 70962 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (366 bytes)
I0829 18:06:57.117007 70962 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0829 18:06:57.149690 70962 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2154 bytes)
I0829 18:06:57.180529 70962 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0829 18:06:57.186496 70962 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""
I0829 18:06:57.205244 70962 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0829 18:06:57.349828 70962 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0829 18:06:57.379213 70962 certs.go:68] Setting up /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456 for IP: 192.168.49.2
I0829 18:06:57.379245 70962 certs.go:194] generating shared ca certs ...
I0829 18:06:57.379273 70962 certs.go:226] acquiring lock for ca certs: {Name:mk7d3b7c7d00be81a0cac930a2f5faf9aba72f20 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:57.379613 70962 certs.go:240] generating "minikubeCA" ca cert: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.key
I0829 18:06:58.096754 70962 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.crt ...
I0829 18:06:58.096883 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.crt: {Name:mkab070dc21dcd913bc4d08a590701b13b21e4b1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.097385 70962 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.key ...
I0829 18:06:58.097448 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.key: {Name:mkf9fa894d4824c6cd4ebabd97363b73dba2aab9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.097796 70962 certs.go:240] generating "proxyClientCA" ca cert: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/proxy-client-ca.key
I0829 18:06:58.390622 70962 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/proxy-client-ca.crt ...
I0829 18:06:58.390663 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/proxy-client-ca.crt: {Name:mk5b73382f33d2d807b2fdd476f144cee6be32e5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.391159 70962 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/proxy-client-ca.key ...
I0829 18:06:58.391187 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/proxy-client-ca.key: {Name:mk8bbdd4b31863bf1df252fae799ab39973a5334 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.391506 70962 certs.go:256] generating profile certs ...
I0829 18:06:58.391612 70962 certs.go:363] generating signed profile cert for "minikube-user": /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/client.key
I0829 18:06:58.391644 70962 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/client.crt with IP's: []
I0829 18:06:58.500334 70962 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/client.crt ...
I0829 18:06:58.500380 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/client.crt: {Name:mk5c7b4c84ce50e4ed7413641ddbc75872837b95 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.500859 70962 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/client.key ...
I0829 18:06:58.500886 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/client.key: {Name:mk600b9088a2deb15b7df41fc7f29ed40275a04d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.501205 70962 certs.go:363] generating signed profile cert for "minikube": /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.key.f3e88770
I0829 18:06:58.501250 70962 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.crt.f3e88770 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0829 18:06:58.597464 70962 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.crt.f3e88770 ...
I0829 18:06:58.597509 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.crt.f3e88770: {Name:mk42962b4ce5885dba4d8ccd167c87054695048e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.598012 70962 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.key.f3e88770 ...
I0829 18:06:58.598042 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.key.f3e88770: {Name:mka64c6c58e57d390a44831a5d6be906bd9aa7dc Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:58.598382 70962 certs.go:381] copying /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.crt.f3e88770 -> /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.crt
I0829 18:06:58.598545 70962 certs.go:385] copying /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.key.f3e88770 -> /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.key
I0829 18:06:58.598698 70962 certs.go:363] generating signed profile cert for "aggregator": /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.key
I0829 18:06:58.598747 70962 crypto.go:68] Generating cert /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.crt with IP's: []
I0829 18:06:59.005363 70962 crypto.go:156] Writing cert to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.crt ...
I0829 18:06:59.005408 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.crt: {Name:mk29e2d9a416a10e295f7a7b5a606b4512e9f0b4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:59.005859 70962 crypto.go:164] Writing key to /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.key ...
I0829 18:06:59.005889 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.key: {Name:mkb61d28a1e0bae521cb82f2b6821f86d2079097 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:06:59.006385 70962 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca-key.pem (1679 bytes)
I0829 18:06:59.006467 70962 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/ca.pem (1119 bytes)
I0829 18:06:59.006525 70962 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/cert.pem (1164 bytes)
I0829 18:06:59.006581 70962 certs.go:484] found cert: /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/certs/key.pem (1679 bytes)
I0829 18:06:59.039523 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0829 18:06:59.084289 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0829 18:06:59.126760 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0829 18:06:59.168182 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0829 18:06:59.210029 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0829 18:06:59.251753 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0829 18:06:59.293170 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0829 18:06:59.336076 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/profiles/addons-266456/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0829 18:06:59.378094 70962 ssh_runner.go:362] scp /home/g528047478195_compute/minikube-integration/19531-64887/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0829 18:06:59.421735 70962 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0829 18:06:59.452442 70962 ssh_runner.go:195] Run: openssl version
I0829 18:06:59.461767 70962 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"
I0829 18:06:59.478714 70962 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0829 18:06:59.484908 70962 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Aug 29 18:06 /usr/share/ca-certificates/minikubeCA.pem
I0829 18:06:59.485061 70962 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0829 18:06:59.495908 70962 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"
I0829 18:06:59.512836 70962 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0829 18:06:59.518913 70962 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
I0829 18:06:59.519009 70962 kubeadm.go:392] StartCluster: {Name:addons-266456 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724775115-19521@sha256:5e61ebc6e68d69e31cadead040aa9b41aa36d281b29a7d562fa41077c99ed3ce 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.0 ClusterName:addons-266456 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.0 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}
I0829 18:06:59.519245 70962 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0829 18:06:59.549227 70962 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0829 18:06:59.566027 70962 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0829 18:06:59.582353 70962 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0829 18:06:59.582491 70962 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
I0829 18:06:59.597631 70962 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
I0829 18:06:59.597667 70962 kubeadm.go:157] found existing configuration files:
I0829 18:06:59.597782 70962 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0829 18:06:59.612984 70962 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
I0829 18:06:59.613097 70962 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0829 18:06:59.631891 70962 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0829 18:06:59.656101 70962 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
I0829 18:06:59.656338 70962 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0829 18:06:59.676474 70962 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0829 18:06:59.699378 70962 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
I0829 18:06:59.699491 70962 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0829 18:06:59.720109 70962 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0829 18:06:59.743272 70962 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
I0829 18:06:59.743411 70962 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0829 18:06:59.758251 70962 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.0:$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"
I0829 18:06:59.817924 70962 kubeadm.go:310] [init] Using Kubernetes version: v1.31.0
I0829 18:06:59.818254 70962 kubeadm.go:310] [preflight] Running pre-flight checks
I0829 18:06:59.949908 70962 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0829 18:06:59.950108 70962 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0829 18:06:59.950260 70962 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0829 18:06:59.969748 70962 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0829 18:06:59.974406 70962 out.go:235] - Generating certificates and keys ...
I0829 18:06:59.974602 70962 kubeadm.go:310] [certs] Using existing ca certificate authority
I0829 18:06:59.974733 70962 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0829 18:07:00.252216 70962 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0829 18:07:00.328686 70962 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0829 18:07:00.499704 70962 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0829 18:07:00.590468 70962 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0829 18:07:00.913088 70962 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0829 18:07:00.913603 70962 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-266456 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0829 18:07:01.171161 70962 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0829 18:07:01.172155 70962 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-266456 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0829 18:07:01.323173 70962 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0829 18:07:01.413091 70962 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0829 18:07:01.554551 70962 kubeadm.go:310] [certs] Generating "sa" key and public key
I0829 18:07:01.558617 70962 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0829 18:07:01.747073 70962 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0829 18:07:01.858086 70962 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0829 18:07:02.274848 70962 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0829 18:07:02.479524 70962 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0829 18:07:02.668620 70962 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0829 18:07:02.670320 70962 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0829 18:07:02.675659 70962 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0829 18:07:02.679984 70962 out.go:235] - Booting up control plane ...
I0829 18:07:02.680153 70962 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0829 18:07:02.680291 70962 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0829 18:07:02.682609 70962 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0829 18:07:02.710045 70962 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0829 18:07:02.720990 70962 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0829 18:07:02.721669 70962 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0829 18:07:02.888510 70962 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0829 18:07:02.888717 70962 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0829 18:07:03.388097 70962 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 502.404871ms
I0829 18:07:03.388343 70962 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0829 18:07:10.895885 70962 kubeadm.go:310] [api-check] The API server is healthy after 7.50807386s
I0829 18:07:10.939998 70962 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0829 18:07:10.980646 70962 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0829 18:07:11.022089 70962 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0829 18:07:11.023333 70962 kubeadm.go:310] [mark-control-plane] Marking the node addons-266456 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0829 18:07:11.038930 70962 kubeadm.go:310] [bootstrap-token] Using token: 4kjcvl.bn4wr15em8yvdvza
I0829 18:07:11.041465 70962 out.go:235] - Configuring RBAC rules ...
I0829 18:07:11.041681 70962 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0829 18:07:11.050711 70962 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0829 18:07:11.063696 70962 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
I0829 18:07:11.069430 70962 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0829 18:07:11.075667 70962 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0829 18:07:11.083710 70962 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0829 18:07:11.307634 70962 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0829 18:07:11.885328 70962 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0829 18:07:12.306687 70962 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0829 18:07:12.308474 70962 kubeadm.go:310]
I0829 18:07:12.308601 70962 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0829 18:07:12.308618 70962 kubeadm.go:310]
I0829 18:07:12.308867 70962 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0829 18:07:12.308884 70962 kubeadm.go:310]
I0829 18:07:12.308944 70962 kubeadm.go:310] mkdir -p $HOME/.kube
I0829 18:07:12.309079 70962 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0829 18:07:12.309187 70962 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0829 18:07:12.309216 70962 kubeadm.go:310]
I0829 18:07:12.309333 70962 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0829 18:07:12.309350 70962 kubeadm.go:310]
I0829 18:07:12.309445 70962 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0829 18:07:12.309462 70962 kubeadm.go:310]
I0829 18:07:12.309573 70962 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0829 18:07:12.309734 70962 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0829 18:07:12.309879 70962 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0829 18:07:12.309900 70962 kubeadm.go:310]
I0829 18:07:12.310132 70962 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0829 18:07:12.310300 70962 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0829 18:07:12.310316 70962 kubeadm.go:310]
I0829 18:07:12.310488 70962 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 4kjcvl.bn4wr15em8yvdvza \
I0829 18:07:12.310712 70962 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:44618ef84dd6f4260e5c0e61abc5b9fe5df7a11d6571d5274d3684ecadaf57b9 \
I0829 18:07:12.310760 70962 kubeadm.go:310] --control-plane
I0829 18:07:12.310776 70962 kubeadm.go:310]
I0829 18:07:12.310965 70962 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0829 18:07:12.310978 70962 kubeadm.go:310]
I0829 18:07:12.311143 70962 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 4kjcvl.bn4wr15em8yvdvza \
I0829 18:07:12.311384 70962 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:44618ef84dd6f4260e5c0e61abc5b9fe5df7a11d6571d5274d3684ecadaf57b9
I0829 18:07:12.319663 70962 kubeadm.go:310] W0829 18:06:59.813528 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.
I0829 18:07:12.320412 70962 kubeadm.go:310] W0829 18:06:59.814654 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.
I0829 18:07:12.320630 70962 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0829 18:07:12.320674 70962 cni.go:84] Creating CNI manager for ""
I0829 18:07:12.320701 70962 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0829 18:07:12.325495 70962 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0829 18:07:12.329338 70962 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0829 18:07:12.347050 70962 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0829 18:07:12.394104 70962 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0829 18:07:12.394319 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-266456 minikube.k8s.io/updated_at=2024_08_29T18_07_12_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=95341f0b655cea8be5ebfc6bf112c8367dc08d33 minikube.k8s.io/name=addons-266456 minikube.k8s.io/primary=true
I0829 18:07:12.394321 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:12.430221 70962 ops.go:34] apiserver oom_adj: -16
I0829 18:07:12.621063 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:13.121272 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:13.622113 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:14.121248 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:14.621264 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:15.121801 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:15.621092 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:16.121187 70962 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0829 18:07:16.244126 70962 kubeadm.go:1113] duration metric: took 3.849893806s to wait for elevateKubeSystemPrivileges
I0829 18:07:16.244172 70962 kubeadm.go:394] duration metric: took 16.725172765s to StartCluster
I0829 18:07:16.244201 70962 settings.go:142] acquiring lock: {Name:mk980cf8ccf5274846192eb95f827d3e314172d2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:07:16.244595 70962 settings.go:150] Updating kubeconfig: /home/g528047478195_compute/minikube-integration/19531-64887/kubeconfig
I0829 18:07:16.245687 70962 lock.go:35] WriteFile acquiring /home/g528047478195_compute/minikube-integration/19531-64887/kubeconfig: {Name:mk3f09a163a505d5a94d8c45c28ee8ab3fdf21f4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0829 18:07:16.246334 70962 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0829 18:07:16.246356 70962 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.0 ContainerRuntime:docker ControlPlane:true Worker:true}
I0829 18:07:16.246809 70962 config.go:182] Loaded profile config "addons-266456": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.0
I0829 18:07:16.246871 70962 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0829 18:07:16.247028 70962 addons.go:69] Setting ingress=true in profile "addons-266456"
I0829 18:07:16.247038 70962 addons.go:69] Setting yakd=true in profile "addons-266456"
I0829 18:07:16.247080 70962 addons.go:234] Setting addon ingress=true in "addons-266456"
I0829 18:07:16.247090 70962 addons.go:234] Setting addon yakd=true in "addons-266456"
I0829 18:07:16.247131 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.247137 70962 addons.go:69] Setting cloud-spanner=true in profile "addons-266456"
I0829 18:07:16.247160 70962 addons.go:234] Setting addon cloud-spanner=true in "addons-266456"
I0829 18:07:16.247184 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.247368 70962 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-266456"
I0829 18:07:16.247448 70962 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-266456"
I0829 18:07:16.247495 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.247980 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.248248 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.248883 70962 addons.go:69] Setting default-storageclass=true in profile "addons-266456"
I0829 18:07:16.249022 70962 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-266456"
I0829 18:07:16.249586 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.250383 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.254383 70962 addons.go:69] Setting ingress-dns=true in profile "addons-266456"
I0829 18:07:16.254483 70962 addons.go:234] Setting addon ingress-dns=true in "addons-266456"
I0829 18:07:16.254549 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.255498 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.258083 70962 addons.go:69] Setting gcp-auth=true in profile "addons-266456"
I0829 18:07:16.258123 70962 mustload.go:65] Loading cluster: addons-266456
I0829 18:07:16.258525 70962 config.go:182] Loaded profile config "addons-266456": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.0
I0829 18:07:16.259049 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.260884 70962 addons.go:69] Setting inspektor-gadget=true in profile "addons-266456"
I0829 18:07:16.260984 70962 addons.go:234] Setting addon inspektor-gadget=true in "addons-266456"
I0829 18:07:16.261051 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.261981 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.269994 70962 addons.go:69] Setting helm-tiller=true in profile "addons-266456"
I0829 18:07:16.270127 70962 addons.go:234] Setting addon helm-tiller=true in "addons-266456"
I0829 18:07:16.270202 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.271170 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.276830 70962 addons.go:69] Setting metrics-server=true in profile "addons-266456"
I0829 18:07:16.276924 70962 addons.go:234] Setting addon metrics-server=true in "addons-266456"
I0829 18:07:16.277006 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.277767 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.298163 70962 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-266456"
I0829 18:07:16.298296 70962 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-266456"
I0829 18:07:16.298362 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.299312 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.301582 70962 out.go:177] * Verifying Kubernetes components...
I0829 18:07:16.314264 70962 addons.go:69] Setting registry=true in profile "addons-266456"
I0829 18:07:16.314365 70962 addons.go:234] Setting addon registry=true in "addons-266456"
I0829 18:07:16.314447 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.315423 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.335293 70962 addons.go:69] Setting storage-provisioner=true in profile "addons-266456"
I0829 18:07:16.335423 70962 addons.go:234] Setting addon storage-provisioner=true in "addons-266456"
I0829 18:07:16.335563 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.336553 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.357266 70962 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-266456"
I0829 18:07:16.357357 70962 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-266456"
I0829 18:07:16.358145 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.382195 70962 addons.go:69] Setting volcano=true in profile "addons-266456"
I0829 18:07:16.382307 70962 addons.go:234] Setting addon volcano=true in "addons-266456"
I0829 18:07:16.382389 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.383263 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.398196 70962 addons.go:69] Setting volumesnapshots=true in profile "addons-266456"
I0829 18:07:16.398283 70962 addons.go:234] Setting addon volumesnapshots=true in "addons-266456"
I0829 18:07:16.398352 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.399314 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.247131 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:16.426404 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:16.437274 70962 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0829 18:07:16.621767 70962 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
I0829 18:07:16.627805 70962 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0829 18:07:16.627895 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0829 18:07:16.628069 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:16.745730 70962 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0829 18:07:16.756289 70962 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0829 18:07:16.764504 70962 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0829 18:07:16.768711 70962 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0829 18:07:16.776007 70962 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0829 18:07:16.781288 70962 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0829 18:07:16.784848 70962 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0829 18:07:16.792208 70962 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0829 18:07:16.798272 70962 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0829 18:07:16.798308 70962 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0829 18:07:16.798426 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:16.825073 70962 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0829 18:07:16.828214 70962 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0829 18:07:16.828335 70962 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0829 18:07:16.828530 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:16.923710 70962 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
I0829 18:07:16.932177 70962 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0829 18:07:16.932315 70962 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0829 18:07:16.932465 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.109307 70962 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0829 18:07:17.117776 70962 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0829 18:07:17.117807 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0829 18:07:17.117938 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.256036 70962 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.31.0
I0829 18:07:17.260273 70962 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0829 18:07:17.261024 70962 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0829 18:07:17.261219 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.298228 70962 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml": (1.051751311s)
I0829 18:07:17.300776 70962 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0829 18:07:17.302067 70962 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0829 18:07:17.310198 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.038956653s)
I0829 18:07:17.314080 70962 out.go:177] - Using image ghcr.io/helm/tiller:v2.17.0
I0829 18:07:17.328157 70962 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
I0829 18:07:17.328269 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
I0829 18:07:17.328484 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.339336 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.039950944s)
I0829 18:07:17.347741 70962 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0829 18:07:17.351365 70962 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0829 18:07:17.353623 70962 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0829 18:07:17.357631 70962 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0829 18:07:17.357965 70962 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0829 18:07:17.358054 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0829 18:07:17.358232 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.366220 70962 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0829 18:07:17.366355 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0829 18:07:17.366501 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.439419 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.102790192s)
I0829 18:07:17.442612 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.084410823s)
I0829 18:07:17.445527 70962 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0829 18:07:17.449616 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.190520564s)
I0829 18:07:17.449738 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:17.450599 70962 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0829 18:07:17.450693 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0829 18:07:17.450863 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.521563 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.20607148s)
I0829 18:07:17.522217 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.272595458s)
I0829 18:07:17.569901 70962 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0829 18:07:17.577706 70962 out.go:177] - Using image docker.io/registry:2.8.3
I0829 18:07:17.583197 70962 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0829 18:07:17.583313 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0829 18:07:17.583473 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:17.685672 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.25920886s)
I0829 18:07:17.694039 70962 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0829 18:07:17.767590 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:17.786782 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:17.787339 70962 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0829 18:07:17.821829 70962 cli_runner.go:217] Completed: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456: (1.193708192s)
I0829 18:07:17.821874 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:17.821825 70962 cli_runner.go:217] Completed: docker container inspect addons-266456 --format={{.State.Status}}: (1.422459827s)
I0829 18:07:17.827017 70962 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0829 18:07:17.830646 70962 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0829 18:07:17.830684 70962 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0829 18:07:17.830826 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:18.006916 70962 cli_runner.go:217] Completed: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456: (1.178302888s)
I0829 18:07:18.006989 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.009076 70962 node_ready.go:35] waiting up to 6m0s for node "addons-266456" to be "Ready" ...
I0829 18:07:18.021514 70962 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0829 18:07:18.024976 70962 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0829 18:07:18.025010 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0829 18:07:18.026126 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.026603 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.027422 70962 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-266456"
I0829 18:07:18.027490 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:18.028262 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:18.032336 70962 addons.go:234] Setting addon default-storageclass=true in "addons-266456"
I0829 18:07:18.032402 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:18.033174 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:18.045735 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.049140 70962 cli_runner.go:217] Completed: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456: (1.116632336s)
I0829 18:07:18.049187 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.049711 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.050128 70962 cli_runner.go:217] Completed: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456: (1.251673592s)
I0829 18:07:18.050167 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.050527 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.050869 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.057483 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:18.136626 70962 out.go:177] - Using image docker.io/busybox:stable
I0829 18:07:18.139397 70962 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0829 18:07:18.146924 70962 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0829 18:07:18.146980 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0829 18:07:18.147087 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:18.164375 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
W0829 18:07:18.176062 70962 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0829 18:07:18.176114 70962 retry.go:31] will retry after 132.366039ms: ssh: handshake failed: EOF
I0829 18:07:18.230163 70962 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0829 18:07:18.230199 70962 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0829 18:07:18.230350 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
W0829 18:07:18.316142 70962 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0829 18:07:18.316183 70962 retry.go:31] will retry after 529.159083ms: ssh: handshake failed: EOF
I0829 18:07:18.317055 70962 node_ready.go:49] node "addons-266456" has status "Ready":"True"
I0829 18:07:18.317082 70962 node_ready.go:38] duration metric: took 307.967808ms for node "addons-266456" to be "Ready" ...
I0829 18:07:18.317098 70962 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" ...
I0829 18:07:18.368155 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:18.409973 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
W0829 18:07:18.411782 70962 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
I0829 18:07:18.411831 70962 retry.go:31] will retry after 198.074533ms: ssh: handshake failed: EOF
I0829 18:07:18.753075 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0829 18:07:18.769982 70962 pod_ready.go:79] waiting up to 6m0s for pod "coredns-6f6b679f8f-xp9vf" in "kube-system" namespace to be "Ready" ...
I0829 18:07:18.839118 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0829 18:07:19.000784 70962 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0829 18:07:19.000855 70962 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0829 18:07:19.057150 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0829 18:07:19.061197 70962 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0829 18:07:19.061234 70962 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0829 18:07:19.150345 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0829 18:07:19.283760 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0829 18:07:19.385410 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0829 18:07:19.590704 70962 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0829 18:07:19.590743 70962 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0829 18:07:19.636114 70962 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0829 18:07:19.636156 70962 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0829 18:07:19.696178 70962 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0829 18:07:19.696215 70962 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0829 18:07:19.730689 70962 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0829 18:07:19.730727 70962 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0829 18:07:19.759543 70962 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
I0829 18:07:19.759579 70962 ssh_runner.go:362] scp helm-tiller/helm-tiller-rbac.yaml --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
I0829 18:07:19.829183 70962 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0829 18:07:19.829250 70962 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0829 18:07:19.881984 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0829 18:07:19.935886 70962 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0829 18:07:19.935920 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0829 18:07:20.026288 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0829 18:07:20.054774 70962 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0829 18:07:20.054812 70962 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0829 18:07:20.172529 70962 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0829 18:07:20.172565 70962 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0829 18:07:20.250274 70962 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0829 18:07:20.250314 70962 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)
I0829 18:07:20.288698 70962 addons.go:431] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
I0829 18:07:20.288739 70962 ssh_runner.go:362] scp helm-tiller/helm-tiller-svc.yaml --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
I0829 18:07:20.294864 70962 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0829 18:07:20.294904 70962 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0829 18:07:20.357972 70962 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0829 18:07:20.358009 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0829 18:07:20.407757 70962 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.10660822s)
I0829 18:07:20.407799 70962 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0829 18:07:20.476001 70962 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0829 18:07:20.476038 70962 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0829 18:07:20.667830 70962 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0829 18:07:20.667941 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0829 18:07:20.703928 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0829 18:07:20.876712 70962 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0829 18:07:20.876820 70962 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0829 18:07:21.052235 70962 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0829 18:07:21.052354 70962 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0829 18:07:21.061536 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
I0829 18:07:21.079722 70962 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0829 18:07:21.079855 70962 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0829 18:07:21.196741 70962 pod_ready.go:103] pod "coredns-6f6b679f8f-xp9vf" in "kube-system" namespace doesn't have "Ready" status: {Phase:Pending Conditions:[{Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP: HostIPs:[] PodIP: PodIPs:[] StartTime:<nil> InitContainerStatuses:[] ContainerStatuses:[] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0829 18:07:21.199564 70962 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-266456" context rescaled to 1 replicas
I0829 18:07:21.239192 70962 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0829 18:07:21.239329 70962 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0829 18:07:21.263562 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:21.439372 70962 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0829 18:07:21.439408 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0829 18:07:21.652275 70962 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0829 18:07:21.652315 70962 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0829 18:07:21.694043 70962 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0829 18:07:21.694082 70962 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0829 18:07:21.795830 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:22.046085 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:22.112441 70962 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0829 18:07:22.112485 70962 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0829 18:07:22.371090 70962 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0829 18:07:22.371134 70962 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0829 18:07:22.601222 70962 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0829 18:07:22.601263 70962 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0829 18:07:23.005400 70962 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0829 18:07:23.005432 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0829 18:07:23.380704 70962 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0829 18:07:23.380736 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0829 18:07:23.676309 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:23.796711 70962 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0829 18:07:23.796755 70962 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0829 18:07:24.478802 70962 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0829 18:07:24.478845 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0829 18:07:24.910970 70962 pod_ready.go:103] pod "coredns-6f6b679f8f-xp9vf" in "kube-system" namespace has status "Ready":"False"
I0829 18:07:25.024821 70962 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0829 18:07:25.024915 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0829 18:07:25.335398 70962 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0829 18:07:25.335431 70962 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0829 18:07:25.851322 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:26.322382 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (7.569236601s)
I0829 18:07:26.322479 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (7.483325397s)
I0829 18:07:26.641048 70962 pod_ready.go:98] pod "coredns-6f6b679f8f-xp9vf" 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-08-29 18:07:24 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason: Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason:PodFailed Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason:PodFailed Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.49.2 HostIPs:[{IP:192.168.49.2}] PodIP:10.244.0.2 PodI
Ps:[{IP:10.244.0.2}] StartTime:2024-08-29 18:07:18 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:2,Signal:0,Reason:Error,Message:,StartedAt:2024-08-29 18:07:23 +0000 UTC,FinishedAt:2024-08-29 18:07:24 +0000 UTC,ContainerID:docker://1afcd0b0ca2649652bc7d17452039c3800bfdda946a2fbc6eb18077ff96571ea,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.1 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1 ContainerID:docker://1afcd0b0ca2649652bc7d17452039c3800bfdda946a2fbc6eb18077ff96571ea Started:0xc019bda5bc AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc019a7f2d0} {Name:kube-api-access-mbc76 MountPath:/var/run/secrets/kubernetes.io/serviceaccount ReadOnly:true RecursiveRead
Only:0xc019a7f2e0}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0829 18:07:26.641119 70962 pod_ready.go:82] duration metric: took 7.871074818s for pod "coredns-6f6b679f8f-xp9vf" in "kube-system" namespace to be "Ready" ...
E0829 18:07:26.641156 70962 pod_ready.go:67] WaitExtra: waitPodCondition: pod "coredns-6f6b679f8f-xp9vf" 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-08-29 18:07:24 +0000 UTC Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason: Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason:PodFailed Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason:PodFailed Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-08-29 18:07:18 +0000 UTC Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.49.2 HostIPs:[{IP:192.168
.49.2}] PodIP:10.244.0.2 PodIPs:[{IP:10.244.0.2}] StartTime:2024-08-29 18:07:18 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:2,Signal:0,Reason:Error,Message:,StartedAt:2024-08-29 18:07:23 +0000 UTC,FinishedAt:2024-08-29 18:07:24 +0000 UTC,ContainerID:docker://1afcd0b0ca2649652bc7d17452039c3800bfdda946a2fbc6eb18077ff96571ea,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.1 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1 ContainerID:docker://1afcd0b0ca2649652bc7d17452039c3800bfdda946a2fbc6eb18077ff96571ea Started:0xc019bda5bc AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc019a7f2d0} {Name:kube-api-access-mbc76 MountPath:/var/run/secrets/kubernetes.io/serviceaccoun
t ReadOnly:true RecursiveReadOnly:0xc019a7f2e0}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0829 18:07:26.641185 70962 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:29.997216 70962 pod_ready.go:93] pod "etcd-addons-266456" in "kube-system" namespace has status "Ready":"True"
I0829 18:07:29.997344 70962 pod_ready.go:82] duration metric: took 3.356143971s for pod "etcd-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:29.997582 70962 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:30.873518 70962 pod_ready.go:93] pod "kube-apiserver-addons-266456" in "kube-system" namespace has status "Ready":"True"
I0829 18:07:30.873648 70962 pod_ready.go:82] duration metric: took 875.989727ms for pod "kube-apiserver-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:30.873722 70962 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:31.607242 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (12.550038824s)
I0829 18:07:32.491213 70962 pod_ready.go:93] pod "kube-controller-manager-addons-266456" in "kube-system" namespace has status "Ready":"True"
I0829 18:07:32.491244 70962 pod_ready.go:82] duration metric: took 1.617481063s for pod "kube-controller-manager-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:32.491262 70962 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-fh5hb" in "kube-system" namespace to be "Ready" ...
I0829 18:07:33.562592 70962 pod_ready.go:93] pod "kube-proxy-fh5hb" in "kube-system" namespace has status "Ready":"True"
I0829 18:07:33.562722 70962 pod_ready.go:82] duration metric: took 1.071444104s for pod "kube-proxy-fh5hb" in "kube-system" namespace to be "Ready" ...
I0829 18:07:33.562808 70962 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:34.272406 70962 pod_ready.go:93] pod "kube-scheduler-addons-266456" in "kube-system" namespace has status "Ready":"True"
I0829 18:07:34.272441 70962 pod_ready.go:82] duration metric: took 709.589566ms for pod "kube-scheduler-addons-266456" in "kube-system" namespace to be "Ready" ...
I0829 18:07:34.272455 70962 pod_ready.go:39] duration metric: took 15.955339177s 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" ...
I0829 18:07:34.272532 70962 api_server.go:52] waiting for apiserver process to appear ...
I0829 18:07:34.272669 70962 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0829 18:07:35.130914 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (15.980498826s)
I0829 18:07:35.249139 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (15.965325168s)
I0829 18:07:35.486991 70962 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0829 18:07:35.487365 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:35.560134 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:35.806448 70962 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0829 18:07:35.902030 70962 addons.go:234] Setting addon gcp-auth=true in "addons-266456"
I0829 18:07:35.902124 70962 host.go:66] Checking if "addons-266456" exists ...
I0829 18:07:35.902874 70962 cli_runner.go:164] Run: docker container inspect addons-266456 --format={{.State.Status}}
I0829 18:07:35.957492 70962 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0829 18:07:35.957597 70962 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-266456
I0829 18:07:36.025941 70962 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32788 SSHKeyPath:/home/g528047478195_compute/minikube-integration/19531-64887/.minikube/machines/addons-266456/id_rsa Username:docker}
I0829 18:07:49.610281 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (30.224814626s)
I0829 18:07:49.610370 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (29.728350288s)
I0829 18:07:49.610776 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (29.584443453s)
I0829 18:07:49.610803 70962 addons.go:475] Verifying addon ingress=true in "addons-266456"
I0829 18:07:49.611093 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (28.907013361s)
I0829 18:07:49.611117 70962 addons.go:475] Verifying addon registry=true in "addons-266456"
I0829 18:07:49.611644 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (28.549965281s)
I0829 18:07:49.611740 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (28.348135873s)
I0829 18:07:49.611960 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (27.816070347s)
I0829 18:07:49.613756 70962 addons.go:475] Verifying addon metrics-server=true in "addons-266456"
I0829 18:07:49.612155 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (27.566019052s)
W0829 18:07:49.613827 70962 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:49.613869 70962 retry.go:31] will retry after 226.781136ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:49.612272 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (25.935893661s)
I0829 18:07:49.615755 70962 out.go:177] * Verifying registry addon...
I0829 18:07:49.615798 70962 out.go:177] * Verifying ingress addon...
I0829 18:07:49.618907 70962 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-266456 service yakd-dashboard -n yakd-dashboard
I0829 18:07:49.625582 70962 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0829 18:07:49.627175 70962 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0829 18:07:49.841744 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:49.848650 70962 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0829 18:07:49.848680 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:49.851207 70962 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0829 18:07:49.851325 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:50.851568 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:50.853185 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:51.010035 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:51.072933 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:51.261080 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:51.332712 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:51.486760 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (25.635356528s)
I0829 18:07:51.486809 70962 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-266456"
I0829 18:07:51.487162 70962 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (17.214455403s)
I0829 18:07:51.487195 70962 api_server.go:72] duration metric: took 35.240802466s to wait for apiserver process to appear ...
I0829 18:07:51.487206 70962 api_server.go:88] waiting for apiserver healthz status ...
I0829 18:07:51.487235 70962 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0829 18:07:51.487718 70962 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (15.530181828s)
I0829 18:07:51.493851 70962 out.go:177] * Verifying csi-hostpath-driver addon...
I0829 18:07:51.493985 70962 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0829 18:07:51.498850 70962 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0829 18:07:51.500759 70962 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0829 18:07:51.504018 70962 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0829 18:07:51.504053 70962 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0829 18:07:51.539111 70962 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0829 18:07:51.544692 70962 api_server.go:141] control plane version: v1.31.0
I0829 18:07:51.544730 70962 api_server.go:131] duration metric: took 57.513781ms to wait for apiserver health ...
I0829 18:07:51.544745 70962 system_pods.go:43] waiting for kube-system pods to appear ...
I0829 18:07:51.601550 70962 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0829 18:07:51.601586 70962 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0829 18:07:51.724191 70962 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0829 18:07:51.724227 70962 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0829 18:07:51.816941 70962 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
I0829 18:07:52.062247 70962 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0829 18:07:52.062371 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:52.208398 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:52.210556 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:52.248134 70962 system_pods.go:59] 18 kube-system pods found
I0829 18:07:52.248343 70962 system_pods.go:61] "coredns-6f6b679f8f-4nnvz" [5714bea0-0d19-4cfd-bed9-b54e18555d70] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0829 18:07:52.248412 70962 system_pods.go:61] "csi-hostpath-attacher-0" [6faefbba-467c-408c-af85-c19486bf3924] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0829 18:07:52.248443 70962 system_pods.go:61] "csi-hostpath-resizer-0" [4ac090d8-51da-49bd-aa4b-b031d5bfe0e4] Pending
I0829 18:07:52.248510 70962 system_pods.go:61] "csi-hostpathplugin-ss2v4" [9cd06578-6fd0-4deb-a88b-57235f2dd038] 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])
I0829 18:07:52.248549 70962 system_pods.go:61] "etcd-addons-266456" [46e590a9-bb07-4bdf-8177-2f909650c77a] Running
I0829 18:07:52.248574 70962 system_pods.go:61] "kube-apiserver-addons-266456" [7ebe2eb7-9ecb-490b-b20d-559e8f925e29] Running
I0829 18:07:52.248596 70962 system_pods.go:61] "kube-controller-manager-addons-266456" [abd6cfb3-a2fd-4644-98ed-b52fd750ba82] Running
I0829 18:07:52.248641 70962 system_pods.go:61] "kube-ingress-dns-minikube" [0f0c6d6e-8032-4d95-9dcb-ab6fdae66635] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0829 18:07:52.248678 70962 system_pods.go:61] "kube-proxy-fh5hb" [7950d06c-c75d-4a7e-b0a6-5553707814c0] Running
I0829 18:07:52.248704 70962 system_pods.go:61] "kube-scheduler-addons-266456" [5b79f7f1-3d9c-4d42-8231-e5144c41db87] Running
I0829 18:07:52.248730 70962 system_pods.go:61] "metrics-server-8988944d9-984nr" [22e957f7-2138-41e2-a02b-7699ba03bfe5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0829 18:07:52.248791 70962 system_pods.go:61] "nvidia-device-plugin-daemonset-bq4jm" [603f634b-c808-48cb-ad61-c8e882b327ef] Running
I0829 18:07:52.248848 70962 system_pods.go:61] "registry-6fb4cdfc84-vz5zx" [2f548af3-c385-48d4-ba3a-54920c264173] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0829 18:07:52.248883 70962 system_pods.go:61] "registry-proxy-jhlr9" [7cc6f51b-10bb-40fa-b066-686789660467] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0829 18:07:52.248980 70962 system_pods.go:61] "snapshot-controller-56fcc65765-78hvv" [f07dc2fe-31a2-4540-8547-914b1a1e9d23] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0829 18:07:52.249034 70962 system_pods.go:61] "snapshot-controller-56fcc65765-85r84" [e6e6dea6-1303-4380-a9e9-f66e9ba914b7] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0829 18:07:52.249060 70962 system_pods.go:61] "storage-provisioner" [513297b7-fce7-498d-af7d-fdd38f4ed484] Running
I0829 18:07:52.249119 70962 system_pods.go:61] "tiller-deploy-b48cc5f79-sk4b8" [cd6a8edc-03f3-466c-a602-1c8d3ebde670] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0829 18:07:52.249161 70962 system_pods.go:74] duration metric: took 704.403964ms to wait for pod list to return data ...
I0829 18:07:52.249260 70962 default_sa.go:34] waiting for default service account to be created ...
I0829 18:07:52.897529 70962 default_sa.go:45] found service account: "default"
I0829 18:07:52.897561 70962 default_sa.go:55] duration metric: took 648.260712ms for default service account to be created ...
I0829 18:07:52.897576 70962 system_pods.go:116] waiting for k8s-apps to be running ...
I0829 18:07:53.221977 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:53.268151 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:53.271591 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:53.335252 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:53.360915 70962 system_pods.go:86] 18 kube-system pods found
I0829 18:07:53.360982 70962 system_pods.go:89] "coredns-6f6b679f8f-4nnvz" [5714bea0-0d19-4cfd-bed9-b54e18555d70] Running / Ready:ContainersNotReady (containers with unready status: [coredns]) / ContainersReady:ContainersNotReady (containers with unready status: [coredns])
I0829 18:07:53.360997 70962 system_pods.go:89] "csi-hostpath-attacher-0" [6faefbba-467c-408c-af85-c19486bf3924] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0829 18:07:53.361011 70962 system_pods.go:89] "csi-hostpath-resizer-0" [4ac090d8-51da-49bd-aa4b-b031d5bfe0e4] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0829 18:07:53.361098 70962 system_pods.go:89] "csi-hostpathplugin-ss2v4" [9cd06578-6fd0-4deb-a88b-57235f2dd038] 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])
I0829 18:07:53.361109 70962 system_pods.go:89] "etcd-addons-266456" [46e590a9-bb07-4bdf-8177-2f909650c77a] Running
I0829 18:07:53.361119 70962 system_pods.go:89] "kube-apiserver-addons-266456" [7ebe2eb7-9ecb-490b-b20d-559e8f925e29] Running
I0829 18:07:53.361128 70962 system_pods.go:89] "kube-controller-manager-addons-266456" [abd6cfb3-a2fd-4644-98ed-b52fd750ba82] Running
I0829 18:07:53.361152 70962 system_pods.go:89] "kube-ingress-dns-minikube" [0f0c6d6e-8032-4d95-9dcb-ab6fdae66635] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0829 18:07:53.361202 70962 system_pods.go:89] "kube-proxy-fh5hb" [7950d06c-c75d-4a7e-b0a6-5553707814c0] Running
I0829 18:07:53.361213 70962 system_pods.go:89] "kube-scheduler-addons-266456" [5b79f7f1-3d9c-4d42-8231-e5144c41db87] Running
I0829 18:07:53.361222 70962 system_pods.go:89] "metrics-server-8988944d9-984nr" [22e957f7-2138-41e2-a02b-7699ba03bfe5] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0829 18:07:53.361230 70962 system_pods.go:89] "nvidia-device-plugin-daemonset-bq4jm" [603f634b-c808-48cb-ad61-c8e882b327ef] Running
I0829 18:07:53.361271 70962 system_pods.go:89] "registry-6fb4cdfc84-vz5zx" [2f548af3-c385-48d4-ba3a-54920c264173] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0829 18:07:53.361284 70962 system_pods.go:89] "registry-proxy-jhlr9" [7cc6f51b-10bb-40fa-b066-686789660467] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0829 18:07:53.361297 70962 system_pods.go:89] "snapshot-controller-56fcc65765-78hvv" [f07dc2fe-31a2-4540-8547-914b1a1e9d23] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0829 18:07:53.361309 70962 system_pods.go:89] "snapshot-controller-56fcc65765-85r84" [e6e6dea6-1303-4380-a9e9-f66e9ba914b7] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0829 18:07:53.361316 70962 system_pods.go:89] "storage-provisioner" [513297b7-fce7-498d-af7d-fdd38f4ed484] Running
I0829 18:07:53.361335 70962 system_pods.go:89] "tiller-deploy-b48cc5f79-sk4b8" [cd6a8edc-03f3-466c-a602-1c8d3ebde670] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
I0829 18:07:53.361349 70962 system_pods.go:126] duration metric: took 463.764704ms to wait for k8s-apps to be running ...
I0829 18:07:53.361363 70962 system_svc.go:44] waiting for kubelet service to be running ....
I0829 18:07:53.361697 70962 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0829 18:07:53.366991 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:53.965036 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:53.967451 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:54.072750 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:54.092797 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:54.137453 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:54.169372 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:54.171982 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:54.576146 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:54.669805 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:54.670804 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:55.070559 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.228724634s)
I0829 18:07:55.122925 70962 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (3.305898764s)
I0829 18:07:55.123371 70962 ssh_runner.go:235] Completed: sudo systemctl is-active --quiet service kubelet: (1.761642915s)
I0829 18:07:55.123406 70962 system_svc.go:56] duration metric: took 1.762039316s WaitForService to wait for kubelet
I0829 18:07:55.123421 70962 kubeadm.go:582] duration metric: took 38.877027491s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0829 18:07:55.123448 70962 node_conditions.go:102] verifying NodePressure condition ...
I0829 18:07:55.129274 70962 addons.go:475] Verifying addon gcp-auth=true in "addons-266456"
I0829 18:07:55.132874 70962 out.go:177] * Verifying gcp-auth addon...
I0829 18:07:55.141172 70962 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0829 18:07:55.151833 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:55.174701 70962 node_conditions.go:122] node storage ephemeral capacity is 119475748Ki
I0829 18:07:55.174760 70962 node_conditions.go:123] node cpu capacity is 2
I0829 18:07:55.174781 70962 node_conditions.go:105] duration metric: took 51.324916ms to run NodePressure ...
I0829 18:07:55.174801 70962 start.go:241] waiting for startup goroutines ...
I0829 18:07:55.214696 70962 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0829 18:07:55.217795 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:55.223747 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:55.515933 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:55.636356 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:55.638775 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:56.011858 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:56.139091 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:56.140914 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:56.512862 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:56.633705 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:56.639320 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:57.044067 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:57.144920 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:57.145324 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:57.511784 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:57.635981 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:57.638310 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:58.027485 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:58.209678 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:58.210144 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:58.520854 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:58.652493 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:58.653072 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:59.014354 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:59.133329 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:59.134917 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:07:59.510783 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:07:59.648543 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:07:59.649875 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:00.011148 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:00.135998 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:00.141983 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:00.512138 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:00.635318 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:00.636272 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:01.009849 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:01.135897 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:01.143597 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:01.513506 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:01.636037 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:01.637989 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:02.039371 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:02.140299 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:02.156033 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:02.511154 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:02.632596 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:02.636065 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:03.010748 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:03.138491 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:03.139380 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:03.511819 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:03.636384 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:03.639718 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:04.011788 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:04.140665 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:04.141931 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:04.507735 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:04.634769 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:04.636847 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:05.011338 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:05.132679 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:05.134730 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:05.513755 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:05.636899 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:05.638478 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:06.010745 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:06.134749 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:06.137668 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:06.511478 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:06.634884 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:06.639138 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:07.061056 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:07.171853 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:07.178573 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:07.514012 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:07.642787 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:07.650453 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:08.019090 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:08.146810 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:08.148971 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:08.561388 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:08.645015 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:08.646637 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:09.046358 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:09.142475 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:09.144205 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:09.546521 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:09.648514 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:09.659435 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:10.195226 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:10.196676 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:10.197516 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:10.507679 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:10.631895 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:10.667066 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:11.041694 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:11.164116 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:11.187193 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:11.536380 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:11.654830 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:11.655975 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:12.014055 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:12.146689 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:12.148440 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:12.531268 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:12.641861 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:12.643095 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:13.012672 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:13.140051 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:13.141806 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:13.508498 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:13.640868 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:13.642259 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:14.008818 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:14.133619 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:14.140391 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:14.509896 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:14.636221 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:14.638498 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:15.019688 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:15.134882 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:15.137233 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:15.510224 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:15.640358 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:15.647786 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:16.016745 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:16.136573 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:16.138593 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:16.509854 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:16.638280 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:16.643734 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:17.011393 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:17.133710 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:17.135622 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:17.514853 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:17.631725 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:17.633222 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:18.234508 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:18.236416 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:18.237813 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:18.531180 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:18.640104 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:18.644799 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:19.025078 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:19.151821 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0829 18:08:19.178641 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:19.512150 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:19.633769 70962 kapi.go:107] duration metric: took 30.006590324s to wait for kubernetes.io/minikube-addons=registry ...
I0829 18:08:19.634682 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:20.016460 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:20.136378 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:20.516232 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:20.834252 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:21.011924 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:21.134478 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:21.512548 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:21.643169 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:22.114895 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:22.134618 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:22.535849 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:22.667077 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:23.018760 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:23.142244 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:23.510690 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:23.666800 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:24.012504 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:24.136522 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:24.511600 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:24.638484 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:25.009945 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:25.140477 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:25.815941 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:25.820278 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:26.020789 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:26.145728 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:26.519974 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:26.634253 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:27.107118 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:27.155167 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:27.511764 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:27.646115 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:28.019479 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:28.145357 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:28.507771 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:28.634535 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:29.053474 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:29.174131 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:29.531136 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:29.636242 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:30.017439 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:30.143226 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:30.513675 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:30.638497 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:31.011081 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:31.151579 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:31.517965 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:31.635910 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:32.013893 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:32.132757 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:32.509806 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:32.636144 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:33.008777 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:33.137834 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:33.509815 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:33.632962 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:34.031361 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:34.139437 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:34.557359 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:34.642673 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:35.011701 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:35.141725 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:35.526173 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:35.635698 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:36.031605 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:36.136560 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:36.512856 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:36.636242 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:37.044221 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:37.141432 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:37.509095 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:37.631834 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:38.015356 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:38.134693 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:38.509523 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:38.633394 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:39.017622 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:39.170767 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:39.519318 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:39.638197 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:40.018474 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:40.134159 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:40.518198 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:40.640476 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:41.011433 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:41.141935 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:41.710135 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:41.711752 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:42.025670 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:42.218869 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:42.549439 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:42.637271 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:43.038306 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:43.167899 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:43.514984 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:43.646979 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:44.008211 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:44.167585 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:44.523636 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:44.661474 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:45.017686 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:45.173616 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:45.510001 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:45.641561 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:46.014227 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:46.139055 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:46.511350 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:46.641461 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:47.009562 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:47.140589 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:47.510093 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:47.635921 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:48.024428 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:48.140178 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:48.528274 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:48.735071 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:49.026756 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:49.165433 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:49.511173 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:49.636287 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:50.014173 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:50.137794 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:50.524060 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:50.642432 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:51.019002 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:51.155150 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:51.509057 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:51.644024 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:52.015507 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:52.143673 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:52.511593 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:52.635147 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:53.027839 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:53.179853 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:53.611547 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:53.783308 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:54.018464 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:54.161582 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:54.529187 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:54.637108 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:55.020576 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:55.173390 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:55.582087 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:55.687228 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:56.042724 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:56.144932 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:56.520267 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:56.635858 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:57.098187 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:57.166330 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:57.523582 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:57.638055 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:58.024228 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:58.137507 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:58.513466 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:58.659973 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:59.317722 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:08:59.321190 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:59.509650 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:08:59.634826 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:09:00.018849 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:00.132259 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:09:00.517631 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:00.640178 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:09:01.011628 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:01.133882 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:09:01.510141 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:01.677661 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:09:02.011512 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:02.142445 70962 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0829 18:09:02.604986 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:02.724469 70962 kapi.go:107] duration metric: took 1m13.098855727s to wait for app.kubernetes.io/name=ingress-nginx ...
I0829 18:09:03.016595 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:03.526415 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:04.027070 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:04.509306 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:05.010622 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:05.518557 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:06.027248 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:06.507797 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:07.033622 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:07.515474 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:08.010307 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:08.511085 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:09.069581 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:09.510661 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:10.020982 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:10.507860 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:11.008835 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0829 18:09:11.509040 70962 kapi.go:107] duration metric: took 1m20.008279157s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0829 18:09:17.653727 70962 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0829 18:09:17.653763 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:18.147229 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:18.646609 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:19.147349 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:19.646729 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:20.147053 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:20.654013 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:21.146478 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:21.648662 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:22.152086 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:22.646759 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:23.146428 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:23.648811 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:24.148373 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:24.665772 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:25.148040 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:25.646941 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:26.145982 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:26.646427 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:27.146122 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:27.646718 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:28.146377 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:28.648772 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:29.147446 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:29.648164 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:30.148592 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:30.646796 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:31.146003 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:31.647692 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:32.151106 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:32.647897 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:33.146938 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:33.647006 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:34.194531 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:34.646905 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:35.147397 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:35.647996 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:36.148612 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:36.647781 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:37.148508 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:37.647281 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:38.146657 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:38.646578 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:39.145415 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:39.646634 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:40.146440 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:40.646263 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:41.146522 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:41.646292 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:42.153494 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:42.647643 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:43.146294 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:43.646909 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:44.146497 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:44.645930 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:45.145894 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:45.646184 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:46.146629 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:46.645606 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:47.146810 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:47.646140 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:48.146849 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:48.646130 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:49.147298 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:49.645479 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:50.147352 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:50.651737 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:51.147492 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:51.651089 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:52.147440 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:52.657816 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:53.145823 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:53.646092 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:54.147252 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:54.646120 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:55.148333 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:55.647069 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:56.146659 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:56.647247 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:57.147031 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:57.646255 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:58.146263 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:58.651810 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:59.147095 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:09:59.647472 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:00.146789 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:00.646240 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:01.154928 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:01.646774 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:02.156749 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:02.646903 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:03.146741 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:03.645747 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:04.146806 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:04.647426 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:05.146588 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:05.646643 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:06.146080 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:06.647237 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:07.146984 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:07.646730 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:08.146975 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:08.646405 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:09.147074 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:09.646238 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:10.148465 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:10.647491 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:11.148525 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:11.648807 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:12.146940 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:12.646481 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:13.146479 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:13.646576 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:14.145999 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:14.646943 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:15.146508 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:15.646398 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:16.146112 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:16.645840 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:17.146927 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:17.656335 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:18.147363 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:18.646124 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:19.145609 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:19.647210 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:20.148540 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:20.648504 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:21.147512 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:21.648469 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:22.151166 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:22.647776 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:23.156592 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:23.647475 70962 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0829 18:10:24.147924 70962 kapi.go:107] duration metric: took 2m29.006749913s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0829 18:10:24.151232 70962 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-266456 cluster.
I0829 18:10:24.154592 70962 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.
I0829 18:10:24.157755 70962 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0829 18:10:24.163746 70962 out.go:177] * Enabled addons: cloud-spanner, nvidia-device-plugin, ingress-dns, storage-provisioner, storage-provisioner-rancher, volcano, helm-tiller, metrics-server, inspektor-gadget, yakd, default-storageclass, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0829 18:10:24.167051 70962 addons.go:510] duration metric: took 3m7.920179891s for enable addons: enabled=[cloud-spanner nvidia-device-plugin ingress-dns storage-provisioner storage-provisioner-rancher volcano helm-tiller metrics-server inspektor-gadget yakd default-storageclass volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0829 18:10:24.167214 70962 start.go:246] waiting for cluster config update ...
I0829 18:10:24.167290 70962 start.go:255] writing updated cluster config ...
I0829 18:10:24.168168 70962 ssh_runner.go:195] Run: rm -f paused
I0829 18:10:24.741706 70962 start.go:600] kubectl: 1.31.0, cluster: 1.31.0 (minor skew: 0)
I0829 18:10:24.744878 70962 out.go:177] * Done! kubectl is now configured to use "addons-266456" cluster and "default" namespace by default
==> Docker <==
Aug 29 18:20:00 addons-266456 dockerd[1158]: time="2024-08-29T18:20:00.301654526Z" level=info msg="ignoring event" container=c6aed4f41bfff97af4663b8d7a157f9cc3d51a61e33b7a596a1419665a8803b3 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:03 addons-266456 cri-dockerd[1414]: time="2024-08-29T18:20:03Z" level=info msg="Stop pulling image ghcr.io/inspektor-gadget/inspektor-gadget:v0.31.0@sha256:6b2f7ac9fe6f547cfa541d9217f03da0d0c4615b561d5455a23d0edbbd607ecc: Status: Image is up to date for ghcr.io/inspektor-gadget/inspektor-gadget@sha256:6b2f7ac9fe6f547cfa541d9217f03da0d0c4615b561d5455a23d0edbbd607ecc"
Aug 29 18:20:04 addons-266456 dockerd[1158]: time="2024-08-29T18:20:04.872019139Z" level=info msg="ignoring event" container=8afdc08dbfa484a6b3fd16a2d5db3b0c243cf7b276291ea2b816b731b6c6cf36 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:07 addons-266456 dockerd[1158]: time="2024-08-29T18:20:07.181488113Z" level=info msg="ignoring event" container=5eb1f1bb311840e9624997c029ecee2e2d2d51feb8f6c4d455beb44ce63e9451 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:07 addons-266456 dockerd[1158]: time="2024-08-29T18:20:07.362533055Z" level=info msg="ignoring event" container=851407be721a7f36403742cc9f50139b68edb2c89adaa5490e83c6248e11691f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:11 addons-266456 dockerd[1158]: time="2024-08-29T18:20:11.779867995Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed"
Aug 29 18:20:11 addons-266456 dockerd[1158]: time="2024-08-29T18:20:11.783429151Z" 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"
Aug 29 18:20:19 addons-266456 dockerd[1158]: time="2024-08-29T18:20:19.142910654Z" level=info msg="ignoring event" container=56f8150a110a5be9e3dc936afdc4ecdbef448f2e5b0d69739e3128d6630a74e2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:19 addons-266456 dockerd[1158]: time="2024-08-29T18:20:19.356076456Z" level=info msg="ignoring event" container=c894fcfebc71b3fd70a44f709ec2c572b822da3c577e27c43302ea57ea6abd78 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:20 addons-266456 cri-dockerd[1414]: time="2024-08-29T18:20:20Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/7de95d3b393b5d3fec6b5ec1d175b67f1b301e0a12251777f37592f7dae7ad93/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]"
Aug 29 18:20:20 addons-266456 dockerd[1158]: time="2024-08-29T18:20:20.595604615Z" level=warning msg="reference for unknown type: " digest="sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" remote="docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
Aug 29 18:20:21 addons-266456 cri-dockerd[1414]: time="2024-08-29T18:20:21Z" level=info msg="Stop pulling image docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: Status: Downloaded newer image for busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
Aug 29 18:20:21 addons-266456 dockerd[1158]: time="2024-08-29T18:20:21.711889329Z" level=info msg="ignoring event" container=2573c74459d4400c3827887ac37255df8ed9df913d038607a0a5889a59793c5a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:23 addons-266456 dockerd[1158]: time="2024-08-29T18:20:23.368027098Z" level=info msg="ignoring event" container=7de95d3b393b5d3fec6b5ec1d175b67f1b301e0a12251777f37592f7dae7ad93 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:25 addons-266456 cri-dockerd[1414]: time="2024-08-29T18:20:25Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/5ca4fdd888686f20f0aa120975270a19d0079651b0ed5d084343b79e6308cb42/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]"
Aug 29 18:20:26 addons-266456 cri-dockerd[1414]: time="2024-08-29T18:20:26Z" level=info msg="Stop pulling image busybox:stable: Status: Downloaded newer image for busybox:stable"
Aug 29 18:20:26 addons-266456 dockerd[1158]: time="2024-08-29T18:20:26.668433011Z" level=info msg="ignoring event" container=87acd7b9661527fce50eab107e7bf01457a7ac271686efd040543861ac0b6954 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:28 addons-266456 dockerd[1158]: time="2024-08-29T18:20:28.249151045Z" level=info msg="ignoring event" container=2a21724e880cd1a809b03e7798fda08cf5fbfbbae80c2403e5141c55e05e2e8d module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:28 addons-266456 dockerd[1158]: time="2024-08-29T18:20:28.633258768Z" level=info msg="ignoring event" container=5ca4fdd888686f20f0aa120975270a19d0079651b0ed5d084343b79e6308cb42 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:29 addons-266456 dockerd[1158]: time="2024-08-29T18:20:29.909988928Z" level=info msg="ignoring event" container=6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:30 addons-266456 dockerd[1158]: time="2024-08-29T18:20:30.016167014Z" level=info msg="ignoring event" container=df8e2c861a5b819d6b2cb96d6fd640a63016e2f5e18a4733fbc6ac58154daf51 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:30 addons-266456 dockerd[1158]: time="2024-08-29T18:20:30.341768425Z" level=info msg="ignoring event" container=97330ed65ba12aa71113fe04187aaa0a7d64b50d3076ed6c7d277f39b158cf75 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:30 addons-266456 dockerd[1158]: time="2024-08-29T18:20:30.623587236Z" level=info msg="ignoring event" container=23369226bb6292c64c1286e90234f376da810bd5ddd3ce777c177328b3f3ebb6 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Aug 29 18:20:32 addons-266456 cri-dockerd[1414]: time="2024-08-29T18:20:32Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/ab2b03388005a0ddabed0e5b7478b13632a758a1314b506a28e2440fc968ea88/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]"
Aug 29 18:20:32 addons-266456 dockerd[1158]: time="2024-08-29T18:20:32.624166122Z" level=info msg="ignoring event" container=4d4d84b02d3d62fa3b0d9f11c7af9045554046fb24ae9a3ecb1d024fef70dfd8 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
4d4d84b02d3d6 a416a98b71e22 Less than a second ago Exited helper-pod 0 ab2b03388005a helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135
87acd7b966152 busybox@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7 6 seconds ago Exited busybox 0 5ca4fdd888686 test-local-path
2573c74459d44 busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 11 seconds ago Exited helper-pod 0 7de95d3b393b5 helper-pod-create-pvc-80601379-0de5-4af6-83e2-e6bf4f523135
8afdc08dbfa48 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:6b2f7ac9fe6f547cfa541d9217f03da0d0c4615b561d5455a23d0edbbd607ecc 29 seconds ago Exited gadget 7 0991d02e350b4 gadget-x9jqf
d2a8b24f4b895 gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 10 minutes ago Running gcp-auth 0 6b644533dbb87 gcp-auth-89d5ffd79-nctm9
6e2061ab971c6 registry.k8s.io/ingress-nginx/controller@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce 11 minutes ago Running controller 0 9c8af5421e573 ingress-nginx-controller-bc57996ff-czvsh
3cce51e53e0f1 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited patch 0 3873acbf49f1a ingress-nginx-admission-patch-q7x2b
5fe6bd08ca93c registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited create 0 4a76a4735a634 ingress-nginx-admission-create-bxmzc
8feaa41388a43 rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 12 minutes ago Running local-path-provisioner 0 f417108545a93 local-path-provisioner-86d989889c-5b8lt
45bdd7994faea registry.k8s.io/metrics-server/metrics-server@sha256:db3800085a0957083930c3932b17580eec652cfb6156a05c0f79c7543e80d17a 12 minutes ago Running metrics-server 0 26802c4dce256 metrics-server-8988944d9-984nr
33d82fd078b1c ghcr.io/helm/tiller@sha256:4c43eb385032945cad047d2350e4945d913b90b3ab43ee61cecb32a495c6df0f 12 minutes ago Running tiller 0 79ab82d3becec tiller-deploy-b48cc5f79-sk4b8
b302f728cff1b gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 12 minutes ago Running minikube-ingress-dns 0 a90e07f288ba5 kube-ingress-dns-minikube
0ebc2e6970b0a gcr.io/cloud-spanner-emulator/emulator@sha256:636fdfc528824bae5f0ea2eca6ae307fe81092f05ec21038008bc0d6100e52fc 12 minutes ago Running cloud-spanner-emulator 0 490b80422fb4b cloud-spanner-emulator-769b77f747-8rwkv
db3d268db206c 6e38f40d628db 12 minutes ago Running storage-provisioner 0 c639431f852ed storage-provisioner
dbb4e18980629 cbb01a7bd410d 13 minutes ago Running coredns 0 cab647e94b37c coredns-6f6b679f8f-4nnvz
f558086a34152 ad83b2ca7b09e 13 minutes ago Running kube-proxy 0 da98645501fb7 kube-proxy-fh5hb
14cf861b5eadf 604f5db92eaa8 13 minutes ago Running kube-apiserver 0 e949099f4f70a kube-apiserver-addons-266456
af9953e02bafd 1766f54c897f0 13 minutes ago Running kube-scheduler 0 77a252144152b kube-scheduler-addons-266456
b1ce60b345da5 2e96e5913fc06 13 minutes ago Running etcd 0 566e18b2e1688 etcd-addons-266456
d1ebdbfc61750 045733566833c 13 minutes ago Running kube-controller-manager 0 58b3309a1f7b7 kube-controller-manager-addons-266456
==> controller_ingress [6e2061ab971c] <==
Build: 46e76e5916813cfca2a9b0bfdc34b69a0000f6b9
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.25.5
-------------------------------------------------------------------------------
W0829 18:09:02.519810 7 client_config.go:659] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I0829 18:09:02.520373 7 main.go:205] "Creating API client" host="https://10.96.0.1:443"
I0829 18:09:02.535639 7 main.go:248] "Running in Kubernetes cluster" major="1" minor="31" git="v1.31.0" state="clean" commit="9edcffcde5595e8a5b1a35f88c421764e575afce" platform="linux/amd64"
I0829 18:09:04.338692 7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I0829 18:09:04.367399 7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I0829 18:09:04.393932 7 nginx.go:271] "Starting NGINX Ingress controller"
I0829 18:09:04.421415 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"533ebe35-0a79-4a86-aad0-d4c0e5375cb7", APIVersion:"v1", ResourceVersion:"730", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I0829 18:09:04.424340 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"b4919793-430a-4c5d-bf0c-42b12c1cb36b", APIVersion:"v1", ResourceVersion:"739", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I0829 18:09:04.424428 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"d6627884-1243-434c-b613-365cd222fb11", APIVersion:"v1", ResourceVersion:"748", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I0829 18:09:05.598828 7 nginx.go:317] "Starting NGINX process"
I0829 18:09:05.599176 7 leaderelection.go:250] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
I0829 18:09:05.601935 7 nginx.go:337] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I0829 18:09:05.602435 7 controller.go:193] "Configuration changes detected, backend reload required"
I0829 18:09:05.658744 7 leaderelection.go:260] successfully acquired lease ingress-nginx/ingress-nginx-leader
I0829 18:09:05.664911 7 status.go:85] "New leader elected" identity="ingress-nginx-controller-bc57996ff-czvsh"
I0829 18:09:05.701319 7 status.go:219] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-bc57996ff-czvsh" node="addons-266456"
I0829 18:09:05.845921 7 controller.go:213] "Backend successfully reloaded"
I0829 18:09:05.846051 7 controller.go:224] "Initial sync, sleeping for 1 second"
I0829 18:09:05.846356 7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-bc57996ff-czvsh", UID:"8dda4f75-3d40-4555-89f7-d191bc9c92a2", APIVersion:"v1", ResourceVersion:"1287", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
==> coredns [dbb4e1898062] <==
[INFO] 10.244.0.8:57893 - 52458 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.00014645s
[INFO] 10.244.0.8:47175 - 52828 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000067577s
[INFO] 10.244.0.8:47175 - 17752 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000159564s
[INFO] 10.244.0.8:33990 - 60111 "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.000076589s
[INFO] 10.244.0.8:33990 - 39371 "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.00022565s
[INFO] 10.244.0.8:53671 - 57301 "AAAA IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000098886s
[INFO] 10.244.0.8:53671 - 23241 "A IN registry.kube-system.svc.cluster.local.c.p79a29526b6c1e63c-tp.internal. udp 88 false 512" NXDOMAIN qr,aa,rd,ra 193 0.000205807s
[INFO] 10.244.0.8:56128 - 57837 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000094342s
[INFO] 10.244.0.8:56128 - 54760 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,aa,rd,ra 177 0.000082532s
[INFO] 10.244.0.8:35363 - 49903 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000170152s
[INFO] 10.244.0.8:35363 - 33002 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000403771s
[INFO] 10.244.0.26:43401 - 56814 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000529701s
[INFO] 10.244.0.26:41420 - 55358 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000203515s
[INFO] 10.244.0.26:57916 - 15797 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000396242s
[INFO] 10.244.0.26:60056 - 1507 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000507546s
[INFO] 10.244.0.26:58584 - 18407 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000174601s
[INFO] 10.244.0.26:54300 - 48243 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000131911s
[INFO] 10.244.0.26:41336 - 23994 "AAAA IN storage.googleapis.com.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.004486413s
[INFO] 10.244.0.26:48149 - 42033 "A IN storage.googleapis.com.us-east1-b.c.p79a29526b6c1e63c-tp.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 190 0.005043586s
[INFO] 10.244.0.26:40339 - 4215 "AAAA IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.003320343s
[INFO] 10.244.0.26:33857 - 5989 "A IN storage.googleapis.com.c.p79a29526b6c1e63c-tp.internal. udp 83 false 1232" NXDOMAIN qr,rd,ra 177 0.004828701s
[INFO] 10.244.0.26:53426 - 35871 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.004198295s
[INFO] 10.244.0.26:45563 - 49564 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 161 0.00397031s
[INFO] 10.244.0.26:44027 - 23242 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.003076867s
[INFO] 10.244.0.26:47335 - 48078 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.002761731s
==> describe nodes <==
Name: addons-266456
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-266456
kubernetes.io/os=linux
minikube.k8s.io/commit=95341f0b655cea8be5ebfc6bf112c8367dc08d33
minikube.k8s.io/name=addons-266456
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_08_29T18_07_12_0700
minikube.k8s.io/version=v1.33.1
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-266456
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Thu, 29 Aug 2024 18:07:08 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-266456
AcquireTime: <unset>
RenewTime: Thu, 29 Aug 2024 18:20:28 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 29 Aug 2024 18:16:22 +0000 Thu, 29 Aug 2024 18:07:06 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 29 Aug 2024 18:16:22 +0000 Thu, 29 Aug 2024 18:07:06 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 29 Aug 2024 18:16:22 +0000 Thu, 29 Aug 2024 18:07:06 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 29 Aug 2024 18:16:22 +0000 Thu, 29 Aug 2024 18:07:09 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-266456
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: 4876e1d3be9e4b06ab33b8fac89f4e43
System UUID: 7ac4253e-fb70-4328-8307-cee9cf83fdfd
Boot ID: 792db706-7214-421d-bb31-a209937443ca
Kernel Version: 6.1.100+
OS Image: Ubuntu 22.04.4 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://27.1.2
Kubelet Version: v1.31.0
Kube-Proxy Version:
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (17 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m22s
default cloud-spanner-emulator-769b77f747-8rwkv 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
gadget gadget-x9jqf 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gcp-auth gcp-auth-89d5ffd79-nctm9 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
ingress-nginx ingress-nginx-controller-bc57996ff-czvsh 100m (5%) 0 (0%) 90Mi (1%) 0 (0%) 12m
kube-system coredns-6f6b679f8f-4nnvz 100m (5%) 0 (0%) 70Mi (0%) 170Mi (2%) 13m
kube-system etcd-addons-266456 100m (5%) 0 (0%) 100Mi (1%) 0 (0%) 13m
kube-system kube-apiserver-addons-266456 250m (12%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-controller-manager-addons-266456 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-fh5hb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system kube-scheduler-addons-266456 100m (5%) 0 (0%) 0 (0%) 0 (0%) 13m
kube-system metrics-server-8988944d9-984nr 100m (5%) 0 (0%) 200Mi (2%) 0 (0%) 13m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system tiller-deploy-b48cc5f79-sk4b8 0 (0%) 0 (0%) 0 (0%) 0 (0%) 13m
local-path-storage helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135 0 (0%) 0 (0%) 0 (0%) 0 (0%) 3s
local-path-storage local-path-provisioner-86d989889c-5b8lt 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 13m kube-proxy
Normal Starting 13m kubelet Starting kubelet.
Normal NodeHasSufficientMemory 13m (x8 over 13m) kubelet Node addons-266456 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 13m (x8 over 13m) kubelet Node addons-266456 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 13m (x8 over 13m) kubelet Node addons-266456 status is now: NodeHasSufficientPID
Normal Starting 13m kubelet Starting kubelet.
Normal NodeHasSufficientMemory 13m kubelet Node addons-266456 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 13m kubelet Node addons-266456 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 13m kubelet Node addons-266456 status is now: NodeHasSufficientPID
Normal RegisteredNode 13m node-controller Node addons-266456 event: Registered Node addons-266456 in Controller
==> dmesg <==
[ +0.000008] ll header: 00000000: ff ff ff ff ff ff 0e d4 21 73 30 0f 08 06
[ +0.331314] IPv4: martian source 10.244.0.1 from 10.244.0.16, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 62 62 b1 d2 9e f6 08 06
[ +0.008043] IPv4: martian source 10.244.0.1 from 10.244.0.17, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff be 23 38 67 26 be 08 06
[ +2.535400] IPv4: martian source 10.244.0.1 from 10.244.0.18, on dev eth0
[ +0.000007] ll header: 00000000: ff ff ff ff ff ff 8a 3c 64 6c a2 43 08 06
[ +8.165473] IPv4: martian source 10.244.0.1 from 10.244.0.22, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 82 36 5a f8 48 92 08 06
[Aug29 18:09] IPv4: martian source 10.244.0.1 from 10.244.0.23, on dev eth0
[ +0.000012] ll header: 00000000: ff ff ff ff ff ff ce 9d db 92 d0 c8 08 06
[ +3.761751] IPv4: martian source 10.244.0.1 from 10.244.0.21, on dev eth0
[ +0.000010] ll header: 00000000: ff ff ff ff ff ff 36 50 f4 80 be c7 08 06
[ +0.942296] IPv4: martian source 10.244.0.1 from 10.244.0.19, on dev eth0
[ +0.000019] ll header: 00000000: ff ff ff ff ff ff b6 7d bf a0 d9 bc 08 06
[ +0.130205] IPv4: martian source 10.244.0.1 from 10.244.0.20, on dev eth0
[ +0.000010] ll header: 00000000: ff ff ff ff ff ff 5a 2d 1a 97 b4 68 08 06
[ +51.598181] IPv4: martian source 10.244.0.1 from 10.244.0.24, on dev eth0
[ +0.000010] ll header: 00000000: ff ff ff ff ff ff ea c5 32 b5 cb 44 08 06
[ +0.406345] IPv4: martian source 10.244.0.1 from 10.244.0.25, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff ea 01 85 82 c3 e5 08 06
[Aug29 18:10] IPv4: martian source 10.244.0.1 from 10.244.0.26, on dev eth0
[ +0.000009] ll header: 00000000: ff ff ff ff ff ff 06 f3 58 51 86 0a 08 06
[ +0.000678] IPv4: martian source 10.244.0.26 from 10.244.0.4, on dev eth0
[ +0.000006] ll header: 00000000: ff ff ff ff ff ff fe be da 0d d6 60 08 06
==> etcd [b1ce60b345da] <==
{"level":"info","ts":"2024-08-29T18:08:52.879197Z","caller":"traceutil/trace.go:171","msg":"trace[953304848] linearizableReadLoop","detail":"{readStateIndex:1272; appliedIndex:1271; }","duration":"170.853854ms","start":"2024-08-29T18:08:52.708319Z","end":"2024-08-29T18:08:52.879173Z","steps":["trace[953304848] 'read index received' (duration: 100.970911ms)","trace[953304848] 'applied index is now lower than readState.Index' (duration: 69.88188ms)"],"step_count":2}
{"level":"info","ts":"2024-08-29T18:08:52.880005Z","caller":"traceutil/trace.go:171","msg":"trace[1734370120] transaction","detail":"{read_only:false; response_revision:1239; number_of_response:1; }","duration":"172.156625ms","start":"2024-08-29T18:08:52.707824Z","end":"2024-08-29T18:08:52.879981Z","steps":["trace[1734370120] 'process raft request' (duration: 101.402471ms)","trace[1734370120] 'compare' (duration: 69.835242ms)"],"step_count":2}
{"level":"warn","ts":"2024-08-29T18:08:52.880377Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"171.999618ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-08-29T18:08:52.880428Z","caller":"traceutil/trace.go:171","msg":"trace[792657846] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:1239; }","duration":"172.11177ms","start":"2024-08-29T18:08:52.708305Z","end":"2024-08-29T18:08:52.880416Z","steps":["trace[792657846] 'agreement among raft nodes before linearized reading' (duration: 171.950301ms)"],"step_count":1}
{"level":"warn","ts":"2024-08-29T18:08:52.881032Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"143.148217ms","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-08-29T18:08:52.881083Z","caller":"traceutil/trace.go:171","msg":"trace[416215614] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:1239; }","duration":"143.201459ms","start":"2024-08-29T18:08:52.737864Z","end":"2024-08-29T18:08:52.881065Z","steps":["trace[416215614] 'agreement among raft nodes before linearized reading' (duration: 143.026828ms)"],"step_count":1}
{"level":"info","ts":"2024-08-29T18:08:59.298188Z","caller":"traceutil/trace.go:171","msg":"trace[1235132815] linearizableReadLoop","detail":"{readStateIndex:1304; appliedIndex:1303; }","duration":"294.831135ms","start":"2024-08-29T18:08:59.003335Z","end":"2024-08-29T18:08:59.298166Z","steps":["trace[1235132815] 'read index received' (duration: 294.585652ms)","trace[1235132815] 'applied index is now lower than readState.Index' (duration: 244.624µs)"],"step_count":2}
{"level":"info","ts":"2024-08-29T18:08:59.298513Z","caller":"traceutil/trace.go:171","msg":"trace[1838156555] transaction","detail":"{read_only:false; response_revision:1270; number_of_response:1; }","duration":"325.778667ms","start":"2024-08-29T18:08:58.972514Z","end":"2024-08-29T18:08:59.298293Z","steps":["trace[1838156555] 'process raft request' (duration: 325.509604ms)"],"step_count":1}
{"level":"warn","ts":"2024-08-29T18:08:59.298655Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-08-29T18:08:58.972489Z","time spent":"326.075274ms","remote":"127.0.0.1:50470","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":3250,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/validatingwebhookconfigurations/volcano-admission-service-pods-validate\" mod_revision:915 > success:<request_put:<key:\"/registry/validatingwebhookconfigurations/volcano-admission-service-pods-validate\" value_size:3161 >> failure:<request_range:<key:\"/registry/validatingwebhookconfigurations/volcano-admission-service-pods-validate\" > >"}
{"level":"warn","ts":"2024-08-29T18:08:59.299414Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"170.795815ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/prioritylevelconfigurations/\" range_end:\"/registry/prioritylevelconfigurations0\" count_only:true ","response":"range_response_count:0 size:7"}
{"level":"info","ts":"2024-08-29T18:08:59.302348Z","caller":"traceutil/trace.go:171","msg":"trace[1039512006] range","detail":"{range_begin:/registry/prioritylevelconfigurations/; range_end:/registry/prioritylevelconfigurations0; response_count:0; response_revision:1270; }","duration":"173.7239ms","start":"2024-08-29T18:08:59.128598Z","end":"2024-08-29T18:08:59.302322Z","steps":["trace[1039512006] 'agreement among raft nodes before linearized reading' (duration: 170.762134ms)"],"step_count":1}
{"level":"warn","ts":"2024-08-29T18:08:59.302723Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"118.114787ms","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-08-29T18:08:59.303667Z","caller":"traceutil/trace.go:171","msg":"trace[14668286] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:1270; }","duration":"119.080279ms","start":"2024-08-29T18:08:59.184565Z","end":"2024-08-29T18:08:59.303645Z","steps":["trace[14668286] 'agreement among raft nodes before linearized reading' (duration: 117.37881ms)"],"step_count":1}
{"level":"warn","ts":"2024-08-29T18:08:59.301780Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"156.4477ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-08-29T18:08:59.304760Z","caller":"traceutil/trace.go:171","msg":"trace[2138595267] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1270; }","duration":"160.055273ms","start":"2024-08-29T18:08:59.144688Z","end":"2024-08-29T18:08:59.304743Z","steps":["trace[2138595267] 'agreement among raft nodes before linearized reading' (duration: 156.214831ms)"],"step_count":1}
{"level":"warn","ts":"2024-08-29T18:08:59.302923Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"173.794862ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-08-29T18:08:59.305820Z","caller":"traceutil/trace.go:171","msg":"trace[1113896973] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1270; }","duration":"176.810303ms","start":"2024-08-29T18:08:59.128994Z","end":"2024-08-29T18:08:59.305804Z","steps":["trace[1113896973] 'agreement among raft nodes before linearized reading' (duration: 173.773604ms)"],"step_count":1}
{"level":"warn","ts":"2024-08-29T18:08:59.298888Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"295.512183ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-08-29T18:08:59.307003Z","caller":"traceutil/trace.go:171","msg":"trace[715320351] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1270; }","duration":"303.607096ms","start":"2024-08-29T18:08:59.003328Z","end":"2024-08-29T18:08:59.306936Z","steps":["trace[715320351] 'agreement among raft nodes before linearized reading' (duration: 295.483495ms)"],"step_count":1}
{"level":"warn","ts":"2024-08-29T18:08:59.307358Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2024-08-29T18:08:59.003277Z","time spent":"303.959334ms","remote":"127.0.0.1:50200","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/pods\" limit:1 "}
{"level":"info","ts":"2024-08-29T18:10:53.037095Z","caller":"traceutil/trace.go:171","msg":"trace[1720240994] transaction","detail":"{read_only:false; response_revision:1611; number_of_response:1; }","duration":"113.032814ms","start":"2024-08-29T18:10:52.924040Z","end":"2024-08-29T18:10:53.037073Z","steps":["trace[1720240994] 'process raft request' (duration: 112.878816ms)"],"step_count":1}
{"level":"info","ts":"2024-08-29T18:17:05.982017Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1871}
{"level":"info","ts":"2024-08-29T18:17:06.019106Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1871,"took":"35.790779ms","hash":2426140378,"current-db-size-bytes":9404416,"current-db-size":"9.4 MB","current-db-size-in-use-bytes":5054464,"current-db-size-in-use":"5.1 MB"}
{"level":"info","ts":"2024-08-29T18:17:06.019202Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2426140378,"revision":1871,"compact-revision":-1}
{"level":"info","ts":"2024-08-29T18:19:52.549398Z","caller":"traceutil/trace.go:171","msg":"trace[1530503377] transaction","detail":"{read_only:false; response_revision:2681; number_of_response:1; }","duration":"148.904718ms","start":"2024-08-29T18:19:52.400425Z","end":"2024-08-29T18:19:52.549330Z","steps":["trace[1530503377] 'process raft request' (duration: 126.30084ms)"],"step_count":1}
==> gcp-auth [d2a8b24f4b89] <==
2024/08/29 18:10:23 GCP Auth Webhook started!
2024/08/29 18:10:42 Ready to marshal response ...
2024/08/29 18:10:42 Ready to write response ...
2024/08/29 18:10:43 Ready to marshal response ...
2024/08/29 18:10:43 Ready to write response ...
2024/08/29 18:11:10 Ready to marshal response ...
2024/08/29 18:11:10 Ready to write response ...
2024/08/29 18:11:11 Ready to marshal response ...
2024/08/29 18:11:11 Ready to write response ...
2024/08/29 18:11:11 Ready to marshal response ...
2024/08/29 18:11:11 Ready to write response ...
2024/08/29 18:19:26 Ready to marshal response ...
2024/08/29 18:19:26 Ready to write response ...
2024/08/29 18:19:28 Ready to marshal response ...
2024/08/29 18:19:28 Ready to write response ...
2024/08/29 18:19:42 Ready to marshal response ...
2024/08/29 18:19:42 Ready to write response ...
2024/08/29 18:20:19 Ready to marshal response ...
2024/08/29 18:20:19 Ready to write response ...
2024/08/29 18:20:19 Ready to marshal response ...
2024/08/29 18:20:19 Ready to write response ...
2024/08/29 18:20:30 Ready to marshal response ...
2024/08/29 18:20:30 Ready to write response ...
==> kernel <==
18:20:33 up 2:04, 0 users, load average: 2.22, 1.44, 1.45
Linux addons-266456 6.1.100+ #1 SMP PREEMPT_DYNAMIC Sat Aug 17 14:12:26 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.4 LTS"
==> kube-apiserver [14cf861b5ead] <==
I0829 18:11:01.766669 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
W0829 18:11:02.026908 1 cacher.go:171] Terminating all watchers from cacher commands.bus.volcano.sh
I0829 18:11:02.321110 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0829 18:11:02.484581 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0829 18:11:02.816312 1 cacher.go:171] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
I0829 18:11:02.888533 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0829 18:11:02.888847 1 cacher.go:171] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0829 18:11:02.918934 1 cacher.go:171] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0829 18:11:03.205221 1 cacher.go:171] Terminating all watchers from cacher jobs.batch.volcano.sh
W0829 18:11:03.897238 1 cacher.go:171] Terminating all watchers from cacher jobflows.flow.volcano.sh
W0829 18:11:04.034815 1 cacher.go:171] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
I0829 18:19:35.658490 1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
I0829 18:19:59.529281 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0829 18:19:59.530582 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0829 18:19:59.553689 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0829 18:19:59.553772 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0829 18:19:59.589684 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0829 18:19:59.589816 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0829 18:19:59.697468 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0829 18:19:59.697530 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0829 18:19:59.703713 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0829 18:19:59.704738 1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W0829 18:20:00.697373 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0829 18:20:00.706319 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0829 18:20:00.869679 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
==> kube-controller-manager [d1ebdbfc6175] <==
W0829 18:20:07.988669 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
E0829 18:20:07.988742 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"
W0829 18:20:08.773698 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
E0829 18:20:08.774141 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"
W0829 18:20:11.381622 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
E0829 18:20:11.381700 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"
W0829 18:20:14.980157 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
E0829 18:20:14.980233 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"
I0829 18:20:17.230335 1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="yakd-dashboard"
I0829 18:20:18.007384 1 shared_informer.go:313] Waiting for caches to sync for resource quota
I0829 18:20:18.007696 1 shared_informer.go:320] Caches are synced for resource quota
I0829 18:20:18.946451 1 shared_informer.go:313] Waiting for caches to sync for garbage collector
I0829 18:20:18.946839 1 shared_informer.go:320] Caches are synced for garbage collector
W0829 18:20:19.080326 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
E0829 18:20:19.080401 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"
W0829 18:20:19.653511 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
E0829 18:20:19.653756 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"
W0829 18:20:21.219934 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
E0829 18:20:21.220080 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"
I0829 18:20:29.597532 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-6fb4cdfc84" duration="10.563µs"
W0829 18:20:31.602114 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
E0829 18:20:31.602185 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"
W0829 18:20:31.602254 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
E0829 18:20:31.602324 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"
I0829 18:20:32.340173 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="local-path-storage/local-path-provisioner-86d989889c" duration="13.685µs"
==> kube-proxy [f558086a3415] <==
I0829 18:07:24.784050 1 server_linux.go:66] "Using iptables proxy"
I0829 18:07:29.844561 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0829 18:07:29.909100 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`"
I0829 18:07:31.027216 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0829 18:07:31.029039 1 server_linux.go:169] "Using iptables Proxier"
I0829 18:07:31.045468 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"
I0829 18:07:31.046280 1 server.go:483] "Version info" version="v1.31.0"
I0829 18:07:31.046328 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0829 18:07:31.048840 1 config.go:197] "Starting service config controller"
I0829 18:07:31.048889 1 shared_informer.go:313] Waiting for caches to sync for service config
I0829 18:07:31.048996 1 config.go:104] "Starting endpoint slice config controller"
I0829 18:07:31.049529 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0829 18:07:31.050487 1 config.go:326] "Starting node config controller"
I0829 18:07:31.050529 1 shared_informer.go:313] Waiting for caches to sync for node config
I0829 18:07:31.149076 1 shared_informer.go:320] Caches are synced for service config
I0829 18:07:31.150323 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0829 18:07:31.150586 1 shared_informer.go:320] Caches are synced for node config
==> kube-scheduler [af9953e02baf] <==
W0829 18:07:08.905420 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
E0829 18:07:08.916104 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"
W0829 18:07:08.905660 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"
E0829 18:07:08.916311 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"
W0829 18:07:09.727335 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
E0829 18:07:09.727406 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"
W0829 18:07:09.829681 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0829 18:07:09.830259 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0829 18:07:09.834404 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
E0829 18:07:09.834460 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"
W0829 18:07:09.896011 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
E0829 18:07:09.896360 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
W0829 18:07:09.942076 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E0829 18:07:09.942139 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0829 18:07:10.036438 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
E0829 18:07:10.036498 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"
W0829 18:07:10.084528 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
E0829 18:07:10.084617 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"
W0829 18:07:10.103753 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
E0829 18:07:10.104231 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
W0829 18:07:10.109724 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
E0829 18:07:10.109820 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"
W0829 18:07:10.149319 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"
E0829 18:07:10.149900 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"
I0829 18:07:11.962365 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Aug 29 18:20:29 addons-266456 kubelet[2175]: I0829 18:20:29.733205 2175 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ad882095-fef2-4774-8c97-0f742e5dc0d7" path="/var/lib/kubelet/pods/ad882095-fef2-4774-8c97-0f742e5dc0d7/volumes"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.627532 2175 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-xl9dw\" (UniqueName: \"kubernetes.io/projected/2f548af3-c385-48d4-ba3a-54920c264173-kube-api-access-xl9dw\") pod \"2f548af3-c385-48d4-ba3a-54920c264173\" (UID: \"2f548af3-c385-48d4-ba3a-54920c264173\") "
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.635789 2175 scope.go:117] "RemoveContainer" containerID="6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.652995 2175 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/2f548af3-c385-48d4-ba3a-54920c264173-kube-api-access-xl9dw" (OuterVolumeSpecName: "kube-api-access-xl9dw") pod "2f548af3-c385-48d4-ba3a-54920c264173" (UID: "2f548af3-c385-48d4-ba3a-54920c264173"). InnerVolumeSpecName "kube-api-access-xl9dw". PluginName "kubernetes.io/projected", VolumeGidValue ""
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.697298 2175 scope.go:117] "RemoveContainer" containerID="6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5"
Aug 29 18:20:30 addons-266456 kubelet[2175]: E0829 18:20:30.699771 2175 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = Unknown desc = Error response from daemon: No such container: 6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5" containerID="6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.699849 2175 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"docker","ID":"6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5"} err="failed to get container status \"6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5\": rpc error: code = Unknown desc = Error response from daemon: No such container: 6c67d38022a2e9f7c5d95d8885bfcec59c3c98a3d6c840758370c2490527b6b5"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.728146 2175 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-xl9dw\" (UniqueName: \"kubernetes.io/projected/2f548af3-c385-48d4-ba3a-54920c264173-kube-api-access-xl9dw\") on node \"addons-266456\" DevicePath \"\""
Aug 29 18:20:30 addons-266456 kubelet[2175]: E0829 18:20:30.868555 2175 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="2f548af3-c385-48d4-ba3a-54920c264173" containerName="registry"
Aug 29 18:20:30 addons-266456 kubelet[2175]: E0829 18:20:30.868614 2175 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="8380fe36-c425-40db-aca8-f8f6f5c1807c" containerName="busybox"
Aug 29 18:20:30 addons-266456 kubelet[2175]: E0829 18:20:30.868630 2175 cpu_manager.go:395] "RemoveStaleState: removing container" podUID="7cc6f51b-10bb-40fa-b066-686789660467" containerName="registry-proxy"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.868692 2175 memory_manager.go:354] "RemoveStaleState removing state" podUID="2f548af3-c385-48d4-ba3a-54920c264173" containerName="registry"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.868707 2175 memory_manager.go:354] "RemoveStaleState removing state" podUID="7cc6f51b-10bb-40fa-b066-686789660467" containerName="registry-proxy"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.868719 2175 memory_manager.go:354] "RemoveStaleState removing state" podUID="8380fe36-c425-40db-aca8-f8f6f5c1807c" containerName="busybox"
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.932258 2175 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-k8lp5\" (UniqueName: \"kubernetes.io/projected/7cc6f51b-10bb-40fa-b066-686789660467-kube-api-access-k8lp5\") pod \"7cc6f51b-10bb-40fa-b066-686789660467\" (UID: \"7cc6f51b-10bb-40fa-b066-686789660467\") "
Aug 29 18:20:30 addons-266456 kubelet[2175]: I0829 18:20:30.937315 2175 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/7cc6f51b-10bb-40fa-b066-686789660467-kube-api-access-k8lp5" (OuterVolumeSpecName: "kube-api-access-k8lp5") pod "7cc6f51b-10bb-40fa-b066-686789660467" (UID: "7cc6f51b-10bb-40fa-b066-686789660467"). InnerVolumeSpecName "kube-api-access-k8lp5". PluginName "kubernetes.io/projected", VolumeGidValue ""
Aug 29 18:20:31 addons-266456 kubelet[2175]: I0829 18:20:31.033838 2175 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"script\" (UniqueName: \"kubernetes.io/configmap/4c482791-207e-446a-958e-7bbc32dd91c5-script\") pod \"helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135\" (UID: \"4c482791-207e-446a-958e-7bbc32dd91c5\") " pod="local-path-storage/helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135"
Aug 29 18:20:31 addons-266456 kubelet[2175]: I0829 18:20:31.033934 2175 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-8kmgl\" (UniqueName: \"kubernetes.io/projected/4c482791-207e-446a-958e-7bbc32dd91c5-kube-api-access-8kmgl\") pod \"helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135\" (UID: \"4c482791-207e-446a-958e-7bbc32dd91c5\") " pod="local-path-storage/helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135"
Aug 29 18:20:31 addons-266456 kubelet[2175]: I0829 18:20:31.034020 2175 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/4c482791-207e-446a-958e-7bbc32dd91c5-gcp-creds\") pod \"helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135\" (UID: \"4c482791-207e-446a-958e-7bbc32dd91c5\") " pod="local-path-storage/helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135"
Aug 29 18:20:31 addons-266456 kubelet[2175]: I0829 18:20:31.034185 2175 reconciler_common.go:245] "operationExecutor.VerifyControllerAttachedVolume started for volume \"data\" (UniqueName: \"kubernetes.io/host-path/4c482791-207e-446a-958e-7bbc32dd91c5-data\") pod \"helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135\" (UID: \"4c482791-207e-446a-958e-7bbc32dd91c5\") " pod="local-path-storage/helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135"
Aug 29 18:20:31 addons-266456 kubelet[2175]: I0829 18:20:31.034282 2175 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-k8lp5\" (UniqueName: \"kubernetes.io/projected/7cc6f51b-10bb-40fa-b066-686789660467-kube-api-access-k8lp5\") on node \"addons-266456\" DevicePath \"\""
Aug 29 18:20:31 addons-266456 kubelet[2175]: I0829 18:20:31.822296 2175 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="2f548af3-c385-48d4-ba3a-54920c264173" path="/var/lib/kubelet/pods/2f548af3-c385-48d4-ba3a-54920c264173/volumes"
Aug 29 18:20:31 addons-266456 kubelet[2175]: I0829 18:20:31.836898 2175 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="8380fe36-c425-40db-aca8-f8f6f5c1807c" path="/var/lib/kubelet/pods/8380fe36-c425-40db-aca8-f8f6f5c1807c/volumes"
Aug 29 18:20:32 addons-266456 kubelet[2175]: I0829 18:20:32.118902 2175 pod_container_deletor.go:80] "Container not found in pod's containers" containerID="ab2b03388005a0ddabed0e5b7478b13632a758a1314b506a28e2440fc968ea88"
Aug 29 18:20:32 addons-266456 kubelet[2175]: I0829 18:20:32.147346 2175 scope.go:117] "RemoveContainer" containerID="df8e2c861a5b819d6b2cb96d6fd640a63016e2f5e18a4733fbc6ac58154daf51"
==> storage-provisioner [db3d268db206] <==
I0829 18:07:38.479255 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0829 18:07:39.261491 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0829 18:07:39.261568 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0829 18:07:39.791375 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0829 18:07:39.805533 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-266456_d8f3e3e4-b0d0-4218-8154-5ee1d7373f3a!
I0829 18:07:39.867011 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"ad4c40c4-3996-4b1a-9d1d-da676e0544e9", APIVersion:"v1", ResourceVersion:"718", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-266456_d8f3e3e4-b0d0-4218-8154-5ee1d7373f3a became leader
I0829 18:07:40.107112 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-266456_d8f3e3e4-b0d0-4218-8154-5ee1d7373f3a!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-266456 -n addons-266456
helpers_test.go:261: (dbg) Run: kubectl --context addons-266456 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-bxmzc ingress-nginx-admission-patch-q7x2b helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-266456 describe pod busybox ingress-nginx-admission-create-bxmzc ingress-nginx-admission-patch-q7x2b helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-266456 describe pod busybox ingress-nginx-admission-create-bxmzc ingress-nginx-admission-patch-q7x2b helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135: exit status 1 (122.903179ms)
-- stdout --
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-266456/192.168.49.2
Start Time: Thu, 29 Aug 2024 18:11:11 +0000
Labels: integration-test=busybox
Annotations: <none>
Status: Pending
IP: 10.244.0.28
IPs:
IP: 10.244.0.28
Containers:
busybox:
Container ID:
Image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
Image ID:
Port: <none>
Host Port: <none>
Command:
sleep
3600
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lwqww (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-lwqww:
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-266456
Normal Pulling 7m51s (x4 over 9m23s) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 7m51s (x4 over 9m23s) 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 7m51s (x4 over 9m23s) kubelet Error: ErrImagePull
Warning Failed 7m37s (x6 over 9m22s) kubelet Error: ImagePullBackOff
Normal BackOff 4m20s (x20 over 9m22s) 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-bxmzc" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-q7x2b" not found
Error from server (NotFound): pods "helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-266456 describe pod busybox ingress-nginx-admission-create-bxmzc ingress-nginx-admission-patch-q7x2b helper-pod-delete-pvc-80601379-0de5-4af6-83e2-e6bf4f523135: exit status 1
--- FAIL: TestAddons/parallel/Registry (78.18s)