=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:206: (dbg) Run: kubectl --context addons-624750 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:231: (dbg) Run: kubectl --context addons-624750 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:244: (dbg) Run: kubectl --context addons-624750 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [4095c1aa-c792-4774-97ec-069bb4a76c95] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [4095c1aa-c792-4774-97ec-069bb4a76c95] Running
addons_test.go:249: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.02495355s
addons_test.go:261: (dbg) Run: out/minikube-linux-arm64 -p addons-624750 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:285: (dbg) Run: kubectl --context addons-624750 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:285: (dbg) Done: kubectl --context addons-624750 replace --force -f testdata/ingress-dns-example-v1.yaml: (1.034551639s)
addons_test.go:290: (dbg) Run: out/minikube-linux-arm64 -p addons-624750 ip
addons_test.go:296: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:296: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.061133703s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:298: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:302: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:305: (dbg) Run: out/minikube-linux-arm64 -p addons-624750 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:305: (dbg) Done: out/minikube-linux-arm64 -p addons-624750 addons disable ingress-dns --alsologtostderr -v=1: (1.376416263s)
addons_test.go:310: (dbg) Run: out/minikube-linux-arm64 -p addons-624750 addons disable ingress --alsologtostderr -v=1
addons_test.go:310: (dbg) Done: out/minikube-linux-arm64 -p addons-624750 addons disable ingress --alsologtostderr -v=1: (7.786576658s)
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======> post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run: docker inspect addons-624750
helpers_test.go:235: (dbg) docker inspect addons-624750:
-- stdout --
[
{
"Id": "f6a7a1eeafdf49d6e7b1a0acd80293fe882831a7e7ba236071b76e58ba7cb1e9",
"Created": "2023-10-25T21:41:36.775558143Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 407410,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-10-25T21:41:37.113965582Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:5b0caed01db498fc255865f87f2d678d2b2e04ba0f7d056894d23da26cbc249a",
"ResolvConfPath": "/var/lib/docker/containers/f6a7a1eeafdf49d6e7b1a0acd80293fe882831a7e7ba236071b76e58ba7cb1e9/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/f6a7a1eeafdf49d6e7b1a0acd80293fe882831a7e7ba236071b76e58ba7cb1e9/hostname",
"HostsPath": "/var/lib/docker/containers/f6a7a1eeafdf49d6e7b1a0acd80293fe882831a7e7ba236071b76e58ba7cb1e9/hosts",
"LogPath": "/var/lib/docker/containers/f6a7a1eeafdf49d6e7b1a0acd80293fe882831a7e7ba236071b76e58ba7cb1e9/f6a7a1eeafdf49d6e7b1a0acd80293fe882831a7e7ba236071b76e58ba7cb1e9-json.log",
"Name": "/addons-624750",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-624750:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-624750",
"PortBindings": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": ""
}
]
},
"RestartPolicy": {
"Name": "no",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
0,
0
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "host",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"seccomp=unconfined",
"apparmor=unconfined",
"label=disable"
],
"Tmpfs": {
"/run": "",
"/tmp": ""
},
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 4194304000,
"NanoCpus": 2000000000,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 8388608000,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/4dd4a96272f1b64432e63eb40c63d476bfc9f0c14398c16f32ff9daa5712cc8c-init/diff:/var/lib/docker/overlay2/72a373cc1a648bd482c91a7d51c6d15fd52c6262ee2446bc4493d43e0c8c95ab/diff",
"MergedDir": "/var/lib/docker/overlay2/4dd4a96272f1b64432e63eb40c63d476bfc9f0c14398c16f32ff9daa5712cc8c/merged",
"UpperDir": "/var/lib/docker/overlay2/4dd4a96272f1b64432e63eb40c63d476bfc9f0c14398c16f32ff9daa5712cc8c/diff",
"WorkDir": "/var/lib/docker/overlay2/4dd4a96272f1b64432e63eb40c63d476bfc9f0c14398c16f32ff9daa5712cc8c/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "addons-624750",
"Source": "/var/lib/docker/volumes/addons-624750/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
},
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
}
],
"Config": {
"Hostname": "addons-624750",
"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.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883",
"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-624750",
"name.minikube.sigs.k8s.io": "addons-624750",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "9b8ea76d62f72a24e5fd2713a03b7b1c2f0f6df2cae278d2a50787d9acb8dd76",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33103"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33102"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33099"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33101"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33100"
}
]
},
"SandboxKey": "/var/run/docker/netns/9b8ea76d62f7",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-624750": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"f6a7a1eeafdf",
"addons-624750"
],
"NetworkID": "d339062511ca6831e6c37abe6e66c513648031c2b280aaa8e19fdda8a27acd1e",
"EndpointID": "3f4b8a124871e51a3ed44b19b2bd60fc8dc93845305112606fcf39b0b1f8d73d",
"Gateway": "192.168.49.1",
"IPAddress": "192.168.49.2",
"IPPrefixLen": 24,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:c0:a8:31:02",
"DriverOpts": null
}
}
}
}
]
-- /stdout --
helpers_test.go:239: (dbg) Run: out/minikube-linux-arm64 status --format={{.Host}} -p addons-624750 -n addons-624750
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======> post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run: out/minikube-linux-arm64 -p addons-624750 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-624750 logs -n 25: (1.596845787s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
| delete | --all | minikube | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | 25 Oct 23 21:41 UTC |
| delete | -p download-only-836857 | download-only-836857 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | 25 Oct 23 21:41 UTC |
| delete | -p download-only-836857 | download-only-836857 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | 25 Oct 23 21:41 UTC |
| start | --download-only -p | download-docker-305055 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | |
| | download-docker-305055 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-305055 | download-docker-305055 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | 25 Oct 23 21:41 UTC |
| start | --download-only -p | binary-mirror-927332 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | |
| | binary-mirror-927332 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:33477 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-927332 | binary-mirror-927332 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | 25 Oct 23 21:41 UTC |
| addons | enable dashboard -p | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | |
| | addons-624750 | | | | | |
| addons | disable dashboard -p | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | |
| | addons-624750 | | | | | |
| start | -p addons-624750 --wait=true | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:41 UTC | 25 Oct 23 21:43 UTC |
| | --memory=4000 --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --addons=storage-provisioner-rancher | | | | | |
| | --addons=nvidia-device-plugin | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | disable nvidia-device-plugin | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:43 UTC | 25 Oct 23 21:43 UTC |
| | -p addons-624750 | | | | | |
| ip | addons-624750 ip | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:43 UTC | 25 Oct 23 21:43 UTC |
| addons | addons-624750 addons disable | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:43 UTC | 25 Oct 23 21:43 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| ssh | addons-624750 ssh cat | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:43 UTC | 25 Oct 23 21:43 UTC |
| | /opt/local-path-provisioner/pvc-be298c39-cf02-4c48-8430-ade38dd1c543_default_test-pvc/file1 | | | | | |
| addons | addons-624750 addons disable | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:43 UTC | 25 Oct 23 21:44 UTC |
| | storage-provisioner-rancher | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable cloud-spanner -p | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:43 UTC | 25 Oct 23 21:43 UTC |
| | addons-624750 | | | | | |
| addons | enable headlamp | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:43 UTC | 25 Oct 23 21:43 UTC |
| | -p addons-624750 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-624750 addons | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:44 UTC | 25 Oct 23 21:44 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-624750 addons | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:44 UTC | 25 Oct 23 21:44 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:44 UTC | 25 Oct 23 21:44 UTC |
| | addons-624750 | | | | | |
| addons | addons-624750 addons | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:44 UTC | 25 Oct 23 21:44 UTC |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ssh | addons-624750 ssh curl -s | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:44 UTC | 25 Oct 23 21:44 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-624750 ip | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:45 UTC | 25 Oct 23 21:45 UTC |
| addons | addons-624750 addons disable | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:45 UTC | 25 Oct 23 21:45 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-624750 addons disable | addons-624750 | jenkins | v1.31.2 | 25 Oct 23 21:45 UTC | 25 Oct 23 21:45 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/10/25 21:41:12
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.21.3 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I1025 21:41:12.077167 406952 out.go:296] Setting OutFile to fd 1 ...
I1025 21:41:12.077355 406952 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1025 21:41:12.077387 406952 out.go:309] Setting ErrFile to fd 2...
I1025 21:41:12.077406 406952 out.go:343] TERM=,COLORTERM=, which probably does not support color
I1025 21:41:12.077708 406952 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17488-401064/.minikube/bin
I1025 21:41:12.078255 406952 out.go:303] Setting JSON to false
I1025 21:41:12.079403 406952 start.go:128] hostinfo: {"hostname":"ip-172-31-31-251","uptime":5009,"bootTime":1698265063,"procs":217,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1048-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I1025 21:41:12.079523 406952 start.go:138] virtualization:
I1025 21:41:12.083030 406952 out.go:177] * [addons-624750] minikube v1.31.2 on Ubuntu 20.04 (arm64)
I1025 21:41:12.085204 406952 out.go:177] - MINIKUBE_LOCATION=17488
I1025 21:41:12.085330 406952 notify.go:220] Checking for updates...
I1025 21:41:12.087062 406952 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I1025 21:41:12.088968 406952 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17488-401064/kubeconfig
I1025 21:41:12.090592 406952 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17488-401064/.minikube
I1025 21:41:12.092496 406952 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I1025 21:41:12.094038 406952 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I1025 21:41:12.095912 406952 driver.go:378] Setting default libvirt URI to qemu:///system
I1025 21:41:12.122677 406952 docker.go:122] docker version: linux-24.0.6:Docker Engine - Community
I1025 21:41:12.122809 406952 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1025 21:41:12.213607 406952 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-10-25 21:41:12.203860363 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1048-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 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:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I1025 21:41:12.213719 406952 docker.go:295] overlay module found
I1025 21:41:12.215714 406952 out.go:177] * Using the docker driver based on user configuration
I1025 21:41:12.217374 406952 start.go:298] selected driver: docker
I1025 21:41:12.217394 406952 start.go:902] validating driver "docker" against <nil>
I1025 21:41:12.217407 406952 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1025 21:41:12.218186 406952 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I1025 21:41:12.286108 406952 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:40 SystemTime:2023-10-25 21:41:12.276940234 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1048-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Archi
tecture:aarch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8215035904 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:24.0.6 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:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 Expected:61f9fd88f79f081d64d6fa3bb1a0dc71ec870523} RuncCommit:{ID:v1.1.9-0-gccaecfc Expected:v1.1.9-0-gccaecfc} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.11.2] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.21.0]] Warnings:<nil>}}
I1025 21:41:12.286267 406952 start_flags.go:309] no existing cluster config was found, will generate one from the flags
I1025 21:41:12.286498 406952 start_flags.go:926] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I1025 21:41:12.288417 406952 out.go:177] * Using Docker driver with root privileges
I1025 21:41:12.289995 406952 cni.go:84] Creating CNI manager for ""
I1025 21:41:12.290011 406952 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1025 21:41:12.290023 406952 start_flags.go:318] Found "CNI" CNI - setting NetworkPlugin=cni
I1025 21:41:12.290032 406952 start_flags.go:323] config:
{Name:addons-624750 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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.28.3 ClusterName:addons-624750 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containe
rd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1025 21:41:12.292012 406952 out.go:177] * Starting control plane node addons-624750 in cluster addons-624750
I1025 21:41:12.293656 406952 cache.go:121] Beginning downloading kic base image for docker with containerd
I1025 21:41:12.295153 406952 out.go:177] * Pulling base image ...
I1025 21:41:12.296705 406952 preload.go:132] Checking if preload exists for k8s version v1.28.3 and runtime containerd
I1025 21:41:12.296741 406952 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 in local docker daemon
I1025 21:41:12.296756 406952 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17488-401064/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.3-containerd-overlay2-arm64.tar.lz4
I1025 21:41:12.296764 406952 cache.go:56] Caching tarball of preloaded images
I1025 21:41:12.296840 406952 preload.go:174] Found /home/jenkins/minikube-integration/17488-401064/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.3-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I1025 21:41:12.296851 406952 cache.go:59] Finished verifying existence of preloaded tar for v1.28.3 on containerd
I1025 21:41:12.297224 406952 profile.go:148] Saving config to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/config.json ...
I1025 21:41:12.297253 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/config.json: {Name:mk91c8f48c165d14ce0237b3fccdaed2d0884cc1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:12.314806 406952 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 to local cache
I1025 21:41:12.314915 406952 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 in local cache directory
I1025 21:41:12.314940 406952 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 in local cache directory, skipping pull
I1025 21:41:12.314950 406952 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 exists in cache, skipping pull
I1025 21:41:12.314958 406952 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 as a tarball
I1025 21:41:12.314963 406952 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 from local cache
I1025 21:41:28.050933 406952 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 from cached tarball
I1025 21:41:28.050976 406952 cache.go:194] Successfully downloaded all kic artifacts
I1025 21:41:28.051030 406952 start.go:365] acquiring machines lock for addons-624750: {Name:mk9b7439f76ac82267e5342e8cae5b3e81d5a3f1 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1025 21:41:28.051490 406952 start.go:369] acquired machines lock for "addons-624750" in 434.172µs
I1025 21:41:28.051528 406952 start.go:93] Provisioning new machine with config: &{Name:addons-624750 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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.28.3 ClusterName:addons-624750 Namespace:default APIServerName:minikubeCA A
PIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:
false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I1025 21:41:28.051623 406952 start.go:125] createHost starting for "" (driver="docker")
I1025 21:41:28.053673 406952 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I1025 21:41:28.053950 406952 start.go:159] libmachine.API.Create for "addons-624750" (driver="docker")
I1025 21:41:28.053986 406952 client.go:168] LocalClient.Create starting
I1025 21:41:28.054104 406952 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca.pem
I1025 21:41:29.311501 406952 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/cert.pem
I1025 21:41:30.102239 406952 cli_runner.go:164] Run: docker network inspect addons-624750 --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}}]}"
W1025 21:41:30.128907 406952 cli_runner.go:211] docker network inspect addons-624750 --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
I1025 21:41:30.129033 406952 network_create.go:281] running [docker network inspect addons-624750] to gather additional debugging logs...
I1025 21:41:30.129081 406952 cli_runner.go:164] Run: docker network inspect addons-624750
W1025 21:41:30.150067 406952 cli_runner.go:211] docker network inspect addons-624750 returned with exit code 1
I1025 21:41:30.150112 406952 network_create.go:284] error running [docker network inspect addons-624750]: docker network inspect addons-624750: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-624750 not found
I1025 21:41:30.150128 406952 network_create.go:286] output of [docker network inspect addons-624750]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-624750 not found
** /stderr **
I1025 21:41:30.150276 406952 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}}]}"
I1025 21:41:30.171275 406952 network.go:209] 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:0x4002544830}
I1025 21:41:30.171325 406952 network_create.go:124] attempt to create docker network addons-624750 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I1025 21:41:30.171412 406952 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-624750 addons-624750
I1025 21:41:30.256013 406952 network_create.go:108] docker network addons-624750 192.168.49.0/24 created
I1025 21:41:30.256048 406952 kic.go:118] calculated static IP "192.168.49.2" for the "addons-624750" container
I1025 21:41:30.256134 406952 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I1025 21:41:30.273287 406952 cli_runner.go:164] Run: docker volume create addons-624750 --label name.minikube.sigs.k8s.io=addons-624750 --label created_by.minikube.sigs.k8s.io=true
I1025 21:41:30.293590 406952 oci.go:103] Successfully created a docker volume addons-624750
I1025 21:41:30.293682 406952 cli_runner.go:164] Run: docker run --rm --name addons-624750-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-624750 --entrypoint /usr/bin/test -v addons-624750:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 -d /var/lib
I1025 21:41:32.422420 406952 cli_runner.go:217] Completed: docker run --rm --name addons-624750-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-624750 --entrypoint /usr/bin/test -v addons-624750:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 -d /var/lib: (2.128687242s)
I1025 21:41:32.422467 406952 oci.go:107] Successfully prepared a docker volume addons-624750
I1025 21:41:32.422489 406952 preload.go:132] Checking if preload exists for k8s version v1.28.3 and runtime containerd
I1025 21:41:32.422514 406952 kic.go:191] Starting extracting preloaded images to volume ...
I1025 21:41:32.422599 406952 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17488-401064/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-624750:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 -I lz4 -xf /preloaded.tar -C /extractDir
I1025 21:41:36.694374 406952 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17488-401064/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.3-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-624750:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 -I lz4 -xf /preloaded.tar -C /extractDir: (4.271718164s)
I1025 21:41:36.694408 406952 kic.go:200] duration metric: took 4.271890 seconds to extract preloaded images to volume
W1025 21:41:36.694554 406952 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I1025 21:41:36.694682 406952 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I1025 21:41:36.759373 406952 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-624750 --name addons-624750 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-624750 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-624750 --network addons-624750 --ip 192.168.49.2 --volume addons-624750:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883
I1025 21:41:37.121921 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Running}}
I1025 21:41:37.152754 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:41:37.174895 406952 cli_runner.go:164] Run: docker exec addons-624750 stat /var/lib/dpkg/alternatives/iptables
I1025 21:41:37.258337 406952 oci.go:144] the created container "addons-624750" has a running status.
I1025 21:41:37.258367 406952 kic.go:222] Creating ssh key for kic: /home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa...
I1025 21:41:37.604883 406952 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I1025 21:41:37.631149 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:41:37.660451 406952 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I1025 21:41:37.660479 406952 kic_runner.go:114] Args: [docker exec --privileged addons-624750 chown docker:docker /home/docker/.ssh/authorized_keys]
I1025 21:41:37.738029 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:41:37.768960 406952 machine.go:88] provisioning docker machine ...
I1025 21:41:37.768995 406952 ubuntu.go:169] provisioning hostname "addons-624750"
I1025 21:41:37.769201 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:41:37.797894 406952 main.go:141] libmachine: Using SSH client type: native
I1025 21:41:37.798369 406952 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aed00] 0x3b1470 <nil> [] 0s} 127.0.0.1 33103 <nil> <nil>}
I1025 21:41:37.798383 406952 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-624750 && echo "addons-624750" | sudo tee /etc/hostname
I1025 21:41:37.798968 406952 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:54752->127.0.0.1:33103: read: connection reset by peer
I1025 21:41:40.953432 406952 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-624750
I1025 21:41:40.953516 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:41:40.974929 406952 main.go:141] libmachine: Using SSH client type: native
I1025 21:41:40.975340 406952 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3aed00] 0x3b1470 <nil> [] 0s} 127.0.0.1 33103 <nil> <nil>}
I1025 21:41:40.975364 406952 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-624750' /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-624750/g' /etc/hosts;
else
echo '127.0.1.1 addons-624750' | sudo tee -a /etc/hosts;
fi
fi
I1025 21:41:41.114307 406952 main.go:141] libmachine: SSH cmd err, output: <nil>:
I1025 21:41:41.114335 406952 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17488-401064/.minikube CaCertPath:/home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17488-401064/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17488-401064/.minikube}
I1025 21:41:41.114367 406952 ubuntu.go:177] setting up certificates
I1025 21:41:41.114376 406952 provision.go:83] configureAuth start
I1025 21:41:41.114443 406952 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-624750
I1025 21:41:41.133025 406952 provision.go:138] copyHostCerts
I1025 21:41:41.133221 406952 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17488-401064/.minikube/ca.pem (1082 bytes)
I1025 21:41:41.133362 406952 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17488-401064/.minikube/cert.pem (1123 bytes)
I1025 21:41:41.133440 406952 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17488-401064/.minikube/key.pem (1675 bytes)
I1025 21:41:41.133495 406952 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17488-401064/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca-key.pem org=jenkins.addons-624750 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-624750]
I1025 21:41:41.781768 406952 provision.go:172] copyRemoteCerts
I1025 21:41:41.781835 406952 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I1025 21:41:41.781877 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:41:41.800465 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:41:41.899909 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I1025 21:41:41.928015 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I1025 21:41:41.956407 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
I1025 21:41:41.984421 406952 provision.go:86] duration metric: configureAuth took 870.026507ms
I1025 21:41:41.984447 406952 ubuntu.go:193] setting minikube options for container-runtime
I1025 21:41:41.984629 406952 config.go:182] Loaded profile config "addons-624750": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.3
I1025 21:41:41.984643 406952 machine.go:91] provisioned docker machine in 4.215668557s
I1025 21:41:41.984650 406952 client.go:171] LocalClient.Create took 13.930655965s
I1025 21:41:41.984667 406952 start.go:167] duration metric: libmachine.API.Create for "addons-624750" took 13.930718306s
I1025 21:41:41.984675 406952 start.go:300] post-start starting for "addons-624750" (driver="docker")
I1025 21:41:41.984683 406952 start.go:329] 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]
I1025 21:41:41.984747 406952 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
I1025 21:41:41.984790 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:41:42.003379 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:41:42.110053 406952 ssh_runner.go:195] Run: cat /etc/os-release
I1025 21:41:42.115259 406952 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I1025 21:41:42.115299 406952 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I1025 21:41:42.115312 406952 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I1025 21:41:42.115320 406952 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I1025 21:41:42.115351 406952 filesync.go:126] Scanning /home/jenkins/minikube-integration/17488-401064/.minikube/addons for local assets ...
I1025 21:41:42.115447 406952 filesync.go:126] Scanning /home/jenkins/minikube-integration/17488-401064/.minikube/files for local assets ...
I1025 21:41:42.115482 406952 start.go:303] post-start completed in 130.801729ms
I1025 21:41:42.115866 406952 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-624750
I1025 21:41:42.137834 406952 profile.go:148] Saving config to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/config.json ...
I1025 21:41:42.138194 406952 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I1025 21:41:42.138269 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:41:42.159494 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:41:42.264608 406952 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I1025 21:41:42.270981 406952 start.go:128] duration metric: createHost completed in 14.219343309s
I1025 21:41:42.271006 406952 start.go:83] releasing machines lock for "addons-624750", held for 14.219497874s
I1025 21:41:42.271082 406952 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-624750
I1025 21:41:42.290540 406952 ssh_runner.go:195] Run: cat /version.json
I1025 21:41:42.290598 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:41:42.290628 406952 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I1025 21:41:42.290691 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:41:42.313424 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:41:42.327182 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:41:42.546893 406952 ssh_runner.go:195] Run: systemctl --version
I1025 21:41:42.552419 406952 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I1025 21:41:42.558100 406952 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' {}" ;
I1025 21:41:42.586802 406952 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I1025 21:41:42.586917 406952 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
I1025 21:41:42.620409 406952 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I1025 21:41:42.620434 406952 start.go:472] detecting cgroup driver to use...
I1025 21:41:42.620467 406952 detect.go:196] detected "cgroupfs" cgroup driver on host os
I1025 21:41:42.620518 406952 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I1025 21:41:42.634911 406952 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I1025 21:41:42.648834 406952 docker.go:198] disabling cri-docker service (if available) ...
I1025 21:41:42.648946 406952 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I1025 21:41:42.664833 406952 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I1025 21:41:42.681173 406952 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I1025 21:41:42.774983 406952 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I1025 21:41:42.875834 406952 docker.go:214] disabling docker service ...
I1025 21:41:42.875940 406952 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I1025 21:41:42.898015 406952 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I1025 21:41:42.911953 406952 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I1025 21:41:43.020135 406952 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I1025 21:41:43.120330 406952 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I1025 21:41:43.133946 406952 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///run/containerd/containerd.sock
" | sudo tee /etc/crictl.yaml"
I1025 21:41:43.154214 406952 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.9"|' /etc/containerd/config.toml"
I1025 21:41:43.166833 406952 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"
I1025 21:41:43.179290 406952 containerd.go:145] configuring containerd to use "cgroupfs" as cgroup driver...
I1025 21:41:43.179389 406952 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I1025 21:41:43.191700 406952 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"
I1025 21:41:43.204095 406952 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I1025 21:41:43.216472 406952 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I1025 21:41:43.229202 406952 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I1025 21:41:43.241201 406952 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"
I1025 21:41:43.253441 406952 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I1025 21:41:43.263857 406952 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I1025 21:41:43.274143 406952 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I1025 21:41:43.359779 406952 ssh_runner.go:195] Run: sudo systemctl restart containerd
I1025 21:41:43.503552 406952 start.go:519] Will wait 60s for socket path /run/containerd/containerd.sock
I1025 21:41:43.503638 406952 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I1025 21:41:43.508719 406952 start.go:540] Will wait 60s for crictl version
I1025 21:41:43.508779 406952 ssh_runner.go:195] Run: which crictl
I1025 21:41:43.513467 406952 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I1025 21:41:43.556180 406952 start.go:556] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.24
RuntimeApiVersion: v1
I1025 21:41:43.556256 406952 ssh_runner.go:195] Run: containerd --version
I1025 21:41:43.585154 406952 ssh_runner.go:195] Run: containerd --version
I1025 21:41:43.616320 406952 out.go:177] * Preparing Kubernetes v1.28.3 on containerd 1.6.24 ...
I1025 21:41:43.618496 406952 cli_runner.go:164] Run: docker network inspect addons-624750 --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}}]}"
I1025 21:41:43.636642 406952 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I1025 21:41:43.641491 406952 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1 host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
I1025 21:41:43.655404 406952 preload.go:132] Checking if preload exists for k8s version v1.28.3 and runtime containerd
I1025 21:41:43.655473 406952 ssh_runner.go:195] Run: sudo crictl images --output json
I1025 21:41:43.697520 406952 containerd.go:604] all images are preloaded for containerd runtime.
I1025 21:41:43.697544 406952 containerd.go:518] Images already preloaded, skipping extraction
I1025 21:41:43.697614 406952 ssh_runner.go:195] Run: sudo crictl images --output json
I1025 21:41:43.739705 406952 containerd.go:604] all images are preloaded for containerd runtime.
I1025 21:41:43.739729 406952 cache_images.go:84] Images are preloaded, skipping loading
I1025 21:41:43.739791 406952 ssh_runner.go:195] Run: sudo crictl info
I1025 21:41:43.780179 406952 cni.go:84] Creating CNI manager for ""
I1025 21:41:43.780209 406952 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1025 21:41:43.780239 406952 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I1025 21:41:43.780265 406952 kubeadm.go:176] 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.28.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-624750 NodeName:addons-624750 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.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
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
I1025 21:41:43.780396 406952 kubeadm.go:181] 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:///run/containerd/containerd.sock
name: "addons-624750"
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.28.3
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
hairpinMode: hairpin-veth
runtimeRequestTimeout: 15m
clusterDomain: "cluster.local"
# disable disk resource management by default
imageGCHighThresholdPercent: 100
evictionHard:
nodefs.available: "0%!"(MISSING)
nodefs.inodesFree: "0%!"(MISSING)
imagefs.available: "0%!"(MISSING)
failSwapOn: false
staticPodPath: /etc/kubernetes/manifests
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
clusterCIDR: "10.244.0.0/16"
metricsBindAddress: 0.0.0.0:10249
conntrack:
maxPerCore: 0
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
tcpEstablishedTimeout: 0s
# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
tcpCloseWaitTimeout: 0s
I1025 21:41:43.780467 406952 kubeadm.go:976] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///run/containerd/containerd.sock --hostname-override=addons-624750 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.3 ClusterName:addons-624750 Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:}
I1025 21:41:43.780539 406952 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.3
I1025 21:41:43.791248 406952 binaries.go:44] Found k8s binaries, skipping transfer
I1025 21:41:43.791320 406952 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I1025 21:41:43.801824 406952 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (385 bytes)
I1025 21:41:43.823532 406952 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I1025 21:41:43.844722 406952 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2102 bytes)
I1025 21:41:43.865754 406952 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I1025 21:41:43.869904 406952 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""
I1025 21:41:43.882838 406952 certs.go:56] Setting up /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750 for IP: 192.168.49.2
I1025 21:41:43.882870 406952 certs.go:190] acquiring lock for shared ca certs: {Name:mkce8239dfcf921c4b21f688c78784f182dcce0a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:43.883044 406952 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17488-401064/.minikube/ca.key
I1025 21:41:44.253303 406952 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17488-401064/.minikube/ca.crt ...
I1025 21:41:44.253333 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/ca.crt: {Name:mk8f363dac33530758269de4a38a502032ba03bf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:44.253558 406952 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17488-401064/.minikube/ca.key ...
I1025 21:41:44.253579 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/ca.key: {Name:mkc20368aeaed272892541df4ed2ceaf85f92e2f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:44.253676 406952 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17488-401064/.minikube/proxy-client-ca.key
I1025 21:41:44.550711 406952 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17488-401064/.minikube/proxy-client-ca.crt ...
I1025 21:41:44.550738 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/proxy-client-ca.crt: {Name:mkb3fc7e2afe4e383ba73c84777f378296ead3ab Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:44.551296 406952 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17488-401064/.minikube/proxy-client-ca.key ...
I1025 21:41:44.551313 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/proxy-client-ca.key: {Name:mkc006b11cbe35a1ad11747281eb68098ddd15f6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:44.551438 406952 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/client.key
I1025 21:41:44.551455 406952 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/client.crt with IP's: []
I1025 21:41:45.313271 406952 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/client.crt ...
I1025 21:41:45.313310 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/client.crt: {Name:mkfd7c7c62615005f7e72a08497bb6d02bcdfd88 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:45.313984 406952 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/client.key ...
I1025 21:41:45.314015 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/client.key: {Name:mk6da2ffa849931c6f30f9ed49b2a03e8ffed916 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:45.314153 406952 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.key.dd3b5fb2
I1025 21:41:45.314177 406952 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I1025 21:41:46.137381 406952 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.crt.dd3b5fb2 ...
I1025 21:41:46.137413 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.crt.dd3b5fb2: {Name:mk2df75f109520dc82ba6dfc0fdd6017c7927fd4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:46.137606 406952 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.key.dd3b5fb2 ...
I1025 21:41:46.137619 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.key.dd3b5fb2: {Name:mk2202d20720cd955f971633abe336a29cd59e10 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:46.137706 406952 certs.go:337] copying /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.crt
I1025 21:41:46.137780 406952 certs.go:341] copying /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.key
I1025 21:41:46.137832 406952 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.key
I1025 21:41:46.137856 406952 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.crt with IP's: []
I1025 21:41:46.287932 406952 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.crt ...
I1025 21:41:46.287961 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.crt: {Name:mk11240f73ea95223ed494cc2485831c6e461c89 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:46.288142 406952 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.key ...
I1025 21:41:46.288156 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.key: {Name:mk9a5b0cae1188c794690e8474bc73b79c6f444c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:41:46.288346 406952 certs.go:437] found cert: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca-key.pem (1679 bytes)
I1025 21:41:46.288389 406952 certs.go:437] found cert: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/home/jenkins/minikube-integration/17488-401064/.minikube/certs/ca.pem (1082 bytes)
I1025 21:41:46.288421 406952 certs.go:437] found cert: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/home/jenkins/minikube-integration/17488-401064/.minikube/certs/cert.pem (1123 bytes)
I1025 21:41:46.288449 406952 certs.go:437] found cert: /home/jenkins/minikube-integration/17488-401064/.minikube/certs/home/jenkins/minikube-integration/17488-401064/.minikube/certs/key.pem (1675 bytes)
I1025 21:41:46.289043 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I1025 21:41:46.317232 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
I1025 21:41:46.346306 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I1025 21:41:46.374906 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/profiles/addons-624750/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
I1025 21:41:46.403794 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I1025 21:41:46.431581 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
I1025 21:41:46.460363 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I1025 21:41:46.487694 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I1025 21:41:46.515194 406952 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17488-401064/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I1025 21:41:46.543884 406952 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I1025 21:41:46.564577 406952 ssh_runner.go:195] Run: openssl version
I1025 21:41:46.571440 406952 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"
I1025 21:41:46.583051 406952 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I1025 21:41:46.587776 406952 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Oct 25 21:41 /usr/share/ca-certificates/minikubeCA.pem
I1025 21:41:46.587852 406952 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I1025 21:41:46.596522 406952 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"
I1025 21:41:46.608247 406952 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I1025 21:41:46.612620 406952 certs.go:353] certs directory doesn't exist, likely first start: ls /var/lib/minikube/certs/etcd: Process exited with status 2
stdout:
stderr:
ls: cannot access '/var/lib/minikube/certs/etcd': No such file or directory
I1025 21:41:46.612688 406952 kubeadm.go:404] StartCluster: {Name:addons-624750 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1698055645-17423@sha256:fb2566ae68d58d9dce5cb4087954a42bedc9f0c47c18aef3d28a238a8beeb883 Memory:4000 CPUs:2 DiskSize:20000 VMDriver: 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:0 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.28.3 ClusterName:addons-624750 Namespace:default APIServerName:minikubeCA APIServerNames:[] APISe
rverIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false Disa
bleMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1025 21:41:46.612776 406952 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I1025 21:41:46.612831 406952 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I1025 21:41:46.654061 406952 cri.go:89] found id: ""
I1025 21:41:46.654174 406952 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I1025 21:41:46.664563 406952 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I1025 21:41:46.675049 406952 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I1025 21:41:46.675133 406952 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
I1025 21:41:46.685606 406952 kubeadm.go:152] 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
I1025 21:41:46.685664 406952 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.3:$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"
I1025 21:41:46.741143 406952 kubeadm.go:322] [init] Using Kubernetes version: v1.28.3
I1025 21:41:46.741405 406952 kubeadm.go:322] [preflight] Running pre-flight checks
I1025 21:41:46.790402 406952 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I1025 21:41:46.790473 406952 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1048-aws[0m
I1025 21:41:46.790509 406952 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I1025 21:41:46.790560 406952 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I1025 21:41:46.790609 406952 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I1025 21:41:46.790657 406952 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I1025 21:41:46.790706 406952 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I1025 21:41:46.790753 406952 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I1025 21:41:46.790803 406952 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I1025 21:41:46.790849 406952 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I1025 21:41:46.790897 406952 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I1025 21:41:46.790943 406952 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I1025 21:41:46.870989 406952 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I1025 21:41:46.871122 406952 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I1025 21:41:46.871289 406952 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I1025 21:41:47.121944 406952 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I1025 21:41:47.123803 406952 out.go:204] - Generating certificates and keys ...
I1025 21:41:47.123916 406952 kubeadm.go:322] [certs] Using existing ca certificate authority
I1025 21:41:47.123985 406952 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I1025 21:41:47.689228 406952 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I1025 21:41:48.279735 406952 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I1025 21:41:48.692832 406952 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I1025 21:41:48.970658 406952 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I1025 21:41:49.405686 406952 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I1025 21:41:49.406043 406952 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-624750 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1025 21:41:49.686467 406952 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I1025 21:41:49.686782 406952 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-624750 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I1025 21:41:50.474506 406952 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I1025 21:41:51.087789 406952 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I1025 21:41:51.298912 406952 kubeadm.go:322] [certs] Generating "sa" key and public key
I1025 21:41:51.299259 406952 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I1025 21:41:51.696751 406952 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I1025 21:41:52.149549 406952 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I1025 21:41:52.295846 406952 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I1025 21:41:53.039122 406952 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I1025 21:41:53.039860 406952 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I1025 21:41:53.042425 406952 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I1025 21:41:53.044395 406952 out.go:204] - Booting up control plane ...
I1025 21:41:53.044527 406952 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I1025 21:41:53.044601 406952 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I1025 21:41:53.045287 406952 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I1025 21:41:53.060551 406952 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I1025 21:41:53.060643 406952 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I1025 21:41:53.060680 406952 kubeadm.go:322] [kubelet-start] Starting the kubelet
I1025 21:41:53.160269 406952 kubeadm.go:322] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I1025 21:41:59.662737 406952 kubeadm.go:322] [apiclient] All control plane components are healthy after 6.502794 seconds
I1025 21:41:59.662855 406952 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I1025 21:41:59.675889 406952 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I1025 21:42:00.227350 406952 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I1025 21:42:00.227802 406952 kubeadm.go:322] [mark-control-plane] Marking the node addons-624750 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I1025 21:42:00.740321 406952 kubeadm.go:322] [bootstrap-token] Using token: r6m72n.hlg4p9e99363tzd2
I1025 21:42:00.742311 406952 out.go:204] - Configuring RBAC rules ...
I1025 21:42:00.742433 406952 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I1025 21:42:00.752003 406952 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I1025 21:42:00.762594 406952 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I1025 21:42:00.766274 406952 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I1025 21:42:00.771864 406952 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I1025 21:42:00.775622 406952 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I1025 21:42:00.789513 406952 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I1025 21:42:01.032945 406952 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I1025 21:42:01.157358 406952 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I1025 21:42:01.158451 406952 kubeadm.go:322]
I1025 21:42:01.158518 406952 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I1025 21:42:01.158525 406952 kubeadm.go:322]
I1025 21:42:01.158596 406952 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I1025 21:42:01.158601 406952 kubeadm.go:322]
I1025 21:42:01.158625 406952 kubeadm.go:322] mkdir -p $HOME/.kube
I1025 21:42:01.158681 406952 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I1025 21:42:01.158729 406952 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I1025 21:42:01.158734 406952 kubeadm.go:322]
I1025 21:42:01.158785 406952 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I1025 21:42:01.158793 406952 kubeadm.go:322]
I1025 21:42:01.158838 406952 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I1025 21:42:01.158843 406952 kubeadm.go:322]
I1025 21:42:01.158901 406952 kubeadm.go:322] You should now deploy a pod network to the cluster.
I1025 21:42:01.158973 406952 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I1025 21:42:01.159037 406952 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I1025 21:42:01.159042 406952 kubeadm.go:322]
I1025 21:42:01.159120 406952 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I1025 21:42:01.159192 406952 kubeadm.go:322] and service account keys on each node and then running the following as root:
I1025 21:42:01.159197 406952 kubeadm.go:322]
I1025 21:42:01.159275 406952 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token r6m72n.hlg4p9e99363tzd2 \
I1025 21:42:01.159372 406952 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:8fc893b1bfb9893856fcf0c2057305a384d09e522e58c2d24ef7688104c1c0c8 \
I1025 21:42:01.159392 406952 kubeadm.go:322] --control-plane
I1025 21:42:01.159397 406952 kubeadm.go:322]
I1025 21:42:01.159476 406952 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I1025 21:42:01.159482 406952 kubeadm.go:322]
I1025 21:42:01.159871 406952 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token r6m72n.hlg4p9e99363tzd2 \
I1025 21:42:01.159975 406952 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:8fc893b1bfb9893856fcf0c2057305a384d09e522e58c2d24ef7688104c1c0c8
I1025 21:42:01.164056 406952 kubeadm.go:322] [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1048-aws\n", err: exit status 1
I1025 21:42:01.164281 406952 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I1025 21:42:01.164325 406952 cni.go:84] Creating CNI manager for ""
I1025 21:42:01.164350 406952 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I1025 21:42:01.167917 406952 out.go:177] * Configuring CNI (Container Networking Interface) ...
I1025 21:42:01.170332 406952 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I1025 21:42:01.175623 406952 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.3/kubectl ...
I1025 21:42:01.175641 406952 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I1025 21:42:01.211209 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I1025 21:42:02.182288 406952 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I1025 21:42:02.182419 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:02.182486 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl label nodes minikube.k8s.io/version=v1.31.2 minikube.k8s.io/commit=260f728c67096e5c74725dd26fc91a3a236708fc minikube.k8s.io/name=addons-624750 minikube.k8s.io/updated_at=2023_10_25T21_42_02_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:02.429980 406952 ops.go:34] apiserver oom_adj: -16
I1025 21:42:02.430075 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:02.537309 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:03.129266 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:03.629649 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:04.129423 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:04.629421 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:05.129213 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:05.629458 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:06.129426 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:06.629425 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:07.129102 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:07.629149 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:08.128839 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:08.628763 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:09.128706 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:09.628898 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:10.129265 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:10.628628 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:11.128685 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:11.628728 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:12.129154 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:12.628805 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:13.128736 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:13.628729 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:14.129403 406952 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I1025 21:42:14.266798 406952 kubeadm.go:1081] duration metric: took 12.084426207s to wait for elevateKubeSystemPrivileges.
I1025 21:42:14.266824 406952 kubeadm.go:406] StartCluster complete in 27.654156699s
I1025 21:42:14.266843 406952 settings.go:142] acquiring lock: {Name:mk9df4aad1a9be3e880e7cbb06d6b12a9835859c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:42:14.266952 406952 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17488-401064/kubeconfig
I1025 21:42:14.267352 406952 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17488-401064/kubeconfig: {Name:mk815098196b1e4c9adc580a5ae817d2d2e4d151 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1025 21:42:14.268070 406952 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I1025 21:42:14.268363 406952 config.go:182] Loaded profile config "addons-624750": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.3
I1025 21:42:14.268460 406952 addons.go:499] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true]
I1025 21:42:14.268553 406952 addons.go:69] Setting volumesnapshots=true in profile "addons-624750"
I1025 21:42:14.268568 406952 addons.go:231] Setting addon volumesnapshots=true in "addons-624750"
I1025 21:42:14.268604 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.269118 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.270760 406952 addons.go:69] Setting ingress-dns=true in profile "addons-624750"
I1025 21:42:14.270788 406952 addons.go:231] Setting addon ingress-dns=true in "addons-624750"
I1025 21:42:14.270846 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.271330 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.271762 406952 addons.go:69] Setting cloud-spanner=true in profile "addons-624750"
I1025 21:42:14.271785 406952 addons.go:231] Setting addon cloud-spanner=true in "addons-624750"
I1025 21:42:14.271833 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.272216 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.272328 406952 addons.go:69] Setting inspektor-gadget=true in profile "addons-624750"
I1025 21:42:14.272344 406952 addons.go:231] Setting addon inspektor-gadget=true in "addons-624750"
I1025 21:42:14.272372 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.272736 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.275092 406952 addons.go:69] Setting metrics-server=true in profile "addons-624750"
I1025 21:42:14.275124 406952 addons.go:231] Setting addon metrics-server=true in "addons-624750"
I1025 21:42:14.275167 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.275605 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.280143 406952 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-624750"
I1025 21:42:14.280171 406952 addons.go:231] Setting addon nvidia-device-plugin=true in "addons-624750"
I1025 21:42:14.280220 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.280628 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.292350 406952 addons.go:69] Setting registry=true in profile "addons-624750"
I1025 21:42:14.292385 406952 addons.go:231] Setting addon registry=true in "addons-624750"
I1025 21:42:14.292434 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.292862 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.303609 406952 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-624750"
I1025 21:42:14.303702 406952 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-624750"
I1025 21:42:14.303757 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.304199 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.310629 406952 addons.go:69] Setting storage-provisioner=true in profile "addons-624750"
I1025 21:42:14.310670 406952 addons.go:231] Setting addon storage-provisioner=true in "addons-624750"
I1025 21:42:14.310720 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.311158 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.320265 406952 addons.go:69] Setting default-storageclass=true in profile "addons-624750"
I1025 21:42:14.320303 406952 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-624750"
I1025 21:42:14.320655 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.333133 406952 addons.go:69] Setting gcp-auth=true in profile "addons-624750"
I1025 21:42:14.333175 406952 mustload.go:65] Loading cluster: addons-624750
I1025 21:42:14.335629 406952 config.go:182] Loaded profile config "addons-624750": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.3
I1025 21:42:14.335943 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.337379 406952 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-624750"
I1025 21:42:14.337417 406952 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-624750"
I1025 21:42:14.337746 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.355530 406952 addons.go:69] Setting ingress=true in profile "addons-624750"
I1025 21:42:14.355563 406952 addons.go:231] Setting addon ingress=true in "addons-624750"
I1025 21:42:14.355618 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.356046 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.529707 406952 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.11
I1025 21:42:14.539897 406952 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I1025 21:42:14.539963 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I1025 21:42:14.540056 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.558579 406952 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I1025 21:42:14.560923 406952 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I1025 21:42:14.560949 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I1025 21:42:14.561031 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.566980 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.567818 406952 addons.go:231] Setting addon storage-provisioner-rancher=true in "addons-624750"
I1025 21:42:14.570423 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.570944 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.588991 406952 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1025 21:42:14.583979 406952 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I1025 21:42:14.583986 406952 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I1025 21:42:14.583991 406952 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I1025 21:42:14.583995 406952 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I1025 21:42:14.584001 406952 out.go:177] - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.1
I1025 21:42:14.584005 406952 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.21.0
I1025 21:42:14.595144 406952 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I1025 21:42:14.597178 406952 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I1025 21:42:14.597198 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I1025 21:42:14.597270 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.597438 406952 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I1025 21:42:14.597445 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I1025 21:42:14.597478 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.608625 406952 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I1025 21:42:14.608729 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I1025 21:42:14.608807 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.614480 406952 out.go:177] - Using image docker.io/registry:2.8.3
I1025 21:42:14.647294 406952 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I1025 21:42:14.647315 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I1025 21:42:14.647380 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.611390 406952 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I1025 21:42:14.651244 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I1025 21:42:14.651348 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.667914 406952 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-624750" context rescaled to 1 replicas
I1025 21:42:14.667951 406952 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:containerd ControlPlane:true Worker:true}
I1025 21:42:14.670544 406952 out.go:177] * Verifying Kubernetes components...
I1025 21:42:14.611402 406952 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1025 21:42:14.612547 406952 addons.go:423] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1025 21:42:14.674106 406952 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I1025 21:42:14.675778 406952 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I1025 21:42:14.679425 406952 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I1025 21:42:14.681216 406952 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I1025 21:42:14.683099 406952 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I1025 21:42:14.695693 406952 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I1025 21:42:14.726245 406952 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I1025 21:42:14.695888 406952 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1025 21:42:14.695925 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
I1025 21:42:14.695610 406952 addons.go:231] Setting addon default-storageclass=true in "addons-624750"
I1025 21:42:14.696168 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:14.701972 406952 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I1025 21:42:14.732662 406952 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I1025 21:42:14.735431 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I1025 21:42:14.735543 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.735758 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:14.736298 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:14.772134 406952 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.9.3
I1025 21:42:14.774343 406952 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I1025 21:42:14.774406 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16103 bytes)
I1025 21:42:14.774503 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.783825 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.793523 406952 out.go:177] - Using image docker.io/rancher/local-path-provisioner:v0.0.22
I1025 21:42:14.785970 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:14.800597 406952 out.go:177] - Using image docker.io/busybox:stable
I1025 21:42:14.802815 406952 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1025 21:42:14.802834 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
I1025 21:42:14.802902 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:14.856333 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:14.857235 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:14.863041 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:14.884819 406952 node_ready.go:35] waiting up to 6m0s for node "addons-624750" to be "Ready" ...
I1025 21:42:14.906606 406952 node_ready.go:49] node "addons-624750" has status "Ready":"True"
I1025 21:42:14.906680 406952 node_ready.go:38] duration metric: took 20.86528ms waiting for node "addons-624750" to be "Ready" ...
I1025 21:42:14.906706 406952 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
I1025 21:42:14.935296 406952 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace to be "Ready" ...
I1025 21:42:14.947399 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:14.956425 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:14.988596 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:15.029045 406952 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I1025 21:42:15.029088 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I1025 21:42:15.029163 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:15.060584 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:15.061810 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:15.066144 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:15.105654 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:15.351335 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I1025 21:42:15.356104 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
I1025 21:42:15.407388 406952 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I1025 21:42:15.407459 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I1025 21:42:15.492882 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I1025 21:42:15.542940 406952 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I1025 21:42:15.543015 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I1025 21:42:15.605516 406952 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I1025 21:42:15.605590 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I1025 21:42:15.664068 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I1025 21:42:15.687742 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
I1025 21:42:15.737394 406952 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I1025 21:42:15.737416 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I1025 21:42:15.823547 406952 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I1025 21:42:15.823609 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I1025 21:42:15.829716 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I1025 21:42:15.841878 406952 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I1025 21:42:15.841945 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I1025 21:42:15.921609 406952 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I1025 21:42:15.921671 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I1025 21:42:15.933625 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I1025 21:42:15.946800 406952 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I1025 21:42:15.946864 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I1025 21:42:16.046094 406952 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I1025 21:42:16.046117 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I1025 21:42:16.060528 406952 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I1025 21:42:16.060550 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I1025 21:42:16.155658 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:16.202362 406952 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I1025 21:42:16.202387 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I1025 21:42:16.205340 406952 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I1025 21:42:16.205405 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I1025 21:42:16.211551 406952 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I1025 21:42:16.211621 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I1025 21:42:16.300699 406952 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I1025 21:42:16.300724 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I1025 21:42:16.404472 406952 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I1025 21:42:16.404494 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I1025 21:42:16.423900 406952 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I1025 21:42:16.423926 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I1025 21:42:16.530485 406952 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I1025 21:42:16.530513 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I1025 21:42:16.536396 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I1025 21:42:16.669423 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:16.682280 406952 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I1025 21:42:16.682307 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I1025 21:42:16.733614 406952 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I1025 21:42:16.733646 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I1025 21:42:16.922790 406952 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I1025 21:42:16.922859 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I1025 21:42:17.010835 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:17.022937 406952 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I1025 21:42:17.023008 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I1025 21:42:17.199361 406952 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I1025 21:42:17.199431 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I1025 21:42:17.247931 406952 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.454512091s)
I1025 21:42:17.248004 406952 start.go:926] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I1025 21:42:17.375672 406952 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I1025 21:42:17.375692 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I1025 21:42:17.539026 406952 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I1025 21:42:17.539097 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I1025 21:42:17.654051 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:17.796465 406952 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I1025 21:42:17.796536 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I1025 21:42:17.912254 406952 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I1025 21:42:17.912326 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I1025 21:42:18.080107 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (2.723915091s)
I1025 21:42:18.080560 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (2.729142838s)
I1025 21:42:18.190454 406952 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I1025 21:42:18.190484 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I1025 21:42:18.507029 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:19.016404 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:19.145630 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.652653273s)
I1025 21:42:19.145705 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.481617013s)
I1025 21:42:20.432791 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.745011703s)
I1025 21:42:21.395426 406952 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I1025 21:42:21.395582 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:21.426684 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:21.502987 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:21.889102 406952 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I1025 21:42:21.994070 406952 addons.go:231] Setting addon gcp-auth=true in "addons-624750"
I1025 21:42:21.994173 406952 host.go:66] Checking if "addons-624750" exists ...
I1025 21:42:21.994705 406952 cli_runner.go:164] Run: docker container inspect addons-624750 --format={{.State.Status}}
I1025 21:42:22.020029 406952 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I1025 21:42:22.020083 406952 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-624750
I1025 21:42:22.053297 406952 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33103 SSHKeyPath:/home/jenkins/minikube-integration/17488-401064/.minikube/machines/addons-624750/id_rsa Username:docker}
I1025 21:42:22.106762 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.276969936s)
I1025 21:42:22.106791 406952 addons.go:467] Verifying addon ingress=true in "addons-624750"
I1025 21:42:22.108866 406952 out.go:177] * Verifying ingress addon...
I1025 21:42:22.106993 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (6.173294318s)
I1025 21:42:22.107088 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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: (5.951399474s)
I1025 21:42:22.107116 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.570695133s)
I1025 21:42:22.107189 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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: (5.437738607s)
I1025 21:42:22.107240 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.453110948s)
I1025 21:42:22.111570 406952 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I1025 21:42:22.111849 406952 addons.go:467] Verifying addon metrics-server=true in "addons-624750"
I1025 21:42:22.111864 406952 addons.go:467] Verifying addon registry=true in "addons-624750"
I1025 21:42:22.113943 406952 out.go:177] * Verifying registry addon...
W1025 21:42:22.112093 406952 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:22.115595 406952 retry.go:31] will retry after 361.303661ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:22.116367 406952 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I1025 21:42:22.117589 406952 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I1025 21:42:22.118071 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:22.127062 406952 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I1025 21:42:22.127133 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:22.130531 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:22.138076 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:22.477828 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:22.635744 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:22.643498 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:23.141502 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:23.146049 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:23.507046 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:23.639978 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:23.654381 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:23.740284 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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: (5.233199231s)
I1025 21:42:23.740315 406952 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-624750"
I1025 21:42:23.742628 406952 out.go:177] * Verifying csi-hostpath-driver addon...
I1025 21:42:23.740549 406952 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.720498637s)
I1025 21:42:23.748730 406952 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I1025 21:42:23.746064 406952 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I1025 21:42:23.752276 406952 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0
I1025 21:42:23.754190 406952 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I1025 21:42:23.754208 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I1025 21:42:23.767405 406952 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I1025 21:42:23.767483 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:23.772952 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:23.849183 406952 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I1025 21:42:23.849253 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I1025 21:42:23.922884 406952 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I1025 21:42:23.922956 406952 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5432 bytes)
I1025 21:42:23.992556 406952 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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
I1025 21:42:24.135238 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:24.145781 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:24.285937 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:24.545889 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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.068002912s)
I1025 21:42:24.635310 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:24.643272 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:24.779668 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:24.992847 406952 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.3/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.000214756s)
I1025 21:42:24.994482 406952 addons.go:467] Verifying addon gcp-auth=true in "addons-624750"
I1025 21:42:24.996480 406952 out.go:177] * Verifying gcp-auth addon...
I1025 21:42:24.999769 406952 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I1025 21:42:25.028921 406952 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I1025 21:42:25.028998 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:25.038408 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:25.137460 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:25.148969 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:25.279235 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:25.546820 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:25.635899 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:25.643671 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:25.780531 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:26.002558 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:26.043159 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:26.135296 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:26.143094 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:26.279156 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:26.542948 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:26.636032 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:26.644030 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:26.779339 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:27.042567 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:27.142471 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:27.146919 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:27.278666 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:27.542858 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:27.636266 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:27.644087 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:27.778958 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:28.024908 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:28.050247 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:28.135941 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:28.143972 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:28.283355 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:28.543353 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:28.636295 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:28.643765 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:28.780089 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:29.042811 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:29.135752 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:29.143670 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:29.279671 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:29.542273 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:29.635889 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:29.643577 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:29.779929 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:30.051900 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:30.136218 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:30.145903 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:30.279259 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:30.503011 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:30.542924 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:30.636153 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:30.643478 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:30.780445 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:31.042413 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:31.141302 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:31.147946 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:31.287416 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:31.542572 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:31.635560 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:31.644567 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:31.779166 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:32.043011 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:32.135262 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:32.147311 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:32.279010 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:32.542286 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:32.635681 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:32.643268 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:32.778717 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:33.002141 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:33.042887 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:33.136577 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:33.144820 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:33.278305 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:33.542396 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:33.635870 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:33.643860 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:33.779259 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:34.042687 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:34.139221 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:34.143974 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:34.278549 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:34.542738 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:34.635298 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:34.642921 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:34.778907 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:35.002255 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:35.042717 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:35.140976 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:35.144727 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:35.279197 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:35.541812 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:35.635171 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:35.642633 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:35.779133 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:36.042498 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:36.135011 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:36.145791 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:36.279669 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:36.542668 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:36.635652 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:36.642966 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:36.778709 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:37.002358 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:37.042233 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:37.141544 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:37.147503 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:37.279078 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:37.542219 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:37.635260 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:37.642709 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:37.778711 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:38.042658 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:38.135858 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:38.144073 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:38.278496 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:38.543197 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:38.635339 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:38.643174 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:38.779112 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:39.042857 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:39.138487 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:39.144534 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:39.278694 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:39.502353 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:39.542987 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:39.635349 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:39.643123 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:39.779009 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:40.043313 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:40.136160 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:40.143117 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:40.278748 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:40.542371 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:40.635443 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:40.643149 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:40.779038 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:41.042923 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:41.137048 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:41.142854 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:41.278963 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:41.502622 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:41.543128 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:41.635335 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:41.642672 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:41.779292 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:42.042684 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:42.139512 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:42.144959 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:42.280247 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:42.541943 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:42.634982 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:42.643585 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:42.778556 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:43.042276 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:43.137213 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:43.142640 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:43.279842 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:43.505345 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:43.542817 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:43.635586 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:43.642907 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:43.778619 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:44.043097 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:44.135301 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:44.143476 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:44.279737 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:44.542466 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:44.635024 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:44.642528 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:44.779285 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:45.059631 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:45.143976 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:45.150909 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:45.282608 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:45.542557 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:45.635769 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:45.643492 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:45.779228 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:46.002508 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:46.043318 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:46.137161 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:46.150476 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:46.279578 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:46.542176 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:46.635229 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:46.642726 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:46.779620 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:47.042117 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:47.136349 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:47.143373 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:47.279705 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:47.542989 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:47.635290 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:47.643412 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:47.780054 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:48.003527 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:48.043711 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:48.136036 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:48.143766 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:48.279558 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:48.542338 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:48.635297 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:48.642930 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:48.778836 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:49.042426 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:49.139722 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:49.143494 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:49.280216 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:49.542677 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:49.636414 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:49.643676 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:49.778893 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:50.042955 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:50.135917 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:50.142887 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:50.279524 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:50.508684 406952 pod_ready.go:102] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"False"
I1025 21:42:50.543508 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:50.638811 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:50.644312 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:50.778959 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:51.045113 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:51.136250 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:51.146604 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:51.282165 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:51.519042 406952 pod_ready.go:92] pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace has status "Ready":"True"
I1025 21:42:51.519115 406952 pod_ready.go:81] duration metric: took 36.554140208s waiting for pod "coredns-5dd5756b68-n7t69" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.519141 406952 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-ng46r" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.530843 406952 pod_ready.go:97] error getting pod "coredns-5dd5756b68-ng46r" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-ng46r" not found
I1025 21:42:51.530917 406952 pod_ready.go:81] duration metric: took 11.755017ms waiting for pod "coredns-5dd5756b68-ng46r" in "kube-system" namespace to be "Ready" ...
E1025 21:42:51.530943 406952 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-5dd5756b68-ng46r" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-ng46r" not found
I1025 21:42:51.530963 406952 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.539339 406952 pod_ready.go:92] pod "etcd-addons-624750" in "kube-system" namespace has status "Ready":"True"
I1025 21:42:51.539405 406952 pod_ready.go:81] duration metric: took 8.40829ms waiting for pod "etcd-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.539433 406952 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.545372 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:51.548295 406952 pod_ready.go:92] pod "kube-apiserver-addons-624750" in "kube-system" namespace has status "Ready":"True"
I1025 21:42:51.548372 406952 pod_ready.go:81] duration metric: took 8.916792ms waiting for pod "kube-apiserver-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.548399 406952 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.558849 406952 pod_ready.go:92] pod "kube-controller-manager-addons-624750" in "kube-system" namespace has status "Ready":"True"
I1025 21:42:51.558908 406952 pod_ready.go:81] duration metric: took 10.48864ms waiting for pod "kube-controller-manager-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.558949 406952 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-wwszj" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.636129 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:51.643528 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:51.700346 406952 pod_ready.go:92] pod "kube-proxy-wwszj" in "kube-system" namespace has status "Ready":"True"
I1025 21:42:51.700370 406952 pod_ready.go:81] duration metric: took 141.398272ms waiting for pod "kube-proxy-wwszj" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.700383 406952 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:51.779610 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:52.042881 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:52.100732 406952 pod_ready.go:92] pod "kube-scheduler-addons-624750" in "kube-system" namespace has status "Ready":"True"
I1025 21:42:52.100756 406952 pod_ready.go:81] duration metric: took 400.365602ms waiting for pod "kube-scheduler-addons-624750" in "kube-system" namespace to be "Ready" ...
I1025 21:42:52.100765 406952 pod_ready.go:38] duration metric: took 37.194036038s 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" ...
I1025 21:42:52.100782 406952 api_server.go:52] waiting for apiserver process to appear ...
I1025 21:42:52.100847 406952 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I1025 21:42:52.116173 406952 api_server.go:72] duration metric: took 37.448194639s to wait for apiserver process to appear ...
I1025 21:42:52.116198 406952 api_server.go:88] waiting for apiserver healthz status ...
I1025 21:42:52.116216 406952 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I1025 21:42:52.125542 406952 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I1025 21:42:52.126901 406952 api_server.go:141] control plane version: v1.28.3
I1025 21:42:52.126929 406952 api_server.go:131] duration metric: took 10.723327ms to wait for apiserver health ...
I1025 21:42:52.126938 406952 system_pods.go:43] waiting for kube-system pods to appear ...
I1025 21:42:52.134970 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:52.143826 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:52.279185 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:52.311340 406952 system_pods.go:59] 18 kube-system pods found
I1025 21:42:52.311377 406952 system_pods.go:61] "coredns-5dd5756b68-n7t69" [4889e9a3-32ae-499d-919a-4396945a528e] Running
I1025 21:42:52.311389 406952 system_pods.go:61] "csi-hostpath-attacher-0" [f55b8c37-b544-475c-a55e-f5d208d3b6cc] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1025 21:42:52.311402 406952 system_pods.go:61] "csi-hostpath-resizer-0" [70936a6f-17c0-4950-9e50-41b9660b4439] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1025 21:42:52.311415 406952 system_pods.go:61] "csi-hostpathplugin-xxns4" [ffca6efb-e351-4852-b58a-4cef293bd8e3] 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])
I1025 21:42:52.311425 406952 system_pods.go:61] "etcd-addons-624750" [73b281c6-3026-43bf-b1a4-fbfe3597876b] Running
I1025 21:42:52.311440 406952 system_pods.go:61] "kindnet-82wq4" [db8ccabd-12d8-4c0d-88db-df7c4ea30a12] Running
I1025 21:42:52.311446 406952 system_pods.go:61] "kube-apiserver-addons-624750" [394c21d4-6d44-4d9c-b570-6d99264f5e70] Running
I1025 21:42:52.311460 406952 system_pods.go:61] "kube-controller-manager-addons-624750" [bfe72ec3-40c8-4ec5-acd6-beec0cf21033] Running
I1025 21:42:52.311478 406952 system_pods.go:61] "kube-ingress-dns-minikube" [0edc7015-fa81-45c8-aa1e-0d098a17dfb0] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1025 21:42:52.311488 406952 system_pods.go:61] "kube-proxy-wwszj" [55afbad3-f7cf-49d7-a812-4f22833a216e] Running
I1025 21:42:52.311493 406952 system_pods.go:61] "kube-scheduler-addons-624750" [57e3a24f-0d03-4b2a-b1e1-57e77f90858a] Running
I1025 21:42:52.311500 406952 system_pods.go:61] "metrics-server-7c66d45ddc-wvkqn" [e2f2b1ac-6a11-4ff9-9bc2-c1a2fb53e0d0] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1025 21:42:52.311516 406952 system_pods.go:61] "nvidia-device-plugin-daemonset-rljkw" [dff4c924-1e4d-4071-b0b1-2306f0328865] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1025 21:42:52.311533 406952 system_pods.go:61] "registry-22k55" [774a42c5-49ca-495e-9cf7-14e3567306e2] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
I1025 21:42:52.311546 406952 system_pods.go:61] "registry-proxy-th8cc" [d49467c4-7722-4c28-8665-5fcdef655317] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1025 21:42:52.311563 406952 system_pods.go:61] "snapshot-controller-58dbcc7b99-mnwlq" [06b4eba1-3994-4998-8654-c263a5f94727] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1025 21:42:52.311577 406952 system_pods.go:61] "snapshot-controller-58dbcc7b99-qczpg" [4dd9aa44-248e-4346-9cf7-53c3b8ceda1f] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1025 21:42:52.311588 406952 system_pods.go:61] "storage-provisioner" [769cafa9-3c8b-42fe-9295-280f7f496cea] Running
I1025 21:42:52.311600 406952 system_pods.go:74] duration metric: took 184.65028ms to wait for pod list to return data ...
I1025 21:42:52.311615 406952 default_sa.go:34] waiting for default service account to be created ...
I1025 21:42:52.499552 406952 default_sa.go:45] found service account: "default"
I1025 21:42:52.499582 406952 default_sa.go:55] duration metric: took 187.959535ms for default service account to be created ...
I1025 21:42:52.499594 406952 system_pods.go:116] waiting for k8s-apps to be running ...
I1025 21:42:52.542009 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:52.636269 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:52.643136 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:52.709154 406952 system_pods.go:86] 18 kube-system pods found
I1025 21:42:52.709187 406952 system_pods.go:89] "coredns-5dd5756b68-n7t69" [4889e9a3-32ae-499d-919a-4396945a528e] Running
I1025 21:42:52.709198 406952 system_pods.go:89] "csi-hostpath-attacher-0" [f55b8c37-b544-475c-a55e-f5d208d3b6cc] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I1025 21:42:52.709207 406952 system_pods.go:89] "csi-hostpath-resizer-0" [70936a6f-17c0-4950-9e50-41b9660b4439] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I1025 21:42:52.709216 406952 system_pods.go:89] "csi-hostpathplugin-xxns4" [ffca6efb-e351-4852-b58a-4cef293bd8e3] 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])
I1025 21:42:52.709224 406952 system_pods.go:89] "etcd-addons-624750" [73b281c6-3026-43bf-b1a4-fbfe3597876b] Running
I1025 21:42:52.709231 406952 system_pods.go:89] "kindnet-82wq4" [db8ccabd-12d8-4c0d-88db-df7c4ea30a12] Running
I1025 21:42:52.709236 406952 system_pods.go:89] "kube-apiserver-addons-624750" [394c21d4-6d44-4d9c-b570-6d99264f5e70] Running
I1025 21:42:52.709246 406952 system_pods.go:89] "kube-controller-manager-addons-624750" [bfe72ec3-40c8-4ec5-acd6-beec0cf21033] Running
I1025 21:42:52.709255 406952 system_pods.go:89] "kube-ingress-dns-minikube" [0edc7015-fa81-45c8-aa1e-0d098a17dfb0] Running / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I1025 21:42:52.709265 406952 system_pods.go:89] "kube-proxy-wwszj" [55afbad3-f7cf-49d7-a812-4f22833a216e] Running
I1025 21:42:52.709271 406952 system_pods.go:89] "kube-scheduler-addons-624750" [57e3a24f-0d03-4b2a-b1e1-57e77f90858a] Running
I1025 21:42:52.709278 406952 system_pods.go:89] "metrics-server-7c66d45ddc-wvkqn" [e2f2b1ac-6a11-4ff9-9bc2-c1a2fb53e0d0] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I1025 21:42:52.709291 406952 system_pods.go:89] "nvidia-device-plugin-daemonset-rljkw" [dff4c924-1e4d-4071-b0b1-2306f0328865] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
I1025 21:42:52.709299 406952 system_pods.go:89] "registry-22k55" [774a42c5-49ca-495e-9cf7-14e3567306e2] Running
I1025 21:42:52.709310 406952 system_pods.go:89] "registry-proxy-th8cc" [d49467c4-7722-4c28-8665-5fcdef655317] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I1025 21:42:52.709318 406952 system_pods.go:89] "snapshot-controller-58dbcc7b99-mnwlq" [06b4eba1-3994-4998-8654-c263a5f94727] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1025 21:42:52.709327 406952 system_pods.go:89] "snapshot-controller-58dbcc7b99-qczpg" [4dd9aa44-248e-4346-9cf7-53c3b8ceda1f] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I1025 21:42:52.709336 406952 system_pods.go:89] "storage-provisioner" [769cafa9-3c8b-42fe-9295-280f7f496cea] Running
I1025 21:42:52.709342 406952 system_pods.go:126] duration metric: took 209.743659ms to wait for k8s-apps to be running ...
I1025 21:42:52.709349 406952 system_svc.go:44] waiting for kubelet service to be running ....
I1025 21:42:52.709412 406952 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I1025 21:42:52.726408 406952 system_svc.go:56] duration metric: took 17.04924ms WaitForService to wait for kubelet.
I1025 21:42:52.726481 406952 kubeadm.go:581] duration metric: took 38.058508657s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I1025 21:42:52.726516 406952 node_conditions.go:102] verifying NodePressure condition ...
I1025 21:42:52.779346 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:52.899827 406952 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I1025 21:42:52.899862 406952 node_conditions.go:123] node cpu capacity is 2
I1025 21:42:52.899877 406952 node_conditions.go:105] duration metric: took 173.341259ms to run NodePressure ...
I1025 21:42:52.899910 406952 start.go:228] waiting for startup goroutines ...
I1025 21:42:53.042245 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:53.135322 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:53.143065 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:53.279151 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:53.542967 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:53.639535 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:53.642446 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:53.778854 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:54.042572 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:54.136852 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:54.144264 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:54.279384 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:54.542067 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:54.635644 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:54.644531 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:54.778929 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:55.044033 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:55.136113 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:55.146713 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:55.280183 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:55.542042 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:55.635515 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:55.643439 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:55.784617 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:56.042723 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:56.137392 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:56.145213 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:56.286992 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:56.544119 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:56.636011 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:56.642973 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:56.778319 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:57.042266 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:57.136102 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:57.147090 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:57.279424 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:57.544194 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:57.636711 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:57.643834 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:57.780154 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:58.043676 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:58.135496 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:58.143405 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:58.279072 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:58.545773 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:58.636199 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:58.643259 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:58.780744 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:59.042504 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:59.135520 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:59.143400 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:59.278758 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:42:59.542758 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:42:59.635711 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:42:59.644334 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:42:59.779535 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:00.088506 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:00.136562 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:00.147997 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:00.280455 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:00.542031 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:00.639233 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:00.650113 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:00.778816 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:01.043504 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:01.136300 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:01.144559 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:01.279512 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:01.543317 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:01.636895 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:01.644438 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:01.779456 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:02.044038 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:02.138532 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:02.143285 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:02.279209 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:02.541869 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:02.635851 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:02.643693 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:02.779240 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:03.042271 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:03.137263 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:03.147600 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:03.279435 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:03.543130 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:03.635928 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:03.644896 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:03.778764 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:04.043023 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:04.135912 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:04.143776 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:04.278830 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:04.542285 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:04.637296 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:04.642887 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:04.778193 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:05.042717 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:05.136080 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:05.143394 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:05.280161 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:05.542875 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:05.637705 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:05.648145 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:05.778882 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:06.043161 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:06.136299 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:06.143842 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:06.278703 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:06.554197 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:06.634941 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:06.643940 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:06.780197 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:07.043153 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:07.141263 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:07.144917 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:07.278427 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:07.542490 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:07.635332 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:07.643338 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:07.779855 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:08.043386 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:08.136194 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:08.143428 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:08.280317 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:08.542293 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:08.635931 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:08.643638 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:08.779870 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:09.046528 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:09.135421 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:09.144855 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:09.280044 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:09.542749 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:09.635320 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:09.643366 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I1025 21:43:09.780183 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:10.044583 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:10.135657 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:10.143732 406952 kapi.go:107] duration metric: took 48.027359996s to wait for kubernetes.io/minikube-addons=registry ...
I1025 21:43:10.279404 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:10.542086 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:10.634784 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:10.778282 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:11.042571 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:11.140839 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:11.279194 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:11.543624 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:11.635917 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:11.781321 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:12.044283 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:12.135957 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:12.280501 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:12.543037 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I1025 21:43:12.636700 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:12.789181 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:13.042829 406952 kapi.go:107] duration metric: took 48.043055695s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I1025 21:43:13.044874 406952 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-624750 cluster.
I1025 21:43:13.046751 406952 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.
I1025 21:43:13.048269 406952 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I1025 21:43:13.136409 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:13.279054 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:13.635717 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:13.779026 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:14.135833 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:14.278529 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:14.635228 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:14.778927 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:15.135508 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:15.279167 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:15.637930 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:15.778178 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:16.135695 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:16.279646 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:16.639391 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:16.779199 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:17.138822 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:17.280737 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:17.636216 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:17.780106 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:18.136728 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:18.279594 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:18.637628 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:18.779189 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:19.139033 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:19.278265 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:19.635353 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:19.778666 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:20.136147 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:20.278534 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:20.636397 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:20.779064 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:21.135752 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:21.279309 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:21.641874 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:21.779121 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:22.135453 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:22.280181 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:22.635550 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:22.778984 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:23.135756 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:23.279270 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:23.634850 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:23.779780 406952 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I1025 21:43:24.135205 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:24.279509 406952 kapi.go:107] duration metric: took 1m0.533442558s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I1025 21:43:24.635780 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:25.138170 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:25.635417 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:26.135236 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:26.635247 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:27.135987 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:27.635984 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:28.135722 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:28.636076 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:29.138685 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:29.635825 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:30.137703 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:30.635899 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:31.138227 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:31.635012 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:32.135514 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:32.635407 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:33.137237 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:33.636264 406952 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I1025 21:43:34.136141 406952 kapi.go:107] duration metric: took 1m12.024568005s to wait for app.kubernetes.io/name=ingress-nginx ...
I1025 21:43:34.138200 406952 out.go:177] * Enabled addons: nvidia-device-plugin, cloud-spanner, storage-provisioner, ingress-dns, storage-provisioner-rancher, inspektor-gadget, metrics-server, default-storageclass, volumesnapshots, registry, gcp-auth, csi-hostpath-driver, ingress
I1025 21:43:34.139970 406952 addons.go:502] enable addons completed in 1m19.871504537s: enabled=[nvidia-device-plugin cloud-spanner storage-provisioner ingress-dns storage-provisioner-rancher inspektor-gadget metrics-server default-storageclass volumesnapshots registry gcp-auth csi-hostpath-driver ingress]
I1025 21:43:34.140012 406952 start.go:233] waiting for cluster config update ...
I1025 21:43:34.140041 406952 start.go:242] writing updated cluster config ...
I1025 21:43:34.140331 406952 ssh_runner.go:195] Run: rm -f paused
I1025 21:43:34.237997 406952 start.go:600] kubectl: 1.28.3, cluster: 1.28.3 (minor skew: 0)
I1025 21:43:34.240810 406952 out.go:177] * Done! kubectl is now configured to use "addons-624750" cluster and "default" namespace by default
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
4903687aa5731 97e050c3e21e9 8 seconds ago Exited hello-world-app 2 0c6fe96bc7b94 hello-world-app-5d77478584-t4wl4
91fc52523e36a aae348c9fbd40 33 seconds ago Running nginx 0 ccd4579322d0b nginx
428f71e4a00a0 1e8576358b7fb About a minute ago Running headlamp 0 1f0d25690e7a6 headlamp-94b766c-gf5sk
d6c9dfa9a54cb 2a5f29343eb03 2 minutes ago Running gcp-auth 0 dd6f1e59abbd4 gcp-auth-d4c87556c-t5848
9e0de884f82a7 af594c6a879f2 2 minutes ago Exited patch 0 0acb0fc231fd4 ingress-nginx-admission-patch-rw6v2
a0af08b8142e8 af594c6a879f2 2 minutes ago Exited create 0 61bfc4affe761 ingress-nginx-admission-create-c68zt
b2f7cec366ba7 97e04611ad434 2 minutes ago Running coredns 0 b04bc614e3ff9 coredns-5dd5756b68-n7t69
636716017ad1e ba04bb24b9575 3 minutes ago Running storage-provisioner 0 6199d5c948548 storage-provisioner
9ba7c92d752cb a5dd5cdd6d3ef 3 minutes ago Running kube-proxy 0 28ad53c4bd9dc kube-proxy-wwszj
07fed9e92b32e 04b4eaa3d3db8 3 minutes ago Running kindnet-cni 0 051ca06e1a35a kindnet-82wq4
c0d6784572c9a 42a4e73724daa 3 minutes ago Running kube-scheduler 0 dc0f5b1e92a6a kube-scheduler-addons-624750
f8224d38a2480 8276439b4f237 3 minutes ago Running kube-controller-manager 0 351222c6559be kube-controller-manager-addons-624750
8373e4b39e248 9cdd6470f48c8 3 minutes ago Running etcd 0 5792b68b45cfd etcd-addons-624750
d325c49a59ba5 537e9a59ee2fd 3 minutes ago Running kube-apiserver 0 c5503b602b7bb kube-apiserver-addons-624750
*
* ==> containerd <==
* Oct 25 21:45:18 addons-624750 containerd[745]: time="2023-10-25T21:45:18.283358942Z" level=info msg="shim disconnected" id=4903687aa573154d69200f24ebfc27df46bccf445fd62ae8239d3f5f9c156532
Oct 25 21:45:18 addons-624750 containerd[745]: time="2023-10-25T21:45:18.283418461Z" level=warning msg="cleaning up after shim disconnected" id=4903687aa573154d69200f24ebfc27df46bccf445fd62ae8239d3f5f9c156532 namespace=k8s.io
Oct 25 21:45:18 addons-624750 containerd[745]: time="2023-10-25T21:45:18.283430407Z" level=info msg="cleaning up dead shim"
Oct 25 21:45:18 addons-624750 containerd[745]: time="2023-10-25T21:45:18.294508852Z" level=warning msg="cleanup warnings time=\"2023-10-25T21:45:18Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11883 runtime=io.containerd.runc.v2\n"
Oct 25 21:45:18 addons-624750 containerd[745]: time="2023-10-25T21:45:18.358880005Z" level=info msg="RemoveContainer for \"6c021779740c7b099edaea14e94213ed92fa923b6f73f8905808cc621aeba507\""
Oct 25 21:45:18 addons-624750 containerd[745]: time="2023-10-25T21:45:18.365657533Z" level=info msg="RemoveContainer for \"6c021779740c7b099edaea14e94213ed92fa923b6f73f8905808cc621aeba507\" returns successfully"
Oct 25 21:45:19 addons-624750 containerd[745]: time="2023-10-25T21:45:19.099918197Z" level=info msg="StopContainer for \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\" with timeout 2 (s)"
Oct 25 21:45:19 addons-624750 containerd[745]: time="2023-10-25T21:45:19.100418365Z" level=info msg="Stop container \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\" with signal terminated"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.108790892Z" level=info msg="Kill container \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\""
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.194309547Z" level=info msg="shim disconnected" id=19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.194371544Z" level=warning msg="cleaning up after shim disconnected" id=19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f namespace=k8s.io
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.194383351Z" level=info msg="cleaning up dead shim"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.204534420Z" level=warning msg="cleanup warnings time=\"2023-10-25T21:45:21Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11923 runtime=io.containerd.runc.v2\n"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.207411500Z" level=info msg="StopContainer for \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\" returns successfully"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.208060072Z" level=info msg="StopPodSandbox for \"e9301c13865b8578c366edcb6a3f50f62c452ed7eae21101e701c726abf1978b\""
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.208136813Z" level=info msg="Container to stop \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.243652794Z" level=info msg="shim disconnected" id=e9301c13865b8578c366edcb6a3f50f62c452ed7eae21101e701c726abf1978b
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.243716990Z" level=warning msg="cleaning up after shim disconnected" id=e9301c13865b8578c366edcb6a3f50f62c452ed7eae21101e701c726abf1978b namespace=k8s.io
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.243730979Z" level=info msg="cleaning up dead shim"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.254171315Z" level=warning msg="cleanup warnings time=\"2023-10-25T21:45:21Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=11957 runtime=io.containerd.runc.v2\n"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.304265827Z" level=info msg="TearDown network for sandbox \"e9301c13865b8578c366edcb6a3f50f62c452ed7eae21101e701c726abf1978b\" successfully"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.304322836Z" level=info msg="StopPodSandbox for \"e9301c13865b8578c366edcb6a3f50f62c452ed7eae21101e701c726abf1978b\" returns successfully"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.381802838Z" level=info msg="RemoveContainer for \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\""
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.387192640Z" level=info msg="RemoveContainer for \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\" returns successfully"
Oct 25 21:45:21 addons-624750 containerd[745]: time="2023-10-25T21:45:21.387813914Z" level=error msg="ContainerStatus for \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\": not found"
*
* ==> coredns [b2f7cec366ba77b6d1eb31855b498caf129da9b6188b760a18cd88beafb340ff] <==
* [INFO] 10.244.0.19:38591 - 38823 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000183742s
[INFO] 10.244.0.19:40941 - 57377 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000056951s
[INFO] 10.244.0.19:40941 - 24580 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000058879s
[INFO] 10.244.0.19:40941 - 9200 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000059904s
[INFO] 10.244.0.19:40941 - 58344 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001317131s
[INFO] 10.244.0.19:40941 - 62029 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001219236s
[INFO] 10.244.0.19:40941 - 28089 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000074485s
[INFO] 10.244.0.19:59445 - 15722 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000127448s
[INFO] 10.244.0.19:33359 - 23752 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000060905s
[INFO] 10.244.0.19:59445 - 58739 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000125109s
[INFO] 10.244.0.19:33359 - 35555 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000249342s
[INFO] 10.244.0.19:59445 - 43206 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000091567s
[INFO] 10.244.0.19:33359 - 21164 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000056426s
[INFO] 10.244.0.19:59445 - 39206 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000068183s
[INFO] 10.244.0.19:33359 - 56248 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000040951s
[INFO] 10.244.0.19:59445 - 24178 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000098961s
[INFO] 10.244.0.19:33359 - 23263 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000039334s
[INFO] 10.244.0.19:33359 - 54712 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000102571s
[INFO] 10.244.0.19:59445 - 5397 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000207808s
[INFO] 10.244.0.19:59445 - 27925 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001705415s
[INFO] 10.244.0.19:33359 - 48884 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001856157s
[INFO] 10.244.0.19:33359 - 61603 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001554148s
[INFO] 10.244.0.19:59445 - 41255 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001769455s
[INFO] 10.244.0.19:33359 - 42832 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000397236s
[INFO] 10.244.0.19:59445 - 51786 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000119989s
*
* ==> describe nodes <==
* Name: addons-624750
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-624750
kubernetes.io/os=linux
minikube.k8s.io/commit=260f728c67096e5c74725dd26fc91a3a236708fc
minikube.k8s.io/name=addons-624750
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_10_25T21_42_02_0700
minikube.k8s.io/version=v1.31.2
node-role.kubernetes.io/control-plane=
node.kubernetes.io/exclude-from-external-load-balancers=
topology.hostpath.csi/node=addons-624750
Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
node.alpha.kubernetes.io/ttl: 0
volumes.kubernetes.io/controller-managed-attach-detach: true
CreationTimestamp: Wed, 25 Oct 2023 21:41:57 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-624750
AcquireTime: <unset>
RenewTime: Wed, 25 Oct 2023 21:45:24 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Wed, 25 Oct 2023 21:45:05 +0000 Wed, 25 Oct 2023 21:41:55 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Wed, 25 Oct 2023 21:45:05 +0000 Wed, 25 Oct 2023 21:41:55 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Wed, 25 Oct 2023 21:45:05 +0000 Wed, 25 Oct 2023 21:41:55 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Wed, 25 Oct 2023 21:45:05 +0000 Wed, 25 Oct 2023 21:42:01 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-624750
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022496Ki
pods: 110
System Info:
Machine ID: bdddd8e350194a888afea81673aa4f60
System UUID: b32a84d0-ca86-41bf-a526-ba1e9057853c
Boot ID: dc9d99ba-cdb2-4b53-84d7-7ab685ba34f1
Kernel Version: 5.15.0-1048-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.24
Kubelet Version: v1.28.3
Kube-Proxy Version: v1.28.3
PodCIDR: 10.244.0.0/24
PodCIDRs: 10.244.0.0/24
Non-terminated Pods: (12 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits Age
--------- ---- ------------ ---------- --------------- ------------- ---
default hello-world-app-5d77478584-t4wl4 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 26s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 35s
gcp-auth gcp-auth-d4c87556c-t5848 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m2s
headlamp headlamp-94b766c-gf5sk 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 90s
kube-system coredns-5dd5756b68-n7t69 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 3m13s
kube-system etcd-addons-624750 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 3m25s
kube-system kindnet-82wq4 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 3m13s
kube-system kube-apiserver-addons-624750 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m27s
kube-system kube-controller-manager-addons-624750 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m25s
kube-system kube-proxy-wwszj 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m13s
kube-system kube-scheduler-addons-624750 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m27s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 3m8s
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 850m (42%!)(MISSING) 100m (5%!)(MISSING)
memory 220Mi (2%!)(MISSING) 220Mi (2%!)(MISSING)
ephemeral-storage 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-1Gi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-2Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-32Mi 0 (0%!)(MISSING) 0 (0%!)(MISSING)
hugepages-64Ki 0 (0%!)(MISSING) 0 (0%!)(MISSING)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Starting 3m11s kube-proxy
Normal Starting 3m32s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m32s (x8 over 3m32s) kubelet Node addons-624750 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m32s (x8 over 3m32s) kubelet Node addons-624750 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m32s (x7 over 3m32s) kubelet Node addons-624750 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 3m32s kubelet Updated Node Allocatable limit across pods
Normal Starting 3m25s kubelet Starting kubelet.
Normal NodeHasSufficientMemory 3m25s kubelet Node addons-624750 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 3m25s kubelet Node addons-624750 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 3m25s kubelet Node addons-624750 status is now: NodeHasSufficientPID
Normal NodeNotReady 3m25s kubelet Node addons-624750 status is now: NodeNotReady
Normal NodeAllocatableEnforced 3m25s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 3m25s kubelet Node addons-624750 status is now: NodeReady
Normal RegisteredNode 3m13s node-controller Node addons-624750 event: Registered Node addons-624750 in Controller
*
* ==> dmesg <==
* [ +0.000967] FS-Cache: N-cookie d=00000000660f3c89{9p.inode} n=0000000055143906
[ +0.001070] FS-Cache: N-key=[8] '7f385c0100000000'
[ +0.002479] FS-Cache: Duplicate cookie detected
[ +0.000757] FS-Cache: O-cookie c=00000006 [p=00000003 fl=226 nc=0 na=1]
[ +0.000970] FS-Cache: O-cookie d=00000000660f3c89{9p.inode} n=000000003d2d56a7
[ +0.001062] FS-Cache: O-key=[8] '7f385c0100000000'
[ +0.000718] FS-Cache: N-cookie c=0000000d [p=00000003 fl=2 nc=0 na=1]
[ +0.000953] FS-Cache: N-cookie d=00000000660f3c89{9p.inode} n=0000000095370f1c
[ +0.001050] FS-Cache: N-key=[8] '7f385c0100000000'
[ +2.498939] FS-Cache: Duplicate cookie detected
[ +0.000876] FS-Cache: O-cookie c=00000004 [p=00000003 fl=226 nc=0 na=1]
[ +0.001020] FS-Cache: O-cookie d=00000000660f3c89{9p.inode} n=00000000e7851712
[ +0.001091] FS-Cache: O-key=[8] '7e385c0100000000'
[ +0.000722] FS-Cache: N-cookie c=0000000f [p=00000003 fl=2 nc=0 na=1]
[ +0.000971] FS-Cache: N-cookie d=00000000660f3c89{9p.inode} n=0000000055143906
[ +0.001062] FS-Cache: N-key=[8] '7e385c0100000000'
[ +0.474029] FS-Cache: Duplicate cookie detected
[ +0.000905] FS-Cache: O-cookie c=00000009 [p=00000003 fl=226 nc=0 na=1]
[ +0.000986] FS-Cache: O-cookie d=00000000660f3c89{9p.inode} n=00000000dd16fe58
[ +0.001079] FS-Cache: O-key=[8] '89385c0100000000'
[ +0.000707] FS-Cache: N-cookie c=00000010 [p=00000003 fl=2 nc=0 na=1]
[ +0.001009] FS-Cache: N-cookie d=00000000660f3c89{9p.inode} n=000000000ab10f82
[ +0.001047] FS-Cache: N-key=[8] '89385c0100000000'
[Oct25 20:38] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
[Oct25 21:18] hrtimer: interrupt took 74755382 ns
*
* ==> etcd [8373e4b39e248d548d9dfcee07c9f398b8456f941af57dab96b66cbf12e2e618] <==
* {"level":"info","ts":"2023-10-25T21:41:54.998138Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2023-10-25T21:41:54.998333Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
{"level":"info","ts":"2023-10-25T21:41:55.000834Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-10-25T21:41:55.002483Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-10-25T21:41:55.000738Z","caller":"embed/etcd.go:726","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
{"level":"info","ts":"2023-10-25T21:41:55.00382Z","caller":"embed/etcd.go:278","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
{"level":"info","ts":"2023-10-25T21:41:55.00394Z","caller":"embed/etcd.go:855","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2023-10-25T21:41:55.036101Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2023-10-25T21:41:55.036348Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2023-10-25T21:41:55.036438Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2023-10-25T21:41:55.03658Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2023-10-25T21:41:55.036668Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-10-25T21:41:55.036759Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2023-10-25T21:41:55.036835Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-10-25T21:41:55.037615Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-25T21:41:55.038124Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-624750 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-10-25T21:41:55.038306Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-10-25T21:41:55.039139Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-25T21:41:55.039519Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-25T21:41:55.040254Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
{"level":"info","ts":"2023-10-25T21:41:55.039625Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-10-25T21:41:55.050892Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-10-25T21:41:55.054329Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-10-25T21:41:55.058038Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-10-25T21:41:55.058272Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
*
* ==> gcp-auth [d6c9dfa9a54cb5e38cd5aa1571cd103a8b2b6a0e63f19f20eb336e4716a1ad67] <==
* 2023/10/25 21:43:12 GCP Auth Webhook started!
2023/10/25 21:43:40 Ready to marshal response ...
2023/10/25 21:43:40 Ready to write response ...
2023/10/25 21:43:41 Ready to marshal response ...
2023/10/25 21:43:41 Ready to write response ...
2023/10/25 21:43:44 Ready to marshal response ...
2023/10/25 21:43:44 Ready to write response ...
2023/10/25 21:43:49 Ready to marshal response ...
2023/10/25 21:43:49 Ready to write response ...
2023/10/25 21:43:56 Ready to marshal response ...
2023/10/25 21:43:56 Ready to write response ...
2023/10/25 21:43:56 Ready to marshal response ...
2023/10/25 21:43:56 Ready to write response ...
2023/10/25 21:43:56 Ready to marshal response ...
2023/10/25 21:43:56 Ready to write response ...
2023/10/25 21:44:21 Ready to marshal response ...
2023/10/25 21:44:21 Ready to write response ...
2023/10/25 21:44:35 Ready to marshal response ...
2023/10/25 21:44:35 Ready to write response ...
2023/10/25 21:44:51 Ready to marshal response ...
2023/10/25 21:44:51 Ready to write response ...
2023/10/25 21:45:00 Ready to marshal response ...
2023/10/25 21:45:00 Ready to write response ...
*
* ==> kernel <==
* 21:45:26 up 1:27, 0 users, load average: 1.81, 2.32, 2.89
Linux addons-624750 5.15.0-1048-aws #53~20.04.1-Ubuntu SMP Wed Oct 4 16:51:38 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
*
* ==> kindnet [07fed9e92b32ef71a545f24150b1e08da8fd6d891e7686ad008c37390db93810] <==
* I1025 21:43:25.697940 1 main.go:227] handling current node
I1025 21:43:35.701862 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:43:35.701893 1 main.go:227] handling current node
I1025 21:43:45.706103 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:43:45.706132 1 main.go:227] handling current node
I1025 21:43:55.717959 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:43:55.718656 1 main.go:227] handling current node
I1025 21:44:05.724851 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:44:05.724880 1 main.go:227] handling current node
I1025 21:44:15.737347 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:44:15.737377 1 main.go:227] handling current node
I1025 21:44:25.750566 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:44:25.750593 1 main.go:227] handling current node
I1025 21:44:35.763076 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:44:35.763105 1 main.go:227] handling current node
I1025 21:44:45.768309 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:44:45.768337 1 main.go:227] handling current node
I1025 21:44:55.780801 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:44:55.780826 1 main.go:227] handling current node
I1025 21:45:05.792722 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:45:05.792750 1 main.go:227] handling current node
I1025 21:45:15.796577 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:45:15.796607 1 main.go:227] handling current node
I1025 21:45:25.808877 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I1025 21:45:25.808920 1 main.go:227] handling current node
*
* ==> kube-apiserver [d325c49a59ba5e0601d8caf36a022b6408747f51055d606d09873edba1042d97] <==
* I1025 21:44:44.709278 1 handler.go:232] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
W1025 21:44:45.722360 1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
I1025 21:44:50.868204 1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
I1025 21:44:51.135441 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.135487 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 21:44:51.152580 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.152655 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 21:44:51.230636 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.230953 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 21:44:51.255905 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.255959 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 21:44:51.297393 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.297446 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 21:44:51.319062 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.319115 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 21:44:51.341379 1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.96.240.162"}
I1025 21:44:51.357846 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.357911 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I1025 21:44:51.364641 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I1025 21:44:51.364690 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
W1025 21:44:52.256000 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W1025 21:44:52.365832 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W1025 21:44:52.385865 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
I1025 21:45:00.728284 1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.104.137.47"}
I1025 21:45:21.650652 1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
*
* ==> kube-controller-manager [f8224d38a2480ac54fcf69c845beb66af9126a0914a52c6c988d5a57e81f4215] <==
* W1025 21:45:01.272864 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1025 21:45:01.272899 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1025 21:45:01.629863 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1025 21:45:01.629909 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I1025 21:45:03.323947 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.462µs"
I1025 21:45:04.330941 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="42.658µs"
I1025 21:45:05.331539 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="44.873µs"
W1025 21:45:09.278031 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1025 21:45:09.278068 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1025 21:45:09.538495 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1025 21:45:09.538530 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1025 21:45:12.942990 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1025 21:45:12.943025 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
I1025 21:45:14.009862 1 shared_informer.go:311] Waiting for caches to sync for resource quota
I1025 21:45:14.010376 1 shared_informer.go:318] Caches are synced for resource quota
I1025 21:45:14.488671 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I1025 21:45:14.488721 1 shared_informer.go:318] Caches are synced for garbage collector
I1025 21:45:18.062512 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I1025 21:45:18.070222 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I1025 21:45:18.070693 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-6f48fc54bd" duration="4.767µs"
I1025 21:45:18.366968 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="102.603µs"
W1025 21:45:25.377574 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1025 21:45:25.377611 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
W1025 21:45:25.854579 1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
E1025 21:45:25.854622 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
*
* ==> kube-proxy [9ba7c92d752cb9cc69a06aaf9a11d77426d83632753582a2eba660f1fe923351] <==
* I1025 21:42:15.323883 1 server_others.go:69] "Using iptables proxy"
I1025 21:42:15.348238 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I1025 21:42:15.518667 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I1025 21:42:15.525981 1 server_others.go:152] "Using iptables Proxier"
I1025 21:42:15.526026 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I1025 21:42:15.526035 1 server_others.go:438] "Defaulting to no-op detect-local"
I1025 21:42:15.526084 1 proxier.go:251] "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"
I1025 21:42:15.526302 1 server.go:846] "Version info" version="v1.28.3"
I1025 21:42:15.526312 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I1025 21:42:15.527714 1 config.go:188] "Starting service config controller"
I1025 21:42:15.527727 1 shared_informer.go:311] Waiting for caches to sync for service config
I1025 21:42:15.527758 1 config.go:97] "Starting endpoint slice config controller"
I1025 21:42:15.527761 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I1025 21:42:15.528100 1 config.go:315] "Starting node config controller"
I1025 21:42:15.528107 1 shared_informer.go:311] Waiting for caches to sync for node config
I1025 21:42:15.629252 1 shared_informer.go:318] Caches are synced for node config
I1025 21:42:15.629281 1 shared_informer.go:318] Caches are synced for service config
I1025 21:42:15.629307 1 shared_informer.go:318] Caches are synced for endpoint slice config
*
* ==> kube-scheduler [c0d6784572c9af95cac67d6de7b0fa1b47df6fbc231256785c06672335f01752] <==
* W1025 21:41:58.881951 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
E1025 21:41:58.882718 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W1025 21:41:58.881997 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
E1025 21:41:58.882891 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W1025 21:41:58.882032 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
E1025 21:41:58.883050 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W1025 21:41:58.882068 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
E1025 21:41:58.883194 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
W1025 21:41:58.882162 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E1025 21:41:58.883348 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W1025 21:41:58.882214 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
W1025 21:41:58.882251 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
W1025 21:41:58.882283 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
W1025 21:41:58.882313 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
W1025 21:41:58.882451 1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
E1025 21:41:58.883619 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
E1025 21:41:58.883668 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
E1025 21:41:58.883862 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
E1025 21:41:58.883872 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
E1025 21:41:58.884065 1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
W1025 21:41:58.885422 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
E1025 21:41:58.885613 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
W1025 21:41:58.885587 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
E1025 21:41:58.885842 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
I1025 21:42:00.172733 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Oct 25 21:45:05 addons-624750 kubelet[1349]: E1025 21:45:05.319370 1349 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 10s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-t4wl4_default(6aa8730e-95f9-4a4d-a874-09ed56310ee4)\"" pod="default/hello-world-app-5d77478584-t4wl4" podUID="6aa8730e-95f9-4a4d-a874-09ed56310ee4"
Oct 25 21:45:06 addons-624750 kubelet[1349]: I1025 21:45:06.133637 1349 scope.go:117] "RemoveContainer" containerID="d5f9636e61ca019a65d141de8e0ffaf49c6f91f70366c49f81f6c9e8b1e4f197"
Oct 25 21:45:06 addons-624750 kubelet[1349]: E1025 21:45:06.134091 1349 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"minikube-ingress-dns\" with CrashLoopBackOff: \"back-off 1m20s restarting failed container=minikube-ingress-dns pod=kube-ingress-dns-minikube_kube-system(0edc7015-fa81-45c8-aa1e-0d098a17dfb0)\"" pod="kube-system/kube-ingress-dns-minikube" podUID="0edc7015-fa81-45c8-aa1e-0d098a17dfb0"
Oct 25 21:45:16 addons-624750 kubelet[1349]: I1025 21:45:16.765797 1349 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-z644n\" (UniqueName: \"kubernetes.io/projected/0edc7015-fa81-45c8-aa1e-0d098a17dfb0-kube-api-access-z644n\") pod \"0edc7015-fa81-45c8-aa1e-0d098a17dfb0\" (UID: \"0edc7015-fa81-45c8-aa1e-0d098a17dfb0\") "
Oct 25 21:45:16 addons-624750 kubelet[1349]: I1025 21:45:16.771638 1349 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/0edc7015-fa81-45c8-aa1e-0d098a17dfb0-kube-api-access-z644n" (OuterVolumeSpecName: "kube-api-access-z644n") pod "0edc7015-fa81-45c8-aa1e-0d098a17dfb0" (UID: "0edc7015-fa81-45c8-aa1e-0d098a17dfb0"). InnerVolumeSpecName "kube-api-access-z644n". PluginName "kubernetes.io/projected", VolumeGidValue ""
Oct 25 21:45:16 addons-624750 kubelet[1349]: I1025 21:45:16.867133 1349 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-z644n\" (UniqueName: \"kubernetes.io/projected/0edc7015-fa81-45c8-aa1e-0d098a17dfb0-kube-api-access-z644n\") on node \"addons-624750\" DevicePath \"\""
Oct 25 21:45:17 addons-624750 kubelet[1349]: I1025 21:45:17.348815 1349 scope.go:117] "RemoveContainer" containerID="d5f9636e61ca019a65d141de8e0ffaf49c6f91f70366c49f81f6c9e8b1e4f197"
Oct 25 21:45:18 addons-624750 kubelet[1349]: I1025 21:45:18.133494 1349 scope.go:117] "RemoveContainer" containerID="6c021779740c7b099edaea14e94213ed92fa923b6f73f8905808cc621aeba507"
Oct 25 21:45:18 addons-624750 kubelet[1349]: I1025 21:45:18.353719 1349 scope.go:117] "RemoveContainer" containerID="6c021779740c7b099edaea14e94213ed92fa923b6f73f8905808cc621aeba507"
Oct 25 21:45:18 addons-624750 kubelet[1349]: I1025 21:45:18.354080 1349 scope.go:117] "RemoveContainer" containerID="4903687aa573154d69200f24ebfc27df46bccf445fd62ae8239d3f5f9c156532"
Oct 25 21:45:18 addons-624750 kubelet[1349]: E1025 21:45:18.354352 1349 pod_workers.go:1300] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"hello-world-app\" with CrashLoopBackOff: \"back-off 20s restarting failed container=hello-world-app pod=hello-world-app-5d77478584-t4wl4_default(6aa8730e-95f9-4a4d-a874-09ed56310ee4)\"" pod="default/hello-world-app-5d77478584-t4wl4" podUID="6aa8730e-95f9-4a4d-a874-09ed56310ee4"
Oct 25 21:45:19 addons-624750 kubelet[1349]: I1025 21:45:19.136338 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="0edc7015-fa81-45c8-aa1e-0d098a17dfb0" path="/var/lib/kubelet/pods/0edc7015-fa81-45c8-aa1e-0d098a17dfb0/volumes"
Oct 25 21:45:19 addons-624750 kubelet[1349]: I1025 21:45:19.137841 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="c480b7f7-4fce-4c75-8062-2f18ec96d035" path="/var/lib/kubelet/pods/c480b7f7-4fce-4c75-8062-2f18ec96d035/volumes"
Oct 25 21:45:19 addons-624750 kubelet[1349]: I1025 21:45:19.139574 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="ce7606ed-48cc-403c-a6f5-65eba7266794" path="/var/lib/kubelet/pods/ce7606ed-48cc-403c-a6f5-65eba7266794/volumes"
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.380128 1349 scope.go:117] "RemoveContainer" containerID="19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f"
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.387489 1349 scope.go:117] "RemoveContainer" containerID="19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f"
Oct 25 21:45:21 addons-624750 kubelet[1349]: E1025 21:45:21.388037 1349 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\": not found" containerID="19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f"
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.388089 1349 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f"} err="failed to get container status \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\": rpc error: code = NotFound desc = an error occurred when try to find container \"19ddde21e3e5e5000992e3192393c82385779b0fd559b348fea4166085b5187f\": not found"
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.498044 1349 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/05daa84f-b342-4b02-98e1-f1212cee0926-webhook-cert\") pod \"05daa84f-b342-4b02-98e1-f1212cee0926\" (UID: \"05daa84f-b342-4b02-98e1-f1212cee0926\") "
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.498107 1349 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-ntgpg\" (UniqueName: \"kubernetes.io/projected/05daa84f-b342-4b02-98e1-f1212cee0926-kube-api-access-ntgpg\") pod \"05daa84f-b342-4b02-98e1-f1212cee0926\" (UID: \"05daa84f-b342-4b02-98e1-f1212cee0926\") "
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.500798 1349 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/05daa84f-b342-4b02-98e1-f1212cee0926-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "05daa84f-b342-4b02-98e1-f1212cee0926" (UID: "05daa84f-b342-4b02-98e1-f1212cee0926"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.505226 1349 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/05daa84f-b342-4b02-98e1-f1212cee0926-kube-api-access-ntgpg" (OuterVolumeSpecName: "kube-api-access-ntgpg") pod "05daa84f-b342-4b02-98e1-f1212cee0926" (UID: "05daa84f-b342-4b02-98e1-f1212cee0926"). InnerVolumeSpecName "kube-api-access-ntgpg". PluginName "kubernetes.io/projected", VolumeGidValue ""
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.598978 1349 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/05daa84f-b342-4b02-98e1-f1212cee0926-webhook-cert\") on node \"addons-624750\" DevicePath \"\""
Oct 25 21:45:21 addons-624750 kubelet[1349]: I1025 21:45:21.599032 1349 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-ntgpg\" (UniqueName: \"kubernetes.io/projected/05daa84f-b342-4b02-98e1-f1212cee0926-kube-api-access-ntgpg\") on node \"addons-624750\" DevicePath \"\""
Oct 25 21:45:23 addons-624750 kubelet[1349]: I1025 21:45:23.135755 1349 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="05daa84f-b342-4b02-98e1-f1212cee0926" path="/var/lib/kubelet/pods/05daa84f-b342-4b02-98e1-f1212cee0926/volumes"
*
* ==> storage-provisioner [636716017ad1efe37aae86cd9468f64fb14b5f67fe051a0914c5819da1100b92] <==
* I1025 21:42:20.706475 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I1025 21:42:20.747991 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I1025 21:42:20.748178 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I1025 21:42:20.774986 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I1025 21:42:20.777308 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-624750_792f7db3-fc81-4854-9e1d-d7559afa4a0f!
I1025 21:42:20.778371 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"2274de4c-b305-4721-a237-bf8bcc3eb166", APIVersion:"v1", ResourceVersion:"642", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-624750_792f7db3-fc81-4854-9e1d-d7559afa4a0f became leader
I1025 21:42:20.878593 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-624750_792f7db3-fc81-4854-9e1d-d7559afa4a0f!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-624750 -n addons-624750
helpers_test.go:261: (dbg) Run: kubectl --context addons-624750 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestAddons/parallel/Ingress FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestAddons/parallel/Ingress (37.83s)