=== RUN TestAddons/parallel/Registry
=== PAUSE TestAddons/parallel/Registry
=== CONT TestAddons/parallel/Registry
addons_test.go:328: registry stabilized in 2.10916ms
addons_test.go:330: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-66c9cd494c-vllsh" [b59b4582-4c62-45b6-bcf1-5efc179e1cb6] Running
addons_test.go:330: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.004749328s
addons_test.go:333: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-nk4fb" [0a2cdb13-efa4-4dab-a8c2-87399924e6fb] Running
addons_test.go:333: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.006467788s
addons_test.go:338: (dbg) Run: kubectl --context addons-300000 delete po -l run=registry-test --now
addons_test.go:343: (dbg) Run: kubectl --context addons-300000 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:343: (dbg) Non-zero exit: kubectl --context addons-300000 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.069236203s)
-- stdout --
pod "registry-test" deleted
-- /stdout --
** stderr **
error: timed out waiting for the condition
** /stderr **
addons_test.go:345: failed to hit registry.kube-system.svc.cluster.local. args "kubectl --context addons-300000 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c \"wget --spider -S http://registry.kube-system.svc.cluster.local\"" failed: exit status 1
addons_test.go:349: expected curl response be "HTTP/1.1 200", but got *pod "registry-test" deleted
*
addons_test.go:353: Unable to complete rest of the test due to connectivity assumptions
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-300000
helpers_test.go:235: (dbg) docker inspect addons-300000:
-- stdout --
[
{
"Id": "0578a778b085924a5fe61aceee050aea6598bc0402f93c9a51d324c97942061f",
"Created": "2024-09-23T14:13:01.89355008Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 1578,
"ExitCode": 0,
"Error": "",
"StartedAt": "2024-09-23T14:13:02.004392774Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:d94335c0cd164ddebb3c5158e317bcf6d2e08dc08f448d25251f425acb842829",
"ResolvConfPath": "/var/lib/docker/containers/0578a778b085924a5fe61aceee050aea6598bc0402f93c9a51d324c97942061f/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/0578a778b085924a5fe61aceee050aea6598bc0402f93c9a51d324c97942061f/hostname",
"HostsPath": "/var/lib/docker/containers/0578a778b085924a5fe61aceee050aea6598bc0402f93c9a51d324c97942061f/hosts",
"LogPath": "/var/lib/docker/containers/0578a778b085924a5fe61aceee050aea6598bc0402f93c9a51d324c97942061f/0578a778b085924a5fe61aceee050aea6598bc0402f93c9a51d324c97942061f-json.log",
"Name": "/addons-300000",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"addons-300000:/var",
"/lib/modules:/lib/modules:ro"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-300000",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "0"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "0"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "0"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "0"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "0"
}
]
},
"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": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 4194304000,
"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/f2dd197b2e2908464775ed681cf4ac0c6982a2aa03e86d8b117ee6ebfaf35aee-init/diff:/var/lib/docker/overlay2/7d1a13b0e665d00f94845d640ab9c2bd7be89e4f5db4a40004b5f53fdc4b0e28/diff",
"MergedDir": "/var/lib/docker/overlay2/f2dd197b2e2908464775ed681cf4ac0c6982a2aa03e86d8b117ee6ebfaf35aee/merged",
"UpperDir": "/var/lib/docker/overlay2/f2dd197b2e2908464775ed681cf4ac0c6982a2aa03e86d8b117ee6ebfaf35aee/diff",
"WorkDir": "/var/lib/docker/overlay2/f2dd197b2e2908464775ed681cf4ac0c6982a2aa03e86d8b117ee6ebfaf35aee/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-300000",
"Source": "/var/lib/docker/volumes/addons-300000/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-300000",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"22/tcp": {},
"2376/tcp": {},
"32443/tcp": {},
"5000/tcp": {},
"8443/tcp": {}
},
"Tty": true,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"container=docker",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": null,
"Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed",
"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-300000",
"name.minikube.sigs.k8s.io": "addons-300000",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "1399800b3c30da91203f77ccdef087ae87f177ab60d5a90c673adb24fab5fb8b",
"SandboxKey": "/var/run/docker/netns/1399800b3c30",
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "51389"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "51390"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "51391"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "51392"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "51393"
}
]
},
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-300000": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": null,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null,
"NetworkID": "39942bb0525f6084a2d22f454859186ad45557629fefdee9a9dd8b56df4f48b1",
"EndpointID": "1254aaa8b5b02db24da919d23eb9f5a00c69e6724681cf221f13ac970f877b38",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"DNSNames": [
"addons-300000",
"0578a778b085"
]
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-darwin-amd64 status --format={{.Host}} -p addons-300000 -n addons-300000
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-darwin-amd64 -p addons-300000 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-darwin-amd64 -p addons-300000 logs -n 25: (2.343608995s)
helpers_test.go:252: TestAddons/parallel/Registry logs:
-- stdout --
==> Audit <==
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-244000 | jenkins | v1.34.0 | 23 Sep 24 07:11 PDT | |
| | -p download-only-244000 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.20.0 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| delete | -p download-only-244000 | download-only-244000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| start | -o=json --download-only | download-only-228000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | |
| | -p download-only-228000 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.31.1 | | | | | |
| | --container-runtime=docker | | | | | |
| | --driver=docker | | | | | |
| delete | --all | minikube | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| delete | -p download-only-228000 | download-only-228000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| delete | -p download-only-244000 | download-only-244000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| delete | -p download-only-228000 | download-only-228000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| start | --download-only -p | download-docker-116000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | |
| | download-docker-116000 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| delete | -p download-docker-116000 | download-docker-116000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| start | --download-only -p | binary-mirror-045000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | |
| | binary-mirror-045000 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:51378 | | | | | |
| | --driver=docker | | | | | |
| delete | -p binary-mirror-045000 | binary-mirror-045000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:12 PDT |
| addons | enable dashboard -p | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | |
| | addons-300000 | | | | | |
| addons | disable dashboard -p | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | |
| | addons-300000 | | | | | |
| start | -p addons-300000 --wait=true | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:12 PDT | 23 Sep 24 07:16 PDT |
| | --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 --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | addons-300000 addons disable | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:16 PDT | 23 Sep 24 07:16 PDT |
| | volcano --alsologtostderr -v=1 | | | | | |
| addons | enable headlamp | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:24 PDT | 23 Sep 24 07:24 PDT |
| | -p addons-300000 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-300000 addons disable | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:25 PDT | 23 Sep 24 07:25 PDT |
| | headlamp --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-300000 addons disable | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:25 PDT | 23 Sep 24 07:25 PDT |
| | yakd --alsologtostderr -v=1 | | | | | |
| addons | disable nvidia-device-plugin | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:25 PDT | 23 Sep 24 07:25 PDT |
| | -p addons-300000 | | | | | |
| ssh | addons-300000 ssh cat | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:25 PDT | 23 Sep 24 07:25 PDT |
| | /opt/local-path-provisioner/pvc-998443de-2e2b-46b1-9ba8-df5e85373a42_default_test-pvc/file1 | | | | | |
| addons | addons-300000 addons disable | addons-300000 | jenkins | v1.34.0 | 23 Sep 24 07:25 PDT | |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
==> Last Start <==
Log file created at: 2024/09/23 07:12:33
Running on machine: MacOS-Agent-2
Binary: Built with gc go1.23.0 for darwin/amd64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0923 07:12:33.605538 24347 out.go:345] Setting OutFile to fd 1 ...
I0923 07:12:33.605710 24347 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 07:12:33.605716 24347 out.go:358] Setting ErrFile to fd 2...
I0923 07:12:33.605719 24347 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0923 07:12:33.605904 24347 root.go:338] Updating PATH: /Users/jenkins/minikube-integration/19690-23594/.minikube/bin
I0923 07:12:33.607326 24347 out.go:352] Setting JSON to false
I0923 07:12:33.629796 24347 start.go:129] hostinfo: {"hostname":"MacOS-Agent-2.local","uptime":15123,"bootTime":1727085630,"procs":480,"os":"darwin","platform":"darwin","platformFamily":"Standalone Workstation","platformVersion":"14.6.1","kernelVersion":"23.6.0","kernelArch":"x86_64","virtualizationSystem":"","virtualizationRole":"","hostId":"2965c349-98a5-5970-aaa9-9eedd3ae5959"}
W0923 07:12:33.629945 24347 start.go:137] gopshost.Virtualization returned error: not implemented yet
I0923 07:12:33.651694 24347 out.go:177] * [addons-300000] minikube v1.34.0 on Darwin 14.6.1
I0923 07:12:33.693433 24347 out.go:177] - MINIKUBE_LOCATION=19690
I0923 07:12:33.693472 24347 notify.go:220] Checking for updates...
I0923 07:12:33.736235 24347 out.go:177] - KUBECONFIG=/Users/jenkins/minikube-integration/19690-23594/kubeconfig
I0923 07:12:33.757317 24347 out.go:177] - MINIKUBE_BIN=out/minikube-darwin-amd64
I0923 07:12:33.778143 24347 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0923 07:12:33.799218 24347 out.go:177] - MINIKUBE_HOME=/Users/jenkins/minikube-integration/19690-23594/.minikube
I0923 07:12:33.820250 24347 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0923 07:12:33.841504 24347 driver.go:394] Setting default libvirt URI to qemu:///system
I0923 07:12:33.865368 24347 docker.go:123] docker version: linux-27.0.3:Docker Desktop 4.32.0 (157355)
I0923 07:12:33.865544 24347 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0923 07:12:33.948406 24347 info.go:266] docker info: {ID:ffcfd25e-f557-4ac7-9a9f-0575ed4c800d Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 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:52 OomKillDisable:false NGoroutines:74 SystemTime:2024-09-23 14:12:33.936871329 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:11 KernelVersion:6.6.32-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:h
ttps://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:12 MemTotal:8220102656 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=unix:///Users/jenkins/Library/Containers/com.docker.docker/Data/docker-cli.sock] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0
-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=unconfined name=cgroupns] ProductLicense: Warnings:[WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/Users/jenkins/.docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-buildx] ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1-desktop.1] map[Name:compose Path:/Users/jenkins/.docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-compose] ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1-desktop.1] map[Name:debug Path:/Users/jenkins/.docker/cli-plugins/docker-debug SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-debug] ShortDescription:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.32] map[Name:desktop Path:/Users/jenkins/.docker/cli-plugins/docker-de
sktop SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-desktop] ShortDescription:Docker Desktop commands (Alpha) Vendor:Docker Inc. Version:v0.0.14] map[Name:dev Path:/Users/jenkins/.docker/cli-plugins/docker-dev SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-dev] ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.2] map[Name:extension Path:/Users/jenkins/.docker/cli-plugins/docker-extension SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-extension] ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.25] map[Name:feedback Path:/Users/jenkins/.docker/cli-plugins/docker-feedback SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-feedback] ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:v1.0.5] map[Name:init Path:/Users/jenkins/.docker/cli-plugins/docker-init SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plug
ins/docker-init] ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v1.3.0] map[Name:sbom Path:/Users/jenkins/.docker/cli-plugins/docker-sbom SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-sbom] ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scout Path:/Users/jenkins/.docker/cli-plugins/docker-scout SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-scout] ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.10.0]] Warnings:<nil>}}
I0923 07:12:33.990570 24347 out.go:177] * Using the docker driver based on user configuration
I0923 07:12:34.011334 24347 start.go:297] selected driver: docker
I0923 07:12:34.011389 24347 start.go:901] validating driver "docker" against <nil>
I0923 07:12:34.011407 24347 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0923 07:12:34.015842 24347 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0923 07:12:34.094688 24347 info.go:266] docker info: {ID:ffcfd25e-f557-4ac7-9a9f-0575ed4c800d Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:0 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:52 OomKillDisable:false NGoroutines:74 SystemTime:2024-09-23 14:12:34.085671209 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:11 KernelVersion:6.6.32-linuxkit OperatingSystem:Docker Desktop OSType:linux Architecture:x86_64 IndexServerAddress:h
ttps://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:12 MemTotal:8220102656 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy:http.docker.internal:3128 HTTPSProxy:http.docker.internal:3128 NoProxy:hubproxy.docker.internal Name:docker-desktop Labels:[com.docker.desktop.address=unix:///Users/jenkins/Library/Containers/com.docker.docker/Data/docker-cli.sock] ExperimentalBuild:false ServerVersion:27.0.3 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e Expected:ae71819c4f5e67bb4d5ae76a6b735f29cc25774e} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0
-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=seccomp,profile=unconfined name=cgroupns] ProductLicense: Warnings:[WARNING: daemon is not using the default seccomp profile] ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/Users/jenkins/.docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-buildx] ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.15.1-desktop.1] map[Name:compose Path:/Users/jenkins/.docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-compose] ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.28.1-desktop.1] map[Name:debug Path:/Users/jenkins/.docker/cli-plugins/docker-debug SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-debug] ShortDescription:Get a shell into any image or container Vendor:Docker Inc. Version:0.0.32] map[Name:desktop Path:/Users/jenkins/.docker/cli-plugins/docker-de
sktop SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-desktop] ShortDescription:Docker Desktop commands (Alpha) Vendor:Docker Inc. Version:v0.0.14] map[Name:dev Path:/Users/jenkins/.docker/cli-plugins/docker-dev SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-dev] ShortDescription:Docker Dev Environments Vendor:Docker Inc. Version:v0.1.2] map[Name:extension Path:/Users/jenkins/.docker/cli-plugins/docker-extension SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-extension] ShortDescription:Manages Docker extensions Vendor:Docker Inc. Version:v0.2.25] map[Name:feedback Path:/Users/jenkins/.docker/cli-plugins/docker-feedback SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-feedback] ShortDescription:Provide feedback, right in your terminal! Vendor:Docker Inc. Version:v1.0.5] map[Name:init Path:/Users/jenkins/.docker/cli-plugins/docker-init SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plug
ins/docker-init] ShortDescription:Creates Docker-related starter files for your project Vendor:Docker Inc. Version:v1.3.0] map[Name:sbom Path:/Users/jenkins/.docker/cli-plugins/docker-sbom SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-sbom] ShortDescription:View the packaged-based Software Bill Of Materials (SBOM) for an image URL:https://github.com/docker/sbom-cli-plugin Vendor:Anchore Inc. Version:0.6.0] map[Name:scout Path:/Users/jenkins/.docker/cli-plugins/docker-scout SchemaVersion:0.1.0 ShadowedPaths:[/usr/local/lib/docker/cli-plugins/docker-scout] ShortDescription:Docker Scout Vendor:Docker Inc. Version:v1.10.0]] Warnings:<nil>}}
I0923 07:12:34.094912 24347 start_flags.go:310] no existing cluster config was found, will generate one from the flags
I0923 07:12:34.095103 24347 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0923 07:12:34.116634 24347 out.go:177] * Using Docker Desktop driver with root privileges
I0923 07:12:34.137630 24347 cni.go:84] Creating CNI manager for ""
I0923 07:12:34.137733 24347 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0923 07:12:34.137747 24347 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I0923 07:12:34.137869 24347 start.go:340] cluster config:
{Name:addons-300000 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-300000 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:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/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: SSHAge
ntPID:0 GPUs: AutoPauseInterval:1m0s}
I0923 07:12:34.159430 24347 out.go:177] * Starting "addons-300000" primary control-plane node in "addons-300000" cluster
I0923 07:12:34.201588 24347 cache.go:121] Beginning downloading kic base image for docker with docker
I0923 07:12:34.222347 24347 out.go:177] * Pulling base image v0.0.45-1726784731-19672 ...
I0923 07:12:34.264615 24347 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 07:12:34.264677 24347 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local docker daemon
I0923 07:12:34.264712 24347 preload.go:146] Found local preload: /Users/jenkins/minikube-integration/19690-23594/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4
I0923 07:12:34.264726 24347 cache.go:56] Caching tarball of preloaded images
I0923 07:12:34.264935 24347 preload.go:172] Found /Users/jenkins/minikube-integration/19690-23594/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I0923 07:12:34.264954 24347 cache.go:59] Finished verifying existence of preloaded tar for v1.31.1 on docker
I0923 07:12:34.266420 24347 profile.go:143] Saving config to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/config.json ...
I0923 07:12:34.266538 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/config.json: {Name:mkd348ded2f88b38c1fcae79b581baa587dd00ee Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:12:34.284327 24347 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed to local cache
I0923 07:12:34.284488 24347 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory
I0923 07:12:34.284514 24347 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed in local cache directory, skipping pull
I0923 07:12:34.284520 24347 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed exists in cache, skipping pull
I0923 07:12:34.284529 24347 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed as a tarball
I0923 07:12:34.284533 24347 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from local cache
I0923 07:12:56.196562 24347 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed from cached tarball
I0923 07:12:56.196628 24347 cache.go:194] Successfully downloaded all kic artifacts
I0923 07:12:56.196690 24347 start.go:360] acquireMachinesLock for addons-300000: {Name:mk3294fa9a6d5270c093ab9609d74babe150defb Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0923 07:12:56.196868 24347 start.go:364] duration metric: took 165.28µs to acquireMachinesLock for "addons-300000"
I0923 07:12:56.196896 24347 start.go:93] Provisioning new machine with config: &{Name:addons-300000 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-300000 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:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuF
irmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0923 07:12:56.196951 24347 start.go:125] createHost starting for "" (driver="docker")
I0923 07:12:56.250107 24347 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0923 07:12:56.250325 24347 start.go:159] libmachine.API.Create for "addons-300000" (driver="docker")
I0923 07:12:56.250353 24347 client.go:168] LocalClient.Create starting
I0923 07:12:56.250531 24347 main.go:141] libmachine: Creating CA: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca.pem
I0923 07:12:56.374765 24347 main.go:141] libmachine: Creating client certificate: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/cert.pem
I0923 07:12:56.453345 24347 cli_runner.go:164] Run: docker network inspect addons-300000 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0923 07:12:56.471628 24347 cli_runner.go:211] docker network inspect addons-300000 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0923 07:12:56.471762 24347 network_create.go:284] running [docker network inspect addons-300000] to gather additional debugging logs...
I0923 07:12:56.471781 24347 cli_runner.go:164] Run: docker network inspect addons-300000
W0923 07:12:56.489015 24347 cli_runner.go:211] docker network inspect addons-300000 returned with exit code 1
I0923 07:12:56.489043 24347 network_create.go:287] error running [docker network inspect addons-300000]: docker network inspect addons-300000: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-300000 not found
I0923 07:12:56.489064 24347 network_create.go:289] output of [docker network inspect addons-300000]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-300000 not found
** /stderr **
I0923 07:12:56.489205 24347 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0923 07:12:56.507188 24347 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:0xc0016d0ab0}
I0923 07:12:56.507225 24347 network_create.go:124] attempt to create docker network addons-300000 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 65535 ...
I0923 07:12:56.507311 24347 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=65535 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-300000 addons-300000
I0923 07:12:56.569928 24347 network_create.go:108] docker network addons-300000 192.168.49.0/24 created
I0923 07:12:56.569966 24347 kic.go:121] calculated static IP "192.168.49.2" for the "addons-300000" container
I0923 07:12:56.570123 24347 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0923 07:12:56.588678 24347 cli_runner.go:164] Run: docker volume create addons-300000 --label name.minikube.sigs.k8s.io=addons-300000 --label created_by.minikube.sigs.k8s.io=true
I0923 07:12:56.608923 24347 oci.go:103] Successfully created a docker volume addons-300000
I0923 07:12:56.609070 24347 cli_runner.go:164] Run: docker run --rm --name addons-300000-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-300000 --entrypoint /usr/bin/test -v addons-300000:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -d /var/lib
I0923 07:12:57.295984 24347 oci.go:107] Successfully prepared a docker volume addons-300000
I0923 07:12:57.296285 24347 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 07:12:57.296300 24347 kic.go:194] Starting extracting preloaded images to volume ...
I0923 07:12:57.296416 24347 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/19690-23594/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-300000:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir
I0923 07:13:01.776152 24347 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /Users/jenkins/minikube-integration/19690-23594/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-300000:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed -I lz4 -xf /preloaded.tar -C /extractDir: (4.479551273s)
I0923 07:13:01.776192 24347 kic.go:203] duration metric: took 4.479873748s to extract preloaded images to volume ...
I0923 07:13:01.776396 24347 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0923 07:13:01.870781 24347 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-300000 --name addons-300000 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-300000 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-300000 --network addons-300000 --ip 192.168.49.2 --volume addons-300000:/var --security-opt apparmor=unconfined --memory=4000mb --memory-swap=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed
I0923 07:13:02.204743 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Running}}
I0923 07:13:02.228337 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:02.251095 24347 cli_runner.go:164] Run: docker exec addons-300000 stat /var/lib/dpkg/alternatives/iptables
I0923 07:13:02.324316 24347 oci.go:144] the created container "addons-300000" has a running status.
I0923 07:13:02.324354 24347 kic.go:225] Creating ssh key for kic: /Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa...
I0923 07:13:02.708837 24347 kic_runner.go:191] docker (temp): /Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0923 07:13:02.743924 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:02.764732 24347 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0923 07:13:02.764757 24347 kic_runner.go:114] Args: [docker exec --privileged addons-300000 chown docker:docker /home/docker/.ssh/authorized_keys]
I0923 07:13:02.844789 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:02.867952 24347 machine.go:93] provisionDockerMachine start ...
I0923 07:13:02.868156 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:02.891329 24347 main.go:141] libmachine: Using SSH client type: native
I0923 07:13:02.891560 24347 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x7f0bd00] 0x7f0e9e0 <nil> [] 0s} 127.0.0.1 51389 <nil> <nil>}
I0923 07:13:02.891569 24347 main.go:141] libmachine: About to run SSH command:
hostname
I0923 07:13:03.025549 24347 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-300000
I0923 07:13:03.025593 24347 ubuntu.go:169] provisioning hostname "addons-300000"
I0923 07:13:03.025725 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:03.048001 24347 main.go:141] libmachine: Using SSH client type: native
I0923 07:13:03.048208 24347 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x7f0bd00] 0x7f0e9e0 <nil> [] 0s} 127.0.0.1 51389 <nil> <nil>}
I0923 07:13:03.048225 24347 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-300000 && echo "addons-300000" | sudo tee /etc/hostname
I0923 07:13:03.193995 24347 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-300000
I0923 07:13:03.194123 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:03.213448 24347 main.go:141] libmachine: Using SSH client type: native
I0923 07:13:03.213639 24347 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x7f0bd00] 0x7f0e9e0 <nil> [] 0s} 127.0.0.1 51389 <nil> <nil>}
I0923 07:13:03.213653 24347 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-300000' /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-300000/g' /etc/hosts;
else
echo '127.0.1.1 addons-300000' | sudo tee -a /etc/hosts;
fi
fi
I0923 07:13:03.345760 24347 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0923 07:13:03.345787 24347 ubuntu.go:175] set auth options {CertDir:/Users/jenkins/minikube-integration/19690-23594/.minikube CaCertPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca.pem CaPrivateKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/server.pem ServerKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/server-key.pem ClientKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/Users/jenkins/minikube-integration/19690-23594/.minikube}
I0923 07:13:03.345809 24347 ubuntu.go:177] setting up certificates
I0923 07:13:03.345824 24347 provision.go:84] configureAuth start
I0923 07:13:03.345922 24347 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-300000
I0923 07:13:03.364664 24347 provision.go:143] copyHostCerts
I0923 07:13:03.364782 24347 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca.pem --> /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.pem (1078 bytes)
I0923 07:13:03.365066 24347 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/cert.pem --> /Users/jenkins/minikube-integration/19690-23594/.minikube/cert.pem (1123 bytes)
I0923 07:13:03.365273 24347 exec_runner.go:151] cp: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/key.pem --> /Users/jenkins/minikube-integration/19690-23594/.minikube/key.pem (1675 bytes)
I0923 07:13:03.365467 24347 provision.go:117] generating server cert: /Users/jenkins/minikube-integration/19690-23594/.minikube/machines/server.pem ca-key=/Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca.pem private-key=/Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca-key.pem org=jenkins.addons-300000 san=[127.0.0.1 192.168.49.2 addons-300000 localhost minikube]
I0923 07:13:03.427455 24347 provision.go:177] copyRemoteCerts
I0923 07:13:03.427520 24347 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0923 07:13:03.427589 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:03.447304 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:03.544440 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
I0923 07:13:03.568443 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
I0923 07:13:03.594711 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I0923 07:13:03.618610 24347 provision.go:87] duration metric: took 272.768938ms to configureAuth
I0923 07:13:03.618627 24347 ubuntu.go:193] setting minikube options for container-runtime
I0923 07:13:03.618775 24347 config.go:182] Loaded profile config "addons-300000": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 07:13:03.618863 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:03.638022 24347 main.go:141] libmachine: Using SSH client type: native
I0923 07:13:03.638215 24347 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x7f0bd00] 0x7f0e9e0 <nil> [] 0s} 127.0.0.1 51389 <nil> <nil>}
I0923 07:13:03.638237 24347 main.go:141] libmachine: About to run SSH command:
df --output=fstype / | tail -n 1
I0923 07:13:03.775023 24347 main.go:141] libmachine: SSH cmd err, output: <nil>: overlay
I0923 07:13:03.775041 24347 ubuntu.go:71] root file system type: overlay
I0923 07:13:03.775173 24347 provision.go:314] Updating docker unit: /lib/systemd/system/docker.service ...
I0923 07:13:03.775278 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:03.794603 24347 main.go:141] libmachine: Using SSH client type: native
I0923 07:13:03.794806 24347 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x7f0bd00] 0x7f0e9e0 <nil> [] 0s} 127.0.0.1 51389 <nil> <nil>}
I0923 07:13:03.794855 24347 main.go:141] libmachine: About to run SSH command:
sudo mkdir -p /lib/systemd/system && printf %s "[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP \$MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
" | sudo tee /lib/systemd/system/docker.service.new
I0923 07:13:03.942865 24347 main.go:141] libmachine: SSH cmd err, output: <nil>: [Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
BindsTo=containerd.service
After=network-online.target firewalld.service containerd.service
Wants=network-online.target
Requires=docker.socket
StartLimitBurst=3
StartLimitIntervalSec=60
[Service]
Type=notify
Restart=on-failure
# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
# The base configuration already specifies an 'ExecStart=...' command. The first directive
# here is to clear out that command inherited from the base configuration. Without this,
# the command from the base configuration and the command specified here are treated as
# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
# will catch this invalid input and refuse to start the service with an error like:
# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Uncomment TasksMax if your systemd version supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
[Install]
WantedBy=multi-user.target
I0923 07:13:03.942984 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:03.963641 24347 main.go:141] libmachine: Using SSH client type: native
I0923 07:13:03.963833 24347 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x7f0bd00] 0x7f0e9e0 <nil> [] 0s} 127.0.0.1 51389 <nil> <nil>}
I0923 07:13:03.963846 24347 main.go:141] libmachine: About to run SSH command:
sudo diff -u /lib/systemd/system/docker.service /lib/systemd/system/docker.service.new || { sudo mv /lib/systemd/system/docker.service.new /lib/systemd/system/docker.service; sudo systemctl -f daemon-reload && sudo systemctl -f enable docker && sudo systemctl -f restart docker; }
I0923 07:13:04.813306 24347 main.go:141] libmachine: SSH cmd err, output: <nil>: --- /lib/systemd/system/docker.service 2024-09-19 14:24:32.000000000 +0000
+++ /lib/systemd/system/docker.service.new 2024-09-23 14:13:03.940316080 +0000
@@ -1,46 +1,49 @@
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service containerd.service time-set.target
-Wants=network-online.target containerd.service
+BindsTo=containerd.service
+After=network-online.target firewalld.service containerd.service
+Wants=network-online.target
Requires=docker.socket
+StartLimitBurst=3
+StartLimitIntervalSec=60
[Service]
Type=notify
-# the default is not to use systemd for cgroups because the delegate issues still
-# exists and systemd currently does not support the cgroup feature set required
-# for containers run by docker
-ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
-ExecReload=/bin/kill -s HUP $MAINPID
-TimeoutStartSec=0
-RestartSec=2
-Restart=always
+Restart=on-failure
-# Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229.
-# Both the old, and new location are accepted by systemd 229 and up, so using the old location
-# to make them work for either version of systemd.
-StartLimitBurst=3
-# Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230.
-# Both the old, and new name are accepted by systemd 230 and up, so using the old name to make
-# this option work for either version of systemd.
-StartLimitInterval=60s
+
+# This file is a systemd drop-in unit that inherits from the base dockerd configuration.
+# The base configuration already specifies an 'ExecStart=...' command. The first directive
+# here is to clear out that command inherited from the base configuration. Without this,
+# the command from the base configuration and the command specified here are treated as
+# a sequence of commands, which is not the desired behavior, nor is it valid -- systemd
+# will catch this invalid input and refuse to start the service with an error like:
+# Service has more than one ExecStart= setting, which is only allowed for Type=oneshot services.
+
+# NOTE: default-ulimit=nofile is set to an arbitrary number for consistency with other
+# container runtimes. If left unlimited, it may result in OOM issues with MySQL.
+ExecStart=
+ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --default-ulimit=nofile=1048576:1048576 --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem --label provider=docker --insecure-registry 10.96.0.0/12
+ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
+LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
-# Comment TasksMax if your systemd version does not support it.
-# Only systemd 226 and above support this option.
+# Uncomment TasksMax if your systemd version supports it.
+# Only systemd 226 and above support this version.
TasksMax=infinity
+TimeoutStartSec=0
# set delegate yes so that systemd does not reset the cgroups of docker containers
Delegate=yes
# kill only the docker process, not all processes in the cgroup
KillMode=process
-OOMScoreAdjust=-500
[Install]
WantedBy=multi-user.target
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
I0923 07:13:04.813330 24347 machine.go:96] duration metric: took 1.945331315s to provisionDockerMachine
I0923 07:13:04.813352 24347 client.go:171] duration metric: took 8.562965096s to LocalClient.Create
I0923 07:13:04.813369 24347 start.go:167] duration metric: took 8.563018389s to libmachine.API.Create "addons-300000"
I0923 07:13:04.813379 24347 start.go:293] postStartSetup for "addons-300000" (driver="docker")
I0923 07:13:04.813387 24347 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
I0923 07:13:04.813458 24347 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
I0923 07:13:04.813527 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:04.834132 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:04.930765 24347 ssh_runner.go:195] Run: cat /etc/os-release
I0923 07:13:04.935290 24347 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0923 07:13:04.935318 24347 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0923 07:13:04.935330 24347 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0923 07:13:04.935337 24347 info.go:137] Remote host: Ubuntu 22.04.5 LTS
I0923 07:13:04.935358 24347 filesync.go:126] Scanning /Users/jenkins/minikube-integration/19690-23594/.minikube/addons for local assets ...
I0923 07:13:04.935478 24347 filesync.go:126] Scanning /Users/jenkins/minikube-integration/19690-23594/.minikube/files for local assets ...
I0923 07:13:04.935546 24347 start.go:296] duration metric: took 122.160847ms for postStartSetup
I0923 07:13:04.936084 24347 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-300000
I0923 07:13:04.955420 24347 profile.go:143] Saving config to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/config.json ...
I0923 07:13:04.955992 24347 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0923 07:13:04.956070 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:04.975681 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:05.069543 24347 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0923 07:13:05.074249 24347 start.go:128] duration metric: took 8.877256097s to createHost
I0923 07:13:05.074274 24347 start.go:83] releasing machines lock for "addons-300000", held for 8.877368417s
I0923 07:13:05.074406 24347 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-300000
I0923 07:13:05.093088 24347 ssh_runner.go:195] Run: cat /version.json
I0923 07:13:05.093104 24347 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0923 07:13:05.093188 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:05.093203 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:05.114554 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:05.114558 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:05.299646 24347 ssh_runner.go:195] Run: systemctl --version
I0923 07:13:05.304281 24347 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0923 07:13:05.309739 24347 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
I0923 07:13:05.335861 24347 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0923 07:13:05.335938 24347 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%p, " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I0923 07:13:05.361568 24347 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0923 07:13:05.361582 24347 start.go:495] detecting cgroup driver to use...
I0923 07:13:05.361599 24347 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0923 07:13:05.361700 24347 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I0923 07:13:05.377618 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
I0923 07:13:05.388283 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
I0923 07:13:05.398650 24347 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
I0923 07:13:05.398721 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0923 07:13:05.408372 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0923 07:13:05.418007 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0923 07:13:05.427982 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0923 07:13:05.439269 24347 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0923 07:13:05.449242 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
I0923 07:13:05.459709 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
I0923 07:13:05.470463 24347 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1 enable_unprivileged_ports = true|' /etc/containerd/config.toml"
I0923 07:13:05.479988 24347 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0923 07:13:05.487915 24347 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0923 07:13:05.497417 24347 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 07:13:05.557725 24347 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0923 07:13:05.636321 24347 start.go:495] detecting cgroup driver to use...
I0923 07:13:05.636349 24347 detect.go:187] detected "cgroupfs" cgroup driver on host os
I0923 07:13:05.636461 24347 ssh_runner.go:195] Run: sudo systemctl cat docker.service
I0923 07:13:05.651924 24347 cruntime.go:279] skipping containerd shutdown because we are bound to it
I0923 07:13:05.652009 24347 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0923 07:13:05.665637 24347 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/cri-dockerd.sock
" | sudo tee /etc/crictl.yaml"
I0923 07:13:05.684545 24347 ssh_runner.go:195] Run: which cri-dockerd
I0923 07:13:05.689336 24347 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/cri-docker.service.d
I0923 07:13:05.699519 24347 ssh_runner.go:362] scp memory --> /etc/systemd/system/cri-docker.service.d/10-cni.conf (190 bytes)
I0923 07:13:05.729101 24347 ssh_runner.go:195] Run: sudo systemctl unmask docker.service
I0923 07:13:05.796919 24347 ssh_runner.go:195] Run: sudo systemctl enable docker.socket
I0923 07:13:05.868053 24347 docker.go:574] configuring docker to use "cgroupfs" as cgroup driver...
I0923 07:13:05.868186 24347 ssh_runner.go:362] scp memory --> /etc/docker/daemon.json (130 bytes)
I0923 07:13:05.889445 24347 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 07:13:05.993408 24347 ssh_runner.go:195] Run: sudo systemctl restart docker
I0923 07:13:06.472565 24347 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.socket
I0923 07:13:06.486389 24347 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0923 07:13:06.501243 24347 ssh_runner.go:195] Run: sudo systemctl unmask cri-docker.socket
I0923 07:13:06.572694 24347 ssh_runner.go:195] Run: sudo systemctl enable cri-docker.socket
I0923 07:13:06.639017 24347 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 07:13:06.705850 24347 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.socket
I0923 07:13:06.732866 24347 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service cri-docker.service
I0923 07:13:06.745050 24347 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 07:13:06.810155 24347 ssh_runner.go:195] Run: sudo systemctl restart cri-docker.service
I0923 07:13:06.885235 24347 start.go:542] Will wait 60s for socket path /var/run/cri-dockerd.sock
I0923 07:13:06.885350 24347 ssh_runner.go:195] Run: stat /var/run/cri-dockerd.sock
I0923 07:13:06.889831 24347 start.go:563] Will wait 60s for crictl version
I0923 07:13:06.889913 24347 ssh_runner.go:195] Run: which crictl
I0923 07:13:06.894406 24347 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0923 07:13:06.933249 24347 start.go:579] Version: 0.1.0
RuntimeName: docker
RuntimeVersion: 27.3.0
RuntimeApiVersion: v1
I0923 07:13:06.933353 24347 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0923 07:13:06.957843 24347 ssh_runner.go:195] Run: docker version --format {{.Server.Version}}
I0923 07:13:07.036258 24347 out.go:235] * Preparing Kubernetes v1.31.1 on Docker 27.3.0 ...
I0923 07:13:07.036363 24347 cli_runner.go:164] Run: docker exec -t addons-300000 dig +short host.docker.internal
I0923 07:13:07.112819 24347 network.go:96] got host ip for mount in container by digging dns: 192.168.65.254
I0923 07:13:07.112937 24347 ssh_runner.go:195] Run: grep 192.168.65.254 host.minikube.internal$ /etc/hosts
I0923 07:13:07.117033 24347 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.65.254 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0923 07:13:07.128109 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:07.147135 24347 kubeadm.go:883] updating cluster {Name:addons-300000 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-300000 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:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
I0923 07:13:07.147255 24347 preload.go:131] Checking if preload exists for k8s version v1.31.1 and runtime docker
I0923 07:13:07.147373 24347 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0923 07:13:07.165843 24347 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/coredns/coredns:v1.11.3
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0923 07:13:07.165859 24347 docker.go:615] Images already preloaded, skipping extraction
I0923 07:13:07.165985 24347 ssh_runner.go:195] Run: docker images --format {{.Repository}}:{{.Tag}}
I0923 07:13:07.185023 24347 docker.go:685] Got preloaded images: -- stdout --
registry.k8s.io/kube-apiserver:v1.31.1
registry.k8s.io/kube-controller-manager:v1.31.1
registry.k8s.io/kube-scheduler:v1.31.1
registry.k8s.io/kube-proxy:v1.31.1
registry.k8s.io/coredns/coredns:v1.11.3
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/pause:3.10
gcr.io/k8s-minikube/storage-provisioner:v5
-- /stdout --
I0923 07:13:07.185044 24347 cache_images.go:84] Images are preloaded, skipping loading
I0923 07:13:07.185055 24347 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.1 docker true true} ...
I0923 07:13:07.185152 24347 kubeadm.go:946] kubelet [Unit]
Wants=docker.socket
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.31.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-300000 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.31.1 ClusterName:addons-300000 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:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
I0923 07:13:07.185246 24347 ssh_runner.go:195] Run: docker info --format {{.CgroupDriver}}
I0923 07:13:07.224356 24347 cni.go:84] Creating CNI manager for ""
I0923 07:13:07.224375 24347 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0923 07:13:07.224387 24347 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
I0923 07:13:07.224404 24347 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.31.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-300000 NodeName:addons-300000 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:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuber
netes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/cri-dockerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I0923 07:13:07.224508 24347 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-300000"
kubeletExtraArgs:
node-ip: 192.168.49.2
taints: []
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
apiServer:
certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
extraArgs:
enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
controllerManager:
extraArgs:
allocate-node-cidrs: "true"
leader-elect: "false"
scheduler:
extraArgs:
leader-elect: "false"
certificatesDir: /var/lib/minikube/certs
clusterName: mk
controlPlaneEndpoint: control-plane.minikube.internal:8443
etcd:
local:
dataDir: /var/lib/minikube/etcd
extraArgs:
proxy-refresh-interval: "70000"
kubernetesVersion: v1.31.1
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
containerRuntimeEndpoint: unix:///var/run/cri-dockerd.sock
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%"
nodefs.inodesFree: "0%"
imagefs.available: "0%"
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I0923 07:13:07.224586 24347 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.1
I0923 07:13:07.233712 24347 binaries.go:44] Found k8s binaries, skipping transfer
I0923 07:13:07.233801 24347 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0923 07:13:07.242998 24347 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (312 bytes)
I0923 07:13:07.259446 24347 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0923 07:13:07.276070 24347 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2155 bytes)
I0923 07:13:07.292998 24347 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0923 07:13:07.297384 24347 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2 control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I0923 07:13:07.308239 24347 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 07:13:07.365956 24347 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0923 07:13:07.391800 24347 certs.go:68] Setting up /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000 for IP: 192.168.49.2
I0923 07:13:07.391815 24347 certs.go:194] generating shared ca certs ...
I0923 07:13:07.391828 24347 certs.go:226] acquiring lock for ca certs: {Name:mkf17e7c87524b8614cc11c3af3c35a3d9c32a6c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.392046 24347 certs.go:240] generating "minikubeCA" ca cert: /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.key
I0923 07:13:07.536176 24347 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.crt ...
I0923 07:13:07.536193 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.crt: {Name:mk1189cd9ea4fb0a39338c6b5f8ce8e72569aff3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.536592 24347 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.key ...
I0923 07:13:07.536601 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.key: {Name:mk6a2aab4b97fff9d24234ba58961a15dc58cbcd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.536879 24347 certs.go:240] generating "proxyClientCA" ca cert: /Users/jenkins/minikube-integration/19690-23594/.minikube/proxy-client-ca.key
I0923 07:13:07.611040 24347 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/19690-23594/.minikube/proxy-client-ca.crt ...
I0923 07:13:07.611058 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/proxy-client-ca.crt: {Name:mk5c7d579e7931666db01a1363dba95aecbd4ed6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.611463 24347 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/19690-23594/.minikube/proxy-client-ca.key ...
I0923 07:13:07.611473 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/proxy-client-ca.key: {Name:mkac5617895ac2608985c992a618f42b8bf91dfa Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.611753 24347 certs.go:256] generating profile certs ...
I0923 07:13:07.611811 24347 certs.go:363] generating signed profile cert for "minikube-user": /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/client.key
I0923 07:13:07.611828 24347 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/client.crt with IP's: []
I0923 07:13:07.781620 24347 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/client.crt ...
I0923 07:13:07.781641 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/client.crt: {Name:mkb3847ec7c06fb802cd51d44be36359ae66cd2c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.782045 24347 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/client.key ...
I0923 07:13:07.782054 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/client.key: {Name:mk8ef045ea336a5b4317b1209d9685dd0271d49d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.782322 24347 certs.go:363] generating signed profile cert for "minikube": /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.key.cd4114fb
I0923 07:13:07.782345 24347 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.crt.cd4114fb with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
I0923 07:13:07.859718 24347 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.crt.cd4114fb ...
I0923 07:13:07.859731 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.crt.cd4114fb: {Name:mk4f42426fddb5d0153c0a8f4b460009ab2ce939 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.860091 24347 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.key.cd4114fb ...
I0923 07:13:07.860102 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.key.cd4114fb: {Name:mkb9f21bda1c8d0ce7363809cbc39ffccbfc94ce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.860371 24347 certs.go:381] copying /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.crt.cd4114fb -> /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.crt
I0923 07:13:07.860610 24347 certs.go:385] copying /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.key.cd4114fb -> /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.key
I0923 07:13:07.860813 24347 certs.go:363] generating signed profile cert for "aggregator": /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.key
I0923 07:13:07.860833 24347 crypto.go:68] Generating cert /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.crt with IP's: []
I0923 07:13:07.988612 24347 crypto.go:156] Writing cert to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.crt ...
I0923 07:13:07.988629 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.crt: {Name:mkf296ec3227c4eee3abf6f0556db40ad44145c9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.989006 24347 crypto.go:164] Writing key to /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.key ...
I0923 07:13:07.989017 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.key: {Name:mk169b5fda24da84928c861132d1eaa71e664bdb Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:07.989526 24347 certs.go:484] found cert: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca-key.pem (1675 bytes)
I0923 07:13:07.989582 24347 certs.go:484] found cert: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/ca.pem (1078 bytes)
I0923 07:13:07.989620 24347 certs.go:484] found cert: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/cert.pem (1123 bytes)
I0923 07:13:07.989658 24347 certs.go:484] found cert: /Users/jenkins/minikube-integration/19690-23594/.minikube/certs/key.pem (1675 bytes)
I0923 07:13:07.990277 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0923 07:13:08.011848 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0923 07:13:08.031925 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0923 07:13:08.052513 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
I0923 07:13:08.072829 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
I0923 07:13:08.093640 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0923 07:13:08.114061 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0923 07:13:08.134453 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/profiles/addons-300000/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I0923 07:13:08.154986 24347 ssh_runner.go:362] scp /Users/jenkins/minikube-integration/19690-23594/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0923 07:13:08.179581 24347 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0923 07:13:08.199289 24347 ssh_runner.go:195] Run: openssl version
I0923 07:13:08.205086 24347 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
I0923 07:13:08.214489 24347 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0923 07:13:08.218441 24347 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Sep 23 14:13 /usr/share/ca-certificates/minikubeCA.pem
I0923 07:13:08.218502 24347 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0923 07:13:08.224763 24347 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
I0923 07:13:08.234347 24347 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
I0923 07:13:08.238051 24347 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
stdout:
stderr:
stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
I0923 07:13:08.238097 24347 kubeadm.go:392] StartCluster: {Name:addons-300000 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726784731-19672@sha256:7f8c62ddb0100a5b958dd19c5b5478b8c7ef13da9a0a4d6c7d18f43544e0dbed Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.31.1 ClusterName:addons-300000 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:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/Users:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePat
h: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
I0923 07:13:08.238215 24347 ssh_runner.go:195] Run: docker ps --filter status=paused --filter=name=k8s_.*_(kube-system)_ --format={{.ID}}
I0923 07:13:08.256621 24347 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0923 07:13:08.264944 24347 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0923 07:13:08.273842 24347 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
I0923 07:13:08.273901 24347 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
I0923 07:13:08.282166 24347 kubeadm.go:155] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
I0923 07:13:08.282180 24347 kubeadm.go:157] found existing configuration files:
I0923 07:13:08.282247 24347 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
I0923 07:13:08.290124 24347 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/admin.conf: No such file or directory
I0923 07:13:08.290189 24347 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
I0923 07:13:08.298377 24347 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
I0923 07:13:08.306962 24347 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/kubelet.conf: No such file or directory
I0923 07:13:08.307040 24347 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
I0923 07:13:08.316616 24347 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
I0923 07:13:08.324777 24347 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/controller-manager.conf: No such file or directory
I0923 07:13:08.324837 24347 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
I0923 07:13:08.333797 24347 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
I0923 07:13:08.342792 24347 kubeadm.go:163] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
stdout:
stderr:
grep: /etc/kubernetes/scheduler.conf: No such file or directory
I0923 07:13:08.342867 24347 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
I0923 07:13:08.351265 24347 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0923 07:13:08.388669 24347 kubeadm.go:310] [init] Using Kubernetes version: v1.31.1
I0923 07:13:08.388730 24347 kubeadm.go:310] [preflight] Running pre-flight checks
I0923 07:13:08.467780 24347 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
I0923 07:13:08.467899 24347 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0923 07:13:08.467987 24347 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
I0923 07:13:08.479449 24347 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0923 07:13:08.525400 24347 out.go:235] - Generating certificates and keys ...
I0923 07:13:08.525466 24347 kubeadm.go:310] [certs] Using existing ca certificate authority
I0923 07:13:08.525544 24347 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
I0923 07:13:08.649388 24347 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
I0923 07:13:08.748552 24347 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
I0923 07:13:09.119137 24347 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
I0923 07:13:09.306034 24347 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
I0923 07:13:09.434791 24347 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
I0923 07:13:09.435015 24347 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-300000 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0923 07:13:09.519160 24347 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
I0923 07:13:09.519277 24347 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-300000 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0923 07:13:09.670892 24347 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
I0923 07:13:09.873668 24347 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
I0923 07:13:09.940827 24347 kubeadm.go:310] [certs] Generating "sa" key and public key
I0923 07:13:09.940895 24347 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0923 07:13:10.103254 24347 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
I0923 07:13:10.181454 24347 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
I0923 07:13:10.284933 24347 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0923 07:13:10.402114 24347 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0923 07:13:10.520994 24347 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0923 07:13:10.521337 24347 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0923 07:13:10.523023 24347 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0923 07:13:10.544422 24347 out.go:235] - Booting up control plane ...
I0923 07:13:10.544497 24347 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0923 07:13:10.544554 24347 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0923 07:13:10.544600 24347 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0923 07:13:10.544680 24347 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0923 07:13:10.544759 24347 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0923 07:13:10.544801 24347 kubeadm.go:310] [kubelet-start] Starting the kubelet
I0923 07:13:10.606753 24347 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
I0923 07:13:10.606847 24347 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
I0923 07:13:11.107722 24347 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 500.904078ms
I0923 07:13:11.107792 24347 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
I0923 07:13:16.610832 24347 kubeadm.go:310] [api-check] The API server is healthy after 5.503018259s
I0923 07:13:16.621012 24347 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0923 07:13:16.632107 24347 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0923 07:13:16.652661 24347 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
I0923 07:13:16.652853 24347 kubeadm.go:310] [mark-control-plane] Marking the node addons-300000 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0923 07:13:16.660441 24347 kubeadm.go:310] [bootstrap-token] Using token: co8kqm.5mcmdnmc9a5wy3cl
I0923 07:13:16.699813 24347 out.go:235] - Configuring RBAC rules ...
I0923 07:13:16.699908 24347 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0923 07:13:16.701835 24347 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0923 07:13:16.708757 24347 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0923 07:13:16.711474 24347 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0923 07:13:16.714394 24347 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0923 07:13:16.717624 24347 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0923 07:13:17.019291 24347 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0923 07:13:17.429948 24347 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
I0923 07:13:18.018055 24347 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
I0923 07:13:18.018619 24347 kubeadm.go:310]
I0923 07:13:18.018729 24347 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
I0923 07:13:18.018737 24347 kubeadm.go:310]
I0923 07:13:18.018818 24347 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
I0923 07:13:18.018830 24347 kubeadm.go:310]
I0923 07:13:18.018853 24347 kubeadm.go:310] mkdir -p $HOME/.kube
I0923 07:13:18.018906 24347 kubeadm.go:310] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0923 07:13:18.018958 24347 kubeadm.go:310] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0923 07:13:18.018965 24347 kubeadm.go:310]
I0923 07:13:18.019016 24347 kubeadm.go:310] Alternatively, if you are the root user, you can run:
I0923 07:13:18.019024 24347 kubeadm.go:310]
I0923 07:13:18.019059 24347 kubeadm.go:310] export KUBECONFIG=/etc/kubernetes/admin.conf
I0923 07:13:18.019070 24347 kubeadm.go:310]
I0923 07:13:18.019112 24347 kubeadm.go:310] You should now deploy a pod network to the cluster.
I0923 07:13:18.019171 24347 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0923 07:13:18.019253 24347 kubeadm.go:310] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0923 07:13:18.019261 24347 kubeadm.go:310]
I0923 07:13:18.019326 24347 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
I0923 07:13:18.019385 24347 kubeadm.go:310] and service account keys on each node and then running the following as root:
I0923 07:13:18.019389 24347 kubeadm.go:310]
I0923 07:13:18.019456 24347 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token co8kqm.5mcmdnmc9a5wy3cl \
I0923 07:13:18.019541 24347 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:eeb35473d00704a4f7f5a95254bc66fb1581634596c02f17607e747d38d8abbe \
I0923 07:13:18.019559 24347 kubeadm.go:310] --control-plane
I0923 07:13:18.019565 24347 kubeadm.go:310]
I0923 07:13:18.019633 24347 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
I0923 07:13:18.019638 24347 kubeadm.go:310]
I0923 07:13:18.019703 24347 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token co8kqm.5mcmdnmc9a5wy3cl \
I0923 07:13:18.019794 24347 kubeadm.go:310] --discovery-token-ca-cert-hash sha256:eeb35473d00704a4f7f5a95254bc66fb1581634596c02f17607e747d38d8abbe
I0923 07:13:18.021109 24347 kubeadm.go:310] W0923 14:13:08.386281 1820 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0923 07:13:18.021389 24347 kubeadm.go:310] W0923 14:13:08.386747 1820 common.go:101] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
I0923 07:13:18.021561 24347 kubeadm.go:310] [WARNING Swap]: swap is supported for cgroup v2 only. The kubelet must be properly configured to use swap. Please refer to https://kubernetes.io/docs/concepts/architecture/nodes/#swap-memory, or disable swap on the node
I0923 07:13:18.021655 24347 kubeadm.go:310] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0923 07:13:18.021667 24347 cni.go:84] Creating CNI manager for ""
I0923 07:13:18.021677 24347 cni.go:158] "docker" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I0923 07:13:18.046391 24347 out.go:177] * Configuring bridge CNI (Container Networking Interface) ...
I0923 07:13:18.091339 24347 ssh_runner.go:195] Run: sudo mkdir -p /etc/cni/net.d
I0923 07:13:18.100852 24347 ssh_runner.go:362] scp memory --> /etc/cni/net.d/1-k8s.conflist (496 bytes)
I0923 07:13:18.116575 24347 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0923 07:13:18.116649 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:18.116660 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-300000 minikube.k8s.io/updated_at=2024_09_23T07_13_18_0700 minikube.k8s.io/version=v1.34.0 minikube.k8s.io/commit=30f673d6edb6d12f8aba2f7e30667ea1b6d205d1 minikube.k8s.io/name=addons-300000 minikube.k8s.io/primary=true
I0923 07:13:18.187355 24347 ops.go:34] apiserver oom_adj: -16
I0923 07:13:18.187419 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:18.687592 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:19.188005 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:19.687749 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:20.187546 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:20.687604 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:21.187514 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:21.687641 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:22.187809 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:22.687920 24347 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0923 07:13:22.770110 24347 kubeadm.go:1113] duration metric: took 4.653517163s to wait for elevateKubeSystemPrivileges
I0923 07:13:22.770137 24347 kubeadm.go:394] duration metric: took 14.532002578s to StartCluster
I0923 07:13:22.770155 24347 settings.go:142] acquiring lock: {Name:mk12b662169380edece2a09579f0c3f9d146f5e3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:22.770350 24347 settings.go:150] Updating kubeconfig: /Users/jenkins/minikube-integration/19690-23594/kubeconfig
I0923 07:13:22.770654 24347 lock.go:35] WriteFile acquiring /Users/jenkins/minikube-integration/19690-23594/kubeconfig: {Name:mk8601fd4d0807352923662e202a6f27e7dd40bf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0923 07:13:22.770958 24347 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0923 07:13:22.770968 24347 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.1 ContainerRuntime:docker ControlPlane:true Worker:true}
I0923 07:13:22.771004 24347 addons.go:507] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
I0923 07:13:22.771063 24347 addons.go:69] Setting yakd=true in profile "addons-300000"
I0923 07:13:22.771090 24347 addons.go:234] Setting addon yakd=true in "addons-300000"
I0923 07:13:22.771086 24347 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-300000"
I0923 07:13:22.771112 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771113 24347 config.go:182] Loaded profile config "addons-300000": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 07:13:22.771116 24347 addons.go:69] Setting cloud-spanner=true in profile "addons-300000"
I0923 07:13:22.771161 24347 addons.go:234] Setting addon cloud-spanner=true in "addons-300000"
I0923 07:13:22.771164 24347 addons.go:69] Setting metrics-server=true in profile "addons-300000"
I0923 07:13:22.771191 24347 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-300000"
I0923 07:13:22.771191 24347 addons.go:69] Setting gcp-auth=true in profile "addons-300000"
I0923 07:13:22.771198 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771198 24347 addons.go:69] Setting default-storageclass=true in profile "addons-300000"
I0923 07:13:22.771208 24347 addons.go:69] Setting ingress-dns=true in profile "addons-300000"
I0923 07:13:22.771218 24347 mustload.go:65] Loading cluster: addons-300000
I0923 07:13:22.771208 24347 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-300000"
I0923 07:13:22.771224 24347 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-300000"
I0923 07:13:22.771220 24347 addons.go:69] Setting volcano=true in profile "addons-300000"
I0923 07:13:22.771239 24347 addons.go:69] Setting inspektor-gadget=true in profile "addons-300000"
I0923 07:13:22.771262 24347 addons.go:234] Setting addon volcano=true in "addons-300000"
I0923 07:13:22.771300 24347 addons.go:69] Setting volumesnapshots=true in profile "addons-300000"
I0923 07:13:22.771312 24347 addons.go:234] Setting addon volumesnapshots=true in "addons-300000"
I0923 07:13:22.771284 24347 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-300000"
I0923 07:13:22.771320 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771330 24347 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-300000"
I0923 07:13:22.771349 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771382 24347 config.go:182] Loaded profile config "addons-300000": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.31.1
I0923 07:13:22.771221 24347 addons.go:234] Setting addon ingress-dns=true in "addons-300000"
I0923 07:13:22.771443 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771199 24347 addons.go:234] Setting addon metrics-server=true in "addons-300000"
I0923 07:13:22.771480 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771665 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.771184 24347 addons.go:69] Setting ingress=true in profile "addons-300000"
I0923 07:13:22.771677 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.771677 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.771690 24347 addons.go:234] Setting addon ingress=true in "addons-300000"
I0923 07:13:22.771710 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.771733 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771856 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.771167 24347 addons.go:69] Setting storage-provisioner=true in profile "addons-300000"
I0923 07:13:22.771869 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.771899 24347 addons.go:234] Setting addon storage-provisioner=true in "addons-300000"
I0923 07:13:22.771241 24347 addons.go:69] Setting registry=true in profile "addons-300000"
I0923 07:13:22.771252 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.772025 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.771272 24347 addons.go:234] Setting addon inspektor-gadget=true in "addons-300000"
I0923 07:13:22.772787 24347 addons.go:234] Setting addon registry=true in "addons-300000"
I0923 07:13:22.773423 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.773447 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.773760 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.773660 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.773836 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.771179 24347 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-300000"
I0923 07:13:22.774139 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.776553 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.778191 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.778146 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.778450 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.778567 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.779288 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.793532 24347 out.go:177] * Verifying Kubernetes components...
I0923 07:13:22.866964 24347 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0923 07:13:22.877387 24347 addons.go:234] Setting addon default-storageclass=true in "addons-300000"
I0923 07:13:22.877421 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.878021 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.880919 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.882113 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:22.886629 24347 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-300000"
I0923 07:13:22.886667 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:22.919032 24347 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
I0923 07:13:22.919056 24347 out.go:177] - Using image docker.io/marcnuri/yakd:0.0.5
I0923 07:13:22.920124 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:22.956049 24347 out.go:177] * After the addon is enabled, please run "minikube tunnel" and your ingress resources would be available at "127.0.0.1"
I0923 07:13:22.956085 24347 out.go:177] * After the addon is enabled, please run "minikube tunnel" and your ingress resources would be available at "127.0.0.1"
I0923 07:13:22.956088 24347 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0923 07:13:22.956161 24347 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
I0923 07:13:22.956170 24347 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.24
I0923 07:13:22.959443 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "5000/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:22.977655 24347 out.go:177] - Using image docker.io/volcanosh/vc-webhook-manager:v1.9.0
I0923 07:13:23.014943 24347 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0923 07:13:23.052018 24347 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
I0923 07:13:23.052908 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I0923 07:13:23.057588 24347 ssh_runner.go:195] Run: sudo systemctl start kubelet
I0923 07:13:23.057638 24347 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.65.254 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.31.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0923 07:13:23.073643 24347 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0
I0923 07:13:23.074083 24347 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
I0923 07:13:23.076387 24347 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
I0923 07:13:23.110849 24347 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0923 07:13:23.110848 24347 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0923 07:13:23.111862 24347 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0923 07:13:23.111914 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.112096 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.184778 24347 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0923 07:13:23.184846 24347 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
I0923 07:13:23.221661 24347 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0923 07:13:23.222270 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.258829 24347 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
I0923 07:13:23.259305 24347 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0923 07:13:23.259335 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0923 07:13:23.295639 24347 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0923 07:13:23.295884 24347 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0923 07:13:23.295901 24347 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0923 07:13:23.316675 24347 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
I0923 07:13:23.317206 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0923 07:13:23.317277 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.317293 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.317313 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.317365 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.354801 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.353940 24347 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I0923 07:13:23.353940 24347 out.go:177] - Using image docker.io/volcanosh/vc-controller-manager:v1.9.0
I0923 07:13:23.353976 24347 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
I0923 07:13:23.390800 24347 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0923 07:13:23.390824 24347 out.go:201] ╭──────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Registry addon with docker driver uses port 51392 please use that instead of default port 5000 │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────╯
I0923 07:13:23.395656 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.474698 24347 start.go:971] {"host.minikube.internal": 192.168.65.254} host record injected into CoreDNS's ConfigMap
I0923 07:13:23.474851 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.525764 24347 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0923 07:13:23.525787 24347 out.go:177] - Using image docker.io/busybox:stable
I0923 07:13:23.525882 24347 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0923 07:13:23.528519 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.533190 24347 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
I0923 07:13:23.583830 24347 out.go:177] - Using image docker.io/volcanosh/vc-scheduler:v1.9.0
I0923 07:13:23.584455 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0923 07:13:23.584477 24347 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
I0923 07:13:23.621466 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.637669 24347 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
I0923 07:13:23.657775 24347 out.go:177] * For more information see: https://minikube.sigs.k8s.io/docs/drivers/docker
I0923 07:13:23.658408 24347 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
I0923 07:13:23.687218 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I0923 07:13:23.694807 24347 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0923 07:13:23.695501 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I0923 07:13:23.695666 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.698858 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.769839 24347 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0923 07:13:23.770208 24347 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0923 07:13:23.771096 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.771597 24347 addons.go:431] installing /etc/kubernetes/addons/volcano-deployment.yaml
I0923 07:13:23.771612 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (434001 bytes)
I0923 07:13:23.771750 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.773433 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.773483 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.773869 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.773565 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.777294 24347 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
I0923 07:13:23.777312 24347 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
I0923 07:13:23.806936 24347 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0923 07:13:23.806950 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
I0923 07:13:23.807114 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.809848 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.810775 24347 node_ready.go:35] waiting up to 6m0s for node "addons-300000" to be "Ready" ...
I0923 07:13:23.843826 24347 out.go:177] - Using image docker.io/registry:2.8.3
I0923 07:13:23.867064 24347 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
I0923 07:13:23.867092 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
I0923 07:13:23.889762 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
I0923 07:13:23.902556 24347 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0923 07:13:23.905269 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.923672 24347 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
I0923 07:13:23.926455 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.946562 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:23.965941 24347 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
I0923 07:13:23.965982 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
I0923 07:13:23.966319 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:23.976822 24347 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0923 07:13:23.976881 24347 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0923 07:13:23.984341 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0923 07:13:23.988035 24347 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0923 07:13:24.064773 24347 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0923 07:13:24.067721 24347 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0923 07:13:24.067785 24347 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0923 07:13:24.067861 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0923 07:13:24.079355 24347 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0923 07:13:24.079378 24347 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0923 07:13:24.089025 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:24.107868 24347 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0923 07:13:24.149943 24347 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0923 07:13:24.168843 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0923 07:13:24.170769 24347 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0923 07:13:24.170797 24347 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0923 07:13:24.170964 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:24.172683 24347 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
I0923 07:13:24.172767 24347 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0923 07:13:24.173621 24347 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0923 07:13:24.173640 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0923 07:13:24.173680 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0923 07:13:24.175857 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I0923 07:13:24.184375 24347 node_ready.go:49] node "addons-300000" has status "Ready":"True"
I0923 07:13:24.184402 24347 node_ready.go:38] duration metric: took 373.600095ms for node "addons-300000" to be "Ready" ...
I0923 07:13:24.184414 24347 pod_ready.go:36] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0923 07:13:24.196960 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:24.274051 24347 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0923 07:13:24.274077 24347 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0923 07:13:24.368666 24347 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-300000" context rescaled to 1 replicas
I0923 07:13:24.376256 24347 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-2tzhz" in "kube-system" namespace to be "Ready" ...
I0923 07:13:24.378203 24347 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0923 07:13:24.378225 24347 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0923 07:13:24.379741 24347 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0923 07:13:24.379765 24347 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0923 07:13:24.470296 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0923 07:13:24.476048 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
I0923 07:13:24.569759 24347 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0923 07:13:24.569780 24347 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0923 07:13:24.673684 24347 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0923 07:13:24.673709 24347 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0923 07:13:24.675779 24347 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0923 07:13:24.675796 24347 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0923 07:13:24.782178 24347 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0923 07:13:24.782197 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0923 07:13:24.974561 24347 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0923 07:13:24.974576 24347 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0923 07:13:24.974585 24347 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0923 07:13:24.974588 24347 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0923 07:13:24.976262 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0923 07:13:24.976637 24347 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
I0923 07:13:24.976651 24347 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0923 07:13:25.071604 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0923 07:13:25.180157 24347 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
I0923 07:13:25.180194 24347 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0923 07:13:25.275086 24347 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0923 07:13:25.275105 24347 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-health-monitor-controller.yaml --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0923 07:13:25.275853 24347 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
I0923 07:13:25.275870 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0923 07:13:25.474046 24347 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0923 07:13:25.474080 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
I0923 07:13:25.482125 24347 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0923 07:13:25.482159 24347 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0923 07:13:25.676413 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0923 07:13:25.775789 24347 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0923 07:13:25.775810 24347 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0923 07:13:25.775865 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0923 07:13:26.067134 24347 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0923 07:13:26.067241 24347 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0923 07:13:26.370431 24347 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0923 07:13:26.370733 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0923 07:13:26.570322 24347 pod_ready.go:103] pod "coredns-7c65d6cfc9-2tzhz" in "kube-system" namespace has status "Ready":"False"
I0923 07:13:26.673919 24347 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0923 07:13:26.673938 24347 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0923 07:13:26.878835 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (2.989028283s)
I0923 07:13:26.878866 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (2.89448693s)
I0923 07:13:26.879026 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (2.81114219s)
I0923 07:13:26.903866 24347 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
minikube -p addons-300000 service yakd-dashboard -n yakd-dashboard
I0923 07:13:26.968893 24347 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0923 07:13:26.968917 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0923 07:13:27.182152 24347 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0923 07:13:27.182170 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0923 07:13:27.572348 24347 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0923 07:13:27.572368 24347 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0923 07:13:27.778928 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0923 07:13:27.976173 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.802452315s)
I0923 07:13:27.977109 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.808209627s)
I0923 07:13:28.475950 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.300050168s)
I0923 07:13:28.980468 24347 pod_ready.go:103] pod "coredns-7c65d6cfc9-2tzhz" in "kube-system" namespace has status "Ready":"False"
I0923 07:13:30.176634 24347 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0923 07:13:30.176784 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:30.200643 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:30.969544 24347 pod_ready.go:93] pod "coredns-7c65d6cfc9-2tzhz" in "kube-system" namespace has status "Ready":"True"
I0923 07:13:30.969569 24347 pod_ready.go:82] duration metric: took 6.593266491s for pod "coredns-7c65d6cfc9-2tzhz" in "kube-system" namespace to be "Ready" ...
I0923 07:13:30.969583 24347 pod_ready.go:79] waiting up to 6m0s for pod "coredns-7c65d6cfc9-kxxr2" in "kube-system" namespace to be "Ready" ...
I0923 07:13:30.982195 24347 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0923 07:13:31.184319 24347 addons.go:234] Setting addon gcp-auth=true in "addons-300000"
I0923 07:13:31.184370 24347 host.go:66] Checking if "addons-300000" exists ...
I0923 07:13:31.185113 24347 cli_runner.go:164] Run: docker container inspect addons-300000 --format={{.State.Status}}
I0923 07:13:31.203652 24347 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0923 07:13:31.203744 24347 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-300000
I0923 07:13:31.222053 24347 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:51389 SSHKeyPath:/Users/jenkins/minikube-integration/19690-23594/.minikube/machines/addons-300000/id_rsa Username:docker}
I0923 07:13:32.981900 24347 pod_ready.go:103] pod "coredns-7c65d6cfc9-kxxr2" in "kube-system" namespace has status "Ready":"False"
I0923 07:13:33.477308 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (9.006900723s)
I0923 07:13:33.477343 24347 addons.go:475] Verifying addon ingress=true in "addons-300000"
I0923 07:13:33.503007 24347 out.go:177] * Verifying ingress addon...
I0923 07:13:33.563645 24347 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0923 07:13:33.581573 24347 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0923 07:13:33.581596 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:34.077786 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:34.577444 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:35.074279 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:35.568483 24347 pod_ready.go:103] pod "coredns-7c65d6cfc9-kxxr2" in "kube-system" namespace has status "Ready":"False"
I0923 07:13:35.573915 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:35.582598 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (11.106486584s)
I0923 07:13:35.582753 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (10.606410704s)
I0923 07:13:35.582773 24347 addons.go:475] Verifying addon metrics-server=true in "addons-300000"
I0923 07:13:35.582963 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (10.511273169s)
I0923 07:13:35.582984 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (9.906517018s)
I0923 07:13:35.583001 24347 addons.go:475] Verifying addon registry=true in "addons-300000"
W0923 07:13:35.583015 24347 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0923 07:13:35.583109 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (9.807193612s)
I0923 07:13:35.583050 24347 retry.go:31] will retry after 135.603972ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0923 07:13:35.609457 24347 out.go:177] * Verifying registry addon...
I0923 07:13:35.632892 24347 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0923 07:13:35.681360 24347 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0923 07:13:35.681386 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:35.721092 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0923 07:13:35.980164 24347 pod_ready.go:98] pod "coredns-7c65d6cfc9-kxxr2" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:35 -0700 PDT Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT 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-09-23 07:13:22 -0700 PDT InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-09-23 07:13:27 -0700 PDT,FinishedAt:2024-09-23 07:13:33 -0700 PDT,ContainerID:docker://b43936cc649cd30245b16980631fd981dc9e035bd1c9003e62bc4e6461915fe1,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://b43936cc649cd30245b16980631fd981dc9e035bd1c9003e62bc4e6461915fe1 Started:0xc00211fdd0 AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc00214f010} {Name:kube-api-access-dxrgk MountPath:/var/run/secrets/kubernetes.io/serviceaccount
ReadOnly:true RecursiveReadOnly:0xc00214f020}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0923 07:13:35.980188 24347 pod_ready.go:82] duration metric: took 5.010582226s for pod "coredns-7c65d6cfc9-kxxr2" in "kube-system" namespace to be "Ready" ...
E0923 07:13:35.980202 24347 pod_ready.go:67] WaitExtra: waitPodCondition: pod "coredns-7c65d6cfc9-kxxr2" in "kube-system" namespace has status phase "Succeeded" (skipping!): {Phase:Succeeded Conditions:[{Type:PodReadyToStartContainers Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:35 -0700 PDT Reason: Message:} {Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT Reason:PodCompleted Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT Reason:PodCompleted Message:} {Type:ContainersReady Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT Reason:PodCompleted Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2024-09-23 07:13:22 -0700 PDT Reason: Message:}] Message: Reason: NominatedNodeName: HostIP:192.168.4
9.2 HostIPs:[{IP:192.168.49.2}] PodIP:10.244.0.2 PodIPs:[{IP:10.244.0.2}] StartTime:2024-09-23 07:13:22 -0700 PDT InitContainerStatuses:[] ContainerStatuses:[{Name:coredns State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:0,Signal:0,Reason:Completed,Message:,StartedAt:2024-09-23 07:13:27 -0700 PDT,FinishedAt:2024-09-23 07:13:33 -0700 PDT,ContainerID:docker://b43936cc649cd30245b16980631fd981dc9e035bd1c9003e62bc4e6461915fe1,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:registry.k8s.io/coredns/coredns:v1.11.3 ImageID:docker-pullable://registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e ContainerID:docker://b43936cc649cd30245b16980631fd981dc9e035bd1c9003e62bc4e6461915fe1 Started:0xc00211fdd0 AllocatedResources:map[] Resources:nil VolumeMounts:[{Name:config-volume MountPath:/etc/coredns ReadOnly:true RecursiveReadOnly:0xc00214f010} {Name:kube-api-access-dxrgk MountPath:/var/run/secrets
/kubernetes.io/serviceaccount ReadOnly:true RecursiveReadOnly:0xc00214f020}] User:nil AllocatedResourcesStatus:[]}] QOSClass:Burstable EphemeralContainerStatuses:[] Resize: ResourceClaimStatuses:[]}
I0923 07:13:35.980224 24347 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:35.988214 24347 pod_ready.go:93] pod "etcd-addons-300000" in "kube-system" namespace has status "Ready":"True"
I0923 07:13:35.988233 24347 pod_ready.go:82] duration metric: took 7.98053ms for pod "etcd-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:35.988245 24347 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.069614 24347 pod_ready.go:93] pod "kube-apiserver-addons-300000" in "kube-system" namespace has status "Ready":"True"
I0923 07:13:36.069634 24347 pod_ready.go:82] duration metric: took 81.379087ms for pod "kube-apiserver-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.069647 24347 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.071002 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:36.080723 24347 pod_ready.go:93] pod "kube-controller-manager-addons-300000" in "kube-system" namespace has status "Ready":"True"
I0923 07:13:36.080742 24347 pod_ready.go:82] duration metric: took 11.087517ms for pod "kube-controller-manager-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.080759 24347 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-9gdls" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.087825 24347 pod_ready.go:93] pod "kube-proxy-9gdls" in "kube-system" namespace has status "Ready":"True"
I0923 07:13:36.087845 24347 pod_ready.go:82] duration metric: took 7.076783ms for pod "kube-proxy-9gdls" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.087856 24347 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.172404 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:36.376448 24347 pod_ready.go:93] pod "kube-scheduler-addons-300000" in "kube-system" namespace has status "Ready":"True"
I0923 07:13:36.376467 24347 pod_ready.go:82] duration metric: took 288.601306ms for pod "kube-scheduler-addons-300000" in "kube-system" namespace to be "Ready" ...
I0923 07:13:36.376477 24347 pod_ready.go:39] duration metric: took 12.192013299s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I0923 07:13:36.376500 24347 api_server.go:52] waiting for apiserver process to appear ...
I0923 07:13:36.376584 24347 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0923 07:13:36.574836 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:36.671314 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (8.892300033s)
I0923 07:13:36.671348 24347 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-300000"
I0923 07:13:36.671623 24347 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (5.467918451s)
I0923 07:13:36.671909 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:36.697437 24347 out.go:177] * Verifying csi-hostpath-driver addon...
I0923 07:13:36.719010 24347 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
I0923 07:13:36.764812 24347 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0923 07:13:36.806343 24347 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
I0923 07:13:36.843404 24347 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0923 07:13:36.843429 24347 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0923 07:13:36.850242 24347 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0923 07:13:36.850257 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:36.876554 24347 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0923 07:13:36.876591 24347 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0923 07:13:36.972672 24347 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0923 07:13:36.972685 24347 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
I0923 07:13:36.995761 24347 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0923 07:13:37.071520 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:37.171065 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:37.272449 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:37.570865 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:37.670859 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:37.774360 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:37.891637 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.170462507s)
I0923 07:13:37.891664 24347 ssh_runner.go:235] Completed: sudo pgrep -xnf kube-apiserver.*minikube.*: (1.515048207s)
I0923 07:13:37.891678 24347 api_server.go:72] duration metric: took 15.12065062s to wait for apiserver process to appear ...
I0923 07:13:37.891682 24347 api_server.go:88] waiting for apiserver healthz status ...
I0923 07:13:37.891699 24347 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:51393/healthz ...
I0923 07:13:37.971682 24347 api_server.go:279] https://127.0.0.1:51393/healthz returned 200:
ok
I0923 07:13:37.973196 24347 api_server.go:141] control plane version: v1.31.1
I0923 07:13:37.973221 24347 api_server.go:131] duration metric: took 81.530618ms to wait for apiserver health ...
I0923 07:13:37.973242 24347 system_pods.go:43] waiting for kube-system pods to appear ...
I0923 07:13:37.982922 24347 system_pods.go:59] 17 kube-system pods found
I0923 07:13:37.982946 24347 system_pods.go:61] "coredns-7c65d6cfc9-2tzhz" [81091c5f-36df-4ace-a743-082d244b6451] Running
I0923 07:13:37.982952 24347 system_pods.go:61] "csi-hostpath-attacher-0" [f9da2a68-4e5e-49be-9af0-9863b375eec8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0923 07:13:37.982957 24347 system_pods.go:61] "csi-hostpath-resizer-0" [b220dd12-476b-4442-90f9-14b62525d72f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0923 07:13:37.982961 24347 system_pods.go:61] "csi-hostpathplugin-wnccn" [24637b07-2106-4ac4-9ee9-3241bd654408] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0923 07:13:37.982965 24347 system_pods.go:61] "etcd-addons-300000" [2cef7152-3263-4cc2-b8e3-38ca00e469dd] Running
I0923 07:13:37.982968 24347 system_pods.go:61] "kube-apiserver-addons-300000" [18b9b364-6e26-4181-9435-de3162b4b88c] Running
I0923 07:13:37.982971 24347 system_pods.go:61] "kube-controller-manager-addons-300000" [55af6207-2282-449d-9348-55a143abca30] Running
I0923 07:13:37.982975 24347 system_pods.go:61] "kube-ingress-dns-minikube" [ed765c60-5f55-43f1-b55b-e1d01df032a1] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0923 07:13:37.982977 24347 system_pods.go:61] "kube-proxy-9gdls" [f8d652fb-7905-4cce-b6ec-b1368f5c2d44] Running
I0923 07:13:37.982980 24347 system_pods.go:61] "kube-scheduler-addons-300000" [3c1954de-13d3-48d3-9749-99fbe0672a7c] Running
I0923 07:13:37.983005 24347 system_pods.go:61] "metrics-server-84c5f94fbc-qxhb7" [cf18fbfe-eebd-4877-807a-3007899fdde1] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0923 07:13:37.983011 24347 system_pods.go:61] "nvidia-device-plugin-daemonset-crbwr" [3d6d61a8-dcc6-4c2d-b4bc-d73bfedb2673] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0923 07:13:37.983020 24347 system_pods.go:61] "registry-66c9cd494c-vllsh" [b59b4582-4c62-45b6-bcf1-5efc179e1cb6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0923 07:13:37.983024 24347 system_pods.go:61] "registry-proxy-nk4fb" [0a2cdb13-efa4-4dab-a8c2-87399924e6fb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0923 07:13:37.983028 24347 system_pods.go:61] "snapshot-controller-56fcc65765-v7snn" [6998e311-3501-47fe-a247-2fc720485e7a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 07:13:37.983035 24347 system_pods.go:61] "snapshot-controller-56fcc65765-w4hbh" [8530f92a-0788-4933-8c60-9fa46af85ce9] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 07:13:37.983037 24347 system_pods.go:61] "storage-provisioner" [b6f2784a-1412-48c5-9890-bc1e165dbce4] Running
I0923 07:13:37.983043 24347 system_pods.go:74] duration metric: took 9.792684ms to wait for pod list to return data ...
I0923 07:13:37.983050 24347 default_sa.go:34] waiting for default service account to be created ...
I0923 07:13:37.986892 24347 default_sa.go:45] found service account: "default"
I0923 07:13:37.986909 24347 default_sa.go:55] duration metric: took 3.854401ms for default service account to be created ...
I0923 07:13:37.986918 24347 system_pods.go:116] waiting for k8s-apps to be running ...
I0923 07:13:37.995276 24347 system_pods.go:86] 17 kube-system pods found
I0923 07:13:37.995296 24347 system_pods.go:89] "coredns-7c65d6cfc9-2tzhz" [81091c5f-36df-4ace-a743-082d244b6451] Running
I0923 07:13:37.995302 24347 system_pods.go:89] "csi-hostpath-attacher-0" [f9da2a68-4e5e-49be-9af0-9863b375eec8] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0923 07:13:37.995308 24347 system_pods.go:89] "csi-hostpath-resizer-0" [b220dd12-476b-4442-90f9-14b62525d72f] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0923 07:13:37.995314 24347 system_pods.go:89] "csi-hostpathplugin-wnccn" [24637b07-2106-4ac4-9ee9-3241bd654408] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
I0923 07:13:37.995318 24347 system_pods.go:89] "etcd-addons-300000" [2cef7152-3263-4cc2-b8e3-38ca00e469dd] Running
I0923 07:13:37.995323 24347 system_pods.go:89] "kube-apiserver-addons-300000" [18b9b364-6e26-4181-9435-de3162b4b88c] Running
I0923 07:13:37.995327 24347 system_pods.go:89] "kube-controller-manager-addons-300000" [55af6207-2282-449d-9348-55a143abca30] Running
I0923 07:13:37.995331 24347 system_pods.go:89] "kube-ingress-dns-minikube" [ed765c60-5f55-43f1-b55b-e1d01df032a1] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0923 07:13:37.995334 24347 system_pods.go:89] "kube-proxy-9gdls" [f8d652fb-7905-4cce-b6ec-b1368f5c2d44] Running
I0923 07:13:37.995339 24347 system_pods.go:89] "kube-scheduler-addons-300000" [3c1954de-13d3-48d3-9749-99fbe0672a7c] Running
I0923 07:13:37.995343 24347 system_pods.go:89] "metrics-server-84c5f94fbc-qxhb7" [cf18fbfe-eebd-4877-807a-3007899fdde1] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0923 07:13:37.995349 24347 system_pods.go:89] "nvidia-device-plugin-daemonset-crbwr" [3d6d61a8-dcc6-4c2d-b4bc-d73bfedb2673] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I0923 07:13:37.995355 24347 system_pods.go:89] "registry-66c9cd494c-vllsh" [b59b4582-4c62-45b6-bcf1-5efc179e1cb6] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I0923 07:13:37.995359 24347 system_pods.go:89] "registry-proxy-nk4fb" [0a2cdb13-efa4-4dab-a8c2-87399924e6fb] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0923 07:13:37.995366 24347 system_pods.go:89] "snapshot-controller-56fcc65765-v7snn" [6998e311-3501-47fe-a247-2fc720485e7a] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 07:13:37.995373 24347 system_pods.go:89] "snapshot-controller-56fcc65765-w4hbh" [8530f92a-0788-4933-8c60-9fa46af85ce9] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0923 07:13:37.995376 24347 system_pods.go:89] "storage-provisioner" [b6f2784a-1412-48c5-9890-bc1e165dbce4] Running
I0923 07:13:37.995381 24347 system_pods.go:126] duration metric: took 8.459133ms to wait for k8s-apps to be running ...
I0923 07:13:37.995387 24347 system_svc.go:44] waiting for kubelet service to be running ....
I0923 07:13:37.995477 24347 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0923 07:13:38.080421 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:38.179632 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:38.280344 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:38.303956 24347 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.308168916s)
I0923 07:13:38.303979 24347 system_svc.go:56] duration metric: took 308.580423ms WaitForService to wait for kubelet
I0923 07:13:38.303993 24347 kubeadm.go:582] duration metric: took 15.532961895s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0923 07:13:38.304011 24347 node_conditions.go:102] verifying NodePressure condition ...
I0923 07:13:38.305079 24347 addons.go:475] Verifying addon gcp-auth=true in "addons-300000"
I0923 07:13:38.307139 24347 node_conditions.go:122] node storage ephemeral capacity is 61202244Ki
I0923 07:13:38.307164 24347 node_conditions.go:123] node cpu capacity is 12
I0923 07:13:38.307180 24347 node_conditions.go:105] duration metric: took 3.160566ms to run NodePressure ...
I0923 07:13:38.307194 24347 start.go:241] waiting for startup goroutines ...
I0923 07:13:38.331616 24347 out.go:177] * Verifying gcp-auth addon...
I0923 07:13:38.355927 24347 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0923 07:13:38.379285 24347 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0923 07:13:38.567831 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:38.636610 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:38.769270 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:39.068896 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:39.136189 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:39.269240 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:39.568480 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:39.636401 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:39.771669 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:40.071813 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:40.138188 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:40.271015 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:40.571658 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:40.672042 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:40.771945 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:41.069403 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:41.168963 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:41.268981 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:41.568581 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:41.636540 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:41.770767 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:42.069997 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:42.138147 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:42.272050 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:42.573159 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:42.675633 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:42.770376 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:43.070879 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:43.136240 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:43.268378 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:43.569671 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:43.636994 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:43.768779 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:44.068002 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:44.137726 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:44.272432 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:44.567793 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:44.668025 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:44.768902 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:45.068881 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:45.136130 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:45.270174 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:45.567043 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:45.636712 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:45.770007 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:46.067964 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:46.136855 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:46.269538 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:46.567890 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:46.636357 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:46.769250 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:47.068289 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:47.136528 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:47.269398 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:47.568027 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:47.637006 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:47.769752 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:48.070128 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:48.136254 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:48.270643 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:48.566909 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:48.637210 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:48.768778 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:49.067333 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:49.136572 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:49.269794 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:49.567350 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:49.637000 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:49.768591 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:50.067973 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:50.136629 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:50.269467 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:50.568031 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:50.637018 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:50.768684 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:51.068231 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:51.136842 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:51.269282 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:51.567180 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:51.636563 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:51.770946 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:52.067549 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:52.136559 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:52.269323 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:52.615200 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:52.715821 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:52.768486 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:53.067190 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:53.136882 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:53.268681 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:53.567939 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:53.636715 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:53.769148 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:54.067364 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:54.136787 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:54.269992 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:54.567004 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:54.637821 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:54.769925 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:55.067173 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:55.137174 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:55.269338 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:55.570764 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:55.636965 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:55.770638 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:56.069678 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:56.136906 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:56.271134 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:56.568475 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:56.669986 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:56.770619 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:57.070360 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:57.137918 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:57.269911 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:57.570390 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:57.638545 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:57.769952 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:58.068076 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:58.136485 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:58.269490 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:58.568264 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:58.636856 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:58.769541 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:59.067575 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:59.136275 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:59.269513 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:13:59.569145 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:13:59.636476 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:13:59.771240 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:00.070454 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:00.136403 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:00.271388 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:00.570236 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:00.636774 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:00.771685 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:01.069702 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:01.136442 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:01.271150 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:01.568946 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:01.670001 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:01.770288 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:02.068181 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:02.136545 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:02.270596 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:02.570340 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:02.636346 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:02.769891 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:03.067346 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:03.136854 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:03.270342 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:03.569719 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:03.636029 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:03.770289 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:04.068908 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:04.139292 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:04.269366 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:04.568362 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:04.637523 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:04.771055 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:05.068536 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:05.136785 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:05.270932 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:05.567915 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:05.636881 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:05.770165 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:06.067904 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:06.137442 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:06.270886 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:06.568209 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:06.636068 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:06.769656 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:07.066988 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:07.137442 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:07.269382 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:07.568732 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:07.637379 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:07.769060 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:08.069197 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:08.136419 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:08.269639 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:08.568229 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:08.636846 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:08.769971 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:09.067741 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:09.136160 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:09.269271 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:09.568120 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:09.636404 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:09.768957 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:10.070632 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:10.136202 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:10.273350 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:10.569915 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:10.636954 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:10.772437 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:11.068046 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:11.136244 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:11.269513 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:11.569747 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:11.668962 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:11.771568 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:12.069401 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:12.136666 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0923 07:14:12.270078 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:12.570750 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:12.636190 24347 kapi.go:107] duration metric: took 37.003193708s to wait for kubernetes.io/minikube-addons=registry ...
I0923 07:14:12.769035 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:13.068404 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:13.269705 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:13.568620 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:13.769455 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:14.067799 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:14.269423 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:14.567794 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:14.771755 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:15.070923 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:15.271255 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:15.570108 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:15.770910 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:16.070923 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:16.271261 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:16.571658 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:16.769380 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:17.069100 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:17.269951 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:17.568520 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:17.769090 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:18.066779 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:18.269436 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:18.568022 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:18.769026 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:19.070164 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:19.270509 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:19.568502 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:19.769018 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:20.069624 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:20.268983 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:20.570182 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:20.771335 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:21.068997 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:21.269554 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:21.571307 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:21.770083 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:22.067316 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:22.268938 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:22.568379 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:22.770891 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:23.070197 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:23.268634 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:23.568039 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:23.772604 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:24.068103 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:24.271758 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:24.570025 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:24.771424 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:25.070935 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:25.270621 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:25.569557 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:25.769520 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:26.068745 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:26.269378 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:26.567969 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:26.769239 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:27.071324 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:27.273048 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:27.570515 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:27.770482 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:28.068453 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:28.271354 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:28.568964 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:28.768852 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:29.068310 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:29.268959 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:29.568406 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:29.770090 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:30.068996 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:30.270078 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:30.569542 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:30.768809 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:31.069694 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:31.272328 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:31.567195 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:31.770196 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:32.068700 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:32.269364 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:32.569476 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:32.770801 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:33.069188 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:33.268444 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:33.567319 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:33.769066 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:34.067544 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:34.270942 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:34.569006 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:34.769421 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:35.067240 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:35.270698 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:35.570118 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:35.770241 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:36.068323 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:36.271135 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:36.567429 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:36.769524 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:37.067534 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:37.269507 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:37.567984 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:37.768990 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:38.068824 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:38.270676 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:38.571158 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:38.771666 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:39.070384 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:39.271988 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:39.568436 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:39.770224 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:40.067979 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:40.268962 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:40.568861 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:40.769205 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:41.068341 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:41.268242 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:41.571246 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:41.772856 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:42.070294 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:42.269514 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:42.568217 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:42.769688 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:43.067798 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:43.269182 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:43.568952 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:43.770651 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:44.070283 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:44.270212 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:44.569185 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:44.769536 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:45.067981 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:45.269062 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:45.567650 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:45.768821 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:46.069263 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:46.270094 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:46.567617 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:46.769557 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:47.067482 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:47.269385 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:47.569119 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:47.769490 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:48.068601 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:48.269795 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:48.570136 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:48.771176 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:49.070567 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:49.271569 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:49.569837 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:49.769815 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:50.069203 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:50.271708 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:50.567920 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:50.769451 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:51.071245 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:51.271363 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:51.569049 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:51.770264 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:52.071196 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:52.271404 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:52.652953 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:52.768739 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:53.070965 24347 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0923 07:14:53.269454 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:53.568606 24347 kapi.go:107] duration metric: took 1m20.004726137s to wait for app.kubernetes.io/name=ingress-nginx ...
I0923 07:14:53.769549 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:54.278042 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:54.769655 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:55.273492 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:55.768840 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:56.269324 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:56.768260 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:57.270406 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:57.769461 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:58.268836 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:58.768809 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:59.271157 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:14:59.769016 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:00.269621 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:00.768724 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:01.269559 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:01.365448 24347 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0923 07:15:01.365468 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:01.768645 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:01.859626 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:02.272108 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:02.367426 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:02.769821 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:02.859145 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:03.271166 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0923 07:15:03.360281 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:03.770731 24347 kapi.go:107] duration metric: took 1m27.005668039s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0923 07:15:03.860459 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:04.360692 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:04.861519 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:05.361936 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:05.860708 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:06.362362 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:06.861130 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:07.361083 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:07.859615 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:08.361817 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:08.861946 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:09.361658 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:09.862024 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:10.362599 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:10.860297 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:11.362069 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:11.861130 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:12.361240 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:12.860533 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:13.362943 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:13.860964 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:14.361956 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:14.862355 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:15.361486 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:15.861874 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:16.360962 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:16.861367 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:17.361480 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:17.862342 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:18.360490 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:18.862455 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:19.364102 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:19.860968 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:20.362975 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:20.861897 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:21.361374 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:21.861813 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:22.361233 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:22.860914 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:23.361271 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:23.860715 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:24.361195 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:24.861848 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:25.362451 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:25.859078 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:26.361137 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:26.860596 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:27.361179 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:27.860808 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:28.360453 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:28.862506 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:29.362442 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:29.862711 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:30.361322 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:30.863155 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:31.361407 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:31.863149 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:32.362391 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:32.861252 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:33.362335 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:33.861116 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:34.360464 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:34.862538 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:35.359882 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:35.860074 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:36.363500 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:36.861119 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:37.361204 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:37.862642 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:38.360475 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:38.860504 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:39.361509 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:39.862382 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:40.363520 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:40.862124 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:41.360570 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:41.868955 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:42.361056 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:42.861021 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:43.362299 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:43.861050 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:44.362078 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:44.860864 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:45.362489 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:45.862403 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:46.360763 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:46.861641 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:47.361300 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:47.862413 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:48.361245 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:48.862541 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:49.362777 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:49.862193 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:50.363180 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:50.862521 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:51.361303 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:51.861748 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:52.361316 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:52.862518 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:53.361946 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:53.861907 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:54.361045 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:54.861207 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:55.362984 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:55.861025 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:56.363167 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:56.860580 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:57.362407 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:57.862306 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:58.360910 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:58.860972 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:59.359358 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:15:59.860426 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:00.361753 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:00.861491 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:01.361260 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:01.861036 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:02.361323 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:02.861894 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:03.361176 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:03.862809 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:04.360983 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:04.861904 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:05.361246 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:05.861414 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:06.361197 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:06.860280 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:07.359757 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:07.860019 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:08.361597 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:08.862563 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:09.360290 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:09.867741 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:10.361400 24347 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0923 07:16:10.861153 24347 kapi.go:107] duration metric: took 2m32.504789373s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0923 07:16:10.890245 24347 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-300000 cluster.
I0923 07:16:10.949179 24347 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
I0923 07:16:10.993386 24347 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0923 07:16:11.014572 24347 out.go:177] * Enabled addons: nvidia-device-plugin, ingress-dns, yakd, default-storageclass, cloud-spanner, storage-provisioner, storage-provisioner-rancher, volcano, metrics-server, inspektor-gadget, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0923 07:16:11.036417 24347 addons.go:510] duration metric: took 2m48.264922085s for enable addons: enabled=[nvidia-device-plugin ingress-dns yakd default-storageclass cloud-spanner storage-provisioner storage-provisioner-rancher volcano metrics-server inspektor-gadget volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0923 07:16:11.036467 24347 start.go:246] waiting for cluster config update ...
I0923 07:16:11.036500 24347 start.go:255] writing updated cluster config ...
I0923 07:16:11.073721 24347 ssh_runner.go:195] Run: rm -f paused
I0923 07:16:11.118575 24347 start.go:600] kubectl: 1.29.2, cluster: 1.31.1 (minor skew: 2)
I0923 07:16:11.139126 24347 out.go:201]
W0923 07:16:11.160475 24347 out.go:270] ! /usr/local/bin/kubectl is version 1.29.2, which may have incompatibilities with Kubernetes 1.31.1.
I0923 07:16:11.181467 24347 out.go:177] - Want kubectl v1.31.1? Try 'minikube kubectl -- get pods -A'
I0923 07:16:11.291496 24347 out.go:177] * Done! kubectl is now configured to use "addons-300000" cluster and "default" namespace by default
==> Docker <==
Sep 23 14:25:20 addons-300000 dockerd[1236]: time="2024-09-23T14:25:20.133619940Z" level=info msg="ignoring event" container=b43bf0da20e2f3d5b5e1bf0e4dd7876b6b38a262c89f112677a803c7c46fec81 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:20 addons-300000 dockerd[1236]: time="2024-09-23T14:25:20.259359844Z" level=info msg="ignoring event" container=a4f65b396775f0e8e93384d7e9e52157b068e22166779ae5d1d4f91fc1e26458 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:21 addons-300000 dockerd[1236]: time="2024-09-23T14:25:21.401442397Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" spanID=fa83d6a08938f0ac traceID=c06e2b755a0897bbdc3b333b5ba739b2
Sep 23 14:25:21 addons-300000 dockerd[1236]: time="2024-09-23T14:25:21.403995901Z" level=error msg="Handler for POST /v1.43/images/create returned error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" spanID=fa83d6a08938f0ac traceID=c06e2b755a0897bbdc3b333b5ba739b2
Sep 23 14:25:30 addons-300000 dockerd[1236]: time="2024-09-23T14:25:30.736299193Z" level=info msg="ignoring event" container=da54faef73e554a67b3c2f1c95cfdc92bd62fa3aef2434d2a34d37a5db1d10c7 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:30 addons-300000 dockerd[1236]: time="2024-09-23T14:25:30.889668075Z" level=info msg="ignoring event" container=efa7213817a81683a1efb084b14a8175193e856f0b26cca1ef25a3591662e9f1 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:31 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:31Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/b9a6d41da4ae9ceee7b087972b343e464196d7b49cf74eb601c6fd6dc0de165e/resolv.conf as [nameserver 10.96.0.10 search local-path-storage.svc.cluster.local svc.cluster.local cluster.local options ndots:5]"
Sep 23 14:25:31 addons-300000 dockerd[1236]: time="2024-09-23T14:25:31.724612789Z" level=warning msg="reference for unknown type: " digest="sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" remote="docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79" spanID=68768771c84dc587 traceID=0e95994bb54a72131f4ddc7d69fa2c0c
Sep 23 14:25:32 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:32Z" level=info msg="Stop pulling image docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: Status: Downloaded newer image for busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
Sep 23 14:25:33 addons-300000 dockerd[1236]: time="2024-09-23T14:25:33.082771793Z" level=info msg="ignoring event" container=b0f8712b7bd2f1fb175860fa45a925eb13204b24e1f9a957e2d6fec39e27f723 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:34 addons-300000 dockerd[1236]: time="2024-09-23T14:25:34.908869066Z" level=info msg="ignoring event" container=b9a6d41da4ae9ceee7b087972b343e464196d7b49cf74eb601c6fd6dc0de165e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:36 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:36Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/fe31c0e9fc43f86e50d85511d69cb8cd823b121bc2587b7cbc069517adff2e97/resolv.conf as [nameserver 10.96.0.10 search default.svc.cluster.local svc.cluster.local cluster.local options ndots:5]"
Sep 23 14:25:38 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:38Z" level=info msg="Stop pulling image busybox:stable: Status: Downloaded newer image for busybox:stable"
Sep 23 14:25:38 addons-300000 dockerd[1236]: time="2024-09-23T14:25:38.231444245Z" level=info msg="ignoring event" container=e992180c487a26aeb0f917912a6503bc8e2b69d4fbcdef7213030c9b95db171a module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:38 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:38Z" level=info msg="Stop pulling image ghcr.io/inspektor-gadget/inspektor-gadget:v0.32.0@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec: Status: Image is up to date for ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec"
Sep 23 14:25:38 addons-300000 dockerd[1236]: time="2024-09-23T14:25:38.764859222Z" level=info msg="ignoring event" container=0112fa7540c40efe9fcf72d8b2a67c91c2003da3d92ffccb347652092f3969ff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:39 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:39Z" level=error msg="error getting RW layer size for container ID 'dbe26ee2e0cef151d701f0708d12a6fa2eef6489c0770457c7d7c5907fb15eec': Error response from daemon: No such container: dbe26ee2e0cef151d701f0708d12a6fa2eef6489c0770457c7d7c5907fb15eec"
Sep 23 14:25:39 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:39Z" level=error msg="Set backoffDuration to : 1m0s for container ID 'dbe26ee2e0cef151d701f0708d12a6fa2eef6489c0770457c7d7c5907fb15eec'"
Sep 23 14:25:40 addons-300000 dockerd[1236]: time="2024-09-23T14:25:40.003336350Z" level=info msg="ignoring event" container=fe31c0e9fc43f86e50d85511d69cb8cd823b121bc2587b7cbc069517adff2e97 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:41 addons-300000 cri-dockerd[1508]: time="2024-09-23T14:25:41Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/916b818d8a2f6e65766072312502c6e0ba7fbef8206f28538f6aa0f7489511c0/resolv.conf as [nameserver 10.96.0.10 search local-path-storage.svc.cluster.local svc.cluster.local cluster.local options ndots:5]"
Sep 23 14:25:42 addons-300000 dockerd[1236]: time="2024-09-23T14:25:42.120404134Z" level=info msg="ignoring event" container=a4ea75694a242c28c5e2ad89d1dced8e0b4593a0734725ff04012cf932aaff2f module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:44 addons-300000 dockerd[1236]: time="2024-09-23T14:25:44.058753402Z" level=info msg="ignoring event" container=916b818d8a2f6e65766072312502c6e0ba7fbef8206f28538f6aa0f7489511c0 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Sep 23 14:25:48 addons-300000 dockerd[1236]: time="2024-09-23T14:25:48.412538461Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" spanID=141b52b2d00ffe52 traceID=9e06607a931fdbcb17f031342ec12b11
Sep 23 14:25:48 addons-300000 dockerd[1236]: time="2024-09-23T14:25:48.415568703Z" level=error msg="Handler for POST /v1.43/images/create returned error: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" spanID=141b52b2d00ffe52 traceID=9e06607a931fdbcb17f031342ec12b11
Sep 23 14:26:07 addons-300000 dockerd[1236]: time="2024-09-23T14:26:07.236282523Z" level=info msg="ignoring event" container=e97bb9570e37fc1fa34e37311ec51fece5a1fc95aa752d5d6276cc64366a669e module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
==> container status <==
CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
a4ea75694a242 a416a98b71e22 27 seconds ago Exited helper-pod 0 916b818d8a2f6 helper-pod-delete-pvc-998443de-2e2b-46b1-9ba8-df5e85373a42
0112fa7540c40 ghcr.io/inspektor-gadget/inspektor-gadget@sha256:03e677e1cf9d2c9bea454e3dbcbcef20b3022e987534a2874eb1abc5bc3e73ec 30 seconds ago Exited gadget 7 f687ae6ef2c7f gadget-5lz9g
e992180c487a2 busybox@sha256:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 30 seconds ago Exited busybox 0 fe31c0e9fc43f test-local-path
e811af3f1182c gcr.io/k8s-minikube/gcp-auth-webhook@sha256:e6c5b3bc32072ea370d34c27836efd11b3519d25bd444c2a8efc339cff0e20fb 9 minutes ago Running gcp-auth 0 93a4965091aa5 gcp-auth-89d5ffd79-brj42
abb909cd701c5 registry.k8s.io/sig-storage/csi-snapshotter@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f 11 minutes ago Running csi-snapshotter 0 8e9993bcc2a0a csi-hostpathplugin-wnccn
659341f5bfd3e registry.k8s.io/sig-storage/csi-provisioner@sha256:ee3b525d5b89db99da3b8eb521d9cd90cb6e9ef0fbb651e98bb37be78d36b5b8 11 minutes ago Running csi-provisioner 0 8e9993bcc2a0a csi-hostpathplugin-wnccn
9cb4b1fd0c5cb registry.k8s.io/sig-storage/livenessprobe@sha256:cacee2b5c36dd59d4c7e8469c05c9e4ef53ecb2df9025fa8c10cdaf61bce62f0 11 minutes ago Running liveness-probe 0 8e9993bcc2a0a csi-hostpathplugin-wnccn
8d081bc2ffbe4 registry.k8s.io/sig-storage/hostpathplugin@sha256:92257881c1d6493cf18299a24af42330f891166560047902b8d431fb66b01af5 11 minutes ago Running hostpath 0 8e9993bcc2a0a csi-hostpathplugin-wnccn
ef33271d1625b registry.k8s.io/ingress-nginx/controller@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce 11 minutes ago Running controller 0 6318627e82777 ingress-nginx-controller-bc57996ff-qbwqm
80755c0c64140 registry.k8s.io/sig-storage/csi-node-driver-registrar@sha256:f1c25991bac2fbb7f5fcf91ed9438df31e30edee6bed5a780464238aa09ad24c 11 minutes ago Running node-driver-registrar 0 8e9993bcc2a0a csi-hostpathplugin-wnccn
c8998c1574b87 registry.k8s.io/sig-storage/csi-resizer@sha256:425d8f1b769398127767b06ed97ce62578a3179bcb99809ce93a1649e025ffe7 11 minutes ago Running csi-resizer 0 ff010031ce56f csi-hostpath-resizer-0
ec5a7074df5ef registry.k8s.io/sig-storage/csi-attacher@sha256:9a685020911e2725ad019dbce6e4a5ab93d51e3d4557f115e64343345e05781b 11 minutes ago Running csi-attacher 0 bc4723a118854 csi-hostpath-attacher-0
3faea1b24a54a registry.k8s.io/sig-storage/csi-external-health-monitor-controller@sha256:80b9ba94aa2afe24553d69bd165a6a51552d1582d68618ec00d3b804a7d9193c 11 minutes ago Running csi-external-health-monitor-controller 0 8e9993bcc2a0a csi-hostpathplugin-wnccn
a90823373668d ce263a8653f9c 11 minutes ago Exited patch 1 fe44ffa1e0d1d ingress-nginx-admission-patch-4lw77
d5cf2bf331ed5 registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:a320a50cc91bd15fd2d6fa6de58bd98c1bd64b9a6f926ce23a600d87043455a3 11 minutes ago Exited create 0 9ffd3c883d2bb ingress-nginx-admission-create-whqpr
994a11f65a649 registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 11 minutes ago Running volume-snapshot-controller 0 ba0921d9671af snapshot-controller-56fcc65765-w4hbh
a868115a1aa4a registry.k8s.io/sig-storage/snapshot-controller@sha256:823c75d0c45d1427f6d850070956d9ca657140a7bbf828381541d1d808475280 11 minutes ago Running volume-snapshot-controller 0 8497db21343b6 snapshot-controller-56fcc65765-v7snn
ab3ceaf9d9937 registry.k8s.io/metrics-server/metrics-server@sha256:ffcb2bf004d6aa0a17d90e0247cf94f2865c8901dcab4427034c341951c239f9 11 minutes ago Running metrics-server 0 4e8c2d2a5478b metrics-server-84c5f94fbc-qxhb7
97e5cd98c6519 gcr.io/k8s-minikube/kube-registry-proxy@sha256:b3fa0b2df8737fdb85ad5918a7e2652527463e357afff83a5e5bb966bcedc367 11 minutes ago Running registry-proxy 0 0f505adb4a099 registry-proxy-nk4fb
bb109cb8a7e03 rancher/local-path-provisioner@sha256:e34c88ae0affb1cdefbb874140d6339d4a27ec4ee420ae8199cd839997b05246 12 minutes ago Running local-path-provisioner 0 c33a2eaae4610 local-path-provisioner-86d989889c-xjd6q
d3884676e78dc registry@sha256:ac0192b549007e22998eb74e8d8488dcfe70f1489520c3b144a6047ac5efbe90 12 minutes ago Running registry 0 da604f3f79ef8 registry-66c9cd494c-vllsh
9fcf228cebfb2 gcr.io/cloud-spanner-emulator/emulator@sha256:f78b14fe7e4632fc0b3c65e15101ebbbcf242857de9851d3c0baea94bd269b5e 12 minutes ago Running cloud-spanner-emulator 0 226cc789341fb cloud-spanner-emulator-5b584cc74-r7ckn
ad6349c5046f3 gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c 12 minutes ago Running minikube-ingress-dns 0 26c0c2111629d kube-ingress-dns-minikube
0637e23c408e2 6e38f40d628db 12 minutes ago Running storage-provisioner 0 fca25f87cccdf storage-provisioner
6cb2fc6abf600 c69fa2e9cbf5f 12 minutes ago Running coredns 0 cf2ad4dddac1d coredns-7c65d6cfc9-2tzhz
5e81592320e74 60c005f310ff3 12 minutes ago Running kube-proxy 0 c9818689c986b kube-proxy-9gdls
8dfd700b17446 6bab7719df100 12 minutes ago Running kube-apiserver 0 55351ae2df47b kube-apiserver-addons-300000
bb87782cb0930 2e96e5913fc06 12 minutes ago Running etcd 0 0fa853527ca24 etcd-addons-300000
3df868350fd76 175ffd71cce3d 12 minutes ago Running kube-controller-manager 0 1cd21f78d9af3 kube-controller-manager-addons-300000
eef7b851df775 9aa1fad941575 12 minutes ago Running kube-scheduler 0 0f0730efbcb4f kube-scheduler-addons-300000
==> controller_ingress [ef33271d1625] <==
Build: 46e76e5916813cfca2a9b0bfdc34b69a0000f6b9
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.25.5
-------------------------------------------------------------------------------
W0923 14:14:52.755448 7 client_config.go:659] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I0923 14:14:52.755558 7 main.go:205] "Creating API client" host="https://10.96.0.1:443"
I0923 14:14:52.759407 7 main.go:248] "Running in Kubernetes cluster" major="1" minor="31" git="v1.31.1" state="clean" commit="948afe5ca072329a73c8e79ed5938717a5cb3d21" platform="linux/amd64"
I0923 14:14:52.893823 7 main.go:101] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I0923 14:14:52.909381 7 ssl.go:535] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I0923 14:14:52.920537 7 nginx.go:271] "Starting NGINX Ingress controller"
I0923 14:14:52.928185 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"908846af-9742-47b9-a7cf-a75c093bfa41", APIVersion:"v1", ResourceVersion:"648", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I0923 14:14:52.929964 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"c3b439bc-f797-4499-9f2f-d5b70e4da6bb", APIVersion:"v1", ResourceVersion:"652", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I0923 14:14:52.930016 7 event.go:377] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"8565fc38-844a-48ba-b7bc-d74ff6f7fc6f", APIVersion:"v1", ResourceVersion:"664", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I0923 14:14:54.123594 7 nginx.go:317] "Starting NGINX process"
I0923 14:14:54.123742 7 leaderelection.go:250] attempting to acquire leader lease ingress-nginx/ingress-nginx-leader...
I0923 14:14:54.124005 7 nginx.go:337] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I0923 14:14:54.124332 7 controller.go:193] "Configuration changes detected, backend reload required"
I0923 14:14:54.128864 7 leaderelection.go:260] successfully acquired lease ingress-nginx/ingress-nginx-leader
I0923 14:14:54.128907 7 status.go:85] "New leader elected" identity="ingress-nginx-controller-bc57996ff-qbwqm"
I0923 14:14:54.132257 7 status.go:219] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-bc57996ff-qbwqm" node="addons-300000"
I0923 14:14:54.149112 7 controller.go:213] "Backend successfully reloaded"
I0923 14:14:54.149214 7 controller.go:224] "Initial sync, sleeping for 1 second"
I0923 14:14:54.149264 7 event.go:377] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-bc57996ff-qbwqm", UID:"d80c6857-ad09-4ff3-b758-a0af6567b64b", APIVersion:"v1", ResourceVersion:"735", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
==> coredns [6cb2fc6abf60] <==
[INFO] 127.0.0.1:52187 - 53709 "HINFO IN 6644185362091099291.1417800695118662255. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.027215097s
[INFO] 10.244.0.8:36255 - 13596 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000230252s
[INFO] 10.244.0.8:36255 - 15130 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000293379s
[INFO] 10.244.0.8:41216 - 44041 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000087637s
[INFO] 10.244.0.8:41216 - 4103 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.00007255s
[INFO] 10.244.0.8:59180 - 15452 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000075381s
[INFO] 10.244.0.8:59180 - 58205 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000069884s
[INFO] 10.244.0.8:47186 - 52954 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000148563s
[INFO] 10.244.0.8:47186 - 45787 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000096888s
[INFO] 10.244.0.8:59345 - 37457 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000150387s
[INFO] 10.244.0.8:59345 - 23886 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000190405s
[INFO] 10.244.0.8:48985 - 18543 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000072104s
[INFO] 10.244.0.8:48985 - 23913 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.00007292s
[INFO] 10.244.0.8:59448 - 36987 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000067935s
[INFO] 10.244.0.8:59448 - 25461 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000176121s
[INFO] 10.244.0.8:40785 - 26004 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000056326s
[INFO] 10.244.0.8:40785 - 42647 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000098857s
[INFO] 10.244.0.25:42870 - 7026 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000226679s
[INFO] 10.244.0.25:51231 - 3114 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000118116s
[INFO] 10.244.0.25:39730 - 24298 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000084331s
[INFO] 10.244.0.25:54092 - 52299 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000079012s
[INFO] 10.244.0.25:51456 - 13911 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000098261s
[INFO] 10.244.0.25:49380 - 48754 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000050745s
[INFO] 10.244.0.25:41475 - 40433 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002465787s
[INFO] 10.244.0.25:47775 - 63691 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 496 0.024956199s
==> describe nodes <==
Name: addons-300000
Roles: control-plane
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/arch=amd64
kubernetes.io/hostname=addons-300000
kubernetes.io/os=linux
minikube.k8s.io/commit=30f673d6edb6d12f8aba2f7e30667ea1b6d205d1
minikube.k8s.io/name=addons-300000
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2024_09_23T07_13_18_0700
minikube.k8s.io/version=v1.34.0
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-300000
Annotations: csi.volume.kubernetes.io/nodeid: {"hostpath.csi.k8s.io":"addons-300000"}
kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Mon, 23 Sep 2024 14:13:14 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-300000
AcquireTime: <unset>
RenewTime: Mon, 23 Sep 2024 14:26:03 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Mon, 23 Sep 2024 14:25:52 +0000 Mon, 23 Sep 2024 14:13:14 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Mon, 23 Sep 2024 14:25:52 +0000 Mon, 23 Sep 2024 14:13:14 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Mon, 23 Sep 2024 14:25:52 +0000 Mon, 23 Sep 2024 14:13:14 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Mon, 23 Sep 2024 14:25:52 +0000 Mon, 23 Sep 2024 14:13:14 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-300000
Capacity:
cpu: 12
ephemeral-storage: 61202244Ki
hugepages-2Mi: 0
memory: 8027444Ki
pods: 110
Allocatable:
cpu: 12
ephemeral-storage: 61202244Ki
hugepages-2Mi: 0
memory: 8027444Ki
pods: 110
System Info:
Machine ID: 40b031ea937441c2baf006e356ae0ea8
System UUID: 40b031ea937441c2baf006e356ae0ea8
Boot ID: bda929ab-a95f-404d-b40a-f825991f22a9
Kernel Version: 6.6.32-linuxkit
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://27.3.0
Kubelet Version: v1.31.1
Kube-Proxy Version: v1.31.1
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (22 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default busybox 0 (0%) 0 (0%) 0 (0%) 0 (0%) 9m15s
default cloud-spanner-emulator-5b584cc74-r7ckn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gadget gadget-5lz9g 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
gcp-auth gcp-auth-89d5ffd79-brj42 0 (0%) 0 (0%) 0 (0%) 0 (0%) 11m
ingress-nginx ingress-nginx-controller-bc57996ff-qbwqm 100m (0%) 0 (0%) 90Mi (1%) 0 (0%) 12m
kube-system coredns-7c65d6cfc9-2tzhz 100m (0%) 0 (0%) 70Mi (0%) 170Mi (2%) 12m
kube-system csi-hostpath-attacher-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system csi-hostpath-resizer-0 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system csi-hostpathplugin-wnccn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system etcd-addons-300000 100m (0%) 0 (0%) 100Mi (1%) 0 (0%) 12m
kube-system kube-apiserver-addons-300000 250m (2%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-controller-manager-addons-300000 200m (1%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-ingress-dns-minikube 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-proxy-9gdls 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system kube-scheduler-addons-300000 100m (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system metrics-server-84c5f94fbc-qxhb7 100m (0%) 0 (0%) 200Mi (2%) 0 (0%) 12m
kube-system registry-66c9cd494c-vllsh 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system registry-proxy-nk4fb 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system snapshot-controller-56fcc65765-v7snn 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system snapshot-controller-56fcc65765-w4hbh 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
kube-system storage-provisioner 0 (0%) 0 (0%) 0 (0%) 0 (0%) 12m
local-path-storage local-path-provisioner-86d989889c-xjd6q 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 (7%) 0 (0%)
memory 460Mi (5%) 170Mi (2%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 12m kube-proxy
Normal Starting 12m kubelet Starting kubelet.
Normal NodeAllocatableEnforced 12m kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 12m kubelet Node addons-300000 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 12m kubelet Node addons-300000 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 12m kubelet Node addons-300000 status is now: NodeHasSufficientPID
Normal RegisteredNode 12m node-controller Node addons-300000 event: Registered Node addons-300000 in Controller
==> dmesg <==
[ +0.004169] virtio-pci 0000:00:06.0: can't derive routing for PCI INT A
[ +0.000002] virtio-pci 0000:00:06.0: PCI INT A: no GSI
[ +0.002815] virtio-pci 0000:00:07.0: can't derive routing for PCI INT A
[ +0.000002] virtio-pci 0000:00:07.0: PCI INT A: no GSI
[ +0.003859] virtio-pci 0000:00:08.0: can't derive routing for PCI INT A
[ +0.000003] virtio-pci 0000:00:08.0: PCI INT A: no GSI
[ +0.005369] virtio-pci 0000:00:09.0: can't derive routing for PCI INT A
[ +0.000001] virtio-pci 0000:00:09.0: PCI INT A: no GSI
[ +0.005818] virtio-pci 0000:00:0a.0: can't derive routing for PCI INT A
[ +0.000002] virtio-pci 0000:00:0a.0: PCI INT A: no GSI
[ +0.005832] virtio-pci 0000:00:0b.0: can't derive routing for PCI INT A
[ +0.000002] virtio-pci 0000:00:0b.0: PCI INT A: no GSI
[ +0.005892] virtio-pci 0000:00:0c.0: can't derive routing for PCI INT A
[ +0.000002] virtio-pci 0000:00:0c.0: PCI INT A: no GSI
[ +0.005340] virtio-pci 0000:00:0d.0: can't derive routing for PCI INT A
[ +0.000001] virtio-pci 0000:00:0d.0: PCI INT A: no GSI
[ +0.003814] virtio-pci 0000:00:0e.0: can't derive routing for PCI INT A
[ +0.000002] virtio-pci 0000:00:0e.0: PCI INT A: no GSI
[ +0.003239] virtio-pci 0000:00:0f.0: can't derive routing for PCI INT A
[ +0.000002] virtio-pci 0000:00:0f.0: PCI INT A: no GSI
[ +0.015120] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ +0.043566] lpc_ich 0000:00:1f.0: No MFD cells added
[ +0.272363] netlink: 'init': attribute type 4 has an invalid length.
[ +0.037526] fakeowner: loading out-of-tree module taints kernel.
[Sep23 14:13] systemd[1578]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
==> etcd [bb87782cb093] <==
{"level":"info","ts":"2024-09-23T14:13:36.845098Z","caller":"traceutil/trace.go:171","msg":"trace[603315198] linearizableReadLoop","detail":"{readStateIndex:910; appliedIndex:907; }","duration":"172.783024ms","start":"2024-09-23T14:13:36.672305Z","end":"2024-09-23T14:13:36.845088Z","steps":["trace[603315198] 'read index received' (duration: 721.23µs)","trace[603315198] 'applied index is now lower than readState.Index' (duration: 172.061114ms)"],"step_count":2}
{"level":"warn","ts":"2024-09-23T14:13:36.845186Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"172.873733ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/serviceaccounts/kube-system/csi-attacher\" ","response":"range_response_count:1 size:535"}
{"level":"info","ts":"2024-09-23T14:13:36.845212Z","caller":"traceutil/trace.go:171","msg":"trace[1818439339] range","detail":"{range_begin:/registry/serviceaccounts/kube-system/csi-attacher; range_end:; response_count:1; response_revision:889; }","duration":"172.90134ms","start":"2024-09-23T14:13:36.672301Z","end":"2024-09-23T14:13:36.845202Z","steps":["trace[1818439339] 'agreement among raft nodes before linearized reading' (duration: 172.816062ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T14:13:36.845294Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"135.331956ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses/\" range_end:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses0\" count_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T14:13:36.845355Z","caller":"traceutil/trace.go:171","msg":"trace[715552038] range","detail":"{range_begin:/registry/snapshot.storage.k8s.io/volumesnapshotclasses/; range_end:/registry/snapshot.storage.k8s.io/volumesnapshotclasses0; response_count:0; response_revision:889; }","duration":"135.395767ms","start":"2024-09-23T14:13:36.709954Z","end":"2024-09-23T14:13:36.845349Z","steps":["trace[715552038] 'agreement among raft nodes before linearized reading' (duration: 135.322659ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T14:13:36.845357Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"135.261522ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses/csi-hostpath-snapclass\" ","response":"range_response_count:0 size:5"}
{"level":"warn","ts":"2024-09-23T14:13:36.845352Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"140.096958ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses/\" range_end:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses0\" count_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T14:13:36.845378Z","caller":"traceutil/trace.go:171","msg":"trace[1000408247] range","detail":"{range_begin:/registry/snapshot.storage.k8s.io/volumesnapshotclasses/csi-hostpath-snapclass; range_end:; response_count:0; response_revision:889; }","duration":"135.280088ms","start":"2024-09-23T14:13:36.710091Z","end":"2024-09-23T14:13:36.845371Z","steps":["trace[1000408247] 'agreement among raft nodes before linearized reading' (duration: 135.255074ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T14:13:36.845384Z","caller":"traceutil/trace.go:171","msg":"trace[189655125] range","detail":"{range_begin:/registry/snapshot.storage.k8s.io/volumesnapshotclasses/; range_end:/registry/snapshot.storage.k8s.io/volumesnapshotclasses0; response_count:0; response_revision:889; }","duration":"140.132564ms","start":"2024-09-23T14:13:36.705244Z","end":"2024-09-23T14:13:36.845377Z","steps":["trace[189655125] 'agreement among raft nodes before linearized reading' (duration: 140.080115ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T14:13:36.845240Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"169.981901ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/csi-hostpathplugin-wnccn\" ","response":"range_response_count:1 size:9784"}
{"level":"warn","ts":"2024-09-23T14:13:36.845301Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"140.004152ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses/\" range_end:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses0\" limit:10000 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T14:13:36.845443Z","caller":"traceutil/trace.go:171","msg":"trace[142431249] range","detail":"{range_begin:/registry/pods/kube-system/csi-hostpathplugin-wnccn; range_end:; response_count:1; response_revision:889; }","duration":"170.18893ms","start":"2024-09-23T14:13:36.675249Z","end":"2024-09-23T14:13:36.845438Z","steps":["trace[142431249] 'agreement among raft nodes before linearized reading' (duration: 169.935256ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T14:13:36.845456Z","caller":"traceutil/trace.go:171","msg":"trace[336481489] range","detail":"{range_begin:/registry/snapshot.storage.k8s.io/volumesnapshotclasses/; range_end:/registry/snapshot.storage.k8s.io/volumesnapshotclasses0; response_count:0; response_revision:889; }","duration":"140.160798ms","start":"2024-09-23T14:13:36.705284Z","end":"2024-09-23T14:13:36.845445Z","steps":["trace[336481489] 'agreement among raft nodes before linearized reading' (duration: 139.992509ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T14:13:36.845330Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"135.648801ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses/\" range_end:\"/registry/snapshot.storage.k8s.io/volumesnapshotclasses0\" limit:10000 ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T14:13:36.845507Z","caller":"traceutil/trace.go:171","msg":"trace[1300529535] range","detail":"{range_begin:/registry/snapshot.storage.k8s.io/volumesnapshotclasses/; range_end:/registry/snapshot.storage.k8s.io/volumesnapshotclasses0; response_count:0; response_revision:889; }","duration":"135.826561ms","start":"2024-09-23T14:13:36.709674Z","end":"2024-09-23T14:13:36.845501Z","steps":["trace[1300529535] 'agreement among raft nodes before linearized reading' (duration: 135.641202ms)"],"step_count":1}
{"level":"warn","ts":"2024-09-23T14:14:52.650151Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"109.458563ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T14:14:52.650199Z","caller":"traceutil/trace.go:171","msg":"trace[1722782871] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:1210; }","duration":"109.555224ms","start":"2024-09-23T14:14:52.540629Z","end":"2024-09-23T14:14:52.650184Z","steps":["trace[1722782871] 'range keys from in-memory index tree' (duration: 109.426592ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T14:23:13.380971Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1824}
{"level":"info","ts":"2024-09-23T14:23:13.440541Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1824,"took":"59.200947ms","hash":2418434001,"current-db-size-bytes":8937472,"current-db-size":"8.9 MB","current-db-size-in-use-bytes":4771840,"current-db-size-in-use":"4.8 MB"}
{"level":"info","ts":"2024-09-23T14:23:13.440608Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2418434001,"revision":1824,"compact-revision":-1}
{"level":"info","ts":"2024-09-23T14:24:58.029388Z","caller":"traceutil/trace.go:171","msg":"trace[785797989] linearizableReadLoop","detail":"{readStateIndex:2585; appliedIndex:2583; }","duration":"143.077867ms","start":"2024-09-23T14:24:57.886291Z","end":"2024-09-23T14:24:58.029369Z","steps":["trace[785797989] 'read index received' (duration: 25.698061ms)","trace[785797989] 'applied index is now lower than readState.Index' (duration: 117.378922ms)"],"step_count":2}
{"level":"info","ts":"2024-09-23T14:24:58.029536Z","caller":"traceutil/trace.go:171","msg":"trace[1349129391] transaction","detail":"{read_only:false; response_revision:2413; number_of_response:1; }","duration":"156.238049ms","start":"2024-09-23T14:24:57.873286Z","end":"2024-09-23T14:24:58.029524Z","steps":["trace[1349129391] 'process raft request' (duration: 97.962372ms)","trace[1349129391] 'compare' (duration: 57.993836ms)"],"step_count":2}
{"level":"warn","ts":"2024-09-23T14:24:58.029812Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"143.47084ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 keys_only:true ","response":"range_response_count:0 size:5"}
{"level":"info","ts":"2024-09-23T14:24:58.029906Z","caller":"traceutil/trace.go:171","msg":"trace[175954904] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:2413; }","duration":"143.608584ms","start":"2024-09-23T14:24:57.886287Z","end":"2024-09-23T14:24:58.029896Z","steps":["trace[175954904] 'agreement among raft nodes before linearized reading' (duration: 143.449465ms)"],"step_count":1}
{"level":"info","ts":"2024-09-23T14:24:58.031117Z","caller":"traceutil/trace.go:171","msg":"trace[296418729] transaction","detail":"{read_only:false; response_revision:2414; number_of_response:1; }","duration":"115.730166ms","start":"2024-09-23T14:24:57.915374Z","end":"2024-09-23T14:24:58.031104Z","steps":["trace[296418729] 'process raft request' (duration: 115.563594ms)"],"step_count":1}
==> gcp-auth [e811af3f1182] <==
2024/09/23 14:16:10 GCP Auth Webhook started!
2024/09/23 14:16:26 Ready to marshal response ...
2024/09/23 14:16:26 Ready to write response ...
2024/09/23 14:16:27 Ready to marshal response ...
2024/09/23 14:16:27 Ready to write response ...
2024/09/23 14:16:53 Ready to marshal response ...
2024/09/23 14:16:53 Ready to write response ...
2024/09/23 14:16:53 Ready to marshal response ...
2024/09/23 14:16:53 Ready to write response ...
2024/09/23 14:16:53 Ready to marshal response ...
2024/09/23 14:16:53 Ready to write response ...
2024/09/23 14:24:57 Ready to marshal response ...
2024/09/23 14:24:57 Ready to write response ...
2024/09/23 14:24:57 Ready to marshal response ...
2024/09/23 14:24:57 Ready to write response ...
2024/09/23 14:24:57 Ready to marshal response ...
2024/09/23 14:24:57 Ready to write response ...
2024/09/23 14:25:07 Ready to marshal response ...
2024/09/23 14:25:07 Ready to write response ...
2024/09/23 14:25:30 Ready to marshal response ...
2024/09/23 14:25:30 Ready to write response ...
2024/09/23 14:25:31 Ready to marshal response ...
2024/09/23 14:25:31 Ready to write response ...
2024/09/23 14:25:41 Ready to marshal response ...
2024/09/23 14:25:41 Ready to write response ...
==> kernel <==
14:26:09 up 4:24, 0 users, load average: 3.73, 3.48, 2.31
Linux addons-300000 6.6.32-linuxkit #1 SMP PREEMPT_DYNAMIC Thu Jun 13 14:14:43 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.5 LTS"
==> kube-apiserver [8dfd700b1744] <==
I0923 14:16:43.785689 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0923 14:16:43.879334 1 handler.go:286] Adding GroupVersion nodeinfo.volcano.sh v1alpha1 to ResourceManager
I0923 14:16:43.970265 1 handler.go:286] Adding GroupVersion scheduling.volcano.sh v1beta1 to ResourceManager
I0923 14:16:44.285188 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0923 14:16:44.365545 1 cacher.go:171] Terminating all watchers from cacher commands.bus.volcano.sh
I0923 14:16:44.377060 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
I0923 14:16:44.466250 1 handler.go:286] Adding GroupVersion flow.volcano.sh v1alpha1 to ResourceManager
W0923 14:16:44.972445 1 cacher.go:171] Terminating all watchers from cacher podgroups.scheduling.volcano.sh
W0923 14:16:44.974316 1 cacher.go:171] Terminating all watchers from cacher numatopologies.nodeinfo.volcano.sh
W0923 14:16:44.979331 1 cacher.go:171] Terminating all watchers from cacher queues.scheduling.volcano.sh
W0923 14:16:45.084834 1 cacher.go:171] Terminating all watchers from cacher jobs.batch.volcano.sh
W0923 14:16:45.467520 1 cacher.go:171] Terminating all watchers from cacher jobflows.flow.volcano.sh
W0923 14:16:45.625016 1 cacher.go:171] Terminating all watchers from cacher jobtemplates.flow.volcano.sh
E0923 14:17:44.882307 1 writers.go:122] "Unhandled Error" err="apiserver was unable to write a JSON response: client disconnected" logger="UnhandledError"
E0923 14:17:44.882319 1 wrap.go:53] "Timeout or abort while handling" logger="UnhandledError" method="GET" URI="/api/v1/pods?fieldSelector=spec.nodeName%3Daddons-300000&limit=500&resourceVersion=0" auditID="c649888b-8224-4b07-8924-fa882a8ce530"
E0923 14:17:44.884253 1 status.go:71] "Unhandled Error" err="apiserver received an error that is not an metav1.Status: &errors.errorString{s:\"client disconnected\"}: client disconnected" logger="UnhandledError"
E0923 14:17:44.886296 1 writers.go:135] "Unhandled Error" err="apiserver was unable to write a fallback JSON response: client disconnected" logger="UnhandledError"
E0923 14:17:44.888241 1 timeout.go:140] "Post-timeout activity" logger="UnhandledError" timeElapsed="5.900393ms" method="GET" path="/api/v1/pods" result=null
I0923 14:24:57.726616 1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.100.84.80"}
E0923 14:25:38.750889 1 wrap.go:53] "Timeout or abort while handling" logger="UnhandledError" method="GET" URI="/api/v1/pods?fieldSelector=spec.nodeName%3Daddons-300000&limit=500&resourceVersion=0" auditID="310bc6cf-bc2e-4feb-9ce8-80e59fe67d9a"
E0923 14:25:38.750938 1 writers.go:122] "Unhandled Error" err="apiserver was unable to write a JSON response: http: Handler timeout" logger="UnhandledError"
E0923 14:25:38.752865 1 status.go:71] "Unhandled Error" err="apiserver received an error that is not an metav1.Status: &errors.errorString{s:\"http: Handler timeout\"}: http: Handler timeout" logger="UnhandledError"
E0923 14:25:38.755234 1 writers.go:135] "Unhandled Error" err="apiserver was unable to write a fallback JSON response: http: Handler timeout" logger="UnhandledError"
E0923 14:25:38.756990 1 timeout.go:140] "Post-timeout activity" logger="UnhandledError" timeElapsed="6.044756ms" method="GET" path="/api/v1/pods" result=null
E0923 14:25:57.491550 1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
==> kube-controller-manager [3df868350fd7] <==
I0923 14:25:09.478160 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="headlamp/headlamp-7b5c95b59d" duration="6.829µs"
I0923 14:25:19.562500 1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="headlamp"
I0923 14:25:20.103751 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="5.399µs"
W0923 14:25:20.433125 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
E0923 14:25:20.433206 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"
I0923 14:25:21.747111 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-300000"
W0923 14:25:21.766089 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
E0923 14:25:21.766180 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"
I0923 14:25:30.182415 1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="yakd-dashboard"
W0923 14:25:40.026513 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
E0923 14:25:40.026573 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"
W0923 14:25:41.655184 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
E0923 14:25:41.655232 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"
I0923 14:25:42.020140 1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="local-path-storage/local-path-provisioner-86d989889c" duration="8.049µs"
W0923 14:25:46.980879 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
E0923 14:25:46.981002 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"
W0923 14:25:49.641144 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
E0923 14:25:49.641208 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"
I0923 14:25:52.383805 1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-300000"
W0923 14:26:01.282444 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
E0923 14:26:01.282512 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"
W0923 14:26:07.142601 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
E0923 14:26:07.142691 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"
W0923 14:26:07.633585 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
E0923 14:26:07.633664 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
==> kube-proxy [5e81592320e7] <==
I0923 14:13:22.970374 1 server_linux.go:66] "Using iptables proxy"
I0923 14:13:23.054447 1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
E0923 14:13:23.054640 1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
I0923 14:13:23.076533 1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0923 14:13:23.076589 1 server_linux.go:169] "Using iptables Proxier"
I0923 14:13:23.078781 1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
I0923 14:13:23.079204 1 server.go:483] "Version info" version="v1.31.1"
I0923 14:13:23.079274 1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0923 14:13:23.080763 1 config.go:328] "Starting node config controller"
I0923 14:13:23.080825 1 shared_informer.go:313] Waiting for caches to sync for node config
I0923 14:13:23.081014 1 config.go:105] "Starting endpoint slice config controller"
I0923 14:13:23.081078 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0923 14:13:23.081062 1 config.go:199] "Starting service config controller"
I0923 14:13:23.081342 1 shared_informer.go:313] Waiting for caches to sync for service config
I0923 14:13:23.181485 1 shared_informer.go:320] Caches are synced for service config
I0923 14:13:23.181590 1 shared_informer.go:320] Caches are synced for node config
I0923 14:13:23.181595 1 shared_informer.go:320] Caches are synced for endpoint slice config
==> kube-scheduler [eef7b851df77] <==
W0923 14:13:14.880400 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E0923 14:13:14.881044 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0923 14:13:14.880508 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E0923 14:13:14.881087 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0923 14:13:14.880492 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
E0923 14:13:14.881122 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0923 14:13:14.881166 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
E0923 14:13:14.881621 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"
W0923 14:13:14.880661 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0923 14:13:14.881764 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
W0923 14:13:14.880803 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0923 14:13:14.881784 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0923 14:13:14.881430 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
W0923 14:13:14.881793 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
E0923 14:13:14.881801 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"
E0923 14:13:14.881811 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"
W0923 14:13:14.881595 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E0923 14:13:14.881832 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0923 14:13:15.748993 1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E0923 14:13:15.749041 1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
W0923 14:13:15.890418 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
E0923 14:13:15.890472 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"
W0923 14:13:15.936980 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
E0923 14:13:15.937146 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"
I0923 14:13:16.378406 1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
==> kubelet <==
Sep 23 14:25:44 addons-300000 kubelet[2353]: I0923 14:25:44.299838 2353 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-9wg6s\" (UniqueName: \"kubernetes.io/projected/c938287d-8f13-473b-8469-5be78c0d35fa-kube-api-access-9wg6s\") on node \"addons-300000\" DevicePath \"\""
Sep 23 14:25:44 addons-300000 kubelet[2353]: I0923 14:25:44.300000 2353 reconciler_common.go:288] "Volume detached for volume \"script\" (UniqueName: \"kubernetes.io/configmap/c938287d-8f13-473b-8469-5be78c0d35fa-script\") on node \"addons-300000\" DevicePath \"\""
Sep 23 14:25:44 addons-300000 kubelet[2353]: I0923 14:25:44.300019 2353 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/c938287d-8f13-473b-8469-5be78c0d35fa-gcp-creds\") on node \"addons-300000\" DevicePath \"\""
Sep 23 14:25:44 addons-300000 kubelet[2353]: I0923 14:25:44.300031 2353 reconciler_common.go:288] "Volume detached for volume \"data\" (UniqueName: \"kubernetes.io/host-path/c938287d-8f13-473b-8469-5be78c0d35fa-data\") on node \"addons-300000\" DevicePath \"\""
Sep 23 14:25:45 addons-300000 kubelet[2353]: I0923 14:25:45.007614 2353 pod_container_deletor.go:80] "Container not found in pod's containers" containerID="916b818d8a2f6e65766072312502c6e0ba7fbef8206f28538f6aa0f7489511c0"
Sep 23 14:25:47 addons-300000 kubelet[2353]: E0923 14:25:47.217633 2353 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="83ed3e49-4bae-4033-a192-3c0a98e44c8c"
Sep 23 14:25:47 addons-300000 kubelet[2353]: I0923 14:25:47.224508 2353 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c938287d-8f13-473b-8469-5be78c0d35fa" path="/var/lib/kubelet/pods/c938287d-8f13-473b-8469-5be78c0d35fa/volumes"
Sep 23 14:25:48 addons-300000 kubelet[2353]: E0923 14:25:48.416276 2353 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = Error response from daemon: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" image="gcr.io/k8s-minikube/busybox:latest"
Sep 23 14:25:48 addons-300000 kubelet[2353]: E0923 14:25:48.416390 2353 kuberuntime_manager.go:1274] "Unhandled Error" err="container &Container{Name:registry-test,Image:gcr.io/k8s-minikube/busybox,Command:[],Args:[sh -c wget --spider -S http://registry.kube-system.svc.cluster.local],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{EnvVar{Name:GOOGLE_APPLICATION_CREDENTIALS,Value:/google-app-creds.json,ValueFrom:nil,},EnvVar{Name:PROJECT_ID,Value:this_is_fake,ValueFrom:nil,},EnvVar{Name:GCP_PROJECT,Value:this_is_fake,ValueFrom:nil,},EnvVar{Name:GCLOUD_PROJECT,Value:this_is_fake,ValueFrom:nil,},EnvVar{Name:GOOGLE_CLOUD_PROJECT,Value:this_is_fake,ValueFrom:nil,},EnvVar{Name:CLOUDSDK_CORE_PROJECT,Value:this_is_fake,ValueFrom:nil,},},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-wd6kl,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,Su
bPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:gcp-creds,ReadOnly:true,MountPath:/google-app-creds.json,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:Always,SecurityContext:nil,Stdin:true,StdinOnce:true,TTY:true,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod registry-test_default(0c6cb808-9e6a-4d2a-8d16-f6596eeb626e): ErrImagePull: Error response from daemon: Head \"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\": unauthorized: authentication failed" logger="UnhandledError"
Sep 23 14:25:48 addons-300000 kubelet[2353]: E0923 14:25:48.418350 2353 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry-test\" with ErrImagePull: \"Error response from daemon: Head \\\"https://gcr.io/v2/k8s-minikube/busybox/manifests/latest\\\": unauthorized: authentication failed\"" pod="default/registry-test" podUID="0c6cb808-9e6a-4d2a-8d16-f6596eeb626e"
Sep 23 14:25:53 addons-300000 kubelet[2353]: I0923 14:25:53.215740 2353 scope.go:117] "RemoveContainer" containerID="0112fa7540c40efe9fcf72d8b2a67c91c2003da3d92ffccb347652092f3969ff"
Sep 23 14:25:53 addons-300000 kubelet[2353]: E0923 14:25:53.216009 2353 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-5lz9g_gadget(29db5536-533d-4fec-bc2c-8f96ffba8a50)\"" pod="gadget/gadget-5lz9g" podUID="29db5536-533d-4fec-bc2c-8f96ffba8a50"
Sep 23 14:25:59 addons-300000 kubelet[2353]: E0923 14:25:59.219715 2353 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"registry-test\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox\\\"\"" pod="default/registry-test" podUID="0c6cb808-9e6a-4d2a-8d16-f6596eeb626e"
Sep 23 14:26:00 addons-300000 kubelet[2353]: I0923 14:26:00.216026 2353 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-66c9cd494c-vllsh" secret="" err="secret \"gcp-auth\" not found"
Sep 23 14:26:02 addons-300000 kubelet[2353]: E0923 14:26:02.216457 2353 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="83ed3e49-4bae-4033-a192-3c0a98e44c8c"
Sep 23 14:26:04 addons-300000 kubelet[2353]: I0923 14:26:04.216190 2353 kubelet_pods.go:1007] "Unable to retrieve pull secret, the image pull may not succeed." pod="kube-system/registry-proxy-nk4fb" secret="" err="secret \"gcp-auth\" not found"
Sep 23 14:26:07 addons-300000 kubelet[2353]: I0923 14:26:07.456665 2353 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-wd6kl\" (UniqueName: \"kubernetes.io/projected/0c6cb808-9e6a-4d2a-8d16-f6596eeb626e-kube-api-access-wd6kl\") pod \"0c6cb808-9e6a-4d2a-8d16-f6596eeb626e\" (UID: \"0c6cb808-9e6a-4d2a-8d16-f6596eeb626e\") "
Sep 23 14:26:07 addons-300000 kubelet[2353]: I0923 14:26:07.456720 2353 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/0c6cb808-9e6a-4d2a-8d16-f6596eeb626e-gcp-creds\") pod \"0c6cb808-9e6a-4d2a-8d16-f6596eeb626e\" (UID: \"0c6cb808-9e6a-4d2a-8d16-f6596eeb626e\") "
Sep 23 14:26:07 addons-300000 kubelet[2353]: I0923 14:26:07.456798 2353 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/0c6cb808-9e6a-4d2a-8d16-f6596eeb626e-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "0c6cb808-9e6a-4d2a-8d16-f6596eeb626e" (UID: "0c6cb808-9e6a-4d2a-8d16-f6596eeb626e"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
Sep 23 14:26:07 addons-300000 kubelet[2353]: I0923 14:26:07.458813 2353 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/0c6cb808-9e6a-4d2a-8d16-f6596eeb626e-kube-api-access-wd6kl" (OuterVolumeSpecName: "kube-api-access-wd6kl") pod "0c6cb808-9e6a-4d2a-8d16-f6596eeb626e" (UID: "0c6cb808-9e6a-4d2a-8d16-f6596eeb626e"). InnerVolumeSpecName "kube-api-access-wd6kl". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 23 14:26:07 addons-300000 kubelet[2353]: I0923 14:26:07.557577 2353 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/0c6cb808-9e6a-4d2a-8d16-f6596eeb626e-gcp-creds\") on node \"addons-300000\" DevicePath \"\""
Sep 23 14:26:07 addons-300000 kubelet[2353]: I0923 14:26:07.557664 2353 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-wd6kl\" (UniqueName: \"kubernetes.io/projected/0c6cb808-9e6a-4d2a-8d16-f6596eeb626e-kube-api-access-wd6kl\") on node \"addons-300000\" DevicePath \"\""
Sep 23 14:26:08 addons-300000 kubelet[2353]: I0923 14:26:08.214935 2353 scope.go:117] "RemoveContainer" containerID="0112fa7540c40efe9fcf72d8b2a67c91c2003da3d92ffccb347652092f3969ff"
Sep 23 14:26:08 addons-300000 kubelet[2353]: E0923 14:26:08.215124 2353 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"gadget\" with CrashLoopBackOff: \"back-off 5m0s restarting failed container=gadget pod=gadget-5lz9g_gadget(29db5536-533d-4fec-bc2c-8f96ffba8a50)\"" pod="gadget/gadget-5lz9g" podUID="29db5536-533d-4fec-bc2c-8f96ffba8a50"
Sep 23 14:26:09 addons-300000 kubelet[2353]: I0923 14:26:09.223898 2353 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="0c6cb808-9e6a-4d2a-8d16-f6596eeb626e" path="/var/lib/kubelet/pods/0c6cb808-9e6a-4d2a-8d16-f6596eeb626e/volumes"
==> storage-provisioner [0637e23c408e] <==
I0923 14:13:31.872540 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0923 14:13:32.073944 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0923 14:13:32.074018 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0923 14:13:32.172308 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0923 14:13:32.172661 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-300000_4c9c9b36-cf9a-4a42-a0d8-6cb4fcec027c!
I0923 14:13:32.172854 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"0cf2eb3d-6deb-4ef5-849d-80f6e20bfdba", APIVersion:"v1", ResourceVersion:"624", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-300000_4c9c9b36-cf9a-4a42-a0d8-6cb4fcec027c became leader
I0923 14:13:32.373426 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-300000_4c9c9b36-cf9a-4a42-a0d8-6cb4fcec027c!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-darwin-amd64 status --format={{.APIServer}} -p addons-300000 -n addons-300000
helpers_test.go:261: (dbg) Run: kubectl --context addons-300000 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-whqpr ingress-nginx-admission-patch-4lw77
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Registry]: describe non-running pods <======
helpers_test.go:277: (dbg) Run: kubectl --context addons-300000 describe pod busybox ingress-nginx-admission-create-whqpr ingress-nginx-admission-patch-4lw77
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-300000 describe pod busybox ingress-nginx-admission-create-whqpr ingress-nginx-admission-patch-4lw77: exit status 1 (56.475814ms)
-- stdout --
Name: busybox
Namespace: default
Priority: 0
Service Account: default
Node: addons-300000/192.168.49.2
Start Time: Mon, 23 Sep 2024 07:16:53 -0700
Labels: integration-test=busybox
Annotations: <none>
Status: Pending
IP: 10.244.0.27
IPs:
IP: 10.244.0.27
Containers:
busybox:
Container ID:
Image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
Image ID:
Port: <none>
Host Port: <none>
Command:
sleep
3600
State: Waiting
Reason: ImagePullBackOff
Ready: False
Restart Count: 0
Environment:
GOOGLE_APPLICATION_CREDENTIALS: /google-app-creds.json
PROJECT_ID: this_is_fake
GCP_PROJECT: this_is_fake
GCLOUD_PROJECT: this_is_fake
GOOGLE_CLOUD_PROJECT: this_is_fake
CLOUDSDK_CORE_PROJECT: this_is_fake
Mounts:
/google-app-creds.json from gcp-creds (ro)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-8d289 (ro)
Conditions:
Type Status
PodReadyToStartContainers True
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
kube-api-access-8d289:
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 9m17s default-scheduler Successfully assigned default/busybox to addons-300000
Normal Pulling 7m51s (x4 over 9m17s) kubelet Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
Warning Failed 7m51s (x4 over 9m16s) 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 9m16s) kubelet Error: ErrImagePull
Warning Failed 7m37s (x6 over 9m16s) kubelet Error: ImagePullBackOff
Normal BackOff 4m8s (x21 over 9m16s) 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-whqpr" not found
Error from server (NotFound): pods "ingress-nginx-admission-patch-4lw77" not found
** /stderr **
helpers_test.go:279: kubectl --context addons-300000 describe pod busybox ingress-nginx-admission-create-whqpr ingress-nginx-admission-patch-4lw77: exit status 1
--- FAIL: TestAddons/parallel/Registry (73.24s)