=== RUN TestAddons/parallel/Ingress
=== PAUSE TestAddons/parallel/Ingress
=== CONT TestAddons/parallel/Ingress
addons_test.go:183: (dbg) Run: kubectl --context addons-531284 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:208: (dbg) Run: kubectl --context addons-531284 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:221: (dbg) Run: kubectl --context addons-531284 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [bdd355ef-96f3-466a-9771-f4880df77075] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [bdd355ef-96f3-466a-9771-f4880df77075] Running
addons_test.go:226: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.011174028s
addons_test.go:238: (dbg) Run: out/minikube-linux-arm64 -p addons-531284 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Run: kubectl --context addons-531284 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:267: (dbg) Run: out/minikube-linux-arm64 -p addons-531284 ip
addons_test.go:273: (dbg) Run: nslookup hello-john.test 192.168.49.2
addons_test.go:273: (dbg) Non-zero exit: nslookup hello-john.test 192.168.49.2: exit status 1 (15.045226915s)
-- stdout --
;; connection timed out; no servers could be reached
-- /stdout --
addons_test.go:275: failed to nslookup hello-john.test host. args "nslookup hello-john.test 192.168.49.2" : exit status 1
addons_test.go:279: unexpected output from nslookup. stdout: ;; connection timed out; no servers could be reached
stderr:
addons_test.go:282: (dbg) Run: out/minikube-linux-arm64 -p addons-531284 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:282: (dbg) Done: out/minikube-linux-arm64 -p addons-531284 addons disable ingress-dns --alsologtostderr -v=1: (1.195777802s)
addons_test.go:287: (dbg) Run: out/minikube-linux-arm64 -p addons-531284 addons disable ingress --alsologtostderr -v=1
addons_test.go:287: (dbg) Done: out/minikube-linux-arm64 -p addons-531284 addons disable ingress --alsologtostderr -v=1: (8.003100797s)
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-531284
helpers_test.go:235: (dbg) docker inspect addons-531284:
-- stdout --
[
{
"Id": "e4cb8662e9b0d8b5c8abd0d72f29324f93c8b90155c4a61828f8d91911cb313f",
"Created": "2023-09-14T18:44:11.914369719Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 498971,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-09-14T18:44:12.284513747Z",
"FinishedAt": "0001-01-01T00:00:00Z"
},
"Image": "sha256:d5e38ecae883e5d7fbaaccc26de9209a95c7f11864ba7a4058d1702f044efe72",
"ResolvConfPath": "/var/lib/docker/containers/e4cb8662e9b0d8b5c8abd0d72f29324f93c8b90155c4a61828f8d91911cb313f/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/e4cb8662e9b0d8b5c8abd0d72f29324f93c8b90155c4a61828f8d91911cb313f/hostname",
"HostsPath": "/var/lib/docker/containers/e4cb8662e9b0d8b5c8abd0d72f29324f93c8b90155c4a61828f8d91911cb313f/hosts",
"LogPath": "/var/lib/docker/containers/e4cb8662e9b0d8b5c8abd0d72f29324f93c8b90155c4a61828f8d91911cb313f/e4cb8662e9b0d8b5c8abd0d72f29324f93c8b90155c4a61828f8d91911cb313f-json.log",
"Name": "/addons-531284",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "unconfined",
"ExecIDs": null,
"HostConfig": {
"Binds": [
"/lib/modules:/lib/modules:ro",
"addons-531284:/var"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "addons-531284",
"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/3772039fadf75321220af313e44d4550635634d2b90d6c70c67a6bc53ea09501-init/diff:/var/lib/docker/overlay2/b22941fdffad93645039179e8c1eee3cd74765d1689d400cab1ec16e85e4dbbf/diff",
"MergedDir": "/var/lib/docker/overlay2/3772039fadf75321220af313e44d4550635634d2b90d6c70c67a6bc53ea09501/merged",
"UpperDir": "/var/lib/docker/overlay2/3772039fadf75321220af313e44d4550635634d2b90d6c70c67a6bc53ea09501/diff",
"WorkDir": "/var/lib/docker/overlay2/3772039fadf75321220af313e44d4550635634d2b90d6c70c67a6bc53ea09501/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "bind",
"Source": "/lib/modules",
"Destination": "/lib/modules",
"Mode": "ro",
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "volume",
"Name": "addons-531284",
"Source": "/var/lib/docker/volumes/addons-531284/_data",
"Destination": "/var",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "addons-531284",
"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-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402",
"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-531284",
"name.minikube.sigs.k8s.io": "addons-531284",
"role.minikube.sigs.k8s.io": ""
},
"StopSignal": "SIGRTMIN+3"
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "a945ca44924820219ff9cb51ae730c5cae4cbc07aa0024bb3fb15cb0a456ba11",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"22/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33392"
}
],
"2376/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33391"
}
],
"32443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33388"
}
],
"5000/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33390"
}
],
"8443/tcp": [
{
"HostIp": "127.0.0.1",
"HostPort": "33389"
}
]
},
"SandboxKey": "/var/run/docker/netns/a945ca449248",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"addons-531284": {
"IPAMConfig": {
"IPv4Address": "192.168.49.2"
},
"Links": null,
"Aliases": [
"e4cb8662e9b0",
"addons-531284"
],
"NetworkID": "25a715a44e06cb015b72cac97695e3b47b30d9f1ca0cfa883e632dd3b92578df",
"EndpointID": "2c64abf23ac7733cd9b8e691b800bbb276e447e2b3ab2b52a66e93333828f02e",
"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-531284 -n addons-531284
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-531284 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-531284 logs -n 25: (1.865220976s)
helpers_test.go:252: TestAddons/parallel/Ingress logs:
-- stdout --
*
* ==> Audit <==
* |---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
| Command | Args | Profile | User | Version | Start Time | End Time |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
| start | -o=json --download-only | download-only-715947 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | |
| | -p download-only-715947 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.16.0 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| start | -o=json --download-only | download-only-715947 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | |
| | -p download-only-715947 | | | | | |
| | --force --alsologtostderr | | | | | |
| | --kubernetes-version=v1.28.1 | | | | | |
| | --container-runtime=containerd | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | --all | minikube | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | 14 Sep 23 18:43 UTC |
| delete | -p download-only-715947 | download-only-715947 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | 14 Sep 23 18:43 UTC |
| delete | -p download-only-715947 | download-only-715947 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | 14 Sep 23 18:43 UTC |
| start | --download-only -p | download-docker-294869 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | |
| | download-docker-294869 | | | | | |
| | --alsologtostderr | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p download-docker-294869 | download-docker-294869 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | 14 Sep 23 18:43 UTC |
| start | --download-only -p | binary-mirror-080763 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | |
| | binary-mirror-080763 | | | | | |
| | --alsologtostderr | | | | | |
| | --binary-mirror | | | | | |
| | http://127.0.0.1:43515 | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| delete | -p binary-mirror-080763 | binary-mirror-080763 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | 14 Sep 23 18:43 UTC |
| start | -p addons-531284 | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:43 UTC | 14 Sep 23 18:46 UTC |
| | --wait=true --memory=4000 | | | | | |
| | --alsologtostderr | | | | | |
| | --addons=registry | | | | | |
| | --addons=metrics-server | | | | | |
| | --addons=volumesnapshots | | | | | |
| | --addons=csi-hostpath-driver | | | | | |
| | --addons=gcp-auth | | | | | |
| | --addons=cloud-spanner | | | | | |
| | --addons=inspektor-gadget | | | | | |
| | --driver=docker | | | | | |
| | --container-runtime=containerd | | | | | |
| | --addons=ingress | | | | | |
| | --addons=ingress-dns | | | | | |
| addons | disable cloud-spanner -p | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| | addons-531284 | | | | | |
| addons | enable headlamp | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| | -p addons-531284 | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| ip | addons-531284 ip | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| addons | addons-531284 addons disable | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| | registry --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-531284 addons | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| | disable metrics-server | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | disable inspektor-gadget -p | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| | addons-531284 | | | | | |
| ssh | addons-531284 ssh curl -s | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| | http://127.0.0.1/ -H 'Host: | | | | | |
| | nginx.example.com' | | | | | |
| ip | addons-531284 ip | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:46 UTC | 14 Sep 23 18:46 UTC |
| addons | addons-531284 addons disable | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:47 UTC | 14 Sep 23 18:47 UTC |
| | ingress-dns --alsologtostderr | | | | | |
| | -v=1 | | | | | |
| addons | addons-531284 addons disable | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:47 UTC | 14 Sep 23 18:47 UTC |
| | ingress --alsologtostderr -v=1 | | | | | |
| addons | addons-531284 addons | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:47 UTC | 14 Sep 23 18:47 UTC |
| | disable csi-hostpath-driver | | | | | |
| | --alsologtostderr -v=1 | | | | | |
| addons | addons-531284 addons | addons-531284 | jenkins | v1.31.2 | 14 Sep 23 18:47 UTC | |
| | disable volumesnapshots | | | | | |
| | --alsologtostderr -v=1 | | | | | |
|---------|--------------------------------|------------------------|---------|---------|---------------------|---------------------|
*
* ==> Last Start <==
* Log file created at: 2023/09/14 18:43:47
Running on machine: ip-172-31-31-251
Binary: Built with gc go1.21.1 for linux/arm64
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0914 18:43:47.540455 498519 out.go:296] Setting OutFile to fd 1 ...
I0914 18:43:47.540774 498519 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0914 18:43:47.540806 498519 out.go:309] Setting ErrFile to fd 2...
I0914 18:43:47.540827 498519 out.go:343] TERM=,COLORTERM=, which probably does not support color
I0914 18:43:47.541161 498519 root.go:338] Updating PATH: /home/jenkins/minikube-integration/17217-492678/.minikube/bin
I0914 18:43:47.541708 498519 out.go:303] Setting JSON to false
I0914 18:43:47.542719 498519 start.go:128] hostinfo: {"hostname":"ip-172-31-31-251","uptime":15971,"bootTime":1694701057,"procs":144,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1044-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
I0914 18:43:47.542828 498519 start.go:138] virtualization:
I0914 18:43:47.545489 498519 out.go:177] * [addons-531284] minikube v1.31.2 on Ubuntu 20.04 (arm64)
I0914 18:43:47.548170 498519 out.go:177] - MINIKUBE_LOCATION=17217
I0914 18:43:47.548296 498519 notify.go:220] Checking for updates...
I0914 18:43:47.549982 498519 out.go:177] - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
I0914 18:43:47.552170 498519 out.go:177] - KUBECONFIG=/home/jenkins/minikube-integration/17217-492678/kubeconfig
I0914 18:43:47.554284 498519 out.go:177] - MINIKUBE_HOME=/home/jenkins/minikube-integration/17217-492678/.minikube
I0914 18:43:47.555941 498519 out.go:177] - MINIKUBE_BIN=out/minikube-linux-arm64
I0914 18:43:47.558109 498519 out.go:177] - MINIKUBE_FORCE_SYSTEMD=
I0914 18:43:47.560085 498519 driver.go:373] Setting default libvirt URI to qemu:///system
I0914 18:43:47.583262 498519 docker.go:121] docker version: linux-24.0.6:Docker Engine - Community
I0914 18:43:47.583369 498519 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0914 18:43:47.674490 498519 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:25 OomKillDisable:true NGoroutines:40 SystemTime:2023-09-14 18:43:47.663267492 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1044-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:8215040000 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:8165feabfdfe38c65b599c4993d227328c231fca Expected:8165feabfdfe38c65b599c4993d227328c231fca} RuncCommit:{ID:v1.1.8-0-g82f18fe Expected:v1.1.8-0-g82f18fe} 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>}}
I0914 18:43:47.674602 498519 docker.go:294] overlay module found
I0914 18:43:47.676837 498519 out.go:177] * Using the docker driver based on user configuration
I0914 18:43:47.678905 498519 start.go:298] selected driver: docker
I0914 18:43:47.678920 498519 start.go:902] validating driver "docker" against <nil>
I0914 18:43:47.678933 498519 start.go:913] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I0914 18:43:47.679543 498519 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0914 18:43:47.744511 498519 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:25 OomKillDisable:true NGoroutines:40 SystemTime:2023-09-14 18:43:47.734867638 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1044-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:8215040000 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:8165feabfdfe38c65b599c4993d227328c231fca Expected:8165feabfdfe38c65b599c4993d227328c231fca} RuncCommit:{ID:v1.1.8-0-g82f18fe Expected:v1.1.8-0-g82f18fe} 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>}}
I0914 18:43:47.744725 498519 start_flags.go:307] no existing cluster config was found, will generate one from the flags
I0914 18:43:47.744995 498519 start_flags.go:922] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
I0914 18:43:47.746972 498519 out.go:177] * Using Docker driver with root privileges
I0914 18:43:47.748708 498519 cni.go:84] Creating CNI manager for ""
I0914 18:43:47.748733 498519 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0914 18:43:47.748745 498519 start_flags.go:316] Found "CNI" CNI - setting NetworkPlugin=cni
I0914 18:43:47.748761 498519 start_flags.go:321] config:
{Name:addons-531284 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 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.1 ClusterName:addons-531284 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}
I0914 18:43:47.750923 498519 out.go:177] * Starting control plane node addons-531284 in cluster addons-531284
I0914 18:43:47.752544 498519 cache.go:122] Beginning downloading kic base image for docker with containerd
I0914 18:43:47.754340 498519 out.go:177] * Pulling base image ...
I0914 18:43:47.756179 498519 preload.go:132] Checking if preload exists for k8s version v1.28.1 and runtime containerd
I0914 18:43:47.756230 498519 preload.go:148] Found local preload: /home/jenkins/minikube-integration/17217-492678/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.1-containerd-overlay2-arm64.tar.lz4
I0914 18:43:47.756244 498519 cache.go:57] Caching tarball of preloaded images
I0914 18:43:47.756270 498519 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 in local docker daemon
I0914 18:43:47.756316 498519 preload.go:174] Found /home/jenkins/minikube-integration/17217-492678/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.1-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
I0914 18:43:47.756327 498519 cache.go:60] Finished verifying existence of preloaded tar for v1.28.1 on containerd
I0914 18:43:47.756762 498519 profile.go:148] Saving config to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/config.json ...
I0914 18:43:47.756797 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/config.json: {Name:mk0d288d1432fd5f8295deabf9cf1db3ad2397b2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:43:47.773611 498519 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 to local cache
I0914 18:43:47.773736 498519 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 in local cache directory
I0914 18:43:47.773759 498519 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 in local cache directory, skipping pull
I0914 18:43:47.773768 498519 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 exists in cache, skipping pull
I0914 18:43:47.773776 498519 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 as a tarball
I0914 18:43:47.773785 498519 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 from local cache
I0914 18:44:03.878964 498519 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 from cached tarball
I0914 18:44:03.879003 498519 cache.go:195] Successfully downloaded all kic artifacts
I0914 18:44:03.879056 498519 start.go:365] acquiring machines lock for addons-531284: {Name:mkb481e53f08984ec1964af195f80aca9a88a7f8 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0914 18:44:03.879184 498519 start.go:369] acquired machines lock for "addons-531284" in 105.748µs
I0914 18:44:03.879215 498519 start.go:93] Provisioning new machine with config: &{Name:addons-531284 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 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.1 ClusterName:addons-531284 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.1 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} &{Name: IP: Port:8443 KubernetesVersion:v1.28.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0914 18:44:03.879310 498519 start.go:125] createHost starting for "" (driver="docker")
I0914 18:44:03.881959 498519 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
I0914 18:44:03.882212 498519 start.go:159] libmachine.API.Create for "addons-531284" (driver="docker")
I0914 18:44:03.882237 498519 client.go:168] LocalClient.Create starting
I0914 18:44:03.882373 498519 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca.pem
I0914 18:44:04.629956 498519 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/cert.pem
I0914 18:44:05.380061 498519 cli_runner.go:164] Run: docker network inspect addons-531284 --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}}]}"
W0914 18:44:05.399294 498519 cli_runner.go:211] docker network inspect addons-531284 --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
I0914 18:44:05.399379 498519 network_create.go:281] running [docker network inspect addons-531284] to gather additional debugging logs...
I0914 18:44:05.399399 498519 cli_runner.go:164] Run: docker network inspect addons-531284
W0914 18:44:05.416851 498519 cli_runner.go:211] docker network inspect addons-531284 returned with exit code 1
I0914 18:44:05.416888 498519 network_create.go:284] error running [docker network inspect addons-531284]: docker network inspect addons-531284: exit status 1
stdout:
[]
stderr:
Error response from daemon: network addons-531284 not found
I0914 18:44:05.416904 498519 network_create.go:286] output of [docker network inspect addons-531284]: -- stdout --
[]
-- /stdout --
** stderr **
Error response from daemon: network addons-531284 not found
** /stderr **
I0914 18:44:05.417002 498519 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}}]}"
I0914 18:44:05.434801 498519 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:0x400025cf10}
I0914 18:44:05.434842 498519 network_create.go:123] attempt to create docker network addons-531284 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
I0914 18:44:05.434902 498519 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-531284 addons-531284
I0914 18:44:05.508769 498519 network_create.go:107] docker network addons-531284 192.168.49.0/24 created
I0914 18:44:05.508800 498519 kic.go:117] calculated static IP "192.168.49.2" for the "addons-531284" container
I0914 18:44:05.508883 498519 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
I0914 18:44:05.529005 498519 cli_runner.go:164] Run: docker volume create addons-531284 --label name.minikube.sigs.k8s.io=addons-531284 --label created_by.minikube.sigs.k8s.io=true
I0914 18:44:05.550546 498519 oci.go:103] Successfully created a docker volume addons-531284
I0914 18:44:05.550642 498519 cli_runner.go:164] Run: docker run --rm --name addons-531284-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-531284 --entrypoint /usr/bin/test -v addons-531284:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 -d /var/lib
I0914 18:44:07.664079 498519 cli_runner.go:217] Completed: docker run --rm --name addons-531284-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-531284 --entrypoint /usr/bin/test -v addons-531284:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 -d /var/lib: (2.113393995s)
I0914 18:44:07.664111 498519 oci.go:107] Successfully prepared a docker volume addons-531284
I0914 18:44:07.664137 498519 preload.go:132] Checking if preload exists for k8s version v1.28.1 and runtime containerd
I0914 18:44:07.664156 498519 kic.go:190] Starting extracting preloaded images to volume ...
I0914 18:44:07.664244 498519 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17217-492678/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-531284:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 -I lz4 -xf /preloaded.tar -C /extractDir
I0914 18:44:11.832556 498519 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/17217-492678/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.1-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v addons-531284:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 -I lz4 -xf /preloaded.tar -C /extractDir: (4.168263923s)
I0914 18:44:11.832601 498519 kic.go:199] duration metric: took 4.168441 seconds to extract preloaded images to volume
W0914 18:44:11.832739 498519 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
I0914 18:44:11.832852 498519 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
I0914 18:44:11.898268 498519 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-531284 --name addons-531284 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-531284 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-531284 --network addons-531284 --ip 192.168.49.2 --volume addons-531284:/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-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402
I0914 18:44:12.292869 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Running}}
I0914 18:44:12.316255 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:12.340313 498519 cli_runner.go:164] Run: docker exec addons-531284 stat /var/lib/dpkg/alternatives/iptables
I0914 18:44:12.421623 498519 oci.go:144] the created container "addons-531284" has a running status.
I0914 18:44:12.421649 498519 kic.go:221] Creating ssh key for kic: /home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa...
I0914 18:44:13.241633 498519 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
I0914 18:44:13.273564 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:13.299593 498519 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
I0914 18:44:13.299613 498519 kic_runner.go:114] Args: [docker exec --privileged addons-531284 chown docker:docker /home/docker/.ssh/authorized_keys]
I0914 18:44:13.394407 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:13.426528 498519 machine.go:88] provisioning docker machine ...
I0914 18:44:13.426559 498519 ubuntu.go:169] provisioning hostname "addons-531284"
I0914 18:44:13.426637 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:13.447727 498519 main.go:141] libmachine: Using SSH client type: native
I0914 18:44:13.448153 498519 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ac3c0] 0x3aeb30 <nil> [] 0s} 127.0.0.1 33392 <nil> <nil>}
I0914 18:44:13.448166 498519 main.go:141] libmachine: About to run SSH command:
sudo hostname addons-531284 && echo "addons-531284" | sudo tee /etc/hostname
I0914 18:44:13.617054 498519 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-531284
I0914 18:44:13.617141 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:13.643355 498519 main.go:141] libmachine: Using SSH client type: native
I0914 18:44:13.643758 498519 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3ac3c0] 0x3aeb30 <nil> [] 0s} 127.0.0.1 33392 <nil> <nil>}
I0914 18:44:13.643776 498519 main.go:141] libmachine: About to run SSH command:
if ! grep -xq '.*\saddons-531284' /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-531284/g' /etc/hosts;
else
echo '127.0.1.1 addons-531284' | sudo tee -a /etc/hosts;
fi
fi
I0914 18:44:13.793722 498519 main.go:141] libmachine: SSH cmd err, output: <nil>:
I0914 18:44:13.793749 498519 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/17217-492678/.minikube CaCertPath:/home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/17217-492678/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/17217-492678/.minikube}
I0914 18:44:13.793769 498519 ubuntu.go:177] setting up certificates
I0914 18:44:13.793778 498519 provision.go:83] configureAuth start
I0914 18:44:13.793842 498519 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-531284
I0914 18:44:13.811172 498519 provision.go:138] copyHostCerts
I0914 18:44:13.811259 498519 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/17217-492678/.minikube/ca.pem (1082 bytes)
I0914 18:44:13.811377 498519 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/17217-492678/.minikube/cert.pem (1123 bytes)
I0914 18:44:13.811437 498519 exec_runner.go:151] cp: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/17217-492678/.minikube/key.pem (1679 bytes)
I0914 18:44:13.811486 498519 provision.go:112] generating server cert: /home/jenkins/minikube-integration/17217-492678/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca-key.pem org=jenkins.addons-531284 san=[192.168.49.2 127.0.0.1 localhost 127.0.0.1 minikube addons-531284]
I0914 18:44:14.324973 498519 provision.go:172] copyRemoteCerts
I0914 18:44:14.325045 498519 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
I0914 18:44:14.325087 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:14.347475 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:14.447484 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
I0914 18:44:14.477445 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
I0914 18:44:14.506813 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
I0914 18:44:14.534922 498519 provision.go:86] duration metric: configureAuth took 741.126754ms
I0914 18:44:14.534950 498519 ubuntu.go:193] setting minikube options for container-runtime
I0914 18:44:14.535139 498519 config.go:182] Loaded profile config "addons-531284": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.1
I0914 18:44:14.535155 498519 machine.go:91] provisioned docker machine in 1.108609337s
I0914 18:44:14.535161 498519 client.go:171] LocalClient.Create took 10.652919149s
I0914 18:44:14.535179 498519 start.go:167] duration metric: libmachine.API.Create for "addons-531284" took 10.652967912s
I0914 18:44:14.535190 498519 start.go:300] post-start starting for "addons-531284" (driver="docker")
I0914 18:44:14.535198 498519 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]
I0914 18:44:14.535256 498519 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
I0914 18:44:14.535300 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:14.552557 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:14.652039 498519 ssh_runner.go:195] Run: cat /etc/os-release
I0914 18:44:14.656537 498519 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
I0914 18:44:14.656576 498519 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
I0914 18:44:14.656636 498519 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
I0914 18:44:14.656644 498519 info.go:137] Remote host: Ubuntu 22.04.3 LTS
I0914 18:44:14.656655 498519 filesync.go:126] Scanning /home/jenkins/minikube-integration/17217-492678/.minikube/addons for local assets ...
I0914 18:44:14.656729 498519 filesync.go:126] Scanning /home/jenkins/minikube-integration/17217-492678/.minikube/files for local assets ...
I0914 18:44:14.656756 498519 start.go:303] post-start completed in 121.560868ms
I0914 18:44:14.657103 498519 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-531284
I0914 18:44:14.674833 498519 profile.go:148] Saving config to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/config.json ...
I0914 18:44:14.675129 498519 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
I0914 18:44:14.675183 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:14.692946 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:14.786859 498519 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
I0914 18:44:14.792618 498519 start.go:128] duration metric: createHost completed in 10.913292752s
I0914 18:44:14.792640 498519 start.go:83] releasing machines lock for "addons-531284", held for 10.913443677s
I0914 18:44:14.792714 498519 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-531284
I0914 18:44:14.810133 498519 ssh_runner.go:195] Run: cat /version.json
I0914 18:44:14.810192 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:14.810488 498519 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
I0914 18:44:14.810549 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:14.828533 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:14.838591 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:14.925253 498519 ssh_runner.go:195] Run: systemctl --version
I0914 18:44:15.065654 498519 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
I0914 18:44:15.072414 498519 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' {}" ;
I0914 18:44:15.106998 498519 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
I0914 18:44:15.107141 498519 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" ;
I0914 18:44:15.146709 498519 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
I0914 18:44:15.146775 498519 start.go:469] detecting cgroup driver to use...
I0914 18:44:15.146818 498519 detect.go:196] detected "cgroupfs" cgroup driver on host os
I0914 18:44:15.146907 498519 ssh_runner.go:195] Run: sudo systemctl stop -f crio
I0914 18:44:15.163113 498519 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
I0914 18:44:15.178258 498519 docker.go:196] disabling cri-docker service (if available) ...
I0914 18:44:15.178349 498519 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
I0914 18:44:15.194597 498519 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
I0914 18:44:15.213097 498519 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
I0914 18:44:15.302561 498519 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
I0914 18:44:15.413804 498519 docker.go:212] disabling docker service ...
I0914 18:44:15.413898 498519 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
I0914 18:44:15.436757 498519 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
I0914 18:44:15.451108 498519 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
I0914 18:44:15.542816 498519 ssh_runner.go:195] Run: sudo systemctl mask docker.service
I0914 18:44:15.639312 498519 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
I0914 18:44:15.653190 498519 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"
I0914 18:44:15.673924 498519 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"
I0914 18:44:15.686304 498519 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"
I0914 18:44:15.698347 498519 containerd.go:145] configuring containerd to use "cgroupfs" as cgroup driver...
I0914 18:44:15.698415 498519 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
I0914 18:44:15.710408 498519 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"
I0914 18:44:15.722565 498519 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
I0914 18:44:15.735062 498519 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
I0914 18:44:15.747285 498519 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
I0914 18:44:15.759090 498519 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"
I0914 18:44:15.771871 498519 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
I0914 18:44:15.782028 498519 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
I0914 18:44:15.792283 498519 ssh_runner.go:195] Run: sudo systemctl daemon-reload
I0914 18:44:15.880760 498519 ssh_runner.go:195] Run: sudo systemctl restart containerd
I0914 18:44:16.021097 498519 start.go:516] Will wait 60s for socket path /run/containerd/containerd.sock
I0914 18:44:16.021249 498519 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
I0914 18:44:16.029854 498519 start.go:537] Will wait 60s for crictl version
I0914 18:44:16.029970 498519 ssh_runner.go:195] Run: which crictl
I0914 18:44:16.034606 498519 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
I0914 18:44:16.081873 498519 start.go:553] Version: 0.1.0
RuntimeName: containerd
RuntimeVersion: 1.6.22
RuntimeApiVersion: v1
I0914 18:44:16.081963 498519 ssh_runner.go:195] Run: containerd --version
I0914 18:44:16.110166 498519 ssh_runner.go:195] Run: containerd --version
I0914 18:44:16.145412 498519 out.go:177] * Preparing Kubernetes v1.28.1 on containerd 1.6.22 ...
I0914 18:44:16.147439 498519 cli_runner.go:164] Run: docker network inspect addons-531284 --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}}]}"
I0914 18:44:16.164929 498519 ssh_runner.go:195] Run: grep 192.168.49.1 host.minikube.internal$ /etc/hosts
I0914 18:44:16.169554 498519 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""
I0914 18:44:16.183284 498519 preload.go:132] Checking if preload exists for k8s version v1.28.1 and runtime containerd
I0914 18:44:16.183351 498519 ssh_runner.go:195] Run: sudo crictl images --output json
I0914 18:44:16.226158 498519 containerd.go:604] all images are preloaded for containerd runtime.
I0914 18:44:16.226185 498519 containerd.go:518] Images already preloaded, skipping extraction
I0914 18:44:16.226248 498519 ssh_runner.go:195] Run: sudo crictl images --output json
I0914 18:44:16.265949 498519 containerd.go:604] all images are preloaded for containerd runtime.
I0914 18:44:16.265972 498519 cache_images.go:84] Images are preloaded, skipping loading
I0914 18:44:16.266030 498519 ssh_runner.go:195] Run: sudo crictl info
I0914 18:44:16.307866 498519 cni.go:84] Creating CNI manager for ""
I0914 18:44:16.307891 498519 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0914 18:44:16.307922 498519 kubeadm.go:87] Using pod CIDR: 10.244.0.0/16
I0914 18:44:16.307943 498519 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.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-531284 NodeName:addons-531284 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}
I0914 18:44:16.308074 498519 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-531284"
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.1
networking:
dnsDomain: cluster.local
podSubnet: "10.244.0.0/16"
serviceSubnet: 10.96.0.0/12
---
apiVersion: kubelet.config.k8s.io/v1beta1
kind: KubeletConfiguration
authentication:
x509:
clientCAFile: /var/lib/minikube/certs/ca.crt
cgroupDriver: cgroupfs
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
I0914 18:44:16.308144 498519 kubeadm.go:976] kubelet [Unit]
Wants=containerd.service
[Service]
ExecStart=
ExecStart=/var/lib/minikube/binaries/v1.28.1/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-531284 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
[Install]
config:
{KubernetesVersion:v1.28.1 ClusterName:addons-531284 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:}
I0914 18:44:16.308212 498519 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.1
I0914 18:44:16.319156 498519 binaries.go:44] Found k8s binaries, skipping transfer
I0914 18:44:16.319281 498519 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
I0914 18:44:16.330080 498519 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (385 bytes)
I0914 18:44:16.351955 498519 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
I0914 18:44:16.373483 498519 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2102 bytes)
I0914 18:44:16.394891 498519 ssh_runner.go:195] Run: grep 192.168.49.2 control-plane.minikube.internal$ /etc/hosts
I0914 18:44:16.399543 498519 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""
I0914 18:44:16.412843 498519 certs.go:56] Setting up /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284 for IP: 192.168.49.2
I0914 18:44:16.412876 498519 certs.go:190] acquiring lock for shared ca certs: {Name:mka5985e85be7ad08b440e022e8dd6d327029a18 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:16.413680 498519 certs.go:204] generating minikubeCA CA: /home/jenkins/minikube-integration/17217-492678/.minikube/ca.key
I0914 18:44:16.687831 498519 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17217-492678/.minikube/ca.crt ...
I0914 18:44:16.687862 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/ca.crt: {Name:mkcd3891f9f514b960d5615d3167dff53cd3ba1e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:16.688613 498519 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17217-492678/.minikube/ca.key ...
I0914 18:44:16.688629 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/ca.key: {Name:mk7a994628320d94e2fc1127bf5e0ef4f0957cae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:16.688723 498519 certs.go:204] generating proxyClientCA CA: /home/jenkins/minikube-integration/17217-492678/.minikube/proxy-client-ca.key
I0914 18:44:16.966901 498519 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17217-492678/.minikube/proxy-client-ca.crt ...
I0914 18:44:16.966933 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/proxy-client-ca.crt: {Name:mkac923427e67b19db27155f023aa386c22f7d7f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:16.967121 498519 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17217-492678/.minikube/proxy-client-ca.key ...
I0914 18:44:16.967134 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/proxy-client-ca.key: {Name:mk5ba78b5f034ed70d3d14d4a6c1c0671354cad6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:16.967247 498519 certs.go:319] generating minikube-user signed cert: /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/client.key
I0914 18:44:16.967262 498519 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/client.crt with IP's: []
I0914 18:44:17.598136 498519 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/client.crt ...
I0914 18:44:17.598173 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/client.crt: {Name:mkf984e1b4eb82f838d5bd1661fc48492dbac923 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:17.598423 498519 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/client.key ...
I0914 18:44:17.598438 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/client.key: {Name:mk76dc74d2df981cd5dc982435a533465d0f1d9c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:17.598546 498519 certs.go:319] generating minikube signed cert: /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.key.dd3b5fb2
I0914 18:44:17.598567 498519 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.crt.dd3b5fb2 with IP's: [192.168.49.2 10.96.0.1 127.0.0.1 10.0.0.1]
I0914 18:44:17.968053 498519 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.crt.dd3b5fb2 ...
I0914 18:44:17.968089 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.crt.dd3b5fb2: {Name:mk6d08311423c6fc8e0ec8bce05fc22e4b22c257 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:17.968997 498519 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.key.dd3b5fb2 ...
I0914 18:44:17.969019 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.key.dd3b5fb2: {Name:mk9c6ceaad1a0ebf6a57e62be647aa189875a1ed Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:17.969170 498519 certs.go:337] copying /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.crt.dd3b5fb2 -> /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.crt
I0914 18:44:17.969250 498519 certs.go:341] copying /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.key.dd3b5fb2 -> /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.key
I0914 18:44:17.969304 498519 certs.go:319] generating aggregator signed cert: /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.key
I0914 18:44:17.969324 498519 crypto.go:68] Generating cert /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.crt with IP's: []
I0914 18:44:18.431796 498519 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.crt ...
I0914 18:44:18.431829 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.crt: {Name:mk08363bb761a0636a4d41573ebffe802b733796 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:18.432093 498519 crypto.go:164] Writing key to /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.key ...
I0914 18:44:18.432136 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.key: {Name:mk3d3aeecc0ca733f889476d3e8da55c306e6903 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:18.432891 498519 certs.go:437] found cert: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca-key.pem (1679 bytes)
I0914 18:44:18.432942 498519 certs.go:437] found cert: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/home/jenkins/minikube-integration/17217-492678/.minikube/certs/ca.pem (1082 bytes)
I0914 18:44:18.432971 498519 certs.go:437] found cert: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/home/jenkins/minikube-integration/17217-492678/.minikube/certs/cert.pem (1123 bytes)
I0914 18:44:18.433001 498519 certs.go:437] found cert: /home/jenkins/minikube-integration/17217-492678/.minikube/certs/home/jenkins/minikube-integration/17217-492678/.minikube/certs/key.pem (1679 bytes)
I0914 18:44:18.433657 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1399 bytes)
I0914 18:44:18.463964 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
I0914 18:44:18.493328 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
I0914 18:44:18.521960 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/profiles/addons-531284/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1679 bytes)
I0914 18:44:18.551976 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
I0914 18:44:18.580351 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
I0914 18:44:18.608929 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
I0914 18:44:18.636886 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
I0914 18:44:18.664320 498519 ssh_runner.go:362] scp /home/jenkins/minikube-integration/17217-492678/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
I0914 18:44:18.692966 498519 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
I0914 18:44:18.714008 498519 ssh_runner.go:195] Run: openssl version
I0914 18:44:18.721092 498519 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"
I0914 18:44:18.732984 498519 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
I0914 18:44:18.737647 498519 certs.go:480] hashing: -rw-r--r-- 1 root root 1111 Sep 14 18:44 /usr/share/ca-certificates/minikubeCA.pem
I0914 18:44:18.737715 498519 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
I0914 18:44:18.746109 498519 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"
I0914 18:44:18.757863 498519 ssh_runner.go:195] Run: ls /var/lib/minikube/certs/etcd
I0914 18:44:18.762118 498519 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
I0914 18:44:18.762177 498519 kubeadm.go:404] StartCluster: {Name:addons-531284 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1694457807-17194@sha256:a43492789075efb9a6b2ea51ab0c60354400324130ed0bb27d969c2fba2f2402 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.1 ClusterName:addons-531284 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.1 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}
I0914 18:44:18.762273 498519 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
I0914 18:44:18.762328 498519 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
I0914 18:44:18.805817 498519 cri.go:89] found id: ""
I0914 18:44:18.805900 498519 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
I0914 18:44:18.816541 498519 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
I0914 18:44:18.827385 498519 kubeadm.go:226] ignoring SystemVerification for kubeadm because of docker driver
I0914 18:44:18.827496 498519 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
I0914 18:44:18.838609 498519 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
I0914 18:44:18.838653 498519 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
I0914 18:44:18.946684 498519 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-1044-aws\n", err: exit status 1
I0914 18:44:19.033378 498519 kubeadm.go:322] [WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
I0914 18:44:33.793445 498519 kubeadm.go:322] [init] Using Kubernetes version: v1.28.1
I0914 18:44:33.793508 498519 kubeadm.go:322] [preflight] Running pre-flight checks
I0914 18:44:33.793601 498519 kubeadm.go:322] [preflight] The system verification failed. Printing the output from the verification:
I0914 18:44:33.793664 498519 kubeadm.go:322] [0;37mKERNEL_VERSION[0m: [0;32m5.15.0-1044-aws[0m
I0914 18:44:33.793709 498519 kubeadm.go:322] [0;37mOS[0m: [0;32mLinux[0m
I0914 18:44:33.793783 498519 kubeadm.go:322] [0;37mCGROUPS_CPU[0m: [0;32menabled[0m
I0914 18:44:33.793842 498519 kubeadm.go:322] [0;37mCGROUPS_CPUACCT[0m: [0;32menabled[0m
I0914 18:44:33.793901 498519 kubeadm.go:322] [0;37mCGROUPS_CPUSET[0m: [0;32menabled[0m
I0914 18:44:33.793958 498519 kubeadm.go:322] [0;37mCGROUPS_DEVICES[0m: [0;32menabled[0m
I0914 18:44:33.794026 498519 kubeadm.go:322] [0;37mCGROUPS_FREEZER[0m: [0;32menabled[0m
I0914 18:44:33.794093 498519 kubeadm.go:322] [0;37mCGROUPS_MEMORY[0m: [0;32menabled[0m
I0914 18:44:33.794144 498519 kubeadm.go:322] [0;37mCGROUPS_PIDS[0m: [0;32menabled[0m
I0914 18:44:33.794207 498519 kubeadm.go:322] [0;37mCGROUPS_HUGETLB[0m: [0;32menabled[0m
I0914 18:44:33.794268 498519 kubeadm.go:322] [0;37mCGROUPS_BLKIO[0m: [0;32menabled[0m
I0914 18:44:33.794345 498519 kubeadm.go:322] [preflight] Pulling images required for setting up a Kubernetes cluster
I0914 18:44:33.794441 498519 kubeadm.go:322] [preflight] This might take a minute or two, depending on the speed of your internet connection
I0914 18:44:33.794551 498519 kubeadm.go:322] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0914 18:44:33.794627 498519 kubeadm.go:322] [certs] Using certificateDir folder "/var/lib/minikube/certs"
I0914 18:44:33.797699 498519 out.go:204] - Generating certificates and keys ...
I0914 18:44:33.797932 498519 kubeadm.go:322] [certs] Using existing ca certificate authority
I0914 18:44:33.798044 498519 kubeadm.go:322] [certs] Using existing apiserver certificate and key on disk
I0914 18:44:33.798193 498519 kubeadm.go:322] [certs] Generating "apiserver-kubelet-client" certificate and key
I0914 18:44:33.798341 498519 kubeadm.go:322] [certs] Generating "front-proxy-ca" certificate and key
I0914 18:44:33.798462 498519 kubeadm.go:322] [certs] Generating "front-proxy-client" certificate and key
I0914 18:44:33.798584 498519 kubeadm.go:322] [certs] Generating "etcd/ca" certificate and key
I0914 18:44:33.798671 498519 kubeadm.go:322] [certs] Generating "etcd/server" certificate and key
I0914 18:44:33.798849 498519 kubeadm.go:322] [certs] etcd/server serving cert is signed for DNS names [addons-531284 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0914 18:44:33.799081 498519 kubeadm.go:322] [certs] Generating "etcd/peer" certificate and key
I0914 18:44:33.799261 498519 kubeadm.go:322] [certs] etcd/peer serving cert is signed for DNS names [addons-531284 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
I0914 18:44:33.799384 498519 kubeadm.go:322] [certs] Generating "etcd/healthcheck-client" certificate and key
I0914 18:44:33.799515 498519 kubeadm.go:322] [certs] Generating "apiserver-etcd-client" certificate and key
I0914 18:44:33.799580 498519 kubeadm.go:322] [certs] Generating "sa" key and public key
I0914 18:44:33.799649 498519 kubeadm.go:322] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0914 18:44:33.799708 498519 kubeadm.go:322] [kubeconfig] Writing "admin.conf" kubeconfig file
I0914 18:44:33.799778 498519 kubeadm.go:322] [kubeconfig] Writing "kubelet.conf" kubeconfig file
I0914 18:44:33.799859 498519 kubeadm.go:322] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0914 18:44:33.799915 498519 kubeadm.go:322] [kubeconfig] Writing "scheduler.conf" kubeconfig file
I0914 18:44:33.800012 498519 kubeadm.go:322] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0914 18:44:33.800103 498519 kubeadm.go:322] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
I0914 18:44:33.803331 498519 out.go:204] - Booting up control plane ...
I0914 18:44:33.803460 498519 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-apiserver"
I0914 18:44:33.803543 498519 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-controller-manager"
I0914 18:44:33.803610 498519 kubeadm.go:322] [control-plane] Creating static Pod manifest for "kube-scheduler"
I0914 18:44:33.803712 498519 kubeadm.go:322] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
I0914 18:44:33.803871 498519 kubeadm.go:322] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
I0914 18:44:33.803913 498519 kubeadm.go:322] [kubelet-start] Starting the kubelet
I0914 18:44:33.804128 498519 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
I0914 18:44:33.804223 498519 kubeadm.go:322] [apiclient] All control plane components are healthy after 7.503042 seconds
I0914 18:44:33.804327 498519 kubeadm.go:322] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0914 18:44:33.804453 498519 kubeadm.go:322] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0914 18:44:33.804511 498519 kubeadm.go:322] [upload-certs] Skipping phase. Please see --upload-certs
I0914 18:44:33.804752 498519 kubeadm.go:322] [mark-control-plane] Marking the node addons-531284 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
I0914 18:44:33.804945 498519 kubeadm.go:322] [bootstrap-token] Using token: 3fbylt.32ioygl18gkco7xw
I0914 18:44:33.807385 498519 out.go:204] - Configuring RBAC rules ...
I0914 18:44:33.807652 498519 kubeadm.go:322] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0914 18:44:33.807833 498519 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0914 18:44:33.807987 498519 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
I0914 18:44:33.808176 498519 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0914 18:44:33.808315 498519 kubeadm.go:322] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0914 18:44:33.808425 498519 kubeadm.go:322] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0914 18:44:33.808552 498519 kubeadm.go:322] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0914 18:44:33.808619 498519 kubeadm.go:322] [addons] Applied essential addon: CoreDNS
I0914 18:44:33.808667 498519 kubeadm.go:322] [addons] Applied essential addon: kube-proxy
I0914 18:44:33.808672 498519 kubeadm.go:322]
I0914 18:44:33.808739 498519 kubeadm.go:322] Your Kubernetes control-plane has initialized successfully!
I0914 18:44:33.808744 498519 kubeadm.go:322]
I0914 18:44:33.808822 498519 kubeadm.go:322] To start using your cluster, you need to run the following as a regular user:
I0914 18:44:33.808827 498519 kubeadm.go:322]
I0914 18:44:33.808852 498519 kubeadm.go:322] mkdir -p $HOME/.kube
I0914 18:44:33.808912 498519 kubeadm.go:322] sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
I0914 18:44:33.808965 498519 kubeadm.go:322] sudo chown $(id -u):$(id -g) $HOME/.kube/config
I0914 18:44:33.808969 498519 kubeadm.go:322]
I0914 18:44:33.809028 498519 kubeadm.go:322] Alternatively, if you are the root user, you can run:
I0914 18:44:33.809032 498519 kubeadm.go:322]
I0914 18:44:33.809081 498519 kubeadm.go:322] export KUBECONFIG=/etc/kubernetes/admin.conf
I0914 18:44:33.809093 498519 kubeadm.go:322]
I0914 18:44:33.809147 498519 kubeadm.go:322] You should now deploy a pod network to the cluster.
I0914 18:44:33.809242 498519 kubeadm.go:322] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
I0914 18:44:33.809311 498519 kubeadm.go:322] https://kubernetes.io/docs/concepts/cluster-administration/addons/
I0914 18:44:33.809316 498519 kubeadm.go:322]
I0914 18:44:33.809401 498519 kubeadm.go:322] You can now join any number of control-plane nodes by copying certificate authorities
I0914 18:44:33.809478 498519 kubeadm.go:322] and service account keys on each node and then running the following as root:
I0914 18:44:33.809483 498519 kubeadm.go:322]
I0914 18:44:33.809568 498519 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 3fbylt.32ioygl18gkco7xw \
I0914 18:44:33.809672 498519 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:9891dba8af05d8d789a2289ec0f3d6b8812b95541089682ca62328aa5c24a5b6 \
I0914 18:44:33.809693 498519 kubeadm.go:322] --control-plane
I0914 18:44:33.809698 498519 kubeadm.go:322]
I0914 18:44:33.809784 498519 kubeadm.go:322] Then you can join any number of worker nodes by running the following on each as root:
I0914 18:44:33.809788 498519 kubeadm.go:322]
I0914 18:44:33.809871 498519 kubeadm.go:322] kubeadm join control-plane.minikube.internal:8443 --token 3fbylt.32ioygl18gkco7xw \
I0914 18:44:33.809985 498519 kubeadm.go:322] --discovery-token-ca-cert-hash sha256:9891dba8af05d8d789a2289ec0f3d6b8812b95541089682ca62328aa5c24a5b6
I0914 18:44:33.809993 498519 cni.go:84] Creating CNI manager for ""
I0914 18:44:33.810001 498519 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
I0914 18:44:33.814358 498519 out.go:177] * Configuring CNI (Container Networking Interface) ...
I0914 18:44:33.816848 498519 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
I0914 18:44:33.825102 498519 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.1/kubectl ...
I0914 18:44:33.825126 498519 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
I0914 18:44:33.853584 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
I0914 18:44:34.816972 498519 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
I0914 18:44:34.817149 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:34.817254 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl label nodes minikube.k8s.io/version=v1.31.2 minikube.k8s.io/commit=677eba4579c03f097a5d68f80823c59a8add4a3b minikube.k8s.io/name=addons-531284 minikube.k8s.io/updated_at=2023_09_14T18_44_34_0700 minikube.k8s.io/primary=true --all --overwrite --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:34.837113 498519 ops.go:34] apiserver oom_adj: -16
I0914 18:44:35.067128 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:35.162133 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:35.760491 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:36.260321 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:36.760760 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:37.260817 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:37.760469 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:38.260856 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:38.760863 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:39.260221 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:39.760199 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:40.260238 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:40.760202 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:41.260668 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:41.761011 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:42.260623 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:42.760751 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:43.260704 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:43.760149 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:44.260219 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:44.760870 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:45.260252 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:45.760638 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:46.260340 498519 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
I0914 18:44:46.375936 498519 kubeadm.go:1081] duration metric: took 11.558873797s to wait for elevateKubeSystemPrivileges.
I0914 18:44:46.375961 498519 kubeadm.go:406] StartCluster complete in 27.613802824s
I0914 18:44:46.375978 498519 settings.go:142] acquiring lock: {Name:mkfaf0f329c2736368d7fc21433e53e0c9a5b1e8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:46.376608 498519 settings.go:150] Updating kubeconfig: /home/jenkins/minikube-integration/17217-492678/kubeconfig
I0914 18:44:46.377016 498519 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/17217-492678/kubeconfig: {Name:mk6a8e8b5c770de881617bb4e8ebf560fd4b6800 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I0914 18:44:46.377244 498519 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
I0914 18:44:46.377585 498519 config.go:182] Loaded profile config "addons-531284": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.1
I0914 18:44:46.377762 498519 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 kubevirt:false logviewer:false metallb:false metrics-server: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 volumesnapshots:true]
I0914 18:44:46.377874 498519 addons.go:69] Setting volumesnapshots=true in profile "addons-531284"
I0914 18:44:46.377902 498519 addons.go:231] Setting addon volumesnapshots=true in "addons-531284"
I0914 18:44:46.377967 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.378556 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.379054 498519 addons.go:69] Setting cloud-spanner=true in profile "addons-531284"
I0914 18:44:46.379072 498519 addons.go:231] Setting addon cloud-spanner=true in "addons-531284"
I0914 18:44:46.379108 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.379506 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.379569 498519 addons.go:69] Setting inspektor-gadget=true in profile "addons-531284"
I0914 18:44:46.379585 498519 addons.go:231] Setting addon inspektor-gadget=true in "addons-531284"
I0914 18:44:46.379617 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.380016 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.380490 498519 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-531284"
I0914 18:44:46.380539 498519 addons.go:231] Setting addon csi-hostpath-driver=true in "addons-531284"
I0914 18:44:46.380576 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.380996 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.383304 498519 addons.go:69] Setting default-storageclass=true in profile "addons-531284"
I0914 18:44:46.383335 498519 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-531284"
I0914 18:44:46.383647 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.392467 498519 addons.go:69] Setting metrics-server=true in profile "addons-531284"
I0914 18:44:46.394777 498519 addons.go:231] Setting addon metrics-server=true in "addons-531284"
I0914 18:44:46.394888 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.395419 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.397843 498519 addons.go:69] Setting registry=true in profile "addons-531284"
I0914 18:44:46.397927 498519 addons.go:231] Setting addon registry=true in "addons-531284"
I0914 18:44:46.398006 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.398566 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.413832 498519 addons.go:69] Setting storage-provisioner=true in profile "addons-531284"
I0914 18:44:46.394142 498519 addons.go:69] Setting gcp-auth=true in profile "addons-531284"
I0914 18:44:46.394154 498519 addons.go:69] Setting ingress=true in profile "addons-531284"
I0914 18:44:46.394160 498519 addons.go:69] Setting ingress-dns=true in profile "addons-531284"
I0914 18:44:46.423246 498519 addons.go:231] Setting addon ingress-dns=true in "addons-531284"
I0914 18:44:46.423325 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.434704 498519 addons.go:231] Setting addon storage-provisioner=true in "addons-531284"
I0914 18:44:46.434818 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.435315 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.446582 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.471385 498519 mustload.go:65] Loading cluster: addons-531284
I0914 18:44:46.471682 498519 config.go:182] Loaded profile config "addons-531284": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.28.1
I0914 18:44:46.472002 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.494535 498519 out.go:177] - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.20.0
I0914 18:44:46.489657 498519 addons.go:231] Setting addon ingress=true in "addons-531284"
I0914 18:44:46.500002 498519 addons.go:423] installing /etc/kubernetes/addons/ig-namespace.yaml
I0914 18:44:46.500072 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.506252 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.513068 498519 out.go:177] - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
I0914 18:44:46.520743 498519 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
I0914 18:44:46.520821 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
I0914 18:44:46.520929 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.515232 498519 out.go:177] - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
I0914 18:44:46.554625 498519 out.go:177] - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
I0914 18:44:46.515255 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
I0914 18:44:46.555974 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.567561 498519 out.go:177] - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.10
I0914 18:44:46.559890 498519 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-531284" context rescaled to 1 replicas
I0914 18:44:46.575962 498519 addons.go:423] installing /etc/kubernetes/addons/deployment.yaml
I0914 18:44:46.576168 498519 start.go:223] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.1 ContainerRuntime:containerd ControlPlane:true Worker:true}
I0914 18:44:46.584808 498519 out.go:177] * Verifying Kubernetes components...
I0914 18:44:46.588718 498519 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0914 18:44:46.584716 498519 out.go:177] - Using image docker.io/registry:2.8.1
I0914 18:44:46.584780 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
I0914 18:44:46.590036 498519 addons.go:231] Setting addon default-storageclass=true in "addons-531284"
I0914 18:44:46.593405 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.593881 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:46.594088 498519 out.go:177] - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
I0914 18:44:46.596780 498519 out.go:177] - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
I0914 18:44:46.594450 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.627232 498519 out.go:177] - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
I0914 18:44:46.625103 498519 out.go:177] - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
I0914 18:44:46.637006 498519 out.go:177] - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
I0914 18:44:46.632744 498519 out.go:177] - Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4
I0914 18:44:46.642384 498519 out.go:177] - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
I0914 18:44:46.645047 498519 addons.go:423] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
I0914 18:44:46.645112 498519 addons.go:423] installing /etc/kubernetes/addons/registry-rc.yaml
I0914 18:44:46.659309 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
I0914 18:44:46.659394 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.659795 498519 addons.go:423] installing /etc/kubernetes/addons/metrics-apiservice.yaml
I0914 18:44:46.660005 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
I0914 18:44:46.660113 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.674659 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
I0914 18:44:46.674840 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.678415 498519 out.go:177] - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
I0914 18:44:46.680323 498519 out.go:177] - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
I0914 18:44:46.681885 498519 addons.go:423] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
I0914 18:44:46.681934 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
I0914 18:44:46.682031 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.699794 498519 out.go:177] - Using image gcr.io/k8s-minikube/storage-provisioner:v5
I0914 18:44:46.704118 498519 addons.go:423] installing /etc/kubernetes/addons/storage-provisioner.yaml
I0914 18:44:46.704140 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
I0914 18:44:46.704205 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.715474 498519 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0914 18:44:46.715657 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:46.719766 498519 out.go:177] - Using image registry.k8s.io/ingress-nginx/controller:v1.8.2
I0914 18:44:46.721788 498519 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0914 18:44:46.726254 498519 addons.go:423] installing /etc/kubernetes/addons/ingress-deploy.yaml
I0914 18:44:46.726276 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16083 bytes)
I0914 18:44:46.726343 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.810851 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.819053 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.852389 498519 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
I0914 18:44:46.853716 498519 node_ready.go:35] waiting up to 6m0s for node "addons-531284" to be "Ready" ...
I0914 18:44:46.861238 498519 node_ready.go:49] node "addons-531284" has status "Ready":"True"
I0914 18:44:46.861313 498519 node_ready.go:38] duration metric: took 7.567106ms waiting for node "addons-531284" to be "Ready" ...
I0914 18:44:46.861339 498519 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" ...
I0914 18:44:46.880100 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.895212 498519 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace to be "Ready" ...
I0914 18:44:46.905320 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.908141 498519 addons.go:423] installing /etc/kubernetes/addons/storageclass.yaml
I0914 18:44:46.908162 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
I0914 18:44:46.908221 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:46.910420 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.926031 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.940731 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.965311 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.967290 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:46.968396 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:47.288751 498519 addons.go:423] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
I0914 18:44:47.288822 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
I0914 18:44:47.473655 498519 addons.go:423] installing /etc/kubernetes/addons/ig-role.yaml
I0914 18:44:47.473725 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
I0914 18:44:47.491936 498519 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
I0914 18:44:47.492006 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
I0914 18:44:47.515801 498519 addons.go:423] installing /etc/kubernetes/addons/rbac-hostpath.yaml
I0914 18:44:47.515825 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
I0914 18:44:47.585740 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
I0914 18:44:47.590842 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
I0914 18:44:47.620661 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
I0914 18:44:47.631156 498519 addons.go:423] installing /etc/kubernetes/addons/ig-rolebinding.yaml
I0914 18:44:47.631177 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
I0914 18:44:47.636811 498519 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
I0914 18:44:47.636832 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
I0914 18:44:47.657302 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
I0914 18:44:47.695276 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
I0914 18:44:47.704449 498519 addons.go:423] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
I0914 18:44:47.704519 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
I0914 18:44:47.723742 498519 addons.go:423] installing /etc/kubernetes/addons/registry-svc.yaml
I0914 18:44:47.723815 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
I0914 18:44:47.780533 498519 addons.go:423] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
I0914 18:44:47.780557 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
I0914 18:44:47.881455 498519 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrole.yaml
I0914 18:44:47.881478 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
I0914 18:44:47.886246 498519 addons.go:423] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
I0914 18:44:47.886267 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
I0914 18:44:47.926775 498519 addons.go:423] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
I0914 18:44:47.926802 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
I0914 18:44:47.929119 498519 addons.go:423] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
I0914 18:44:47.929141 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
I0914 18:44:47.978427 498519 addons.go:423] installing /etc/kubernetes/addons/registry-proxy.yaml
I0914 18:44:47.978450 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
I0914 18:44:48.172484 498519 addons.go:423] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
I0914 18:44:48.172553 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
I0914 18:44:48.188606 498519 addons.go:423] installing /etc/kubernetes/addons/metrics-server-service.yaml
I0914 18:44:48.188666 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
I0914 18:44:48.224123 498519 addons.go:423] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
I0914 18:44:48.224194 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
I0914 18:44:48.239844 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
I0914 18:44:48.254620 498519 addons.go:423] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
I0914 18:44:48.254692 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
I0914 18:44:48.407986 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
I0914 18:44:48.442522 498519 addons.go:423] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0914 18:44:48.442591 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
I0914 18:44:48.464771 498519 addons.go:423] installing /etc/kubernetes/addons/ig-crd.yaml
I0914 18:44:48.464841 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
I0914 18:44:48.544673 498519 addons.go:423] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
I0914 18:44:48.544735 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
I0914 18:44:48.756504 498519 addons.go:423] installing /etc/kubernetes/addons/ig-daemonset.yaml
I0914 18:44:48.756596 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7741 bytes)
I0914 18:44:48.782285 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0914 18:44:48.938259 498519 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
I0914 18:44:48.938327 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
I0914 18:44:48.941056 498519 pod_ready.go:102] pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace has status "Ready":"False"
I0914 18:44:49.149193 498519 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^ forward . \/etc\/resolv.conf.*/i \ hosts {\n 192.168.49.1 host.minikube.internal\n fallthrough\n }' -e '/^ errors *$/i \ log' | sudo /var/lib/minikube/binaries/v1.28.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.296765479s)
I0914 18:44:49.149289 498519 start.go:917] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
I0914 18:44:49.186675 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
I0914 18:44:49.257190 498519 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
I0914 18:44:49.257262 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
I0914 18:44:49.566809 498519 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
I0914 18:44:49.566891 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
I0914 18:44:49.715042 498519 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
I0914 18:44:49.715115 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
I0914 18:44:49.900104 498519 addons.go:423] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0914 18:44:49.900130 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
I0914 18:44:50.210842 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
I0914 18:44:50.887018 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (3.301231152s)
I0914 18:44:50.887095 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (3.296229418s)
I0914 18:44:50.887140 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.266458868s)
I0914 18:44:51.266930 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (3.609538377s)
I0914 18:44:51.440230 498519 pod_ready.go:102] pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace has status "Ready":"False"
I0914 18:44:53.455531 498519 pod_ready.go:102] pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace has status "Ready":"False"
I0914 18:44:53.600288 498519 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
I0914 18:44:53.600434 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:53.631826 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:53.701868 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.006552782s)
I0914 18:44:53.701907 498519 addons.go:467] Verifying addon ingress=true in "addons-531284"
I0914 18:44:53.704073 498519 out.go:177] * Verifying ingress addon...
I0914 18:44:53.702085 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.462167605s)
I0914 18:44:53.702158 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.294106028s)
I0914 18:44:53.702233 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (4.919871483s)
I0914 18:44:53.702280 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.515515018s)
I0914 18:44:53.709745 498519 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
I0914 18:44:53.709968 498519 addons.go:467] Verifying addon registry=true in "addons-531284"
I0914 18:44:53.720516 498519 out.go:177] * Verifying registry addon...
I0914 18:44:53.710231 498519 addons.go:467] Verifying addon metrics-server=true in "addons-531284"
W0914 18:44:53.710266 498519 addons.go:449] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0914 18:44:53.715136 498519 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
I0914 18:44:53.722859 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:53.723879 498519 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
I0914 18:44:53.724038 498519 retry.go:31] will retry after 227.086231ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
stdout:
customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
serviceaccount/snapshot-controller created
clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
deployment.apps/snapshot-controller created
stderr:
error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
ensure CRDs are installed first
I0914 18:44:53.732014 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:53.732257 498519 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
I0914 18:44:53.732271 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:53.736261 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:53.912138 498519 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
I0914 18:44:53.951753 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
I0914 18:44:53.961829 498519 addons.go:231] Setting addon gcp-auth=true in "addons-531284"
I0914 18:44:53.961930 498519 host.go:66] Checking if "addons-531284" exists ...
I0914 18:44:53.962440 498519 cli_runner.go:164] Run: docker container inspect addons-531284 --format={{.State.Status}}
I0914 18:44:53.984946 498519 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
I0914 18:44:53.985047 498519 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-531284
I0914 18:44:54.019613 498519 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33392 SSHKeyPath:/home/jenkins/minikube-integration/17217-492678/.minikube/machines/addons-531284/id_rsa Username:docker}
I0914 18:44:54.237201 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:54.242078 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:54.738587 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:54.743455 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:55.264045 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:55.265897 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:55.454172 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.243262964s)
I0914 18:44:55.454215 498519 addons.go:467] Verifying addon csi-hostpath-driver=true in "addons-531284"
I0914 18:44:55.457178 498519 out.go:177] * Verifying csi-hostpath-driver addon...
I0914 18:44:55.460628 498519 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0914 18:44:55.468485 498519 pod_ready.go:102] pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace has status "Ready":"False"
I0914 18:44:55.473490 498519 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0914 18:44:55.473520 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:55.498503 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:55.736423 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:55.741006 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:55.856222 498519 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.871184631s)
I0914 18:44:55.856318 498519 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.904485691s)
I0914 18:44:55.859074 498519 out.go:177] - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407
I0914 18:44:55.861051 498519 out.go:177] - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.0
I0914 18:44:55.863093 498519 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
I0914 18:44:55.863121 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
I0914 18:44:55.899315 498519 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-service.yaml
I0914 18:44:55.899340 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
I0914 18:44:55.949105 498519 addons.go:423] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0914 18:44:55.949135 498519 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5412 bytes)
I0914 18:44:55.986041 498519 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
I0914 18:44:56.009567 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:56.238061 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:56.242797 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:56.505665 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:56.743890 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:56.750290 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:56.867519 498519 addons.go:467] Verifying addon gcp-auth=true in "addons-531284"
I0914 18:44:56.870393 498519 out.go:177] * Verifying gcp-auth addon...
I0914 18:44:56.875329 498519 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
I0914 18:44:56.884265 498519 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
I0914 18:44:56.884289 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:44:56.892736 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:44:57.006936 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:57.254412 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:57.255796 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:57.397270 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:44:57.504353 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:57.738042 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:57.741026 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:57.896896 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:44:57.939360 498519 pod_ready.go:102] pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace has status "Ready":"False"
I0914 18:44:58.007182 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:58.245439 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:58.256541 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:58.396836 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:44:58.505219 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:58.739008 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:58.742615 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:58.897483 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:44:59.006342 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:59.241080 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:59.243528 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:59.398339 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:44:59.504314 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:44:59.736925 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:44:59.742112 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:44:59.897303 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:00.006472 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:00.240791 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:00.249198 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:00.402520 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:00.441229 498519 pod_ready.go:102] pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace has status "Ready":"False"
I0914 18:45:00.506663 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:00.745275 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:00.746760 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:00.898845 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:01.007169 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:01.249852 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:01.251135 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:01.396527 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:01.438812 498519 pod_ready.go:92] pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace has status "Ready":"True"
I0914 18:45:01.438842 498519 pod_ready.go:81] duration metric: took 14.543551465s waiting for pod "coredns-5dd5756b68-6z9qf" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.438855 498519 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-xzv7w" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.441270 498519 pod_ready.go:97] error getting pod "coredns-5dd5756b68-xzv7w" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-xzv7w" not found
I0914 18:45:01.441297 498519 pod_ready.go:81] duration metric: took 2.434114ms waiting for pod "coredns-5dd5756b68-xzv7w" in "kube-system" namespace to be "Ready" ...
E0914 18:45:01.441308 498519 pod_ready.go:66] WaitExtra: waitPodCondition: error getting pod "coredns-5dd5756b68-xzv7w" in "kube-system" namespace (skipping!): pods "coredns-5dd5756b68-xzv7w" not found
I0914 18:45:01.441316 498519 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.446980 498519 pod_ready.go:92] pod "etcd-addons-531284" in "kube-system" namespace has status "Ready":"True"
I0914 18:45:01.447008 498519 pod_ready.go:81] duration metric: took 5.683893ms waiting for pod "etcd-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.447023 498519 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.454068 498519 pod_ready.go:92] pod "kube-apiserver-addons-531284" in "kube-system" namespace has status "Ready":"True"
I0914 18:45:01.454140 498519 pod_ready.go:81] duration metric: took 7.098961ms waiting for pod "kube-apiserver-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.454165 498519 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.461134 498519 pod_ready.go:92] pod "kube-controller-manager-addons-531284" in "kube-system" namespace has status "Ready":"True"
I0914 18:45:01.461219 498519 pod_ready.go:81] duration metric: took 7.031834ms waiting for pod "kube-controller-manager-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.461247 498519 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-55vpq" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.505305 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:01.636759 498519 pod_ready.go:92] pod "kube-proxy-55vpq" in "kube-system" namespace has status "Ready":"True"
I0914 18:45:01.636786 498519 pod_ready.go:81] duration metric: took 175.519857ms waiting for pod "kube-proxy-55vpq" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.636798 498519 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:01.739337 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:01.740626 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:01.896982 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:02.016062 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:02.036693 498519 pod_ready.go:92] pod "kube-scheduler-addons-531284" in "kube-system" namespace has status "Ready":"True"
I0914 18:45:02.036719 498519 pod_ready.go:81] duration metric: took 399.911285ms waiting for pod "kube-scheduler-addons-531284" in "kube-system" namespace to be "Ready" ...
I0914 18:45:02.036730 498519 pod_ready.go:38] duration metric: took 15.175367063s 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" ...
I0914 18:45:02.036748 498519 api_server.go:52] waiting for apiserver process to appear ...
I0914 18:45:02.036808 498519 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0914 18:45:02.053487 498519 api_server.go:72] duration metric: took 15.472804316s to wait for apiserver process to appear ...
I0914 18:45:02.053513 498519 api_server.go:88] waiting for apiserver healthz status ...
I0914 18:45:02.053531 498519 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
I0914 18:45:02.062602 498519 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
ok
I0914 18:45:02.064024 498519 api_server.go:141] control plane version: v1.28.1
I0914 18:45:02.064049 498519 api_server.go:131] duration metric: took 10.529786ms to wait for apiserver health ...
I0914 18:45:02.064058 498519 system_pods.go:43] waiting for kube-system pods to appear ...
I0914 18:45:02.247663 498519 system_pods.go:59] 17 kube-system pods found
I0914 18:45:02.247705 498519 system_pods.go:61] "coredns-5dd5756b68-6z9qf" [a55a0d6a-c5ca-42db-a514-fa07b193e25c] Running
I0914 18:45:02.247715 498519 system_pods.go:61] "csi-hostpath-attacher-0" [11176d22-dad9-4291-9d3e-a87c099f1408] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0914 18:45:02.247724 498519 system_pods.go:61] "csi-hostpath-resizer-0" [69159c91-b831-4642-a0be-93e75350b8e0] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0914 18:45:02.247732 498519 system_pods.go:61] "csi-hostpathplugin-6dnfc" [0ac05f4f-613f-4af5-bcc8-cbfab980c48d] 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])
I0914 18:45:02.247744 498519 system_pods.go:61] "etcd-addons-531284" [c9e3e4b7-8d82-400a-886f-3fdc736a2c9f] Running
I0914 18:45:02.247750 498519 system_pods.go:61] "kindnet-2vmqd" [dfce2081-340d-457b-aa80-03d005d5dded] Running
I0914 18:45:02.247755 498519 system_pods.go:61] "kube-apiserver-addons-531284" [c1de290f-6154-4810-ac1e-e3cb320e647f] Running
I0914 18:45:02.247760 498519 system_pods.go:61] "kube-controller-manager-addons-531284" [2640a2ea-4148-4402-8a12-3ee45ebc851d] Running
I0914 18:45:02.247769 498519 system_pods.go:61] "kube-ingress-dns-minikube" [7bbfa2a2-10aa-4f0f-8009-e0cd04f51f6c] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0914 18:45:02.247774 498519 system_pods.go:61] "kube-proxy-55vpq" [d5d878c2-3c34-4b3e-b429-f44620c955ab] Running
I0914 18:45:02.247780 498519 system_pods.go:61] "kube-scheduler-addons-531284" [3263487b-16e0-4924-a423-44b127e6716a] Running
I0914 18:45:02.247788 498519 system_pods.go:61] "metrics-server-7c66d45ddc-9zr98" [7582499e-b5c4-46d2-b45e-b3d4b0c91902] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0914 18:45:02.247794 498519 system_pods.go:61] "registry-proxy-4vs8q" [7cadbedb-cc49-4ca9-9df2-fd1e7019f21e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0914 18:45:02.247800 498519 system_pods.go:61] "registry-shj4x" [0364cf43-d68c-44d4-8ef3-8a69c44bd62b] Running
I0914 18:45:02.247807 498519 system_pods.go:61] "snapshot-controller-58dbcc7b99-6vxvm" [ac0cb08a-7c93-4348-a21f-58936db83cad] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0914 18:45:02.247815 498519 system_pods.go:61] "snapshot-controller-58dbcc7b99-nbx66" [5db7f7d2-d2e7-4f50-9141-9b5845f5bf67] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0914 18:45:02.247820 498519 system_pods.go:61] "storage-provisioner" [ce2c29da-f82d-4860-aa17-2b091defa8fd] Running
I0914 18:45:02.247826 498519 system_pods.go:74] duration metric: took 183.762065ms to wait for pod list to return data ...
I0914 18:45:02.247837 498519 default_sa.go:34] waiting for default service account to be created ...
I0914 18:45:02.249187 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:02.249304 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:02.397213 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:02.436244 498519 default_sa.go:45] found service account: "default"
I0914 18:45:02.436312 498519 default_sa.go:55] duration metric: took 188.467412ms for default service account to be created ...
I0914 18:45:02.436337 498519 system_pods.go:116] waiting for k8s-apps to be running ...
I0914 18:45:02.505111 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:02.644213 498519 system_pods.go:86] 17 kube-system pods found
I0914 18:45:02.644304 498519 system_pods.go:89] "coredns-5dd5756b68-6z9qf" [a55a0d6a-c5ca-42db-a514-fa07b193e25c] Running
I0914 18:45:02.644334 498519 system_pods.go:89] "csi-hostpath-attacher-0" [11176d22-dad9-4291-9d3e-a87c099f1408] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
I0914 18:45:02.644370 498519 system_pods.go:89] "csi-hostpath-resizer-0" [69159c91-b831-4642-a0be-93e75350b8e0] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
I0914 18:45:02.644397 498519 system_pods.go:89] "csi-hostpathplugin-6dnfc" [0ac05f4f-613f-4af5-bcc8-cbfab980c48d] 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])
I0914 18:45:02.644417 498519 system_pods.go:89] "etcd-addons-531284" [c9e3e4b7-8d82-400a-886f-3fdc736a2c9f] Running
I0914 18:45:02.644440 498519 system_pods.go:89] "kindnet-2vmqd" [dfce2081-340d-457b-aa80-03d005d5dded] Running
I0914 18:45:02.644477 498519 system_pods.go:89] "kube-apiserver-addons-531284" [c1de290f-6154-4810-ac1e-e3cb320e647f] Running
I0914 18:45:02.644502 498519 system_pods.go:89] "kube-controller-manager-addons-531284" [2640a2ea-4148-4402-8a12-3ee45ebc851d] Running
I0914 18:45:02.644525 498519 system_pods.go:89] "kube-ingress-dns-minikube" [7bbfa2a2-10aa-4f0f-8009-e0cd04f51f6c] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
I0914 18:45:02.644545 498519 system_pods.go:89] "kube-proxy-55vpq" [d5d878c2-3c34-4b3e-b429-f44620c955ab] Running
I0914 18:45:02.644575 498519 system_pods.go:89] "kube-scheduler-addons-531284" [3263487b-16e0-4924-a423-44b127e6716a] Running
I0914 18:45:02.644627 498519 system_pods.go:89] "metrics-server-7c66d45ddc-9zr98" [7582499e-b5c4-46d2-b45e-b3d4b0c91902] Pending / Ready:ContainersNotReady (containers with unready status: [metrics-server]) / ContainersReady:ContainersNotReady (containers with unready status: [metrics-server])
I0914 18:45:02.644650 498519 system_pods.go:89] "registry-proxy-4vs8q" [7cadbedb-cc49-4ca9-9df2-fd1e7019f21e] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
I0914 18:45:02.644667 498519 system_pods.go:89] "registry-shj4x" [0364cf43-d68c-44d4-8ef3-8a69c44bd62b] Running
I0914 18:45:02.644700 498519 system_pods.go:89] "snapshot-controller-58dbcc7b99-6vxvm" [ac0cb08a-7c93-4348-a21f-58936db83cad] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0914 18:45:02.644727 498519 system_pods.go:89] "snapshot-controller-58dbcc7b99-nbx66" [5db7f7d2-d2e7-4f50-9141-9b5845f5bf67] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
I0914 18:45:02.644746 498519 system_pods.go:89] "storage-provisioner" [ce2c29da-f82d-4860-aa17-2b091defa8fd] Running
I0914 18:45:02.644768 498519 system_pods.go:126] duration metric: took 208.41422ms to wait for k8s-apps to be running ...
I0914 18:45:02.644798 498519 system_svc.go:44] waiting for kubelet service to be running ....
I0914 18:45:02.644871 498519 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
I0914 18:45:02.661404 498519 system_svc.go:56] duration metric: took 16.607469ms WaitForService to wait for kubelet.
I0914 18:45:02.661479 498519 kubeadm.go:581] duration metric: took 16.080802418s to wait for : map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] ...
I0914 18:45:02.661537 498519 node_conditions.go:102] verifying NodePressure condition ...
I0914 18:45:02.738366 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:02.743202 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:02.836865 498519 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
I0914 18:45:02.836943 498519 node_conditions.go:123] node cpu capacity is 2
I0914 18:45:02.836969 498519 node_conditions.go:105] duration metric: took 175.415003ms to run NodePressure ...
I0914 18:45:02.836995 498519 start.go:228] waiting for startup goroutines ...
I0914 18:45:02.897321 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:03.008888 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:03.237887 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:03.243100 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:03.397669 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:03.505702 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:03.739242 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:03.756199 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:03.898523 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:04.011586 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:04.239039 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:04.242773 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:04.397256 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:04.504278 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:04.736481 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:04.741967 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:04.896787 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:05.020410 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:05.238096 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:05.243103 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:05.397211 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:05.506334 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:05.738626 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:05.741284 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:05.897977 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:06.005865 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:06.236354 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:06.240855 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:06.396727 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:06.508377 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:06.736947 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:06.742054 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:06.897128 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:07.004826 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:07.238119 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:07.244568 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:07.396852 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:07.505157 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:07.736784 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:07.741597 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:07.896886 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:08.011487 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:08.236868 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:08.243420 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
I0914 18:45:08.397188 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:08.504936 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:08.736892 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:08.741352 498519 kapi.go:107] duration metric: took 15.017467754s to wait for kubernetes.io/minikube-addons=registry ...
I0914 18:45:08.896745 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:09.006187 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:09.237593 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:09.396320 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:09.504804 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:09.737702 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:09.897243 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:10.016408 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:10.236723 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:10.396311 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:10.505951 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:10.738355 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:10.898475 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:11.014245 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:11.237423 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:11.409158 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:11.504948 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:11.737809 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:11.896561 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:12.018196 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:12.243295 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:12.396283 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:12.505866 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:12.736886 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:12.896479 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:13.012413 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:13.239357 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:13.399491 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:13.505288 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:13.737239 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:13.897179 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:14.008972 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:14.238509 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:14.398048 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:14.505072 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:14.740712 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:14.897413 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:15.007041 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:15.237237 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:15.397249 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:15.507252 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:15.737327 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:15.897539 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:16.005856 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:16.237410 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:16.396436 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:16.504337 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:16.737228 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:16.897205 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:17.005812 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:17.236903 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:17.396996 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:17.505679 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:17.737516 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:17.897357 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:18.010048 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:18.236557 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:18.396194 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:18.506390 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:18.737370 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:18.897201 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:19.008137 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:19.236824 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:19.396818 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:19.505253 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:19.738849 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:19.897238 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:20.016058 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:20.236940 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:20.399059 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:20.505463 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:20.736771 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:20.905920 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:21.007406 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:21.236916 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:21.396714 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:21.512480 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:21.736486 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:21.897366 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:22.007523 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:22.239797 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:22.397088 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:22.505180 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:22.737012 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:22.896778 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:23.012135 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:23.236903 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:23.397034 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:23.512906 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:23.736677 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:23.897440 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:24.034664 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:24.237640 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:24.397544 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:24.506340 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:24.736971 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:24.896699 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:25.006915 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:25.237559 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:25.396458 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:25.506041 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:25.736922 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:25.896971 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:26.012725 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:26.236846 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:26.396787 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:26.504576 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:26.739262 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:26.897447 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:27.006430 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:27.240712 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:27.401948 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:27.505017 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:27.736842 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:27.897343 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:28.022543 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:28.237222 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:28.397202 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:28.504230 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:28.736844 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:28.896988 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:29.006491 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:29.237625 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:29.396832 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:29.512194 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:29.738072 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:29.896824 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:30.006635 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:30.237559 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:30.396330 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:30.505090 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:30.736907 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:30.896835 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:31.005202 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:31.236542 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:31.397440 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:31.504751 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:31.737065 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:31.896917 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:32.006521 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:32.237365 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:32.397207 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:32.506585 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:32.737185 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:32.900373 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:33.015350 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:33.237233 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:33.397403 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:33.504490 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:33.737259 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:33.897126 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:34.008004 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:34.237195 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:34.397496 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:34.504811 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:34.737566 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:34.897144 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:35.006085 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:35.237960 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:35.397350 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:35.505407 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:35.737084 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:35.896844 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:36.009029 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:36.251265 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:36.400713 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:36.506093 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:36.736474 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:36.897265 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:37.006110 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:37.236979 498519 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
I0914 18:45:37.396659 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:37.504968 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:37.738041 498519 kapi.go:107] duration metric: took 44.028296233s to wait for app.kubernetes.io/name=ingress-nginx ...
I0914 18:45:37.900110 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:38.011315 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:38.396735 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:38.505859 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:38.897573 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:39.007452 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:39.396688 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:39.505280 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:39.897285 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:40.021983 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:40.397447 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:40.505213 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:40.897755 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:41.006327 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:41.397637 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:41.504664 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:41.897401 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:42.016213 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:42.396716 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:42.504383 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:42.897099 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:43.015547 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:43.398353 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:43.504715 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:43.897176 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:44.006092 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:44.397514 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:44.505153 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:44.896844 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:45.014271 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:45.396378 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:45.506195 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:45.897571 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:46.005415 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:46.396782 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:46.504643 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
I0914 18:45:46.896673 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:47.006985 498519 kapi.go:107] duration metric: took 51.546348124s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
I0914 18:45:47.396328 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:47.896540 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:48.396880 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:48.897251 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:49.397129 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:49.897624 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:50.396979 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:50.896452 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:51.396998 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:51.897561 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:52.396990 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:52.897497 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:53.396302 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:53.896936 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:54.396468 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:54.897178 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:55.397537 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:55.897048 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:56.397369 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:56.896477 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:57.396693 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:57.897465 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:58.396475 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:58.896516 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:59.396368 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:45:59.896725 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:00.396714 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:00.896900 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:01.396983 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:01.896965 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:02.397526 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:02.897396 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:03.398509 498519 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
I0914 18:46:03.896668 498519 kapi.go:107] duration metric: took 1m7.021340587s to wait for kubernetes.io/minikube-addons=gcp-auth ...
I0914 18:46:03.899044 498519 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-531284 cluster.
I0914 18:46:03.901224 498519 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.
I0914 18:46:03.903370 498519 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
I0914 18:46:03.905650 498519 out.go:177] * Enabled addons: ingress-dns, default-storageclass, cloud-spanner, storage-provisioner, inspektor-gadget, metrics-server, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
I0914 18:46:03.907589 498519 addons.go:502] enable addons completed in 1m17.529809579s: enabled=[ingress-dns default-storageclass cloud-spanner storage-provisioner inspektor-gadget metrics-server volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
I0914 18:46:03.907634 498519 start.go:233] waiting for cluster config update ...
I0914 18:46:03.907652 498519 start.go:242] writing updated cluster config ...
I0914 18:46:03.907964 498519 ssh_runner.go:195] Run: rm -f paused
I0914 18:46:04.099086 498519 start.go:600] kubectl: 1.28.2, cluster: 1.28.1 (minor skew: 0)
I0914 18:46:04.101463 498519 out.go:177] * Done! kubectl is now configured to use "addons-531284" cluster and "default" namespace by default
*
* ==> container status <==
* CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID POD
7ae1bc67ccdfb a39a074194753 8 seconds ago Exited hello-world-app 2 e177e07833e38 hello-world-app-5d77478584-8479n
20b5491cdd342 fa0c6bb795403 34 seconds ago Running nginx 0 8fd970af2de3b nginx
599d029ec9dc1 71e15c1ff4390 About a minute ago Running headlamp 0 c8eefa787c8e4 headlamp-699c48fb74-dw57t
b16e4b2fcaa7e 2a5f29343eb03 About a minute ago Running gcp-auth 0 f7e53cacc8c21 gcp-auth-d4c87556c-rz8g8
c23794a5ceaee 8f2588812ab29 About a minute ago Exited patch 0 952cb0f74578f ingress-nginx-admission-patch-cgn92
b1f96a22daf1d 8f2588812ab29 About a minute ago Exited create 0 355348e9dca11 ingress-nginx-admission-create-46mcl
4a3f3a86c3cc0 97e04611ad434 2 minutes ago Running coredns 0 935e255b5f8f9 coredns-5dd5756b68-6z9qf
a58efa493d2e4 ba04bb24b9575 2 minutes ago Running storage-provisioner 0 3f94f16eec9c4 storage-provisioner
04ddea0e0e160 04b4eaa3d3db8 2 minutes ago Running kindnet-cni 0 e320b0199d966 kindnet-2vmqd
c5025df7d8310 812f5241df7fd 2 minutes ago Running kube-proxy 0 2997915f1126a kube-proxy-55vpq
df257effa992a b29fb62480892 2 minutes ago Running kube-apiserver 0 46bf1bde3cad5 kube-apiserver-addons-531284
e99958e287ee1 b4a5a57e99492 2 minutes ago Running kube-scheduler 0 f4eb26afe7713 kube-scheduler-addons-531284
929f21054362a 8b6e1980b7584 2 minutes ago Running kube-controller-manager 0 ebb12341d4188 kube-controller-manager-addons-531284
2314f2898ab5c 9cdd6470f48c8 2 minutes ago Running etcd 0 a388bf30df084 etcd-addons-531284
*
* ==> containerd <==
* Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.880162309Z" level=warning msg="cleanup warnings time=\"2023-09-14T18:47:14Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9395 runtime=io.containerd.runc.v2\n"
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.884025997Z" level=info msg="StopContainer for \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\" returns successfully"
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.885005798Z" level=info msg="StopPodSandbox for \"110b21b1bf42e8e9d98db7f60c46cb2e88aded51918ae6fbe1451930e41604cd\""
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.885171337Z" level=info msg="Container to stop \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.885620503Z" level=info msg="StopContainer for \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\" returns successfully"
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.888159322Z" level=info msg="StopPodSandbox for \"5faa8341baa83dab414ea762c7015dd282efbe7ae8d79582e669559ac14686d4\""
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.888315753Z" level=info msg="Container to stop \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.982234614Z" level=info msg="shim disconnected" id=110b21b1bf42e8e9d98db7f60c46cb2e88aded51918ae6fbe1451930e41604cd
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.982444682Z" level=warning msg="cleaning up after shim disconnected" id=110b21b1bf42e8e9d98db7f60c46cb2e88aded51918ae6fbe1451930e41604cd namespace=k8s.io
Sep 14 18:47:14 addons-531284 containerd[746]: time="2023-09-14T18:47:14.982525199Z" level=info msg="cleaning up dead shim"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.033819051Z" level=info msg="shim disconnected" id=5faa8341baa83dab414ea762c7015dd282efbe7ae8d79582e669559ac14686d4
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.034660103Z" level=warning msg="cleaning up after shim disconnected" id=5faa8341baa83dab414ea762c7015dd282efbe7ae8d79582e669559ac14686d4 namespace=k8s.io
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.034803258Z" level=info msg="cleaning up dead shim"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.042793068Z" level=warning msg="cleanup warnings time=\"2023-09-14T18:47:14Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9459 runtime=io.containerd.runc.v2\n"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.074439961Z" level=warning msg="cleanup warnings time=\"2023-09-14T18:47:15Z\" level=info msg=\"starting signal loop\" namespace=k8s.io pid=9473 runtime=io.containerd.runc.v2\n"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.088816492Z" level=info msg="TearDown network for sandbox \"110b21b1bf42e8e9d98db7f60c46cb2e88aded51918ae6fbe1451930e41604cd\" successfully"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.089032214Z" level=info msg="StopPodSandbox for \"110b21b1bf42e8e9d98db7f60c46cb2e88aded51918ae6fbe1451930e41604cd\" returns successfully"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.115674592Z" level=info msg="TearDown network for sandbox \"5faa8341baa83dab414ea762c7015dd282efbe7ae8d79582e669559ac14686d4\" successfully"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.115889706Z" level=info msg="StopPodSandbox for \"5faa8341baa83dab414ea762c7015dd282efbe7ae8d79582e669559ac14686d4\" returns successfully"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.239118946Z" level=info msg="RemoveContainer for \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\""
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.248780989Z" level=info msg="RemoveContainer for \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\" returns successfully"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.252691414Z" level=error msg="ContainerStatus for \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\": not found"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.254765207Z" level=info msg="RemoveContainer for \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\""
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.262568506Z" level=info msg="RemoveContainer for \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\" returns successfully"
Sep 14 18:47:15 addons-531284 containerd[746]: time="2023-09-14T18:47:15.266115746Z" level=error msg="ContainerStatus for \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\" failed" error="rpc error: code = NotFound desc = an error occurred when try to find container \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\": not found"
*
* ==> coredns [4a3f3a86c3cc000b28f87979d7d52b27bd4b08830f5490029efdf9f8730005c7] <==
* [INFO] 10.244.0.16:60856 - 42160 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000040928s
[INFO] 10.244.0.16:60856 - 51636 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001961211s
[INFO] 10.244.0.16:36231 - 38349 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001600618s
[INFO] 10.244.0.16:36231 - 40792 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001780484s
[INFO] 10.244.0.16:60856 - 63437 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001489332s
[INFO] 10.244.0.16:60856 - 42176 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000121428s
[INFO] 10.244.0.16:36231 - 25859 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000088566s
[INFO] 10.244.0.16:58592 - 59012 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.00012375s
[INFO] 10.244.0.16:43106 - 18412 "A IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000255123s
[INFO] 10.244.0.16:58592 - 308 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000101588s
[INFO] 10.244.0.16:43106 - 30747 "AAAA IN hello-world-app.default.svc.cluster.local.ingress-nginx.svc.cluster.local. udp 91 false 512" NXDOMAIN qr,aa,rd 184 0.000142638s
[INFO] 10.244.0.16:58592 - 56779 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000214827s
[INFO] 10.244.0.16:43106 - 2492 "A IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000080247s
[INFO] 10.244.0.16:58592 - 30241 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000086047s
[INFO] 10.244.0.16:43106 - 36126 "AAAA IN hello-world-app.default.svc.cluster.local.svc.cluster.local. udp 77 false 512" NXDOMAIN qr,aa,rd 170 0.000082166s
[INFO] 10.244.0.16:58592 - 48336 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.00008992s
[INFO] 10.244.0.16:43106 - 31958 "A IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000043749s
[INFO] 10.244.0.16:43106 - 42648 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000092964s
[INFO] 10.244.0.16:58592 - 51150 "AAAA IN hello-world-app.default.svc.cluster.local.cluster.local. udp 73 false 512" NXDOMAIN qr,aa,rd 166 0.000210003s
[INFO] 10.244.0.16:43106 - 6218 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001273923s
[INFO] 10.244.0.16:58592 - 46970 "A IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.00138274s
[INFO] 10.244.0.16:58592 - 61154 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001052859s
[INFO] 10.244.0.16:43106 - 37011 "AAAA IN hello-world-app.default.svc.cluster.local.us-east-2.compute.internal. udp 86 false 512" NXDOMAIN qr,rd,ra 86 0.001152445s
[INFO] 10.244.0.16:58592 - 12589 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.000071795s
[INFO] 10.244.0.16:43106 - 12545 "A IN hello-world-app.default.svc.cluster.local. udp 59 false 512" NOERROR qr,aa,rd 116 0.00014487s
*
* ==> describe nodes <==
* Name: addons-531284
Roles: control-plane
Labels: beta.kubernetes.io/arch=arm64
beta.kubernetes.io/os=linux
kubernetes.io/arch=arm64
kubernetes.io/hostname=addons-531284
kubernetes.io/os=linux
minikube.k8s.io/commit=677eba4579c03f097a5d68f80823c59a8add4a3b
minikube.k8s.io/name=addons-531284
minikube.k8s.io/primary=true
minikube.k8s.io/updated_at=2023_09_14T18_44_34_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-531284
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: Thu, 14 Sep 2023 18:44:30 +0000
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: addons-531284
AcquireTime: <unset>
RenewTime: Thu, 14 Sep 2023 18:47:07 +0000
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
MemoryPressure False Thu, 14 Sep 2023 18:47:06 +0000 Thu, 14 Sep 2023 18:44:27 +0000 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 14 Sep 2023 18:47:06 +0000 Thu, 14 Sep 2023 18:44:27 +0000 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 14 Sep 2023 18:47:06 +0000 Thu, 14 Sep 2023 18:44:27 +0000 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 14 Sep 2023 18:47:06 +0000 Thu, 14 Sep 2023 18:44:34 +0000 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 192.168.49.2
Hostname: addons-531284
Capacity:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
Allocatable:
cpu: 2
ephemeral-storage: 203034800Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
hugepages-32Mi: 0
hugepages-64Ki: 0
memory: 8022500Ki
pods: 110
System Info:
Machine ID: 02923931eae24cfcad27c290cc12b0bc
System UUID: a46ed6c7-50a0-4d72-8ba6-1e030fdb9660
Boot ID: 5482c722-bf9c-42ea-8010-6373e20f2ddd
Kernel Version: 5.15.0-1044-aws
OS Image: Ubuntu 22.04.3 LTS
Operating System: linux
Architecture: arm64
Container Runtime Version: containerd://1.6.22
Kubelet Version: v1.28.1
Kube-Proxy Version: v1.28.1
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-8479n 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 27s
default nginx 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 37s
gcp-auth gcp-auth-d4c87556c-rz8g8 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m20s
headlamp headlamp-699c48fb74-dw57t 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 65s
kube-system coredns-5dd5756b68-6z9qf 100m (5%!)(MISSING) 0 (0%!)(MISSING) 70Mi (0%!)(MISSING) 170Mi (2%!)(MISSING) 2m30s
kube-system etcd-addons-531284 100m (5%!)(MISSING) 0 (0%!)(MISSING) 100Mi (1%!)(MISSING) 0 (0%!)(MISSING) 2m42s
kube-system kindnet-2vmqd 100m (5%!)(MISSING) 100m (5%!)(MISSING) 50Mi (0%!)(MISSING) 50Mi (0%!)(MISSING) 2m31s
kube-system kube-apiserver-addons-531284 250m (12%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m42s
kube-system kube-controller-manager-addons-531284 200m (10%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m42s
kube-system kube-proxy-55vpq 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m31s
kube-system kube-scheduler-addons-531284 100m (5%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m42s
kube-system storage-provisioner 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 0 (0%!)(MISSING) 2m25s
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 2m28s kube-proxy
Normal NodeHasSufficientMemory 2m51s (x8 over 2m51s) kubelet Node addons-531284 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m51s (x8 over 2m51s) kubelet Node addons-531284 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m51s (x7 over 2m51s) kubelet Node addons-531284 status is now: NodeHasSufficientPID
Normal NodeAllocatableEnforced 2m51s kubelet Updated Node Allocatable limit across pods
Normal NodeHasSufficientMemory 2m43s kubelet Node addons-531284 status is now: NodeHasSufficientMemory
Normal NodeHasNoDiskPressure 2m43s kubelet Node addons-531284 status is now: NodeHasNoDiskPressure
Normal NodeHasSufficientPID 2m43s kubelet Node addons-531284 status is now: NodeHasSufficientPID
Normal NodeNotReady 2m43s kubelet Node addons-531284 status is now: NodeNotReady
Normal Starting 2m43s kubelet Starting kubelet.
Normal NodeAllocatableEnforced 2m42s kubelet Updated Node Allocatable limit across pods
Normal NodeReady 2m42s kubelet Node addons-531284 status is now: NodeReady
Normal RegisteredNode 2m31s node-controller Node addons-531284 event: Registered Node addons-531284 in Controller
*
* ==> dmesg <==
* [ +0.000738] FS-Cache: N-cookie c=0000001e [p=00000015 fl=2 nc=0 na=1]
[ +0.001019] FS-Cache: N-cookie d=00000000d4bffb2c{9p.inode} n=00000000e6d70ae1
[ +0.001093] FS-Cache: N-key=[8] '943a5c0100000000'
[ +0.020369] FS-Cache: Duplicate cookie detected
[ +0.000880] FS-Cache: O-cookie c=00000018 [p=00000015 fl=226 nc=0 na=1]
[ +0.001104] FS-Cache: O-cookie d=00000000d4bffb2c{9p.inode} n=000000007cc3b60a
[ +0.001158] FS-Cache: O-key=[8] '943a5c0100000000'
[ +0.000773] FS-Cache: N-cookie c=0000001f [p=00000015 fl=2 nc=0 na=1]
[ +0.001149] FS-Cache: N-cookie d=00000000d4bffb2c{9p.inode} n=000000009e94c0ae
[ +0.001230] FS-Cache: N-key=[8] '943a5c0100000000'
[ +2.856088] FS-Cache: Duplicate cookie detected
[ +0.000699] FS-Cache: O-cookie c=00000016 [p=00000015 fl=226 nc=0 na=1]
[ +0.001044] FS-Cache: O-cookie d=00000000d4bffb2c{9p.inode} n=000000000e997ae2
[ +0.001081] FS-Cache: O-key=[8] '933a5c0100000000'
[ +0.000711] FS-Cache: N-cookie c=00000021 [p=00000015 fl=2 nc=0 na=1]
[ +0.000940] FS-Cache: N-cookie d=00000000d4bffb2c{9p.inode} n=00000000e6d70ae1
[ +0.001069] FS-Cache: N-key=[8] '933a5c0100000000'
[ +0.399166] FS-Cache: Duplicate cookie detected
[ +0.000757] FS-Cache: O-cookie c=0000001b [p=00000015 fl=226 nc=0 na=1]
[ +0.001019] FS-Cache: O-cookie d=00000000d4bffb2c{9p.inode} n=0000000095ffa149
[ +0.001108] FS-Cache: O-key=[8] '993a5c0100000000'
[ +0.000739] FS-Cache: N-cookie c=00000022 [p=00000015 fl=2 nc=0 na=1]
[ +0.000945] FS-Cache: N-cookie d=00000000d4bffb2c{9p.inode} n=0000000080474072
[ +0.001122] FS-Cache: N-key=[8] '993a5c0100000000'
[ +10.571489] new mount options do not match the existing superblock, will be ignored
*
* ==> etcd [2314f2898ab5cd1717e24974b9c0a89377aada9e59a361dabd44dc6183395c0e] <==
* {"level":"info","ts":"2023-09-14T18:44:26.375621Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc switched to configuration voters=(12593026477526642892)"}
{"level":"info","ts":"2023-09-14T18:44:26.375701Z","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-09-14T18:44:26.37599Z","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-09-14T18:44:26.376252Z","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-09-14T18:44:26.376276Z","caller":"embed/etcd.go:855","msg":"serving metrics","address":"http://127.0.0.1:2381"}
{"level":"info","ts":"2023-09-14T18:44:26.376305Z","caller":"embed/etcd.go:597","msg":"serving peer traffic","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-09-14T18:44:26.376316Z","caller":"embed/etcd.go:569","msg":"cmux::serve","address":"192.168.49.2:2380"}
{"level":"info","ts":"2023-09-14T18:44:27.252628Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
{"level":"info","ts":"2023-09-14T18:44:27.252734Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
{"level":"info","ts":"2023-09-14T18:44:27.25277Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
{"level":"info","ts":"2023-09-14T18:44:27.252825Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
{"level":"info","ts":"2023-09-14T18:44:27.252863Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-09-14T18:44:27.252975Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
{"level":"info","ts":"2023-09-14T18:44:27.253062Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
{"level":"info","ts":"2023-09-14T18:44:27.25676Z","caller":"etcdserver/server.go:2062","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-531284 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
{"level":"info","ts":"2023-09-14T18:44:27.256869Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-09-14T18:44:27.258166Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
{"level":"info","ts":"2023-09-14T18:44:27.256933Z","caller":"etcdserver/server.go:2571","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
{"level":"info","ts":"2023-09-14T18:44:27.262591Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
{"level":"info","ts":"2023-09-14T18:44:27.262695Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
{"level":"info","ts":"2023-09-14T18:44:27.256957Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
{"level":"info","ts":"2023-09-14T18:44:27.263362Z","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-09-14T18:44:27.26356Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
{"level":"info","ts":"2023-09-14T18:44:27.263665Z","caller":"etcdserver/server.go:2595","msg":"cluster version is updated","cluster-version":"3.5"}
{"level":"info","ts":"2023-09-14T18:44:27.269428Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
*
* ==> gcp-auth [b16e4b2fcaa7e28bba1bb2926c0016c8e3587c9227f5dc9cc32f02e800badd27] <==
* 2023/09/14 18:46:03 GCP Auth Webhook started!
2023/09/14 18:46:11 Ready to marshal response ...
2023/09/14 18:46:11 Ready to write response ...
2023/09/14 18:46:11 Ready to marshal response ...
2023/09/14 18:46:11 Ready to write response ...
2023/09/14 18:46:11 Ready to marshal response ...
2023/09/14 18:46:11 Ready to write response ...
2023/09/14 18:46:14 Ready to marshal response ...
2023/09/14 18:46:14 Ready to write response ...
2023/09/14 18:46:25 Ready to marshal response ...
2023/09/14 18:46:25 Ready to write response ...
2023/09/14 18:46:39 Ready to marshal response ...
2023/09/14 18:46:39 Ready to write response ...
2023/09/14 18:46:49 Ready to marshal response ...
2023/09/14 18:46:49 Ready to write response ...
2023/09/14 18:46:57 Ready to marshal response ...
2023/09/14 18:46:57 Ready to write response ...
*
* ==> kernel <==
* 18:47:16 up 4:29, 0 users, load average: 2.61, 1.35, 1.11
Linux addons-531284 5.15.0-1044-aws #49~20.04.1-Ubuntu SMP Mon Aug 21 17:10:24 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
PRETTY_NAME="Ubuntu 22.04.3 LTS"
*
* ==> kindnet [04ddea0e0e1603140a79f197b296542c1ce633c2ebae27fb9865edda0a35d1da] <==
* I0914 18:45:09.752542 1 main.go:227] handling current node
I0914 18:45:19.768394 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:45:19.768419 1 main.go:227] handling current node
I0914 18:45:29.780795 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:45:29.781204 1 main.go:227] handling current node
I0914 18:45:39.795879 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:45:39.795908 1 main.go:227] handling current node
I0914 18:45:49.799991 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:45:49.800019 1 main.go:227] handling current node
I0914 18:45:59.812357 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:45:59.812383 1 main.go:227] handling current node
I0914 18:46:09.829810 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:46:09.829839 1 main.go:227] handling current node
I0914 18:46:19.840562 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:46:19.840616 1 main.go:227] handling current node
I0914 18:46:29.844311 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:46:29.844350 1 main.go:227] handling current node
I0914 18:46:39.858111 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:46:39.858146 1 main.go:227] handling current node
I0914 18:46:49.928845 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:46:49.928876 1 main.go:227] handling current node
I0914 18:46:59.940341 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:46:59.940374 1 main.go:227] handling current node
I0914 18:47:09.945312 1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
I0914 18:47:09.945340 1 main.go:227] handling current node
*
* ==> kube-apiserver [df257effa992a7af8697659ab8ac16dab647e684a7832df0717f75a6639a87dc] <==
* , Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
I0914 18:47:13.282403 1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
I0914 18:47:14.428519 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.428635 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0914 18:47:14.443197 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.443260 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0914 18:47:14.464532 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.465558 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0914 18:47:14.478055 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.478100 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0914 18:47:14.509859 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.509916 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0914 18:47:14.516432 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.517254 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0914 18:47:14.547142 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.552266 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
I0914 18:47:14.571663 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
I0914 18:47:14.574239 1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
E0914 18:47:14.598855 1 controller.go:159] removing "v1beta1.snapshot.storage.k8s.io" from AggregationController failed with: resource not found
E0914 18:47:14.598954 1 controller.go:159] removing "v1beta1.snapshot.storage.k8s.io" from AggregationController failed with: resource not found
E0914 18:47:14.603820 1 controller.go:159] removing "v1.snapshot.storage.k8s.io" from AggregationController failed with: resource not found
E0914 18:47:14.604760 1 controller.go:159] removing "v1.snapshot.storage.k8s.io" from AggregationController failed with: resource not found
W0914 18:47:15.478270 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
W0914 18:47:15.572368 1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
W0914 18:47:15.587686 1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
*
* ==> kube-controller-manager [929f21054362abc700294f9b638366371e60b3c37a2b8d04e186f5eef7baa6e8] <==
* I0914 18:46:51.088668 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="16.792979ms"
I0914 18:46:51.089567 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="70.769µs"
I0914 18:46:52.084899 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="12.539161ms"
I0914 18:46:52.085716 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="56.862µs"
I0914 18:46:53.081388 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="76.521µs"
W0914 18:46:53.198820 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
E0914 18:46:53.198874 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
I0914 18:46:54.083236 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="45.35µs"
I0914 18:46:55.829733 1 event.go:307] "Event occurred" object="default/hpvc-restore" fieldPath="" kind="PersistentVolumeClaim" apiVersion="v1" type="Normal" reason="ExternalProvisioning" message="Waiting for a volume to be created either by the external provisioner 'hostpath.csi.k8s.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered."
I0914 18:47:07.171180 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-798b8b85d7" duration="7.705µs"
I0914 18:47:07.171541 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
I0914 18:47:07.195159 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="54.015µs"
I0914 18:47:07.205945 1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
I0914 18:47:07.772278 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-attacher"
I0914 18:47:07.862284 1 stateful_set.go:458] "StatefulSet has been deleted" key="kube-system/csi-hostpath-resizer"
W0914 18:47:11.391731 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
E0914 18:47:11.391765 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
I0914 18:47:14.642041 1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="kube-system/snapshot-controller-58dbcc7b99" duration="4.85µs"
I0914 18:47:15.456997 1 shared_informer.go:311] Waiting for caches to sync for resource quota
I0914 18:47:15.457037 1 shared_informer.go:318] Caches are synced for resource quota
E0914 18:47:15.480922 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0914 18:47:15.575014 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
E0914 18:47:15.590842 1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: the server could not find the requested resource
I0914 18:47:15.931505 1 shared_informer.go:311] Waiting for caches to sync for garbage collector
I0914 18:47:15.931550 1 shared_informer.go:318] Caches are synced for garbage collector
*
* ==> kube-proxy [c5025df7d8310a881042d3f5b1aeb05b2b8804dbec813c03b3fab36460896e35] <==
* I0914 18:44:47.348244 1 server_others.go:69] "Using iptables proxy"
I0914 18:44:47.369783 1 node.go:141] Successfully retrieved node IP: 192.168.49.2
I0914 18:44:47.421089 1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0914 18:44:47.423638 1 server_others.go:152] "Using iptables Proxier"
I0914 18:44:47.423707 1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0914 18:44:47.423720 1 server_others.go:438] "Defaulting to no-op detect-local"
I0914 18:44:47.423791 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"
I0914 18:44:47.430788 1 server.go:846] "Version info" version="v1.28.1"
I0914 18:44:47.430813 1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0914 18:44:47.447391 1 config.go:188] "Starting service config controller"
I0914 18:44:47.447439 1 shared_informer.go:311] Waiting for caches to sync for service config
I0914 18:44:47.447464 1 config.go:97] "Starting endpoint slice config controller"
I0914 18:44:47.447468 1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
I0914 18:44:47.447896 1 config.go:315] "Starting node config controller"
I0914 18:44:47.447905 1 shared_informer.go:311] Waiting for caches to sync for node config
I0914 18:44:47.548411 1 shared_informer.go:318] Caches are synced for endpoint slice config
I0914 18:44:47.548481 1 shared_informer.go:318] Caches are synced for service config
I0914 18:44:47.548375 1 shared_informer.go:318] Caches are synced for node config
*
* ==> kube-scheduler [e99958e287ee1d02e39aba89753602428e0bc2769086cd181867169b058a4104] <==
* W0914 18:44:30.423163 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
E0914 18:44:30.423428 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
W0914 18:44:30.423120 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
E0914 18:44:30.423551 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
W0914 18:44:30.423093 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
E0914 18:44:30.423570 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
W0914 18:44:31.264125 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
E0914 18:44:31.264167 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
W0914 18:44:31.410874 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
E0914 18:44:31.411156 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
W0914 18:44:31.442205 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
E0914 18:44:31.442460 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
W0914 18:44:31.487102 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
E0914 18:44:31.487150 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
W0914 18:44:31.573343 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
E0914 18:44:31.573691 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
W0914 18:44:31.573645 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
E0914 18:44:31.573937 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
W0914 18:44:31.575547 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
E0914 18:44:31.575580 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
W0914 18:44:31.626180 1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
E0914 18:44:31.626397 1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
W0914 18:44:31.704237 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"
E0914 18:44:31.704458 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"
I0914 18:44:33.407945 1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
*
* ==> kubelet <==
* Sep 14 18:47:10 addons-531284 kubelet[1353]: I0914 18:47:10.607089 1353 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/156b344d-a01e-4e88-bce7-a00dcb5b12aa-kube-api-access-tcsvs" (OuterVolumeSpecName: "kube-api-access-tcsvs") pod "156b344d-a01e-4e88-bce7-a00dcb5b12aa" (UID: "156b344d-a01e-4e88-bce7-a00dcb5b12aa"). InnerVolumeSpecName "kube-api-access-tcsvs". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 14 18:47:10 addons-531284 kubelet[1353]: I0914 18:47:10.607105 1353 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/156b344d-a01e-4e88-bce7-a00dcb5b12aa-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "156b344d-a01e-4e88-bce7-a00dcb5b12aa" (UID: "156b344d-a01e-4e88-bce7-a00dcb5b12aa"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
Sep 14 18:47:10 addons-531284 kubelet[1353]: I0914 18:47:10.703386 1353 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-tcsvs\" (UniqueName: \"kubernetes.io/projected/156b344d-a01e-4e88-bce7-a00dcb5b12aa-kube-api-access-tcsvs\") on node \"addons-531284\" DevicePath \"\""
Sep 14 18:47:10 addons-531284 kubelet[1353]: I0914 18:47:10.703433 1353 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/156b344d-a01e-4e88-bce7-a00dcb5b12aa-webhook-cert\") on node \"addons-531284\" DevicePath \"\""
Sep 14 18:47:11 addons-531284 kubelet[1353]: I0914 18:47:11.216246 1353 scope.go:117] "RemoveContainer" containerID="259aef53aae0f32cd96f89445d0adf42815afc01eb4f5c8be6b3beb78839d92f"
Sep 14 18:47:11 addons-531284 kubelet[1353]: I0914 18:47:11.223468 1353 scope.go:117] "RemoveContainer" containerID="259aef53aae0f32cd96f89445d0adf42815afc01eb4f5c8be6b3beb78839d92f"
Sep 14 18:47:11 addons-531284 kubelet[1353]: E0914 18:47:11.224009 1353 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"259aef53aae0f32cd96f89445d0adf42815afc01eb4f5c8be6b3beb78839d92f\": not found" containerID="259aef53aae0f32cd96f89445d0adf42815afc01eb4f5c8be6b3beb78839d92f"
Sep 14 18:47:11 addons-531284 kubelet[1353]: I0914 18:47:11.224059 1353 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"259aef53aae0f32cd96f89445d0adf42815afc01eb4f5c8be6b3beb78839d92f"} err="failed to get container status \"259aef53aae0f32cd96f89445d0adf42815afc01eb4f5c8be6b3beb78839d92f\": rpc error: code = NotFound desc = an error occurred when try to find container \"259aef53aae0f32cd96f89445d0adf42815afc01eb4f5c8be6b3beb78839d92f\": not found"
Sep 14 18:47:11 addons-531284 kubelet[1353]: I0914 18:47:11.781251 1353 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="156b344d-a01e-4e88-bce7-a00dcb5b12aa" path="/var/lib/kubelet/pods/156b344d-a01e-4e88-bce7-a00dcb5b12aa/volumes"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.231556 1353 scope.go:117] "RemoveContainer" containerID="c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.246600 1353 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-rmzdd\" (UniqueName: \"kubernetes.io/projected/5db7f7d2-d2e7-4f50-9141-9b5845f5bf67-kube-api-access-rmzdd\") pod \"5db7f7d2-d2e7-4f50-9141-9b5845f5bf67\" (UID: \"5db7f7d2-d2e7-4f50-9141-9b5845f5bf67\") "
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.246667 1353 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-8ql85\" (UniqueName: \"kubernetes.io/projected/ac0cb08a-7c93-4348-a21f-58936db83cad-kube-api-access-8ql85\") pod \"ac0cb08a-7c93-4348-a21f-58936db83cad\" (UID: \"ac0cb08a-7c93-4348-a21f-58936db83cad\") "
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.252219 1353 scope.go:117] "RemoveContainer" containerID="c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2"
Sep 14 18:47:15 addons-531284 kubelet[1353]: E0914 18:47:15.252926 1353 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\": not found" containerID="c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.252964 1353 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2"} err="failed to get container status \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\": rpc error: code = NotFound desc = an error occurred when try to find container \"c5315539b0bf0ed901072e80f68393c447b6fcc90ef221d643468f6399ac7ab2\": not found"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.252977 1353 scope.go:117] "RemoveContainer" containerID="10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.261745 1353 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ac0cb08a-7c93-4348-a21f-58936db83cad-kube-api-access-8ql85" (OuterVolumeSpecName: "kube-api-access-8ql85") pod "ac0cb08a-7c93-4348-a21f-58936db83cad" (UID: "ac0cb08a-7c93-4348-a21f-58936db83cad"). InnerVolumeSpecName "kube-api-access-8ql85". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.264380 1353 scope.go:117] "RemoveContainer" containerID="10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992"
Sep 14 18:47:15 addons-531284 kubelet[1353]: E0914 18:47:15.266429 1353 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = an error occurred when try to find container \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\": not found" containerID="10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.266507 1353 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"containerd","ID":"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992"} err="failed to get container status \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\": rpc error: code = NotFound desc = an error occurred when try to find container \"10294ca0f89e79c5963b86fc958ce6f173319d2715b3314fcb1b55b3e897b992\": not found"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.280905 1353 operation_generator.go:878] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/5db7f7d2-d2e7-4f50-9141-9b5845f5bf67-kube-api-access-rmzdd" (OuterVolumeSpecName: "kube-api-access-rmzdd") pod "5db7f7d2-d2e7-4f50-9141-9b5845f5bf67" (UID: "5db7f7d2-d2e7-4f50-9141-9b5845f5bf67"). InnerVolumeSpecName "kube-api-access-rmzdd". PluginName "kubernetes.io/projected", VolumeGidValue ""
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.347809 1353 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-rmzdd\" (UniqueName: \"kubernetes.io/projected/5db7f7d2-d2e7-4f50-9141-9b5845f5bf67-kube-api-access-rmzdd\") on node \"addons-531284\" DevicePath \"\""
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.347851 1353 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-8ql85\" (UniqueName: \"kubernetes.io/projected/ac0cb08a-7c93-4348-a21f-58936db83cad-kube-api-access-8ql85\") on node \"addons-531284\" DevicePath \"\""
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.783584 1353 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="5db7f7d2-d2e7-4f50-9141-9b5845f5bf67" path="/var/lib/kubelet/pods/5db7f7d2-d2e7-4f50-9141-9b5845f5bf67/volumes"
Sep 14 18:47:15 addons-531284 kubelet[1353]: I0914 18:47:15.784048 1353 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="ac0cb08a-7c93-4348-a21f-58936db83cad" path="/var/lib/kubelet/pods/ac0cb08a-7c93-4348-a21f-58936db83cad/volumes"
*
* ==> storage-provisioner [a58efa493d2e4d571277a4ef2e2a4dd0c473d26dd30f6976783bb4d600d0a58d] <==
* I0914 18:44:52.589342 1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
I0914 18:44:52.603086 1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
I0914 18:44:52.603191 1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
I0914 18:44:52.614573 1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
I0914 18:44:52.616613 1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-531284_30a1c06b-1c06-45db-b6b4-d1870bcc53c1!
I0914 18:44:52.616816 1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"15517ecb-044a-4899-a7f9-4dfdb797cb31", APIVersion:"v1", ResourceVersion:"611", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-531284_30a1c06b-1c06-45db-b6b4-d1870bcc53c1 became leader
I0914 18:44:52.717493 1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-531284_30a1c06b-1c06-45db-b6b4-d1870bcc53c1!
-- /stdout --
helpers_test.go:254: (dbg) Run: out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-531284 -n addons-531284
helpers_test.go:261: (dbg) Run: kubectl --context addons-531284 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 (38.35s)